Commit Graph

516 Commits

Author SHA1 Message Date
antonm@google.com 12d5e65894 Chrome roll.
TBR=ager@google.com, podivilov@chromium.org

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21967 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-24 18:02:30 +00:00
kasperl@google.com 892bef1b3c Improve optimization of operations on indexables by using more inferred type information and by disabling inlining of [], []= and length (still optimized but now in the folder).
R=ngeoffray@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21946 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-24 13:03:36 +00:00
ager@google.com fe09da3bb9 Only mark dom_isolates_test as failing on ie9 and *not* range_checks_test
R=vsm@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21808 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-22 11:41:04 +00:00
ager@google.com 840c181722 Add ie9 to the list for dom_isolates_test.
R=vsm@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21807 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-22 11:34:15 +00:00
ager@google.com 1fb6556922 Update status files with new failures
R=vsm@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21805 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-22 10:51:47 +00:00
ager@google.com 2b1d347342 Post message structured test now passes on FF. We should look into the test to make sure that it actually tests what we want it to test now.
R=antonm@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21797 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-22 09:52:13 +00:00
ager@google.com c6e4fa231f Be explicit about where range check test fails. It doesn't fail where ArrayBuffers are not supported (d8 and IE9).
R=antonm@google.com, vsm@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21795 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-22 09:35:51 +00:00
ager@google.com e0ea9f9ede Fix a couple of issues with dart2js typeddata. Add Uint64List and Int64List from typeddata. They are unimplemented. Mark one test as passing on d8 (because the code doesn't do anything).
R=antonm@google.com, vsm@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21794 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-22 09:26:56 +00:00
ager@google.com ee0f44baff Update code generator for dartium dart:html with typeddata.
R=antonm@google.com, vsm@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21790 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-22 08:24:41 +00:00
ager@google.com 7f79491c06 Move to new dart:typeddata types
Mads: if you land this, please rerun go.sh from tools/dom/scripts to regenerate html_dart2js.dart.  I didn't include it here to make this patchable.

Stephen: I still need to run the perf tests we talked about to sanity check.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21789 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-22 08:22:51 +00:00
ricow@google.com 0886c239eb Mark worker_test/functional as flaky crashing on windows in dartium.
Review URL: https://codereview.chromium.org//13871011

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21549 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-16 13:47:46 +00:00
blois@google.com be3389181d Update status of IE10 Transferrables test while I investigate failure.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21288 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-11 16:02:10 +00:00
blois@google.com 8afa069ae4 These APIs were introduced in the CSS DOM 2 spec and have been removed from the CSS DOM 3 spec. We should remove them as well.
http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface

BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21121 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-08 23:25:11 +00:00
blois@google.com ef7bf8964d Removing all Worker-related APIs
Need to revisit these once WebWorkers and Isolates are worked out.

BUG=8932

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21011 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-06 00:05:05 +00:00
floitsch@google.com fa76e67a52 Update status file.
Review URL: https://codereview.chromium.org//13715003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20989 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-05 17:35:45 +00:00
blois@google.com b36ce90a24 Audio context test is timing out on OSX now as well.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20925 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-04 17:05:20 +00:00
sra@google.com ff887a9abc html.status - ie9 test seems to be flaky
TBR=blois

I'm not sure if the test can run the patching code
nondeterministically or if something else is going on.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20906 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-04 01:20:41 +00:00
sra@google.com 5bd02ca5c7 ie9 and ie10 test status changes for native interceptors
TBR=blois

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20904 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-03 23:57:01 +00:00
antonm@google.com 98cd0c54c7 Update test expectations.
TBR=vsm@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20803 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-02 17:40:56 +00:00
antonm@google.com 85d03b060a Update test expectations.
TBR=vsm@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20795 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-02 16:41:32 +00:00
antonm@google.com 01582f7972 Update test expectations.
TBR=vsm@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20790 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-02 16:23:21 +00:00
antonm@google.com 7ed5429d50 Update test expectations.
TBR=vsm@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20788 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-02 16:16:10 +00:00
antonm@google.com 64f3a8824f Update test expectations.
TBR=vsm@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20786 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-02 15:56:24 +00:00
antonm@google.com b6494c754d Adjust text expectations.
TBR=vsm@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20777 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-02 13:48:37 +00:00
efortuna@google.com 9f9e8a3a08 Adjust audiocontext test status for Windows only.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20735 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-01 17:53:10 +00:00
ngeoffray@google.com 52326455b0 Update status files.
Review URL: https://codereview.chromium.org//13190005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20726 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-01 10:15:12 +00:00
efortuna@google.com 240a358ff7 Re-enable audio tests on Windows buildbots.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20590 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-27 22:03:40 +00:00
antonm@google.com 05b0da0829 Suppress now failing tests.
TBR=vsm@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20556 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-27 10:23:48 +00:00
antonm@google.com f3063c52c1 Suppress now failing tests.
TBR=vsm@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20555 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-27 09:47:35 +00:00
efortuna@google.com 031127b815 Incorporate Pete's comments on KeyboardEventStream.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20551 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-27 00:27:12 +00:00
kustermann@google.com 365c46c723 Marked indexeddb_3_test, indexeddb_4_test as Pass,Slow,Timeout
Review URL: https://codereview.chromium.org//12927011

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20511 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-26 10:56:41 +00:00
floitsch@google.com b261c59127 Mark v8-bug affected tests as crashing.
Review URL: https://codereview.chromium.org//12942009

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20510 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-26 10:24:05 +00:00
efortuna@google.com 95ad783724 Add closing bracket.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20489 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-25 21:37:46 +00:00
efortuna@google.com c6f2aab09c Update html.status for dartium error.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20488 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-25 21:27:59 +00:00
floitsch@google.com a889454370 Mark indexeddb_2_test as flaky.
Review URL: https://codereview.chromium.org//12911009

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20465 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-25 18:11:08 +00:00
floitsch@google.com 27d3882314 Move indexeddb_2_test into right status file.
Review URL: https://codereview.chromium.org//12704019

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20458 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-25 17:20:29 +00:00
efortuna@google.com 804fcbe9f6 Revert the revert.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20416 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-22 21:04:29 +00:00
efortuna@google.com ad7c3f9561 "Reverting 20336"
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20409 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-22 19:38:28 +00:00
amouravski@google.com 46a4ecdae1 Unrevert https://codereview.chromium.org/12722009/
Review URL: https://codereview.chromium.org//12941008

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20354 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-21 21:22:49 +00:00
blois@google.com b6c5abb7bb Re-adding flaky status to IE's indexeddb_1 test
Tried to deflake it, but it's still timing out occasionally.

BUG=9269

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20344 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-21 20:23:21 +00:00
blois@google.com 8652d54682 Reverting "Fix drawImage on Firefox and update html.status."
TBR
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20340 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-21 18:49:30 +00:00
blois@google.com 575ee1430c Adding CORS support to HttpRequest
It's a fairly complicated polyfill to support IE9 CORS with 1 star and not something that jquery does out of the box.

BUG=6016

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20336 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-21 17:54:55 +00:00
amouravski@google.com 4eeb17ebe9 Fix drawImage on Firefox and update html.status.
Added some sample videos, as well as spruced up test suite.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20334 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-21 17:45:41 +00:00
blois@google.com fbf456ed64 On the test machines, this test is sometimes taking upwards of 2 minutes, but on a local IE10 machine it's closer to 300ms (faster than Chrome).
In addition, the indexed_db tests have fairly wide variance- from 6s to 2mins.

My guess is that since all of the tests are using the same DB name, that there's a conflict where one test has the DB open and another test is blocked trying to delete it.

BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20284 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-20 19:38:33 +00:00
antonm@google.com b162613b8b Support for callbacks on ScriptProcessNode.
R=efortuna@google.com,podivilov@chromium.org
BUG=9094

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20280 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-20 18:12:20 +00:00
blois@google.com 710d8804c1 Just grouping the code to narrow FF's failure down to the specific scenario which is failing.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20214 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-19 16:30:54 +00:00
floitsch@google.com 9389ad8ff3 Mark indexeddb as timeout.
Review URL: https://codereview.chromium.org//12639012

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20206 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-19 14:07:45 +00:00
efortuna@google.com 7a780c285d Fix html.status for old safari browser version.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20181 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-18 22:40:32 +00:00
efortuna@google.com 5d6e0608f7 Reapply making ScriptProcessorNode not an EventTarget.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20180 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-18 22:18:25 +00:00
amouravski@google.com c305b9cda5 Temporarily disabled IE9 drawImage tests.
Review URL: https://codereview.chromium.org//12857007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20134 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-16 00:58:46 +00:00