Commit Graph

6631 Commits

Author SHA1 Message Date
iposva@google.com 390a180a17 Workaround issue 8080:
- Remove the obsolete print of warnings when running tests.
Review URL: https://codereview.chromium.org//12940007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20486 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-25 21:06:16 +00:00
efortuna@google.com 135b47cfc6 Add change to dartium source file in addition to the dart2js file.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20484 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-25 20:34:10 +00:00
efortuna@google.com 5ecbac23c1 Modern-ify KeyEvent handling.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20481 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-25 20:16:55 +00:00
kustermann@google.com 5022f61e5e Use temporary eclipse workspace directories for DartEditor tests
Review URL: https://codereview.chromium.org//12729029

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20446 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-25 09:22:00 +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
zra@google.com e1562155b1 Closes stdin after starting a new process for a test.
It is a mistake if a test tries to block to wait for
input on stdin. If we close stdin in the test script
after the test process starts, reading from stdin
will indicate that a test can fail immediately
rather than timing out.
Review URL: https://codereview.chromium.org//12521020

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20386 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-22 16:45:46 +00:00
kevmoo@j832.com 3b6582d24e fix to test.dart
Review URL: https://codereview.chromium.org//12578017

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20385 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-22 16:31:33 +00:00
kustermann@google.com 4c45723e98 Added --failure-summary option to test.dart
Review URL: https://codereview.chromium.org//12902035

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20379 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-22 13:31:06 +00:00
ager@google.com 2c3d35ec54 Bring in new IDL files and generated code. Update the script that syncs the idl files to deal with the new third_party setup.
R=antonm@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20378 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-22 13:22:29 +00:00
kustermann@google.com 12c1a842ba Add java to PATH on windows bots and run ia32 editor tests instead of x64 on windows
Review URL: https://codereview.chromium.org//12674025

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20372 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-22 10:40:45 +00:00
kustermann@google.com f67a851c4a Two bugfixes in tools/create_editor.py
These fixes are necessary to succesfully build the editor on windows.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20368 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-22 08:34:20 +00:00
blois@google.com 639cab021b Changing the IDL DartName= annotation to only operate on a per-member basis, allowing overloaded methods to be renamed independently.
This also includes a change to rename one overload of CanvasRenderingContext2D.createImageData as a test case.

The remaining changes are to address differences between old semantics of DartName and new semantics, as well as some ordering differences of generated code.

BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20355 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-21 21:50:15 +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 139b774130 Narrowing attribute maps to only accept strings.
Previously they could accept any value and would convert to a string, but it's not incredibly useful and potentially confusing.

BUG=8191

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20352 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-21 21:07:56 +00:00
blois@google.com 8e5fc0091b Undeprecating some Element position APIs.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20347 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-21 20:54:23 +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
ager@google.com f2f57e04ae Fix Dartium Mac build. Add declaration of the declared info field.
R=antonm@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20331 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-21 17:14:50 +00:00
blois@google.com b5f7c44836 Fixing documentation for HttpRequest
The sample code wasn't updated from Future conversion.

BUG=8461

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20330 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-21 17:04:15 +00:00
kustermann@google.com 538c35dd52 Added tools/bots/editor.py to build the editor (using gyp/build.py) and run editor tests
Review URL: https://codereview.chromium.org//12450026

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20319 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-21 15:25:38 +00:00
ager@google.com a068ae2328 Changes for chrome roll.
R=antonm@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20317 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-21 14:32:59 +00:00
dgrove@google.com cb439bef40 Make generated LICENSE file look nicer.
Review URL: https://codereview.chromium.org//12481023

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20304 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-21 00:43:22 +00:00
efortuna@google.com 0109262fd2 Rename RtcdtmfSender class.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20298 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-20 22:51:24 +00:00
blois@google.com 30f857fa7f Adding support flags to Event.clipboardData
It's only supported by webkit, but it's not easy to check for support as it only works off of a paste operation invoked by the browser.

BUG=8975

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20297 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-20 22:49:00 +00:00
efortuna@google.com 5f94cbc6af Remove last of webkit prefixes from HTMLDocument.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20296 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-20 22:07:04 +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
efortuna@google.com f364ed048a Add toggleAll to CSSClassSet.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20263 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-20 00:39:40 +00:00
amouravski@google.com 85c959e6c3 Update drawImage to create more fast paths.
Review URL: https://codereview.chromium.org//12774014

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20256 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-19 22:53:19 +00:00
efortuna@google.com aedcf9eb32 Enable getUserMedia to take constraints for its parameters.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20245 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-19 21:07:24 +00:00
efortuna@google.com de98abfabf Remove lineDash field in favor of gettors/settors.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20237 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-19 20:35:40 +00:00
antonm@google.com 0eba171ced Make Float{32,64}Array implement List<double>.
R=ager@google.com,blois@google.com,vsm@google.com
BUG=9282

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20232 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-19 18:45:18 +00:00
ricow@google.com 8a85df8ca3 Land incremental building of the editor
This includes adding the editor target to the gyp files.
Review URL: https://codereview.chromium.org//12939007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20228 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-19 18:21:46 +00:00
blois@google.com f9edfc6e84 Fixing go.sh occasionally putting types into incorrect libraries.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20226 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-19 18:07:14 +00:00
iposva@google.com 55c40427bb - Not all Xcode versions feature a release number. Update
the find_mac_gcc_version.py script accordingly.
Review URL: https://codereview.chromium.org//12740006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20217 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-19 16:37:47 +00:00
floitsch@google.com 075be16ffd Fix typo (offsetX instead of offsetY).
BUG= http://dartbug.com/9261

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20205 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-19 13:37:52 +00:00
kustermann@google.com ff41b6b3b1 Automatically determine the gcc compiler to use based on XCode version
Review URL: https://codereview.chromium.org//12494015

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20190 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-19 08:28:34 +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
kustermann@google.com c39e900179 Update of co19_test.dart to reflect new API
Review URL: https://codereview.chromium.org//12517015

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20149 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-18 10:26:22 +00:00
efortuna@google.com c4437b9274 Reapply the expanded names with the correct form of requestFileSystem on the
test.

BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20136 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-16 01:02:25 +00:00
efortuna@google.com 26c5c48fe2 Revert 20127
TBR

BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20133 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-16 00:14:27 +00:00
dgrove@google.com c2aae000d0 Add SDK dependencies when pushing a package.
Review URL: https://codereview.chromium.org//12517013

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20131 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-16 00:06:43 +00:00
efortuna@google.com 66b399a31e Fix list syntax in python script.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20130 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-16 00:06:37 +00:00
blois@google.com 1fa1a541df Adding tests for Element & Node lists insert method.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20129 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-15 23:58:06 +00:00
efortuna@google.com 3e1f5ce451 Expanded map options to named parameters.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20127 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-15 23:46:13 +00:00
blois@google.com e52412a9fd Fixing IE10 CORS test.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20126 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-15 23:35:16 +00:00
iposva@google.com e7e42ed61a - Remove test-runtime.dart.
Review URL: https://codereview.chromium.org//12712012

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20125 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-15 23:18:58 +00:00
efortuna@google.com b2594b0111 Fix up static analysis errors introduced by Futures CL.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20120 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-15 23:06:10 +00:00
blois@google.com aca4a1d77b Fixing dart2js size regression introduced by Node.model.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20111 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-15 21:24:36 +00:00