johnmccutchan@google.com
9fb0984c9d
SSE Assembler + Linux build fixes
...
Review URL: https://codereview.chromium.org//12223115
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18493 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-13 23:05:17 +00:00
blois@google.com
5871625004
Adding the ability for the test server to listen on non-loopback addrs.
...
BUG=
Review URL: https://codereview.chromium.org//12220068
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18489 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-13 22:27:30 +00:00
blois@google.com
cb8af97da5
Fixing IndexedDB Dartium Checked Mode tests
...
A type check for the Stream<Cursor> was failing on Dartium. Basically the helper method is intended to work for both Cursor and CursorWithValue, but it was creating a StreamController<Cursor>. Just removed the type so it works acceptably with both.
BUG=
Review URL: https://codereview.chromium.org//12258022
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18486 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-13 21:55:25 +00:00
vsm@google.com
fbe58ddefc
Import chrome idl into third_party
...
This is the result of:
./idlsync -u all
in tools/dom/scripts.
This also includes a simple script fix suggested by Anton.
TBR=antonm
Review URL: https://codereview.chromium.org//12261015
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18483 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-13 21:14:39 +00:00
efortuna@google.com
3b0c52f47f
Reverting setTimeout removal.
...
BUG=
Review URL: https://codereview.chromium.org//12258020
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18478 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-13 21:06:31 +00:00
blois@google.com
8eb3de4f72
Fixing Indexed DB's CursorWithValue.value
...
CursorWithValue.value was not getting converted from a JS type to a Dart type.
BUG=8254
Review URL: https://codereview.chromium.org//12226134
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18476 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-13 20:50:12 +00:00
efortuna@google.com
71a32af213
Combine window.setTimeout/setInterval with Timer and Timer.repeating. Also
...
Stream-and-future-ified some of the Window methods that used to take callbacks.
BUG=
Review URL: https://codereview.chromium.org//12218131
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18475 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-13 20:32:30 +00:00
blois@google.com
a5b027f79b
Fixing Dartium from events removal.
...
Missed a second arg which was lingering on the window.on[].listen call.
BUG=
Review URL: https://codereview.chromium.org//12212167
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18473 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-13 19:53:44 +00:00
vsm@google.com
1e2dc5828f
Refactor idlsync.py to update chrome apps idl/tools.
...
Note, by default, idlsync.py will only update webkit IDL. Use:
idlsync.py -u chrome
to update chrome only or:
idlsync.py -u all
to update both.
Sasha: can you verify that the WHITELIST (*.py, *.idl, *.json) matches the files you need? Everything else will be pruned. Also, note, I've slightly changed the directories to not conflict with the existing ones pulled in by DEPS. I will remove those existing ones in a separate CL (the DEPS is a slightly different repo path).
Emily/Anton: can you review the rest? If this looks good, the intent is to run and check-in the files under third_party/chrome.
BUG=http://code.google.com/p/dart/issues/detail?id=8173
Review URL: https://codereview.chromium.org//12225151
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18467 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-13 18:53:39 +00:00
blois@google.com
d959bee481
Fixing Dartium after removing deprecated events.
...
Missed a case in dartium's _callPortSync where it used the old event syntax.
BUG=
Review URL: https://codereview.chromium.org//12257012
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18462 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-13 18:25:46 +00:00
blois@google.com
6735b55710
Removing deprecated events syntax.
...
BUG=
Review URL: https://codereview.chromium.org//12217124
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18459 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-13 17:43:57 +00:00
jacobr@google.com
71cace784b
Generate separate json files for each library and include the version #.
...
BUG=
Review URL: https://codereview.chromium.org//12217077
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18432 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-13 06:01:27 +00:00
sethladd@google.com
ab17470bcc
adding docs to HRElement, testing HTML doc process
...
BUG=
Review URL: https://codereview.chromium.org//12250022
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18422 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-13 00:36:36 +00:00
blois@google.com
da161d6ab1
Sample test for custom elements.
...
BUG=
Review URL: https://codereview.chromium.org//12212056
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18421 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-13 00:30:20 +00:00
blois@google.com
1b01a2f5a0
Making NamedNodeMap private
...
It's an internally used class which we wrap for all public APIs.
BUG=7916
Review URL: https://codereview.chromium.org//12218107
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18417 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-13 00:00:18 +00:00
sashab@google.com
e72ed01842
Initial commit of generated dart:chrome app_window and app_runtime
...
Contains a working version of app_window.idl and app_runtime.idl, and can be run by importing the dart:chrome library.
Build with JSON Schema Compiler from Chromium.
Review URL: https://codereview.chromium.org//12209045
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18415 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-12 23:42:37 +00:00
podivilov@google.com
31b9a09a76
EventTarget was marked as EventTarget upstream.
...
See https://bugs.webkit.org/show_bug.cgi?id=108441 .
R=antonm@google.com
Review URL: https://codereview.chromium.org//12217130
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18374 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-12 10:19:18 +00:00
efortuna@google.com
32ede3b24f
Remove Webkit prefix from all members and make experimental.
...
BUG=
Review URL: https://codereview.chromium.org//12220099
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18351 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-11 23:02:59 +00:00
blois@google.com
e780a771d3
Dartifying some IndexedDB APIs.
...
BUG=
Review URL: https://codereview.chromium.org//12159005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18338 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-11 21:24:50 +00:00
efortuna@google.com
200870d42d
Move RTCPeerConnection to correct location to generate the supported check for
...
dartium.
Review URL: https://codereview.chromium.org//12224101
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18328 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-11 19:38:19 +00:00
efortuna@google.com
0ea0b1ef63
Allow non-primitive-value dictionaries to be passed to constructors for html
...
types.
BUG=
Review URL: https://codereview.chromium.org//12217089
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18320 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-11 18:31:20 +00:00
efortuna@google.com
c6179a50c0
Revert "Change the location of the output directory" plus one other fix.
...
BUG=
Review URL: https://codereview.chromium.org//12225109
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18295 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-09 02:07:19 +00:00
blois@google.com
bf6831ecdd
Removing MouseEvent.x & y
...
They are non-standard and not supported on FireFox.
BUG=7826
Review URL: https://codereview.chromium.org//12217080
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18293 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-09 00:56:02 +00:00
blois@google.com
5fbee6d62f
Fixes for TransitionEvent changes.
...
Two changes-
Removed the extends clause for _WebKitTransitionEvent which caused an issues with dartc.
Platform-independent changes for firing the event broke element_test on non-Chrome browsers. This test is actually quite useless.
BUG=
Review URL: https://codereview.chromium.org//12224080
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18278 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-08 21:47:49 +00:00
blois@google.com
d2802398c6
Fixing TransitionEnd event.
...
A number of related changes-
Bug 8340 is that we previously had WebKitTransitionEnd renamed to TransitionEnd, but had to remove that when Chrome added a new TransitionEnd.
Changes-
- Made WebKitTransitionEnd implement TransitionEnd and made it private.
- Added a test for the TransitionEnd event.
- Fixed the TransitionEnd event not working on non-Chrome browsers.
- Added support check for CSS transitions.
- Added annotations for CSS transition support.
BUG=8340
Review URL: https://codereview.chromium.org//12211099
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18276 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-08 21:09:21 +00:00
blois@google.com
74909211e7
Adding event type getter to EventStreamProvider.
...
This makes it easier to dispatch custom events for a particular event.
BUG=8244
Review URL: https://codereview.chromium.org//12247002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18273 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-08 20:44:45 +00:00
blois@google.com
f990128e6c
Fixing typo in Node.remove
...
Was supposed to check that the node is not the same as its parent (as occurs with window), but it had a typo.
BUG=8295
Review URL: https://codereview.chromium.org//12211086
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18268 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-08 19:44:42 +00:00
jmesserly@google.com
47bf8ce91d
fix publish for analyzer-experimental
...
Review URL: https://codereview.chromium.org//12225059
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18239 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-08 04:09:38 +00:00
blois@google.com
15a2c6d91f
Re-submit of 12213058 to fix CharacterData.remove
...
Original was hanging on Dartium as it was missing useHtmlConfiguration in the test.
patch from issue 12213058
BUG=
Review URL: https://codereview.chromium.org//12210073
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18237 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-07 23:38:37 +00:00
blois@google.com
53d00496f8
Converting XHR from onLoad to onReadyStateChange
...
Thought that onLoad was sufficient, but it's causing issues for loading files from file:// URIs (from a Chrome extension).
BUG=8401
Review URL: https://codereview.chromium.org//12224055
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18233 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-07 21:11:41 +00:00
amouravski@google.com
80ebd1f841
Delete the old html_json docs stuff.
...
Explainer for the new docs forthcoming.
Review URL: https://codereview.chromium.org//12220056
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18228 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-07 19:24:55 +00:00
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
kustermann@google.com
5e292868f0
Fixed path issue on windows
...
TBR=ricow
Review URL: https://codereview.chromium.org//12218039
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18187 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-06 21:05:40 +00:00
sigmund@google.com
376c46005e
Move test_controller.js inside unitest/lib so it can be used in external tests
...
too.
Review URL: https://codereview.chromium.org//12217045
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18184 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-06 19:33:55 +00:00
kustermann@google.com
3396dc77a9
Change the location of the output directory of generated tests to be inside build directory, but not relative to the dart root.
...
This is causing issues on dartium builders where we actually only run because there is a build/Release (and out/Release or xcodebuild/Release for mac/linux) on the bot that has been created inside src/dart.
Also, fix the http server in the testing script to serve files from the output directory - otherwise the tests will not be accessible if an alternative build directory is used.
Review URL: https://codereview.chromium.org//12183022
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18176 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-06 16:38:09 +00:00
floitsch@google.com
e1efa71761
Hide collection-dev library.
...
Committed: https://code.google.com/p/dart/source/detail?r=18167
Reverted: https://code.google.com/p/dart/source/detail?r=18169
Review URL: https://codereview.chromium.org//11938036
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18172 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-06 15:11:47 +00:00
floitsch@google.com
8762c41590
Revert "Hide collection-dev library."
...
This reverts commit 18167.
Review URL: https://codereview.chromium.org//12221044
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18169 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-06 13:08:29 +00:00
floitsch@google.com
2a56791380
Hide collection-dev library.
...
Review URL: https://codereview.chromium.org//11938036
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18167 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-06 12:43:07 +00:00
amouravski@google.com
cd51673fce
Removed some cruft from ApiDoc.
...
Review URL: https://codereview.chromium.org//12208017
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18151 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-05 19:00:21 +00:00
antonm@google.com
6de3b1f6a6
Follow up to IDL roll.
...
TBR=blois@google.com ,efortuna@google.com ,podivilov@chromium.org
Review URL: https://codereview.chromium.org//12233003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18141 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-05 15:14:38 +00:00
antonm@google.com
0b7b291246
Changes for the roll.
...
TBR=blois@google.com ,efortuna@google.com ,podivilov@chromium.org
Review URL: https://codereview.chromium.org//12207015
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18132 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-05 11:47:43 +00:00
lrn@google.com
77f96ff103
Fix type bug in CssClassSet.
...
Review URL: https://codereview.chromium.org//12225009
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18130 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-05 11:44:22 +00:00
lrn@google.com
2a7fb1c733
Added expand method to iterables.
...
Review URL: https://codereview.chromium.org//12188011
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18123 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-05 09:48:05 +00:00
amouravski@google.com
f05f2c77cc
'Moved all documentation from old .dartdoc files.'
...
BUG=
Review URL: https://codereview.chromium.org//12219002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18111 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-05 03:04:59 +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
amouravski@google.com
0f4a3a7c44
Finished porting code from the old html-json docs.
...
Review URL: https://codereview.chromium.org//12186024
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18109 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-05 02:00:13 +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
5662b4726e
"Reverting 18090"
...
BUG=
Review URL: https://codereview.chromium.org//12180023
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18091 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-04 23:22:50 +00:00