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

Side by Side Diff: lib/dom/dom.dart

Issue 10358016: Roll IDL to multivm@477 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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/dom/frog/dom_frog.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 #library('dom'); 1 #library('dom');
2 2
3 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4 // for details. All rights reserved. Use of this source code is governed by a 4 // for details. All rights reserved. Use of this source code is governed by a
5 // BSD-style license that can be found in the LICENSE file. 5 // BSD-style license that can be found in the LICENSE file.
6 6
7 // DO NOT EDIT 7 // DO NOT EDIT
8 // Auto-generated Dart DOM library with no implementation. 8 // Auto-generated Dart DOM library with no implementation.
9 9
10 10
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 // for details. All rights reserved. Use of this source code is governed by a 153 // for details. All rights reserved. Use of this source code is governed by a
154 // BSD-style license that can be found in the LICENSE file. 154 // BSD-style license that can be found in the LICENSE file.
155 155
156 class _TextTrackCueFactoryProvider { 156 class _TextTrackCueFactoryProvider {
157 factory TextTrackCue(String id, num startTime, num endTime, String text, [Stri ng settings = null, bool pauseOnExit = null]) => _dummy(); 157 factory TextTrackCue(String id, num startTime, num endTime, String text, [Stri ng settings = null, bool pauseOnExit = null]) => _dummy();
158 } 158 }
159 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 159 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
160 // for details. All rights reserved. Use of this source code is governed by a 160 // for details. All rights reserved. Use of this source code is governed by a
161 // BSD-style license that can be found in the LICENSE file. 161 // BSD-style license that can be found in the LICENSE file.
162 162
163 class _WebKitBlobBuilderFactoryProvider {
164 factory WebKitBlobBuilder() => _dummy();
165 }
166 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
167 // for details. All rights reserved. Use of this source code is governed by a
168 // BSD-style license that can be found in the LICENSE file.
169
170 class _WebKitCSSMatrixFactoryProvider { 163 class _WebKitCSSMatrixFactoryProvider {
171 factory WebKitCSSMatrix([String cssValue = null]) => _dummy(); 164 factory WebKitCSSMatrix([String cssValue = null]) => _dummy();
172 } 165 }
173 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 166 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
174 // for details. All rights reserved. Use of this source code is governed by a 167 // for details. All rights reserved. Use of this source code is governed by a
175 // BSD-style license that can be found in the LICENSE file. 168 // BSD-style license that can be found in the LICENSE file.
176 169
177 class _WorkerFactoryProvider { 170 class _WorkerFactoryProvider {
178 factory Worker(String scriptUrl) => _dummy(); 171 factory Worker(String scriptUrl) => _dummy();
179 } 172 }
(...skipping 4064 matching lines...) Expand 10 before | Expand all | Expand 10 after
4244 void pause(); 4237 void pause();
4245 4238
4246 void play(); 4239 void play();
4247 4240
4248 void webkitAddKey(String keySystem, Uint8Array key, [Uint8Array initData, Stri ng sessionId]); 4241 void webkitAddKey(String keySystem, Uint8Array key, [Uint8Array initData, Stri ng sessionId]);
4249 4242
4250 void webkitCancelKeyRequest(String keySystem, String sessionId); 4243 void webkitCancelKeyRequest(String keySystem, String sessionId);
4251 4244
4252 void webkitGenerateKeyRequest(String keySystem, [Uint8Array initData]); 4245 void webkitGenerateKeyRequest(String keySystem, [Uint8Array initData]);
4253 4246
4254 void webkitSourceAddId(String id, String type);
4255
4256 void webkitSourceAppend(Uint8Array data); 4247 void webkitSourceAppend(Uint8Array data);
4257 4248
4258 void webkitSourceEndOfStream(int status); 4249 void webkitSourceEndOfStream(int status);
4259
4260 void webkitSourceRemoveId(String id);
4261 } 4250 }
4262 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4251 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4263 // for details. All rights reserved. Use of this source code is governed by a 4252 // for details. All rights reserved. Use of this source code is governed by a
4264 // BSD-style license that can be found in the LICENSE file. 4253 // BSD-style license that can be found in the LICENSE file.
4265 4254
4266 // WARNING: Do not edit - generated code. 4255 // WARNING: Do not edit - generated code.
4267 4256
4268 interface HTMLMenuElement extends HTMLElement { 4257 interface HTMLMenuElement extends HTMLElement {
4269 4258
4270 bool compact; 4259 bool compact;
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
4766 final HTMLCollection tBodies; 4755 final HTMLCollection tBodies;
4767 4756
4768 HTMLTableSectionElement tFoot; 4757 HTMLTableSectionElement tFoot;
4769 4758
4770 HTMLTableSectionElement tHead; 4759 HTMLTableSectionElement tHead;
4771 4760
4772 String width; 4761 String width;
4773 4762
4774 HTMLElement createCaption(); 4763 HTMLElement createCaption();
4775 4764
4765 HTMLElement createTBody();
4766
4776 HTMLElement createTFoot(); 4767 HTMLElement createTFoot();
4777 4768
4778 HTMLElement createTHead(); 4769 HTMLElement createTHead();
4779 4770
4780 void deleteCaption(); 4771 void deleteCaption();
4781 4772
4782 void deleteRow(int index); 4773 void deleteRow(int index);
4783 4774
4784 void deleteTFoot(); 4775 void deleteTFoot();
4785 4776
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
5054 static final int PREV_NO_DUPLICATE = 3; 5045 static final int PREV_NO_DUPLICATE = 3;
5055 5046
5056 final int direction; 5047 final int direction;
5057 5048
5058 final /*IDBKey*/ key; 5049 final /*IDBKey*/ key;
5059 5050
5060 final /*IDBKey*/ primaryKey; 5051 final /*IDBKey*/ primaryKey;
5061 5052
5062 final /*IDBAny*/ source; 5053 final /*IDBAny*/ source;
5063 5054
5055 void advance(int count);
5056
5064 void continueFunction([/*IDBKey*/ key]); 5057 void continueFunction([/*IDBKey*/ key]);
5065 5058
5066 IDBRequest delete(); 5059 IDBRequest delete();
5067 5060
5068 IDBRequest update(/*SerializedScriptValue*/ value); 5061 IDBRequest update(/*SerializedScriptValue*/ value);
5069 } 5062 }
5070 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5063 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5071 // for details. All rights reserved. Use of this source code is governed by a 5064 // for details. All rights reserved. Use of this source code is governed by a
5072 // BSD-style license that can be found in the LICENSE file. 5065 // BSD-style license that can be found in the LICENSE file.
5073 5066
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
5182 final IDBObjectStore objectStore; 5175 final IDBObjectStore objectStore;
5183 5176
5184 final bool unique; 5177 final bool unique;
5185 5178
5186 IDBRequest count([key_OR_range]); 5179 IDBRequest count([key_OR_range]);
5187 5180
5188 IDBRequest get(key); 5181 IDBRequest get(key);
5189 5182
5190 IDBRequest getKey(key); 5183 IDBRequest getKey(key);
5191 5184
5192 IDBRequest openCursor([IDBKeyRange range, int direction]); 5185 IDBRequest openCursor([key_OR_range, int direction]);
5193 5186
5194 IDBRequest openKeyCursor([IDBKeyRange range, int direction]); 5187 IDBRequest openKeyCursor([key_OR_range, int direction]);
5195 } 5188 }
5196 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5189 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5197 // for details. All rights reserved. Use of this source code is governed by a 5190 // for details. All rights reserved. Use of this source code is governed by a
5198 // BSD-style license that can be found in the LICENSE file. 5191 // BSD-style license that can be found in the LICENSE file.
5199 5192
5200 // WARNING: Do not edit - generated code. 5193 // WARNING: Do not edit - generated code.
5201 5194
5202 interface IDBKey { 5195 interface IDBKey {
5203 } 5196 }
5204 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5197 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
5252 IDBIndex createIndex(String name, String keyPath, [Map options]); 5245 IDBIndex createIndex(String name, String keyPath, [Map options]);
5253 5246
5254 IDBRequest delete(key_OR_keyRange); 5247 IDBRequest delete(key_OR_keyRange);
5255 5248
5256 void deleteIndex(String name); 5249 void deleteIndex(String name);
5257 5250
5258 IDBRequest getObject(key); 5251 IDBRequest getObject(key);
5259 5252
5260 IDBIndex index(String name); 5253 IDBIndex index(String name);
5261 5254
5262 IDBRequest openCursor([IDBKeyRange range, int direction]); 5255 IDBRequest openCursor([key_OR_range, int direction]);
5263 5256
5264 IDBRequest put(/*SerializedScriptValue*/ value, [/*IDBKey*/ key]); 5257 IDBRequest put(/*SerializedScriptValue*/ value, [/*IDBKey*/ key]);
5265 } 5258 }
5266 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5259 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5267 // for details. All rights reserved. Use of this source code is governed by a 5260 // for details. All rights reserved. Use of this source code is governed by a
5268 // BSD-style license that can be found in the LICENSE file. 5261 // BSD-style license that can be found in the LICENSE file.
5269 5262
5270 // WARNING: Do not edit - generated code. 5263 // WARNING: Do not edit - generated code.
5271 5264
5272 interface IDBRequest extends EventTarget { 5265 interface IDBRequest extends EventTarget {
(...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after
6056 final BatteryManager webkitBattery; 6049 final BatteryManager webkitBattery;
6057 6050
6058 final PointerLock webkitPointer; 6051 final PointerLock webkitPointer;
6059 6052
6060 void getStorageUpdates(); 6053 void getStorageUpdates();
6061 6054
6062 bool javaEnabled(); 6055 bool javaEnabled();
6063 6056
6064 void registerProtocolHandler(String scheme, String url, String title); 6057 void registerProtocolHandler(String scheme, String url, String title);
6065 6058
6066 void webkitGetUserMedia(String options, NavigatorUserMediaSuccessCallback succ essCallback, [NavigatorUserMediaErrorCallback errorCallback]); 6059 void webkitGetUserMedia(Map options, NavigatorUserMediaSuccessCallback success Callback, [NavigatorUserMediaErrorCallback errorCallback]);
6067 } 6060 }
6068 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6061 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6069 // for details. All rights reserved. Use of this source code is governed by a 6062 // for details. All rights reserved. Use of this source code is governed by a
6070 // BSD-style license that can be found in the LICENSE file. 6063 // BSD-style license that can be found in the LICENSE file.
6071 6064
6072 // WARNING: Do not edit - generated code. 6065 // WARNING: Do not edit - generated code.
6073 6066
6074 interface NavigatorUserMediaError { 6067 interface NavigatorUserMediaError {
6075 6068
6076 static final int PERMISSION_DENIED = 1; 6069 static final int PERMISSION_DENIED = 1;
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
6555 6548
6556 // WARNING: Do not edit - generated code. 6549 // WARNING: Do not edit - generated code.
6557 6550
6558 interface Performance { 6551 interface Performance {
6559 6552
6560 final MemoryInfo memory; 6553 final MemoryInfo memory;
6561 6554
6562 final PerformanceNavigation navigation; 6555 final PerformanceNavigation navigation;
6563 6556
6564 final PerformanceTiming timing; 6557 final PerformanceTiming timing;
6558
6559 num webkitNow();
6565 } 6560 }
6566 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6561 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6567 // for details. All rights reserved. Use of this source code is governed by a 6562 // for details. All rights reserved. Use of this source code is governed by a
6568 // BSD-style license that can be found in the LICENSE file. 6563 // BSD-style license that can be found in the LICENSE file.
6569 6564
6570 // WARNING: Do not edit - generated code. 6565 // WARNING: Do not edit - generated code.
6571 6566
6572 interface PerformanceNavigation { 6567 interface PerformanceNavigation {
6573 6568
6574 static final int TYPE_BACK_FORWARD = 2; 6569 static final int TYPE_BACK_FORWARD = 2;
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
6876 final CSSPrimitiveValue right; 6871 final CSSPrimitiveValue right;
6877 6872
6878 final CSSPrimitiveValue top; 6873 final CSSPrimitiveValue top;
6879 } 6874 }
6880 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 6875 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
6881 // for details. All rights reserved. Use of this source code is governed by a 6876 // for details. All rights reserved. Use of this source code is governed by a
6882 // BSD-style license that can be found in the LICENSE file. 6877 // BSD-style license that can be found in the LICENSE file.
6883 6878
6884 // WARNING: Do not edit - generated code. 6879 // WARNING: Do not edit - generated code.
6885 6880
6886 typedef bool RequestAnimationFrameCallback(int time); 6881 typedef bool RequestAnimationFrameCallback(num highResTime);
6887 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6882 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6888 // for details. All rights reserved. Use of this source code is governed by a 6883 // for details. All rights reserved. Use of this source code is governed by a
6889 // BSD-style license that can be found in the LICENSE file. 6884 // BSD-style license that can be found in the LICENSE file.
6890 6885
6891 // WARNING: Do not edit - generated code. 6886 // WARNING: Do not edit - generated code.
6892 6887
6893 interface SQLError { 6888 interface SQLError {
6894 6889
6895 static final int CONSTRAINT_ERR = 6; 6890 static final int CONSTRAINT_ERR = 6;
6896 6891
(...skipping 4073 matching lines...) Expand 10 before | Expand all | Expand 10 after
10970 static final int SAMPLE_COVERAGE = 0x80A0; 10965 static final int SAMPLE_COVERAGE = 0x80A0;
10971 10966
10972 static final int SAMPLE_COVERAGE_INVERT = 0x80AB; 10967 static final int SAMPLE_COVERAGE_INVERT = 0x80AB;
10973 10968
10974 static final int SAMPLE_COVERAGE_VALUE = 0x80AA; 10969 static final int SAMPLE_COVERAGE_VALUE = 0x80AA;
10975 10970
10976 static final int SCISSOR_BOX = 0x0C10; 10971 static final int SCISSOR_BOX = 0x0C10;
10977 10972
10978 static final int SCISSOR_TEST = 0x0C11; 10973 static final int SCISSOR_TEST = 0x0C11;
10979 10974
10980 static final int SHADER_COMPILER = 0x8DFA;
10981
10982 static final int SHADER_TYPE = 0x8B4F; 10975 static final int SHADER_TYPE = 0x8B4F;
10983 10976
10984 static final int SHADING_LANGUAGE_VERSION = 0x8B8C; 10977 static final int SHADING_LANGUAGE_VERSION = 0x8B8C;
10985 10978
10986 static final int SHORT = 0x1402; 10979 static final int SHORT = 0x1402;
10987 10980
10988 static final int SRC_ALPHA = 0x0302; 10981 static final int SRC_ALPHA = 0x0302;
10989 10982
10990 static final int SRC_ALPHA_SATURATE = 0x0308; 10983 static final int SRC_ALPHA_SATURATE = 0x0308;
10991 10984
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
11572 final int length; 11565 final int length;
11573 11566
11574 WebKitAnimation item(int index); 11567 WebKitAnimation item(int index);
11575 } 11568 }
11576 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 11569 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
11577 // for details. All rights reserved. Use of this source code is governed by a 11570 // for details. All rights reserved. Use of this source code is governed by a
11578 // BSD-style license that can be found in the LICENSE file. 11571 // BSD-style license that can be found in the LICENSE file.
11579 11572
11580 // WARNING: Do not edit - generated code. 11573 // WARNING: Do not edit - generated code.
11581 11574
11582 interface WebKitBlobBuilder default _WebKitBlobBuilderFactoryProvider {
11583
11584 WebKitBlobBuilder();
11585
11586 void append(arrayBuffer_OR_blob_OR_value, [String endings]);
11587
11588 Blob getBlob([String contentType]);
11589 }
11590 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
11591 // for details. All rights reserved. Use of this source code is governed by a
11592 // BSD-style license that can be found in the LICENSE file.
11593
11594 // WARNING: Do not edit - generated code.
11595
11596 interface WebKitCSSFilterValue extends CSSValueList { 11575 interface WebKitCSSFilterValue extends CSSValueList {
11597 11576
11598 static final int CSS_FILTER_BLUR = 10; 11577 static final int CSS_FILTER_BLUR = 10;
11599 11578
11600 static final int CSS_FILTER_BRIGHTNESS = 8; 11579 static final int CSS_FILTER_BRIGHTNESS = 8;
11601 11580
11602 static final int CSS_FILTER_CONTRAST = 9; 11581 static final int CSS_FILTER_CONTRAST = 9;
11603 11582
11604 static final int CSS_FILTER_CUSTOM = 12; 11583 static final int CSS_FILTER_CUSTOM = 12;
11605 11584
(...skipping 1331 matching lines...) Expand 10 before | Expand all | Expand 10 after
12937 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 12916 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
12938 // for details. All rights reserved. Use of this source code is governed by a 12917 // for details. All rights reserved. Use of this source code is governed by a
12939 // BSD-style license that can be found in the LICENSE file. 12918 // BSD-style license that can be found in the LICENSE file.
12940 12919
12941 Window get window() => _dummy(); 12920 Window get window() => _dummy();
12942 12921
12943 // TODO(vsm): Remove when prefixes are supported. 12922 // TODO(vsm): Remove when prefixes are supported.
12944 Window get dom_window() => _dummy(); 12923 Window get dom_window() => _dummy();
12945 12924
12946 Document get document() => _dummy(); 12925 Document get document() => _dummy();
OLDNEW
« no previous file with comments | « no previous file | lib/dom/frog/dom_frog.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698