efortuna@google.com
fe4a885a84
Fix dartdoc change with XMLHttpRequest
...
Review URL: https://chromiumcodereview.appspot.com//10829458
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11072 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-21 16:49:40 +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
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
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