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
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
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