Commit Graph

75 Commits

Author SHA1 Message Date
Sam Rawlins 1a5f5e4caf Fix doc comment in HttpRequest.getString and other tweaks
Bug: https://github.com/dart-lang/sdk/issues/21578
Change-Id: I9ec333319922f27a216c1804d889198baf7e579b
Reviewed-on: https://dart-review.googlesource.com/c/82789
Reviewed-by: Terry Lucas <terry@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2018-11-07 23:31:14 +00:00
Sam Rawlins f7dab643ff Remove discontinued webproject.org links. Fixes #21482
Bug: https://github.com/dart-lang/sdk/issues/21482
Change-Id: Ie3becfa7eb9f233186629cf97bfcabe51efc8794
Reviewed-on: https://dart-review.googlesource.com/c/82790
Reviewed-by: Terry Lucas <terry@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2018-11-06 22:20:51 +00:00
Nate Bosch bbc65073fa Clarify units for timeout
This is indicated in the linked MDN doc, but we should not make readers
go looking.

Also fix a typo.

BUG=https://github.com/dart-lang/sdk/issues/29428
R=alanknight@google.com

Review-Url: https://codereview.chromium.org/2832353003 .
2017-05-05 10:11:03 -07:00
Erik Corry aa6353b6da Dart SDK Spelling b, c, and d.
R=kmillikin@google.com
BUG=

Review-Url: https://codereview.chromium.org/2850783002 .
2017-05-01 08:28:10 +02:00
Erik Corry 4b9bba55b4 Stoppp using trippple consonants
R=ahe@google.com
BUG=

Review-Url: https://codereview.chromium.org/2833073002 .
2017-04-21 17:50:13 +02:00
Alan Knight 30b489578d Revert "Reapply zone tasks."
This reverts commit 6a7c037aa6.

BUG=

Review URL: https://codereview.chromium.org/2162643002 .
2016-07-18 13:12:36 -07:00
Florian Loitsch 6a7c037aa6 Reapply zone tasks.
This reverts commit 34d3c37233.

Committed: https://github.com/dart-lang/sdk/commit/f746f8f77e93fd93cb4ff3b4ed644c96a432947a

R=lrn@google.com

Review URL: https://codereview.chromium.org/2119243002 .

Reverted: https://github.com/dart-lang/sdk/commit/dae392291595fa394d601d2d0baa77b66d85533f
2016-07-05 17:33:09 +02:00
Florian Loitsch dae3922915 Revert "Reapply zone tasks."
This reverts commit f746f8f77e.

Review URL: https://codereview.chromium.org/2123593002 .
2016-07-04 21:58:15 +02:00
Florian Loitsch f746f8f77e Reapply zone tasks.
This reverts commit 34d3c37233.

Review URL: https://codereview.chromium.org/2119243002 .
2016-07-04 19:55:58 +02:00
Florian Loitsch 34d3c37233 Revert zone tasks.
Revert "Add tasks to zones."

This reverts commit 85cccde717.

Revert "Make Dom events run through zone tasks."

This reverts commit 6d1f6b2af6.

Revert "Add zone task support for request-anim."

This reverts commit 726b9f8dc7.

Revert "Add zone task support to http-requests."

This reverts commit b40cfcb57f.

Revert "Update status file for jsshell."

This reverts commit 5e05ee9b5f.

Review URL: https://codereview.chromium.org/2120063002 .
2016-07-01 22:36:52 -07:00
Florian Loitsch b40cfcb57f Add zone task support to http-requests.
R=alanknight@google.com, lrn@google.com

Review URL: https://codereview.chromium.org/2042033002 .
2016-07-01 19:44:19 -07:00
Alan Knight ab55f22334 Fix WebGL tex[Sub]Image2D/buffer[Sub]Data, restored Typed/Untyped aliases
BUG=

Review URL: https://codereview.chromium.org/1831033002 .
2016-03-24 10:20:11 -07:00
Sam Rawlins 974b461235 Update 145 DOM doc links to use proper Markdown; fix 56 broken links
BUG= https://github.com/dart-lang/sdk/issues/23601

Tested with dartdoc package at HEAD with new markdown package 0.9. Looks great.

R=alanknight@google.com

Review URL: https://codereview.chromium.org/1440183003 .
2015-11-13 14:43:49 -05:00
efortuna@google.com 1c90159fe2 Document DOMApplicationCache as fix for https://code.google.com/p/dart/issues/detail?id=3688.
BUG=
R=blois@google.com

Review URL: https://codereview.chromium.org//456043002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39096 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-11 17:56:53 +00:00
efortuna@google.com 7cbe70fb2c Deprecate MouseEvent.elementTo and elementFrom since they have the same
functionality as relatedTarget.

BUG=
R=blois@google.com

Review URL: https://codereview.chromium.org//454043004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39050 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-08 21:07:24 +00:00
efortuna@google.com 25983f986c Fixed docs for webGL method variants (overloaded methods were getting the same comments).
BUG=
R=blois@google.com

Review URL: https://codereview.chromium.org//301413002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@36846 260f80e4-7a28-3924-810f-c04153c831b5
2014-05-30 22:32:00 +00:00
dgrove@google.com 6eaf449c1c Restore docs.json, which is used in the Dartium build process.
R=efortuna@google.com

Review URL: https://codereview.chromium.org//156703004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32401 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-07 01:35:54 +00:00
dgrove@google.com ed59ab7a67 Remove more tests which depend on dartdoc, which has been deleted.
Review URL: https://codereview.chromium.org//156903004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32393 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-06 23:41:13 +00:00
amouravski@google.com 621242e4b8 Fill in blanks for Event docs.
Review URL: https://codereview.chromium.org//63883006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30319 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-15 22:17:44 +00:00
amouravski@google.com 71e4e96699 Finished off HTML Window blurb + link for every member.
Review URL: https://codereview.chromium.org//64553010

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30307 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-15 18:40:56 +00:00
amouravski@google.com 8b22b0eba0 Even more docs changes.
Review URL: https://codereview.chromium.org//66843009

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30298 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-15 02:20:22 +00:00
amouravski@google.com fce5971f4f o/~ Y muchos maaaaaaas... o/~
Review URL: https://codereview.chromium.org//68513006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30175 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-11 22:10:12 +00:00
amouravski@google.com 239d152949 Way more documentation blanks filled in.
Review URL: https://codereview.chromium.org//66193010

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30134 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-09 01:19:44 +00:00
amouravski@google.com caea84057c Fill in some canvas doc blanks.
Review URL: https://codereview.chromium.org//65703003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30082 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-07 23:21:50 +00:00
amouravski@google.com 82fb93d181 Update selector docs.
Review URL: https://codereview.chromium.org//65333002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30069 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-07 20:49:32 +00:00
amouravski@google.com 5b034362b2 Updated with comments from kathyw.
Review URL: https://codereview.chromium.org//61593005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29996 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-06 21:09:59 +00:00
amouravski@google.com 11c6fce3d9 Even more docs, filling in many of the gaps.
Review URL: https://codereview.chromium.org//62703002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29993 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-06 20:39:27 +00:00
amouravski@google.com 016d5cd0fd Updated some more documentation to be more clear.
Review URL: https://codereview.chromium.org//62023002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29975 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-06 14:28:47 +00:00
amouravski@google.com 57c3e7f9d2 A few more Element method docs.
Review URL: https://codereview.chromium.org//60563002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29922 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-05 18:24:42 +00:00
amouravski@google.com 3e9937eae4 More Element method docs.
Review URL: https://codereview.chromium.org//56533006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29844 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-04 21:08:05 +00:00
amouravski@google.com e4c863e338 Added even more documentation to Element.
Review URL: https://codereview.chromium.org//56533002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29774 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-01 22:10:34 +00:00
amouravski@google.com a1efaac69c Added links and blurb for drag stuff.
Review URL: https://codereview.chromium.org//56423002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29764 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-01 18:54:47 +00:00
amouravski@google.com 37947804ca Added helpful information on all event getters and static members.
R=blois@google.com

Review URL: https://codereview.chromium.org//46143004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29755 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-01 16:59:07 +00:00
amouravski@google.com 1573890b6e Updated top level docs for Window.
Review URL: https://codereview.chromium.org//51183002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29480 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-29 19:26:44 +00:00
amouravski@google.com c1eb44e3d0 Fix for getContextAttributes which wraps bare dictionary into a Dart type.
R=sra@google.com

Review URL: https://codereview.chromium.org//35863006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29221 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-24 22:32:46 +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 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
efortuna@google.com c40372622f Update docs so that responseText returns empty String on failure.
BUG=
R=blois@google.com

Review URL: https://codereview.chromium.org//27263003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28625 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-15 01:00:47 +00:00
blois@google.com b73395196c Fixing docs generation
From dartium revision, inlined createElement, so it's no longer getting this doc comment.

Also, this was recently made public as there are valid use cases for it, so the comment was misleading.

TBR
BUG=

Review URL: https://codereview.chromium.org//24571003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27923 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-25 23:29:15 +00:00
efortuna@google.com f45e68f435 Adjusted HttpRequest documentation to discourage using open and send in simple cases.
BUG=
R=blois@google.com

Review URL: https://codereview.chromium.org//24428003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27901 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-25 18:20:25 +00:00
blois@google.com 5f2320dea7 Making Document, Element and Window documentable via @DocsEditable
TBR
BUG=13291

Review URL: https://codereview.chromium.org//23591046

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27503 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-13 21:23:07 +00:00
sigmund@google.com 6b27fc46fb Fix docs_test. I just learned that when updating docs under html we also need to
run:
   python tools/dom/dom.py docs

R=efortuna@google.com

Review URL: https://codereview.chromium.org//23754012

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27404 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-11 21:07:43 +00:00
blois@google.com b14e379d94 Cleaning up a bunch of DOM generation tables
Many unused keys and missing events, etc.

BUG=
R=efortuna@google.com, jacobr@google.com

Review URL: https://codereview.chromium.org//23889005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27137 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-04 18:30:54 +00:00
blois@google.com 0bea9648e1 Fixing console.
BUG=
R=jacobr@google.com

Review URL: https://codereview.chromium.org//23496029

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26955 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-30 22:32:32 +00:00
efortuna@google.com 90873051ad Making almost all dom_ methods private. Exceptions will be addressed in a later CL.
Current ones that still remain to be made private include createElement(NS),
createRange, all the Element properties, and childNodes.

BUG=
R=blois@google.com

Review URL: https://codereview.chromium.org//23055008

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26605 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-23 18:25:40 +00:00
efortuna@google.com b1045e115b More clean up for HttpRequest docs.
BUG=
R=blois@google.com

Review URL: https://codereview.chromium.org//23134003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26091 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-13 22:58:27 +00:00
blois@google.com aea78f5a91 Fixing invalid code in docs for HttpRequest constructor.
BUG=11844
R=efortuna@google.com

Review URL: https://codereview.chromium.org//22265003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25798 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-05 20:50:57 +00:00
efortuna@google.com 69a4edc59a Update HttpRequest.request documentation to mention ByteBuffer instead of ArrayBuffer.
BUG=https://code.google.com/p/dart/issues/detail?id=10299
R=rnystrom@google.com

Review URL: https://codereview.chromium.org//19726003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25240 260f80e4-7a28-3924-810f-c04153c831b5
2013-07-19 20:16:33 +00:00
efortuna@google.com 2a070f0c72 Add point to Window class and Window polyfills of screen.
BUG=
R=blois@google.com

Review URL: https://codereview.chromium.org//18920008

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24987 260f80e4-7a28-3924-810f-c04153c831b5
2013-07-13 00:40:26 +00:00
efortuna@google.com f160335229 Updated with ArrayBuffer => ByteBuffer rename in HttpRequest docs.
BUG=
R=blois@google.com

Review URL: https://codereview.chromium.org//18464003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24985 260f80e4-7a28-3924-810f-c04153c831b5
2013-07-13 00:08:53 +00:00