Commit Graph

624 Commits

Author SHA1 Message Date
blois@google.com eed368b8f0 Revert "Fixing CharacterData.remove not working on FireFox."
This reverts commit 18201.

BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18202 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-07 01:49:30 +00:00
blois@google.com 72753e01e1 Fixing CharacterData.remove not working on FireFox.
CharacterData was overriding remove, but was not supported on FF, so just removed the override.

BUG=7173

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18201 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-07 01:13:53 +00:00
blois@google.com 71552dbed4 Fixing some indexed_db tests.
These were broken by the webkit IDL roll, I was able to fix 2 of them but am still trying to figure out what broke on the final one (not sure it's related to the IDL roll).

BUG=8341

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18163 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-06 02:31:20 +00:00
antonm@google.com 204405ce8d Suppressions due to the recent IDL roll.
TBR=blois@google.com,efortuna@google.com,podivilov@chromium.org

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18143 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-05 15:31:55 +00:00
blois@google.com 164e568e62 Fixing the status of element_types_test/supported_object on IE.
It should be supported, but was previously failing because of incorrect supported check which was fixed earlier. Updating annotations to match test as well.

BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18110 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-05 02:20:45 +00:00
blois@google.com cc0c8e4c31 Fixing element_types_test/supported_object
Typo had it checking meter instead which was masking a FF failure.

BUG=8293

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18107 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-05 01:24:56 +00:00
efortuna@google.com 845e5ac77e Touch list test removal.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18092 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-04 23:46:29 +00:00
efortuna@google.com 7ef9e96865 Added constructor for touchlist.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18083 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-04 22:49:07 +00:00
efortuna@google.com 2c655f469e Revert IDB optional mode parameter.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18080 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-04 21:41:44 +00:00
efortuna@google.com 024506ac6f Specify named parameters for optional parameter in tests.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18078 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-04 20:57:22 +00:00
efortuna@google.com 63e4979413 Make mode argument optional for IDB transaction.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18076 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-04 20:44:43 +00:00
floitsch@google.com 47ea3acfe2 Mark microtask_test as flaky on IE9.
Review URL: https://codereview.chromium.org//12197016

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18071 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-04 20:02:41 +00:00
ngeoffray@google.com 72a7360905 Update status file, and file bug for FF that returns JS functions when calling document.createElement.
Review URL: https://codereview.chromium.org//12184013

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18049 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-04 14:39:35 +00:00
efortuna@google.com ce74c20fdb Add supported checks to the SVG library, and library cleanup.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17994 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-01 19:09:11 +00:00
kustermann@google.com 176f0ba635 Marked html/dromaeo_smoke_test as flaky on firefox
Review URL: https://codereview.chromium.org//12087133

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17971 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-01 12:05:14 +00:00
blois@google.com d34e030459 Fixing xhr_test's responseType test.
The responseType being set was not supported by Dartium or Safari.

BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17959 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-31 23:58:08 +00:00
blois@google.com 12cf82e64a Fixing htm/xhr_cross_origin test.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17953 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-31 23:06:44 +00:00
blois@google.com 1fb79cdb28 Resubmit "Adding ease-of-use methods to HttpRequest."
Fixing the dependent pkg/intl code.

This is the same as my previous CL, but with the modification to pkg/intl/lib/src/http_request_data_reader.dart

BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17949 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-31 22:40:04 +00:00
blois@google.com 07200209ab Revert "Adding ease-of-use methods to HttpRequest."
This reverts commit 17942, it broke some pkg tests that I need a few more moments than I have right now to fix.

BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17944 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-31 21:10:46 +00:00
blois@google.com b1cc462093 Adding ease-of-use methods to HttpRequest.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17942 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-31 20:52:58 +00:00
efortuna@google.com 473bbc0487 "Reverting 17940"
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17941 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-31 19:48:36 +00:00
efortuna@google.com cab5d4cc51 SVG Library cleanups and adding supported tag.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17940 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-31 19:38:00 +00:00
efortuna@google.com 8c6fd1e5fd Remove node test skipping.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17935 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-31 18:34:08 +00:00
efortuna@google.com cd50f140a7 Skip dromaeo smoke test while investigating.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17934 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-31 18:29:11 +00:00
efortuna@google.com 918daa0a05 Fix up dromaeo after lib v2 merge and add Dromaeo smoketest to prevent future
breakage.

BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17933 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-31 18:10:12 +00:00
antonm@google.com 33925422fb Forgotten cleanup.
TBR=blois@google.com,efortuna@google.com,podivilov@chromium.org

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17926 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-31 16:24:07 +00:00
antonm@google.com 444ac0bea9 Adjust suppressions.
TBR=podivilov@chromium.org

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17919 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-31 15:16:03 +00:00
lrn@google.com 9b23dff467 Reapply "Rename mappedBy to map."
This reverts commit r17907.

TBR.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17918 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-31 15:12:56 +00:00
antonm@google.com ed5c8a0fad Support for Crome roll 176827->179299.
TBR=podivilov@chromium.org

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17911 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-31 14:22:42 +00:00
floitsch@google.com b1a118d5ce Revert "Rename mappedBy to map."
This reverts commit 17899.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17907 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-31 14:02:27 +00:00
kustermann@google.com b57f289cdd Status file update for chrome
Review URL: https://codereview.chromium.org//12092087

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17902 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-31 12:55:49 +00:00
lrn@google.com 0dc2f4b1ba Rename mappedBy to map.
Retain a deprecated mappedBy for now.
Change return type of mappedBy, skip and take on List to Iterable.

BUG= http://dartbug.com/8063
BUG= http://dartbug.com/8064
BUG= http://dartbug.com/6739
BUG= http://dartbug.com/7982

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17899 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-31 12:37:13 +00:00
blois@google.com a385396269 Attempting to de-flake async_window test.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17884 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-31 00:20:49 +00:00
efortuna@google.com 62c5dc425f Update test expectations and address Martin's DBC. Oh what fun to test on platforms you can't repo locally...
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17883 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-31 00:13:43 +00:00
efortuna@google.com 532b0a7e0e Fix Safari "multitest" failure.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17882 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-30 23:53:42 +00:00
blois@google.com d4b4e7be8c Updating status of webgl test on Dartium.
It's half-passing on Dartium, but not fully passing.

BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17869 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-30 19:34:42 +00:00
blois@google.com 5cabadd140 Fixing FF websql status.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17866 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-30 19:25:57 +00:00
blois@google.com bfe3446926 Attempting to stabilize WebGL test statuses.
TBR
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17865 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-30 19:16:18 +00:00
blois@google.com 8cb540948f Adding supported checks for WebGL
Also fixed the getContext method to have the proper signature (bug 4883).

Also adding an easy accessor for context3d.

Not sure if additional Dartium changes will be needed, Anton?

BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17860 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-30 17:45:13 +00:00
ricow@google.com ef7b2666ba Mark input_element_test/constructors as flaky on safari
Review URL: https://codereview.chromium.org//12114003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17833 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-30 11:11:00 +00:00
kustermann@google.com 42a246c51e Marked html/async_window_test as flaky on chrome
Review URL: https://codereview.chromium.org//12084061

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17831 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-30 10:30:38 +00:00
blois@google.com 80a8467782 Updating status for Safari to cover some test flakiness.
Filed bug 8187.

BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17803 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-29 19:47:13 +00:00
blois@google.com 67c686c584 Adding supported checks for touch event.
BUG=6519

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17797 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-29 18:58:18 +00:00
floitsch@google.com 36d5a1ade9 history test sometimes succeeds. Mark as Pass.
Review URL: https://codereview.chromium.org//12088045

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17782 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-29 17:30:05 +00:00
floitsch@google.com 56f7b07ef3 Mark history-test as failing.
Review URL: https://codereview.chromium.org//12079043

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17781 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-29 17:26:06 +00:00
blois@google.com f46672cb73 Converting tests over to using event streams.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17735 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-28 23:31:15 +00:00
blois@google.com ce86a45c62 Adding test for bug 5374
Basically it's saying that ProgressEvent.target does not work.

BUG=5374

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17734 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-28 22:35:33 +00:00
blois@google.com a807c1fb7c Fixing streams test.
Fails on dartium because of a missing param for the reduce test.

TBR
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17725 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-28 18:04:47 +00:00
blois@google.com ffc85c7428 Fixing type check error using Stream.take in dart2js checked mode.
Encountered this issue converting dart:html tests over to streams.

BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17719 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-28 16:58:31 +00:00
blois@google.com 36eb8a8928 Attempting to get the bot green, test runs fine for me but is failing on bot. Appears to be timing issue, so setting it to pass/fail.
TBR
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17684 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-26 02:00:24 +00:00