Florian Loitsch
|
badabcc53a
|
Don't use => on void functions.
Fixes #26740
BUG= http://dartbug.com/26740
R=sra@google.com
Review URL: https://codereview.chromium.org/2118633002 .
|
2016-07-11 14:20:12 +02:00 |
|
sra@google.com
|
7516e95066
|
Redo "Use @Native annotation on dart2js DOM native classes"
BUG=
Review URL: https://codereview.chromium.org//410863002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38488 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-07-23 04:27:48 +00:00 |
|
sra@google.com
|
9a4f73207e
|
Revert "Use @Native annotation on dart2js DOM native classes"
TBR=blois@google.com
BUG=
Review URL: https://codereview.chromium.org//410823002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38486 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-07-23 01:44:13 +00:00 |
|
sra@google.com
|
11a19d95be
|
Use @Native annotation on dart2js DOM native classes
This is one of many steps to removing non-standard syntax from the dart2js libraries.
R=blois@google.com
Review URL: https://codereview.chromium.org//409053002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38484 260f80e4-7a28-3924-810f-c04153c831b5
|
2014-07-23 00:23:17 +00:00 |
|
efortuna@google.com
|
90873051ad
|
Making almost all dom_ methods private. Exceptions will be addressed in a later CL.
Current ones that still remain to be made private include createElement(NS),
createRange, all the Element properties, and childNodes.
BUG=
R=blois@google.com
Review URL: https://codereview.chromium.org//23055008
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26605 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-08-23 18:25:40 +00:00 |
|
efortuna@google.com
|
f81052f2c8
|
Reapply expanding overloaded functions into separate functions.
BUG=
R=jmesserly@google.com
Review URL: https://codereview.chromium.org//18577002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24709 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-07-02 22:32:44 +00:00 |
|
efortuna@google.com
|
3629744086
|
"Reverting 24655"
BUG=
Review URL: https://codereview.chromium.org//18277003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24656 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-07-01 21:09:19 +00:00 |
|
efortuna@google.com
|
fc0df10d8b
|
Expand overloaded methods and optional parameters in the html library.
BUG=
R=blois@google.com
Review URL: https://codereview.chromium.org//16494002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24655 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-07-01 20:49:07 +00:00 |
|