efortuna@google.com
|
26bf1e0da4
|
Renamed contains in the rectangle class to containsRectangle.
BUG=https://code.google.com/p/dart/issues/detail?id=13876
R=floitsch@google.com
Review URL: https://codereview.chromium.org//40983002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29203 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-24 20:27:22 +00:00 |
|
blois@google.com
|
f41e99e1ed
|
Updating MutationObserver.observe documentation.
TBR
BUG=14375
Review URL: https://codereview.chromium.org//40703002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29181 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-24 17:01:08 +00:00 |
|
efortuna@google.com
|
7e685302b9
|
Add back unseparated out version of method overloads in dart:html.
BUG=
R=blois@google.com
Review URL: https://codereview.chromium.org//34733007
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29135 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-24 00:07:45 +00:00 |
|
efortuna@google.com
|
7645b3b4c6
|
Temporarily disable TouchList constructor to implement varargs.
BUG=
R=vsm@google.com
Review URL: https://codereview.chromium.org//38233004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29133 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-23 22:46:35 +00:00 |
|
vsm@google.com
|
db97191375
|
Dartium fixes for latest Blink rolls.
TBR=blois@google.com
Review URL: https://codereview.chromium.org//37203003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29085 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-23 15:00:32 +00:00 |
|
jmesserly@google.com
|
360ea42322
|
Rename mdv -> template_binding, remove experiemntal apis from dart:html
essentially, we trade off reduce dart:html API surface area for more annoying usage of these APIs. Since Polymer hides most of this, I suspect it won't be too annoying in practice.
Sample usage:
nodeBind(node).bind(...)
templateBind(node).model = ...;
R=sigmund@google.com
Review URL: https://codereview.chromium.org//34453003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29057 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-23 02:11:49 +00:00 |
|
blois@google.com
|
15e086338d
|
Revert "Revert "Removing some deprecated members""
Take-two of https://code.google.com/p/dart/source/detail?r=29022
The issue with the original was that addEventListener was changed to private, but this caused the IDB classes which override it to not override it any longer. This was breaking C++ multiple inheritance type casts. Fix is to make addEventListener public.
BUG=
R=efortuna@google.com
Review URL: https://codereview.chromium.org//35013003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29051 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-23 00:44:10 +00:00 |
|
efortuna@google.com
|
a4a2e26bde
|
Reapply lineDash with polyfill.
BUG=
R=blois@google.com
Review URL: https://codereview.chromium.org//35623004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29050 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-23 00:15:36 +00:00 |
|
blois@google.com
|
3d20b78608
|
Fixing experimental annotation on HtmlDocument.register
Not sure why this just started failing on the bots, but it's an issue.
BUG=
R=efortuna@google.com
Review URL: https://codereview.chromium.org//35543004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29039 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-22 21:27:33 +00:00 |
|
blois@google.com
|
3aef09e008
|
Revert "Removing some deprecated members"
For some reason this broke indexed_db on Dartium, I debugged in some but need more time to understand. The completed event is not firing.
TBR
BUG=
Review URL: https://codereview.chromium.org//32523007
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29033 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-22 20:20:32 +00:00 |
|
blois@google.com
|
811147da98
|
Removing redirections of deprecated members
The members were deprecated and removed, but these redirections were missing
TBR
BUG=
Review URL: https://codereview.chromium.org//34683003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29024 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-22 19:00:31 +00:00 |
|
blois@google.com
|
63f250a430
|
Removing a number of deprecated members
Mostly left over from previous refactoring
BUG=
R=efortuna@google.com
Review URL: https://codereview.chromium.org//33423004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29023 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-22 18:53:36 +00:00 |
|
blois@google.com
|
e2c4716609
|
Removing some deprecated members
These are all DOM APIs that we had annotated as deprecated but not actually removed. They've all been deprecated for quite a while.
BUG=
R=efortuna@google.com
Review URL: https://codereview.chromium.org//30353003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29022 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-22 18:42:01 +00:00 |
|
blois@google.com
|
690a1454e5
|
Revert "Converting Polymer and TemplateElement to use deprecated Node.document"
Now that DRT is updated and we're running dart2js tests properly, all should be good.
BUG=14197
R=jmesserly@google.com
Review URL: https://codereview.chromium.org//34613005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29018 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-22 18:28:18 +00:00 |
|
efortuna@google.com
|
8b4e5e92ba
|
"Reverting 29013"
TBR
BUG=
Review URL: https://codereview.chromium.org//35723002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29017 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-22 18:25:40 +00:00 |
|
efortuna@google.com
|
f4e40d6d9a
|
Make getLineDash return [] instead of null if it has not yet been set.
BUG=
R=blois@google.com
Review URL: https://codereview.chromium.org//27983005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29013 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-22 17:40:58 +00:00 |
|
efortuna@google.com
|
250b113caf
|
Mark jQuery methods as experimental.
BUG=
R=blois@google.com
Review URL: https://codereview.chromium.org//33433005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28967 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-21 23:09:17 +00:00 |
|
efortuna@google.com
|
7da21ce566
|
Allow all events to be accessed via on[foo] instead of just onFoo
BUG=
R=blois@google.com
Review URL: https://codereview.chromium.org//29843004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28966 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-21 23:07:18 +00:00 |
|
amouravski@google.com
|
0177ed7ae4
|
CanvasRenderingContext2D.fillText now works correctly with null maxWidth.
BUG=13369
R=efortuna@google.com
Review URL: https://codereview.chromium.org//29273005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28963 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-21 22:09:07 +00:00 |
|
efortuna@google.com
|
9c2f329e56
|
Remove defaultSelected property.
BUG=https://code.google.com/p/dart/issues/detail?id=4958
R=blois@google.com
Review URL: https://codereview.chromium.org//27516011
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28832 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-17 22:38:47 +00:00 |
|
blois@google.com
|
ee30fc06fb
|
Converting Polymer and TemplateElement to use deprecated Node.document
Because Polymer dart2js tests actually execute dart, the bots are red because the corresponding changes haven't made it into Dartium.
BUG=
R=jmesserly@google.com
Review URL: https://codereview.chromium.org//27773002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28830 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-17 22:04:11 +00:00 |
|
blois@google.com
|
358392883c
|
Adding ElementEventStream.capture
Also making Element.on[] return an ElementStream.
BUG=13214
R=efortuna@google.com
Review URL: https://codereview.chromium.org//26135004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28819 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-17 20:19:46 +00:00 |
|
blois@google.com
|
a86bee09de
|
Fix for events not firing on sanitized elements
Issue was that the events weren't being raised when the elements were in documents without views.
BUG=14184
R=efortuna@google.com
Review URL: https://codereview.chromium.org//26557004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28817 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-17 19:58:14 +00:00 |
|
blois@google.com
|
cb304c5ea7
|
Adding HttpRequest.responseHeaders
The code is mostly from Closure's getResponseHeaders function, with modifications to make the keys case-insensitive (following jQuery's model).
BUG=13584
R=efortuna@google.com
Review URL: https://codereview.chromium.org//26893008
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28812 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-17 18:11:00 +00:00 |
|
blois@google.com
|
e3b35dabb6
|
Renaming Node.document back to Node.ownerDocument
With custom elements, the document instance variable creates an odd conflict with the document global.
BUG=14099
R=jmesserly@google.com
Review URL: https://codereview.chromium.org//27602002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28810 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-17 17:55:38 +00:00 |
|
blois@google.com
|
679c9ed699
|
Fixing mirrors on Window, Document and Element
BUG=13654
R=efortuna@google.com
Review URL: https://codereview.chromium.org//27429002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28772 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-17 01:27:20 +00:00 |
|
blois@google.com
|
ef3ab25c69
|
Fixing double-completing indexed DB transactions
Basically when an error occurs, aborted occurs as well, causing an error because the future was being completed more than once.
BUG=11405
R=efortuna@google.com
Review URL: https://codereview.chromium.org//26789008
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28770 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-17 01:07:17 +00:00 |
|
blois@google.com
|
333054ee75
|
Supporting non-SSVs in CustomEvent.detail
BUG=12641
R=vsm@google.com
Review URL: https://codereview.chromium.org//27308006
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28758 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-16 23:09:33 +00:00 |
|
blois@google.com
|
19655e4e6b
|
Revert "Revert "Removing setImmediate and hiding WindowTimers interface""
Issue was that requestAnimationFrame got removed from Dartium during a merge conflict :(
BUG=
R=efortuna@google.com
Review URL: https://codereview.chromium.org//27441002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28700 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-16 00:50:49 +00:00 |
|
efortuna@google.com
|
951dca71cb
|
Deprecate query and queryAll, also add back querySelector and querySelectorAll.
BUG=
R=jacobr@google.com
Review URL: https://codereview.chromium.org//27223003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28699 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-16 00:44:47 +00:00 |
|
blois@google.com
|
8e255ada0f
|
Revert "Removing setImmediate and hiding WindowTimers interface"
This reverts commit 28690.
TBR
BUG=
Review URL: https://codereview.chromium.org//27440002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28696 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-16 00:16:59 +00:00 |
|
blois@google.com
|
303710040b
|
Removing setImmediate and hiding WindowTimers interface
These timing APIs are all redundant with dart:async and those versions should be used instead.
BUG=
R=efortuna@google.com
Review URL: https://codereview.chromium.org//26534005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28690 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-15 23:52:09 +00:00 |
|
blois@google.com
|
4c06ef7fb8
|
Dartium build issue w/ mutation observers
Last fix for mutation observers had a typo in Dartium (wish I could build both from the same enlistment!).
TBR
BUG=
Review URL: https://codereview.chromium.org//26539014
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28683 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-15 21:06:54 +00:00 |
|
blois@google.com
|
ea5d14dd91
|
MutationObserver changes for zones (again)
Missed that the _wrap only takes one arg, added the two arg version. Unfortunately the tests for this are around upgrading and is really flaky (often passing on my machine).
TBR
BUG=
Review URL: https://codereview.chromium.org//27403002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28680 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-15 20:39:14 +00:00 |
|
blois@google.com
|
4e01232e26
|
Fixing MutationObserver constructor from zones change
TBR
BUG=
Review URL: https://codereview.chromium.org//26442003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28679 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-15 19:59:45 +00:00 |
|
blois@google.com
|
9baacafa7a
|
Making all callbacks use zones (take 2)
Changes: fixed parameter ordering for RTCPeerConnection.getStats and fixed error for StorageInfo.
Revert "Revert "Making all callbacks use zones""
BUG=
R=efortuna@google.com
Review URL: https://codereview.chromium.org//27240004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28674 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-15 19:07:22 +00:00 |
|
blois@google.com
|
e1d441b22f
|
Revert "Making all callbacks use zones"
This reverts commit 28607, running into analyzer issues.
TBR
BUG=
Review URL: https://codereview.chromium.org//27232003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28609 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-14 20:23:11 +00:00 |
|
blois@google.com
|
84a3415e82
|
Making all callbacks use zones
This was primarily converting APIs to use Futures, all appear to be new ones since we did the last pass.
MutationObserver and Window.requestAnimationFrame had to be fixed manually.
BUG=
R=efortuna@google.com, floitsch@google.com
Review URL: https://codereview.chromium.org//27082002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28607 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-14 19:49:17 +00:00 |
|
floitsch@google.com
|
8882916b21
|
Update dom streams with new signatures.
Review URL: https://codereview.chromium.org//27036002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28517 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-11 14:44:52 +00:00 |
|
blois@google.com
|
c2f5471669
|
Removing Element.createdCallback
This was a placeholder for before dart2js converted to the constructor, can now be removed.
BUG=
R=sra@google.com
Review URL: https://codereview.chromium.org//26592009
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28465 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-10 16:59:19 +00:00 |
|
efortuna@google.com
|
95c3be5481
|
Made index_db Cursor.next behavior consistent between JS and vm.
BUG=
R=blois@google.com
Review URL: https://codereview.chromium.org//26703006
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28431 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-09 23:45:59 +00:00 |
|
efortuna@google.com
|
a8f1004971
|
Add "matchingTarget" function to Event, which is the Element that matched the CSS value selector.
Bug fix for https://code.google.com/p/dart/issues/detail?id=12931
BUG=
R=blois@google.com
Review URL: https://codereview.chromium.org//26722002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28430 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-09 23:43:20 +00:00 |
|
efortuna@google.com
|
79d6ca8285
|
Reapply KeyEvent improvements.
BUG=
R=sra@google.com
Review URL: https://codereview.chromium.org//26279008
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28370 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-08 18:10:24 +00:00 |
|
efortuna@google.com
|
9c5078b378
|
"Reverting 28321"
BUG=
Review URL: https://codereview.chromium.org//26334002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28323 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-07 20:11:16 +00:00 |
|
efortuna@google.com
|
c5fe58c61c
|
Fully polyfill KeyEvent so that you can programmatically create your own "keyboard" events.
Added some test cases as well.
BUG=
R=sra@google.com
Review URL: https://codereview.chromium.org//23455033
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28321 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-07 19:40:17 +00:00 |
|
efortuna@google.com
|
a131ab528c
|
Add scrollIntoViewIfNeeded on Dartium.
BUG=
R=jacobr@google.com
Review URL: https://codereview.chromium.org//26077002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28310 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-07 16:34:30 +00:00 |
|
lrn@google.com
|
e3713a08d4
|
Make List.shuffle take an optional Random object to use.
R=floitsch@google.com
Review URL: https://codereview.chromium.org//25931003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28305 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-07 12:07:30 +00:00 |
|
efortuna@google.com
|
eaa854b258
|
Move Rectangle and Point into dart:math.
BUG=
R=floitsch@google.com
Review URL: https://codereview.chromium.org//25808002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28272 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-04 17:47:39 +00:00 |
|
lrn@google.com
|
55a8a72ca6
|
Add List.shuffle().
Will add tests too.
R=floitsch@google.com
Review URL: https://codereview.chromium.org//24740003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28206 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-03 11:09:01 +00:00 |
|
efortuna@google.com
|
0b53b15b7d
|
"Reverting 28184"
TBR=blois
BUG=
Review URL: https://codereview.chromium.org//25785003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28186 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-02 22:13:16 +00:00 |
|