Commit Graph

218 Commits

Author SHA1 Message Date
antonm@google.com 3b1061c5e4 Revert "Emit static IDL members."
TBR=blois@google.com,podivilov@chromium.org,sra@google.com

Review URL: https://codereview.chromium.org//10973017

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12797 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-24 18:51:18 +00:00
antonm@google.com 5bec20abdc Emit static IDL members.
R=blois@google.com,podivilov@chromium.org,sra@google.com

Review URL: https://codereview.chromium.org//10963057

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12795 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-24 18:36:12 +00:00
blois@google.com 3ebafe7947 Fixing up measurement test.
The test was trying to validate that postMessage is called back before setTimeout(0), but there is no guarantee of this by the browsers and the behavior is inconsistent (even within the context of a single browser).

BUG=1940

Review URL: https://codereview.chromium.org//10951016

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12723 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-21 16:59:39 +00:00
antonm@google.com d79a04e63e Suppress a test which started to fail after the roll.
TBR=podivilov@chromium.org

Review URL: https://codereview.chromium.org//10963025

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12690 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-21 10:41:52 +00:00
ricow@google.com cc679ae9de Mark html/window_open_test flaky.
This is reappearing, see issue 5151
Review URL: https://codereview.chromium.org//10963022

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12681 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-21 06:51:28 +00:00
gram@google.com 231a94ed03 Move unit test init to start of main in window open test.
Review URL: https://codereview.chromium.org//10967023

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12663 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-20 23:25:06 +00:00
johnniwinther@google.com 722eb911fe html.status updated
Review URL: https://codereview.chromium.org//10968006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12625 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-20 09:25:06 +00:00
efortuna@google.com 1ffae57e19 Make change to correct status file.
Review URL: https://codereview.chromium.org//10946036

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12600 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-19 20:00:23 +00:00
efortuna@google.com c4f8dc1d6f Fix up checked test status.
TBR=ricow
Review URL: https://codereview.chromium.org//10941045

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12599 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-19 19:56:02 +00:00
efortuna@google.com 1bc6009f30 Revert r12581.
TBR
Review URL: https://codereview.chromium.org//10952032

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12590 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-19 19:03:59 +00:00
efortuna@google.com 7638353d5c Take two of making FooList List<Foo>.
Review URL: https://codereview.chromium.org//10952008

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12581 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-19 17:50:47 +00:00
efortuna@google.com 25d3eae1d6 Revert CLs by gram 12515-12526.
Review URL: https://codereview.chromium.org//10950020

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12529 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-19 01:18:37 +00:00
gram@google.com e8bffa09c0 Temporarily skip failing tests; I will investigate the cause tomorrow.
Review URL: https://codereview.chromium.org//10946018

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12526 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-19 00:44:06 +00:00
gram@google.com 3c9fabeb16 It seems Chrome on MacOS doesn't support testrunner or layoutTestController either, so marking the test as fail for macos.
Review URL: https://codereview.chromium.org//10952017

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12525 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-19 00:37:00 +00:00
gram@google.com ac60dad776 Remove line break
Review URL: https://codereview.chromium.org//10937021

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12524 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-18 23:05:00 +00:00
gram@google.com 0da3524d3c Change the status for window_open_test to fail if not chrome or DRT.
Review URL: https://codereview.chromium.org//10948023

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12522 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-18 22:45:28 +00:00
gram@google.com 99fbac3453 Issue 5152: Browser bots much more flaky after going "wrapperless"
Review URL: https://codereview.chromium.org//10951015

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12515 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-18 21:43:52 +00:00
efortuna@google.com 2f5f36c87c Revert 12414.
Review URL: https://codereview.chromium.org//10910301

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12416 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-16 00:27:43 +00:00
efortuna@google.com 2c6d3d823d Part one of Converting DOMList types like FooList to List<Foo>.
This makes the immutable list types actually inherit from list, but to actually make the
FooList types invisible to the user is going to take a lot more work.
Additionally "lists" with extra methods will need to be unified for consistency.
Review URL: https://codereview.chromium.org//10914293

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12414 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-15 22:15:41 +00:00
ahe@google.com 832afaa14d Mark flaky test as such.
Review URL: https://chromiumcodereview.appspot.com//10910256

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12341 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-13 17:40:59 +00:00
ahe@google.com 952ebb3a50 Enable wrapper-less browser tests on selenium.
Also fix bug 4631.

Review URL: https://chromiumcodereview.appspot.com//10916259

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12295 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-13 04:14:47 +00:00
ahe@google.com 9de5fb5db9 Update html status
Review URL: https://chromiumcodereview.appspot.com//10914212

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12220 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-11 20:41:42 +00:00
antonm@google.com 5156dedb29 Fix unknownelement_test after recent rework.
R=lrn@google.com,podivilov@chromium.org,vsm@google.com

Review URL: https://chromiumcodereview.appspot.com//10908199

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12203 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-11 15:06:35 +00:00
antonm@google.com 845cfb4e56 Remove suppressions for now fixed tests.
TBR=podivilov@chromium.org

Review URL: https://chromiumcodereview.appspot.com//10911209

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12194 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-11 13:17:51 +00:00
antonm@google.com efcee8f474 Suppress a test which started to fail.
TBR=podivilov@chromium.org

Review URL: https://chromiumcodereview.appspot.com//10908196

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12183 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-11 11:17:44 +00:00
lrn@google.com f52c24b62f Rename NoSuchMethodException to NoSuchMethodError.
Moved NoSuchMethodError to errors.dart.
No changes in co19 tests, but test status updated.

Review URL: https://chromiumcodereview.appspot.com//10909166

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12172 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-11 09:52:25 +00:00
antonm@google.com 5e2ff1e2d3 Remove suppressions for now fixed tests.
TBR=podivilov@chromium.org

Review URL: https://chromiumcodereview.appspot.com//10918147

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12128 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-10 16:19:26 +00:00
antonm@google.com 9bb4fd9e24 Update status file.
TBR=podivilov@chromium.org

Review URL: https://chromiumcodereview.appspot.com//10909149

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12120 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-10 15:41:17 +00:00
ngeoffray@google.com 94f1c2ed10 Change our 'is int' check to use Math.floor instead of a smi check.
Review URL: https://chromiumcodereview.appspot.com//10912147

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12018 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-07 12:05:34 +00:00
ngeoffray@google.com 1d877a6907 Update status file for checked/browser/dart2js.
Review URL: https://chromiumcodereview.appspot.com//10912145

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12008 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-07 07:50:45 +00:00
blois@google.com 286b118a18 Implementing window.createObjectURL*
This is a resubmit of my original CL, but disabling the test on IE.

createObjectURL is supported on IE10, but not on IE9.

BUG=4231

Review URL: https://chromiumcodereview.appspot.com//10915128

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12003 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-07 00:14:18 +00:00
ngeoffray@google.com 9d2f296c5a Fix status files for browser checked mode.
Review URL: https://chromiumcodereview.appspot.com//10905139

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11998 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-06 22:31:27 +00:00
vsm@google.com 37b7e470e4 Remove proxying support from dart:html
I'm moving this functionality to a user-level library.

Review URL: https://chromiumcodereview.appspot.com//10914129

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11997 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-06 22:27:45 +00:00
blois@google.com 4929a7c3b9 Revert "Implementing window.createObjectURL*"
This reverts commit 88d7b3a839304ffe6c59c9440b0e9a199283e950.

BUG=

Review URL: https://chromiumcodereview.appspot.com//10913122

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11986 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-06 20:39:05 +00:00
blois@google.com ebc6a65ac4 Implementing window.createObjectURL*
BUG=4231

Review URL: https://chromiumcodereview.appspot.com//10905049

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11979 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-06 19:44:04 +00:00
blois@google.com e3ad3308a4 Adding IE support to browser prefixes.
BUG=3824

Review URL: https://chromiumcodereview.appspot.com//10905130

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11971 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-06 18:02:02 +00:00
ngeoffray@google.com a844d14874 Fix status files to make bots green.
Review URL: https://chromiumcodereview.appspot.com//10917112

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11936 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-06 11:41:59 +00:00
ngeoffray@google.com fce3e2ec01 Fix checked mode on browser.
Review URL: https://chromiumcodereview.appspot.com//10912109

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11933 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-06 10:48:22 +00:00
asiva@google.com 9fabc7a1a4 Update status file to skip websql_test on windows under dartium as it seems to raise a bactrace (created issue 4941 to track this).
Review URL: https://chromiumcodereview.appspot.com//10915107

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11911 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-05 23:35:19 +00:00
ahe@google.com 233c007636 Update status file for dart2js checked mode.
We didn't use to test checked mode on browsers. Now we do.

Review URL: https://chromiumcodereview.appspot.com//10905099

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11877 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-05 15:57:38 +00:00
ricow@google.com f4c40001a1 Update status file, FF on the linux browser bot has now been updated to latest version.
Review URL: https://chromiumcodereview.appspot.com//10907072

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11862 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-05 06:26:36 +00:00
ricow@google.com 96569ccd3f Update status file to fix tests that are now passing because of FF on windows update.
FF was apparently updated to version 15 on the Windows buildbot. I have created 4896 make sure we have a consistent platform accross our bots.
Review URL: https://chromiumcodereview.appspot.com//10913060

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11791 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-04 07:57:22 +00:00
antonm@google.com 1f46b310c4 Remove suppression for now fixed test.
R=podivilov@chromium.org

Review URL: https://chromiumcodereview.appspot.com//10905066

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11777 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-03 18:05:37 +00:00
podivilov@google.com b6620e03b8 Reapply revision 11570, custom callbacks are now implemented in dartium.
R=ricow@google.com

Review URL: https://chromiumcodereview.appspot.com//10908005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11588 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-30 09:06:43 +00:00
ricow@google.com c35c494dfa Revert revision 11570, this still has dartium failures.
Review URL: https://chromiumcodereview.appspot.com//10908003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11576 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-30 06:23:25 +00:00
efortuna@google.com 49b238839d Reapply DOMFormData => FormData rename. (this time with a fix for Dartium)
Review URL: https://chromiumcodereview.appspot.com//10887016

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11570 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-29 23:07:08 +00:00
blois@google.com 1ce358bf0c Fixing up file API tests to run (or fail) appropriately.
BUG=3022

Review URL: https://chromiumcodereview.appspot.com//10886017

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11541 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-29 20:07:16 +00:00
efortuna@google.com 6b58e3ed99 Revert change 11459 and 11464.
Review URL: https://chromiumcodereview.appspot.com//10892010

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11466 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-28 17:24:41 +00:00
efortuna@google.com 0ee99b4e2d Modify Test status on Windows for form element test while investigating failure.
Review URL: https://chromiumcodereview.appspot.com//10899007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11464 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-28 16:56:12 +00:00
efortuna@google.com c746533b64 Fix status file for CSSstyleDeclarationTest.
Review URL: https://chromiumcodereview.appspot.com//10898008

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11458 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-28 16:15:13 +00:00