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