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 |
|
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 |
|
antonm@google.com
|
4520cca2b5
|
Drop raises annotations support.
R=blois@google.com
Review URL: https://codereview.chromium.org//14150007
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21725 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-04-19 08:59:39 +00:00 |
|
antonm@google.com
|
b693f3e1ea
|
Changes for the roll.
TBR=ager@google.com, blois@google.com, podivilov@chromium.org
Review URL: https://codereview.chromium.org//14007012
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21627 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-04-17 16:15:01 +00:00 |
|
podivilov@google.com
|
468fc08f93
|
Fix the build with WEB_AUDIO disabled.
Make sure web_audio_DartResolver.cpp is generated even if WEB_AUDIO is disabled
because our gyps depend on it.
R=antonm@google.com
Review URL: https://codereview.chromium.org//13493010
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21182 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-04-10 08:01:28 +00:00 |
|
blois@google.com
|
575512855b
|
Fixing SVGColor DartC break
The base class for SVGColor was removed, but we still had an auto-generated constructor trying to call it, which broke dartc.
BUG=
Review URL: https://codereview.chromium.org//13849002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21124 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-04-08 23:49:16 +00:00 |
|
antonm@google.com
|
55b39086a5
|
Support nullable attributes and return types in Dartium.
R=vsm@google.com
Review URL: https://codereview.chromium.org//13201004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20660 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-03-29 15:13:00 +00:00 |
|
efortuna@google.com
|
58b10f811e
|
Reapply Futureification.
BUG=
Review URL: https://codereview.chromium.org//12543014
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@19590 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-03-07 00:13:57 +00:00 |
|
efortuna@google.com
|
60a5ed7215
|
"Reverting 19586"
BUG=
Review URL: https://codereview.chromium.org//12463028
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@19587 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-03-06 22:43:47 +00:00 |
|
efortuna@google.com
|
18f08c3a4c
|
Future-ify All the methods!
(with a few exceptions we've planned).
Also added some tests to test these apis.
BUG=
Review URL: https://codereview.chromium.org//12380046
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@19586 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-03-06 22:32:54 +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 |
|
amouravski@google.com
|
956d645a0f
|
Can now correctly add documentation to constructors.
Review URL: https://codereview.chromium.org//12087112
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17954 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-01-31 23:11:31 +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 |
|
antonm@google.com
|
8aebefcadf
|
Allow null for optional strings in init event methods.
R=podivilov@chromium.org
BUG=8076
Review URL: https://codereview.chromium.org//12077044
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17762 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-01-29 14:16:41 +00:00 |
|
antonm@google.com
|
5d50a592a3
|
Support overloaded constructors.
R=blois@google.com,efortuna@google.com,podivilov@chromium.org
Review URL: https://codereview.chromium.org//12052076
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17754 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-01-29 12:18:28 +00:00 |
|
amouravski@google.com
|
b1946849c6
|
Readded some more HTML docs!
Review URL: https://codereview.chromium.org//12094003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17738 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-01-29 00:28:29 +00:00 |
|
amouravski@google.com
|
87e86c1f8d
|
Second half of HTML json docs. This reads the json file and inserts the docs.
The format should match what was hand-written, but the order of annotations may
have changed. This does not effect anything, but it's worth noting.
Review URL: https://codereview.chromium.org//12045076
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17649 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-01-25 19:24:25 +00:00 |
|
antonm@google.com
|
f68706e4c4
|
Initial work on ImageData.data.
R=blois@google.com,efortuna@google.com,podivilov@chromium.org,sra@google.com
Review URL: https://codereview.chromium.org//12036013
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17526 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-01-24 08:25:37 +00:00 |
|
antonm@google.com
|
abb2499b5a
|
Some more refactorings of overload dispatcher generation.
R=blois@google.com,efortuna@google.com,podivilov@chromium.org,sra@google.com
Review URL: https://codereview.chromium.org//11896038
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17522 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-01-24 07:51:18 +00:00 |
|
antonm@google.com
|
2e73feb690
|
Minor unification with dart2js bindings.
TBR=podivilov@chromium.org
Review URL: https://codereview.chromium.org//12035022
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17406 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-01-22 15:32:17 +00:00 |
|
blois@google.com
|
049efc4fe8
|
Fixing cleanup of dart:html annotation generation.
This is an update of https://codereview.chromium.org/11968047/
BUG=
Review URL: https://codereview.chromium.org//12024002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17323 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-01-18 22:11:21 +00:00 |
|
antonm@google.com
|
56c3b90f06
|
Stop generating MutationCallback right way.
R=podivilov@chromium.org
Review URL: https://codereview.chromium.org//11886099
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17290 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-01-18 16:35:36 +00:00 |
|
blois@google.com
|
bda6df30df
|
Revert "Fixing formatting of dart:html's dart2js annotations."
This reverts commit 11508.
BUG=
Review URL: https://codereview.chromium.org//11962049
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17239 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-01-17 22:16:31 +00:00 |
|
blois@google.com
|
b6f3ecaa2c
|
Fixing formatting of dart:html's dart2js annotations.
Also unifying formatting of attributes.
BUG=7808
Review URL: https://codereview.chromium.org//11968047
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17238 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-01-17 22:12:36 +00:00 |
|
antonm@google.com
|
b90237932f
|
Changes to support Chrome roll.
TBR=podivilov@chromium.org
Review URL: https://codereview.chromium.org//11961040
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17194 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-01-17 11:45:48 +00:00 |
|
amouravski@google.com
|
038af964dc
|
Changed @domName annotation in comment to full fledge @DomName annotation.
Review URL: https://codereview.chromium.org//11887006
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17154 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-01-16 19:01:07 +00:00 |
|
blois@google.com
|
9b61abf6ee
|
Adding types to dart:html's dartium files where possible.
We were omitting parameter types more often than we should have been.
BUG=7529
Review URL: https://codereview.chromium.org//11644103
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17098 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-01-15 22:28:51 +00:00 |
|
antonm@google.com
|
8a23b874b7
|
Next step in overload dispatcher refactoring.
R=blois@google.com,podivilov@chromium.org,sra@google.com
Review URL: https://codereview.chromium.org//11720002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16918 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-01-10 12:18:21 +00:00 |
|
antonm@google.com
|
4598eaead3
|
No need in require_v8_scope flag any more.
R=podivilov@chromium.org
Review URL: https://codereview.chromium.org//11819034
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16913 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-01-10 11:24:26 +00:00 |
|
antonm@google.com
|
91cc0fb62e
|
Start unification of overload dispatcher generation.
Refactor checks generation and share it across backends.
R=blois@google.com,podivilov@chromium.org,sra@google.com
Review URL: https://codereview.chromium.org//11688005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16570 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-12-29 12:03:02 +00:00 |
|
efortuna@google.com
|
01fb2bbc86
|
Moved most of html lib generating scripts into tools.
BUG=
Review URL: https://codereview.chromium.org//11691009
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16557 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-12-28 22:26:48 +00:00 |
|