ajohnsen@google.com
|
0d078037e2
|
Re-apply 'Unify dart:isolate.' with fixes for autogenerated dart2js and dartium html files.
Old Review URL: https://chromiumcodereview.appspot.com//10828410
BUG=
Review URL: https://chromiumcodereview.appspot.com//10828411
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11084 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-21 18:47:43 +00:00 |
|
efortuna@google.com
|
742e1ffcbe
|
Rename XMLHttpRequest to HttpRequest.
Review URL: https://chromiumcodereview.appspot.com//10823352
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11070 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-21 16:39:35 +00:00 |
|
vsm@google.com
|
9259b263fd
|
Support general serializing of functions between JS and Dart
Anton: This expands on your earlier CL. Do you mind taking a look?
Review URL: https://chromiumcodereview.appspot.com//10834426
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11066 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-21 15:59:54 +00:00 |
|
antonm@google.com
|
5f8ff75236
|
Rebuild dart:html.
TBR=sra@google.com
Review URL: https://chromiumcodereview.appspot.com//10836338
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10961 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-20 13:43:23 +00:00 |
|
antonm@google.com
|
e8e62cca87
|
Roll IDL to mutlivm@775.
TBR=vsm@google.com
Review URL: https://chromiumcodereview.appspot.com//10831389
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10954 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-20 13:23:31 +00:00 |
|
antonm@google.com
|
acb2ba84bf
|
IDBOpenDBRequest is now in WebKit IDLs.
TBR=podivilov@chromium.org
Review URL: https://chromiumcodereview.appspot.com//10860040
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10951 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-20 13:05:20 +00:00 |
|
antonm@google.com
|
ddf391f393
|
Add an optional argument to HTMLCanvasElement.toDataURL.
That brings us closer to the spec and actual usage.
R=vsm@google.com
Review URL: https://chromiumcodereview.appspot.com//10827399
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10896 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-17 13:51:07 +00:00 |
|
sra@google.com
|
d31e5df37d
|
Fix for Issue 3039.
Review URL: https://chromiumcodereview.appspot.com//10825393
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10853 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-16 18:38:06 +00:00 |
|
sra@google.com
|
fa28528dca
|
Enable (HTML)DataListElement
Add test and convenience constructor.
Fixes Issue 4474.
Review URL: https://chromiumcodereview.appspot.com//10824326
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10786 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-16 02:30:15 +00:00 |
|
sra@google.com
|
0dff21b626
|
Regenerate dart:html
Review URL: https://chromiumcodereview.appspot.com//10834344
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10778 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-15 23:18:55 +00:00 |
|
vsm@google.com
|
8aea752058
|
Don't auto-send credentials on XHR.get
I've introduced an alternative XHR.getWithCredentials to make this an
explicit opt-in.
BUG=4481
Review URL: https://chromiumcodereview.appspot.com//10831314
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10683 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-14 22:10:59 +00:00 |
|
vsm@google.com
|
154358d55e
|
Roll IDL to multivm@762
TBR=sra
Review URL: https://chromiumcodereview.appspot.com//10825350
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10681 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-14 21:54:06 +00:00 |
|
vsm@google.com
|
74aaac772a
|
Implement spawnDomFunction
Removed the spawnDomIsolate in favor of spawnDomFunction. The signature of this function matches spawnFunction.
Review URL: https://chromiumcodereview.appspot.com//10837088
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10474 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-10 00:05:46 +00:00 |
|
vsm@google.com
|
c9c8d17cfd
|
Move noSuchMethod hook from UnknownElement to Element
Review URL: https://chromiumcodereview.appspot.com//10826146
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10245 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-03 20:09:55 +00:00 |
|
sra@google.com
|
c4a7f117c2
|
Make more native DOM array-like objects known to compiler.
This improves Dromaeo traversal benchmarks up from ~100 to ~160. (They still need more work - target is ~400.)
Review URL: https://chromiumcodereview.appspot.com//10823140
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10158 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-02 10:26:36 +00:00 |
|
vsm@google.com
|
8c40dc703d
|
Partially rollback noSuchMethod for UnknownElement until we figure out code size issue
jacob: This won't effect Dartium. Just rolling back for dart2js, which wasn't working anyway.
Review URL: https://chromiumcodereview.appspot.com//10843022
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10118 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-01 14:19:08 +00:00 |
|
vsm@google.com
|
7de22f0c61
|
Roll IDL to multivm@733
TBR=sra
Review URL: https://chromiumcodereview.appspot.com//10837033
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10104 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-01 01:15:12 +00:00 |
|
dgrove@google.com
|
9f3b6b13ce
|
Change #library("dom") to #library("dart:dom_deprecated") .
Change #library("html") to #library("dart:html") .
Fix issue 4194.
Review URL: https://chromiumcodereview.appspot.com//10826023
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9919 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-07-25 23:41:18 +00:00 |
|
antonm@google.com
|
088d5937cb
|
Autogenerate additional arguments for fanky methods.
Methods with CallWith=ScriptArguments|CallStack are declared
w/o last argument in WebKit IDLs. Formerly this last argument
was manually injected via dart.idl, but it's not robust in the
presence of IDL modifications.
TBR=podivilov@chromium.org,sra@google.com
Review URL: https://chromiumcodereview.appspot.com//10821012
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9890 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-07-25 15:48:35 +00:00 |
|
dgrove@google.com
|
89dd99fdd0
|
Convert DOM and HTML frog to dart2js.
Review URL: https://chromiumcodereview.appspot.com//10800104
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9871 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-07-24 22:45:59 +00:00 |
|