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

Side by Side Diff: tools/dom/doc/interface/HttpRequest.dartdoc

Issue 11691009: Moved most of html lib generating scripts into tools. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 | « tools/dom/doc/interface/EventTarget.dartdoc ('k') | tools/dom/doc/interface/MouseEvent.dartdoc » ('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) 2011, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2011, 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 // WARNING: 5 // WARNING:
6 // This file contains documentation that is merged into the real source. 6 // This file contains documentation that is merged into the real source.
7 // Do not make code changes here. 7 // Do not make code changes here.
8 8
9 /** 9 /**
10 * HttpRequest is Dart's name for the XMLHttpRequest object, as described below. 10 * HttpRequest is Dart's name for the XMLHttpRequest object, as described below.
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 EventListenerList get load; 102 EventListenerList get load;
103 103
104 EventListenerList get loadEnd; 104 EventListenerList get loadEnd;
105 105
106 EventListenerList get loadStart; 106 EventListenerList get loadStart;
107 107
108 EventListenerList get progress; 108 EventListenerList get progress;
109 109
110 EventListenerList get readyStateChange; 110 EventListenerList get readyStateChange;
111 } 111 }
OLDNEW
« no previous file with comments | « tools/dom/doc/interface/EventTarget.dartdoc ('k') | tools/dom/doc/interface/MouseEvent.dartdoc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698