Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Side by Side Diff: lib/html/doc/html.dartdoc

Issue 10829458: Fix dartdoc change with XMLHttpRequest (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | lib/html/doc/nodoc-src/_XMLHttpRequestFactoryProvider.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 // Fake dart:html library for documentation. 5 // Fake dart:html library for documentation.
6 6
7 /// The Dart HTML5 Library. 7 /// The Dart HTML5 Library.
8 #library("dart:html"); 8 #library("dart:html");
9 9
10 #source('interface/AbstractWorker.dartdoc'); 10 #source('interface/AbstractWorker.dartdoc');
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 #source('interface/Geoposition.dartdoc'); 165 #source('interface/Geoposition.dartdoc');
166 #source('interface/HashChangeEvent.dartdoc'); 166 #source('interface/HashChangeEvent.dartdoc');
167 #source('interface/HeadElement.dartdoc'); 167 #source('interface/HeadElement.dartdoc');
168 #source('interface/HeadingElement.dartdoc'); 168 #source('interface/HeadingElement.dartdoc');
169 #source('interface/History.dartdoc'); 169 #source('interface/History.dartdoc');
170 #source('interface/HRElement.dartdoc'); 170 #source('interface/HRElement.dartdoc');
171 #source('interface/HTMLAllCollection.dartdoc'); 171 #source('interface/HTMLAllCollection.dartdoc');
172 #source('interface/HTMLCollection.dartdoc'); 172 #source('interface/HTMLCollection.dartdoc');
173 #source('interface/HtmlElement.dartdoc'); 173 #source('interface/HtmlElement.dartdoc');
174 #source('interface/HTMLOptionsCollection.dartdoc'); 174 #source('interface/HTMLOptionsCollection.dartdoc');
175 #source('interface/HttpRequest.dartdoc');
176 #source('interface/HttpRequestException.dartdoc');
177 #source('interface/HttpRequestProgressEvent.dartdoc');
178 #source('interface/HttpRequestUpload.dartdoc');
175 #source('interface/IceCallback.dartdoc'); 179 #source('interface/IceCallback.dartdoc');
176 #source('interface/IceCandidate.dartdoc'); 180 #source('interface/IceCandidate.dartdoc');
177 #source('interface/IDBAny.dartdoc'); 181 #source('interface/IDBAny.dartdoc');
178 #source('interface/IDBCursor.dartdoc'); 182 #source('interface/IDBCursor.dartdoc');
179 #source('interface/IDBCursorWithValue.dartdoc'); 183 #source('interface/IDBCursorWithValue.dartdoc');
180 #source('interface/IDBDatabase.dartdoc'); 184 #source('interface/IDBDatabase.dartdoc');
181 #source('interface/IDBDatabaseException.dartdoc'); 185 #source('interface/IDBDatabaseException.dartdoc');
182 #source('interface/IDBFactory.dartdoc'); 186 #source('interface/IDBFactory.dartdoc');
183 #source('interface/IDBIndex.dartdoc'); 187 #source('interface/IDBIndex.dartdoc');
184 #source('interface/IDBKey.dartdoc'); 188 #source('interface/IDBKey.dartdoc');
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 #source('interface/WebKitCSSFilterValue.dartdoc'); 544 #source('interface/WebKitCSSFilterValue.dartdoc');
541 #source('interface/WebKitMutationObserver.dartdoc'); 545 #source('interface/WebKitMutationObserver.dartdoc');
542 #source('interface/WebKitNamedFlow.dartdoc'); 546 #source('interface/WebKitNamedFlow.dartdoc');
543 #source('interface/WebSocket.dartdoc'); 547 #source('interface/WebSocket.dartdoc');
544 #source('interface/WheelEvent.dartdoc'); 548 #source('interface/WheelEvent.dartdoc');
545 #source('interface/Window.dartdoc'); 549 #source('interface/Window.dartdoc');
546 #source('interface/WorkerContext.dartdoc'); 550 #source('interface/WorkerContext.dartdoc');
547 #source('interface/Worker.dartdoc'); 551 #source('interface/Worker.dartdoc');
548 #source('interface/WorkerLocation.dartdoc'); 552 #source('interface/WorkerLocation.dartdoc');
549 #source('interface/WorkerNavigator.dartdoc'); 553 #source('interface/WorkerNavigator.dartdoc');
550 #source('interface/XMLHttpRequest.dartdoc');
551 #source('interface/XMLHttpRequestException.dartdoc');
552 #source('interface/XMLHttpRequestProgressEvent.dartdoc');
553 #source('interface/XMLHttpRequestUpload.dartdoc');
554 #source('interface/XMLSerializer.dartdoc'); 554 #source('interface/XMLSerializer.dartdoc');
555 #source('interface/XPathEvaluator.dartdoc'); 555 #source('interface/XPathEvaluator.dartdoc');
556 #source('interface/XPathException.dartdoc'); 556 #source('interface/XPathException.dartdoc');
557 #source('interface/XPathExpression.dartdoc'); 557 #source('interface/XPathExpression.dartdoc');
558 #source('interface/XPathNSResolver.dartdoc'); 558 #source('interface/XPathNSResolver.dartdoc');
559 #source('interface/XPathResult.dartdoc'); 559 #source('interface/XPathResult.dartdoc');
560 #source('interface/XSLTProcessor.dartdoc'); 560 #source('interface/XSLTProcessor.dartdoc');
561 561
562 // Implementation files that appear to be necessary to load the sources. 562 // Implementation files that appear to be necessary to load the sources.
563 563
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 * The top-level Window object. 602 * The top-level Window object.
603 */ 603 */
604 Window get window() => null; 604 Window get window() => null;
605 605
606 /** 606 /**
607 * The top-level Document object. 607 * The top-level Document object.
608 */ 608 */
609 Document get document() => null; 609 Document get document() => null;
610 610
611 typedef void EventListener(Event event); 611 typedef void EventListener(Event event);
OLDNEW
« no previous file with comments | « no previous file | lib/html/doc/nodoc-src/_XMLHttpRequestFactoryProvider.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698