Commit Graph

15 Commits

Author SHA1 Message Date
podivilov@google.com b6620e03b8 Reapply revision 11570, custom callbacks are now implemented in dartium.
R=ricow@google.com

Review URL: https://chromiumcodereview.appspot.com//10908005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11588 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-30 09:06:43 +00:00
ricow@google.com c35c494dfa Revert revision 11570, this still has dartium failures.
Review URL: https://chromiumcodereview.appspot.com//10908003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11576 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-30 06:23:25 +00:00
efortuna@google.com 49b238839d Reapply DOMFormData => FormData rename. (this time with a fix for Dartium)
Review URL: https://chromiumcodereview.appspot.com//10887016

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11570 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-29 23:07:08 +00:00
blois@google.com 4d29efad2f Implementing polyfills for insertAdjacent* to get them working on FF.
Refactoring IE test to pass on IE9.

This is essentially the same CL as before, but had to roll back because it broke on IE9. Specifically, insertAdjacentHTML is not supported on IE9 on table elements. It is fully supported on IE10.

BUG=3600,3685

Review URL: https://chromiumcodereview.appspot.com//10883070

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11480 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-28 21:49:41 +00:00
efortuna@google.com 6b58e3ed99 Revert change 11459 and 11464.
Review URL: https://chromiumcodereview.appspot.com//10892010

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11466 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-28 17:24:41 +00:00
efortuna@google.com 586d5de486 Provide a constructor for (DOM)FormData, and rename to the more standard name,
FormData. Also add a constructor for FormElement.
Review URL: https://chromiumcodereview.appspot.com//10871070

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11459 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-28 16:21:28 +00:00
blois@google.com c5aed7e5bc Adding polyfills for MouseEvent.offsetX and MouseEvent.offsetY so they work on FF.
BUG=1087

Review URL: https://chromiumcodereview.appspot.com//10867073

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11411 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-27 20:23:04 +00:00
blois@google.com 77796d2ee3 Revert "Implementing polyfills for insertAdjacent* to get them working on FF."
This reverts commit 802cf18b82edc16584b12e6f8b8ecac2801a8051.

BUG=

Review URL: https://chromiumcodereview.appspot.com//10871088

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11405 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-27 19:04:02 +00:00
blois@google.com 19068aefb9 Implementing polyfills for insertAdjacent* to get them working on FF.
Implementing addHTML and addText.

BUG=3600,3685

Review URL: https://chromiumcodereview.appspot.com//10879080

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11399 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-27 17:27:03 +00:00
blois@google.com ef7c57676a Revert "Adding Element.AddHTML and Element.addText methods."
This reverts commit f1b1dc4f51ebbfa5f37e65cff0a638c80217f5d9.

BUG=

Review URL: https://chromiumcodereview.appspot.com//10878027

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11251 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-23 19:04:27 +00:00
blois@google.com 810807a7b3 Adding Element.AddHTML and Element.addText methods.
These are to make it easier to append HTML and text to existing DOM nodes.

BUG=3685

Review URL: https://chromiumcodereview.appspot.com//10854208

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11249 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-23 18:36:29 +00:00
efortuna@google.com bad51b1f63 Update XMLHttpRequest documentation.
Review URL: https://chromiumcodereview.appspot.com//10860050

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11071 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-21 16:39:56 +00:00
kathyw@google.com b79fee7be2 Improve WebSocket and Storage docs.
Staged at:

http://kathy-02.dartlang-api.appspot.com/html/WebSocket.html
http://kathy-02.dartlang-api.appspot.com/html/Storage.html

BUG=3759,3091

Review URL: https://chromiumcodereview.appspot.com//10684008

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9146 260f80e4-7a28-3924-810f-c04153c831b5
2012-06-27 04:28:10 +00:00
vsm@google.com e042b19b96 Modify apidoc to prefer handwritten HTML5 docs over those in MDN or generated code.
Review URL: https://chromiumcodereview.appspot.com//10540085

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@8516 260f80e4-7a28-3924-810f-c04153c831b5
2012-06-11 20:51:12 +00:00
sra@google.com 6f516ae928 Add dummy dart:html library for documentation.
dartdoc will be added in the fake dart:html library in lib/html/doc
and merged into the real dart:html library during dart:html build.

We will be adding a tool to that can be run as part of the dart:html build to
merge in the documentation.  The tool will also be able to run stand-alone to
update the documentation post-build.  This will allow documentation work to
continue independently of building.

Review URL: https://chromiumcodereview.appspot.com//10544064

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@8415 260f80e4-7a28-3924-810f-c04153c831b5
2012-06-08 02:07:50 +00:00