| OLD | NEW |
| 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 804 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 815 static final int PAGE_RULE = 6; | 815 static final int PAGE_RULE = 6; |
| 816 | 816 |
| 817 static final int STYLE_RULE = 1; | 817 static final int STYLE_RULE = 1; |
| 818 | 818 |
| 819 static final int UNKNOWN_RULE = 0; | 819 static final int UNKNOWN_RULE = 0; |
| 820 | 820 |
| 821 static final int WEBKIT_KEYFRAMES_RULE = 7; | 821 static final int WEBKIT_KEYFRAMES_RULE = 7; |
| 822 | 822 |
| 823 static final int WEBKIT_KEYFRAME_RULE = 8; | 823 static final int WEBKIT_KEYFRAME_RULE = 8; |
| 824 | 824 |
| 825 static final int WEBKIT_REGION_RULE = 10; | |
| 826 | |
| 827 String cssText; | 825 String cssText; |
| 828 | 826 |
| 829 final CSSRule parentRule; | 827 final CSSRule parentRule; |
| 830 | 828 |
| 831 final CSSStyleSheet parentStyleSheet; | 829 final CSSStyleSheet parentStyleSheet; |
| 832 | 830 |
| 833 final int type; | 831 final int type; |
| 834 } | 832 } |
| 835 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 833 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 836 // for details. All rights reserved. Use of this source code is governed by a | 834 // for details. All rights reserved. Use of this source code is governed by a |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1009 num shadowOffsetY; | 1007 num shadowOffsetY; |
| 1010 | 1008 |
| 1011 var /*custom*/ strokeStyle; | 1009 var /*custom*/ strokeStyle; |
| 1012 | 1010 |
| 1013 String textAlign; | 1011 String textAlign; |
| 1014 | 1012 |
| 1015 String textBaseline; | 1013 String textBaseline; |
| 1016 | 1014 |
| 1017 final num webkitBackingStorePixelRatio; | 1015 final num webkitBackingStorePixelRatio; |
| 1018 | 1016 |
| 1017 bool webkitImageSmoothingEnabled; |
| 1018 |
| 1019 List webkitLineDash; | 1019 List webkitLineDash; |
| 1020 | 1020 |
| 1021 num webkitLineDashOffset; | 1021 num webkitLineDashOffset; |
| 1022 | 1022 |
| 1023 void arc(num x, num y, num radius, num startAngle, num endAngle, bool anticloc
kwise); | 1023 void arc(num x, num y, num radius, num startAngle, num endAngle, bool anticloc
kwise); |
| 1024 | 1024 |
| 1025 void arcTo(num x1, num y1, num x2, num y2, num radius); | 1025 void arcTo(num x1, num y1, num x2, num y2, num radius); |
| 1026 | 1026 |
| 1027 void beginPath(); | 1027 void beginPath(); |
| 1028 | 1028 |
| (...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1382 static final int UNCACHED = 0; | 1382 static final int UNCACHED = 0; |
| 1383 | 1383 |
| 1384 static final int UPDATEREADY = 4; | 1384 static final int UPDATEREADY = 4; |
| 1385 } | 1385 } |
| 1386 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1386 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1387 // for details. All rights reserved. Use of this source code is governed by a | 1387 // for details. All rights reserved. Use of this source code is governed by a |
| 1388 // BSD-style license that can be found in the LICENSE file. | 1388 // BSD-style license that can be found in the LICENSE file. |
| 1389 | 1389 |
| 1390 // WARNING: Do not edit - generated code. | 1390 // WARNING: Do not edit - generated code. |
| 1391 | 1391 |
| 1392 interface DOMError { |
| 1393 |
| 1394 final String name; |
| 1395 } |
| 1396 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1397 // for details. All rights reserved. Use of this source code is governed by a |
| 1398 // BSD-style license that can be found in the LICENSE file. |
| 1399 |
| 1400 // WARNING: Do not edit - generated code. |
| 1401 |
| 1392 interface DOMException { | 1402 interface DOMException { |
| 1393 | 1403 |
| 1394 static final int ABORT_ERR = 20; | 1404 static final int ABORT_ERR = 20; |
| 1395 | 1405 |
| 1396 static final int DATA_CLONE_ERR = 25; | 1406 static final int DATA_CLONE_ERR = 25; |
| 1397 | 1407 |
| 1398 static final int DOMSTRING_SIZE_ERR = 2; | 1408 static final int DOMSTRING_SIZE_ERR = 2; |
| 1399 | 1409 |
| 1400 static final int HIERARCHY_REQUEST_ERR = 3; | 1410 static final int HIERARCHY_REQUEST_ERR = 3; |
| 1401 | 1411 |
| (...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1762 final Navigator navigator; | 1772 final Navigator navigator; |
| 1763 | 1773 |
| 1764 final bool offscreenBuffering; | 1774 final bool offscreenBuffering; |
| 1765 | 1775 |
| 1766 final DOMWindow opener; | 1776 final DOMWindow opener; |
| 1767 | 1777 |
| 1768 final int outerHeight; | 1778 final int outerHeight; |
| 1769 | 1779 |
| 1770 final int outerWidth; | 1780 final int outerWidth; |
| 1771 | 1781 |
| 1782 final PagePopupController pagePopupController; |
| 1783 |
| 1772 final int pageXOffset; | 1784 final int pageXOffset; |
| 1773 | 1785 |
| 1774 final int pageYOffset; | 1786 final int pageYOffset; |
| 1775 | 1787 |
| 1776 final DOMWindow parent; | 1788 final DOMWindow parent; |
| 1777 | 1789 |
| 1778 final Performance performance; | 1790 final Performance performance; |
| 1779 | 1791 |
| 1780 final BarInfo personalbar; | 1792 final BarInfo personalbar; |
| 1781 | 1793 |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1918 | 1930 |
| 1919 interface DataTransferItem { | 1931 interface DataTransferItem { |
| 1920 | 1932 |
| 1921 final String kind; | 1933 final String kind; |
| 1922 | 1934 |
| 1923 final String type; | 1935 final String type; |
| 1924 | 1936 |
| 1925 Blob getAsFile(); | 1937 Blob getAsFile(); |
| 1926 | 1938 |
| 1927 void getAsString([StringCallback callback]); | 1939 void getAsString([StringCallback callback]); |
| 1928 | |
| 1929 void webkitGetAsEntry([EntryCallback callback]); | |
| 1930 } | 1940 } |
| 1931 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1941 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1932 // for details. All rights reserved. Use of this source code is governed by a | 1942 // for details. All rights reserved. Use of this source code is governed by a |
| 1933 // BSD-style license that can be found in the LICENSE file. | 1943 // BSD-style license that can be found in the LICENSE file. |
| 1934 | 1944 |
| 1935 // WARNING: Do not edit - generated code. | 1945 // WARNING: Do not edit - generated code. |
| 1936 | 1946 |
| 1937 interface DataTransferItemList { | 1947 interface DataTransferItemList { |
| 1938 | 1948 |
| 1939 final int length; | 1949 final int length; |
| (...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2328 | 2338 |
| 2329 String queryCommandValue(String command); | 2339 String queryCommandValue(String command); |
| 2330 | 2340 |
| 2331 Element querySelector(String selectors); | 2341 Element querySelector(String selectors); |
| 2332 | 2342 |
| 2333 NodeList querySelectorAll(String selectors); | 2343 NodeList querySelectorAll(String selectors); |
| 2334 | 2344 |
| 2335 void webkitCancelFullScreen(); | 2345 void webkitCancelFullScreen(); |
| 2336 | 2346 |
| 2337 void webkitExitFullscreen(); | 2347 void webkitExitFullscreen(); |
| 2338 | |
| 2339 WebKitNamedFlow webkitGetFlowByName(String name); | |
| 2340 } | 2348 } |
| 2341 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2349 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2342 // for details. All rights reserved. Use of this source code is governed by a | 2350 // for details. All rights reserved. Use of this source code is governed by a |
| 2343 // BSD-style license that can be found in the LICENSE file. | 2351 // BSD-style license that can be found in the LICENSE file. |
| 2344 | 2352 |
| 2345 // WARNING: Do not edit - generated code. | 2353 // WARNING: Do not edit - generated code. |
| 2346 | 2354 |
| 2347 interface DocumentFragment extends Node, NodeSelector { | 2355 interface DocumentFragment extends Node, NodeSelector { |
| 2348 | 2356 |
| 2349 Element querySelector(String selectors); | 2357 Element querySelector(String selectors); |
| (...skipping 1265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3615 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3623 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3616 // for details. All rights reserved. Use of this source code is governed by a | 3624 // for details. All rights reserved. Use of this source code is governed by a |
| 3617 // BSD-style license that can be found in the LICENSE file. | 3625 // BSD-style license that can be found in the LICENSE file. |
| 3618 | 3626 |
| 3619 // WARNING: Do not edit - generated code. | 3627 // WARNING: Do not edit - generated code. |
| 3620 | 3628 |
| 3621 interface HTMLFieldSetElement extends HTMLElement { | 3629 interface HTMLFieldSetElement extends HTMLElement { |
| 3622 | 3630 |
| 3623 bool disabled; | 3631 bool disabled; |
| 3624 | 3632 |
| 3633 final HTMLCollection elements; |
| 3634 |
| 3625 final HTMLFormElement form; | 3635 final HTMLFormElement form; |
| 3626 | 3636 |
| 3627 String name; | 3637 String name; |
| 3628 | 3638 |
| 3629 final String type; | 3639 final String type; |
| 3630 | 3640 |
| 3631 final String validationMessage; | 3641 final String validationMessage; |
| 3632 | 3642 |
| 3633 final ValidityState validity; | 3643 final ValidityState validity; |
| 3634 | 3644 |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3889 bool checked; | 3899 bool checked; |
| 3890 | 3900 |
| 3891 bool defaultChecked; | 3901 bool defaultChecked; |
| 3892 | 3902 |
| 3893 String defaultValue; | 3903 String defaultValue; |
| 3894 | 3904 |
| 3895 String dirName; | 3905 String dirName; |
| 3896 | 3906 |
| 3897 bool disabled; | 3907 bool disabled; |
| 3898 | 3908 |
| 3899 final FileList files; | 3909 FileList files; |
| 3900 | 3910 |
| 3901 final HTMLFormElement form; | 3911 final HTMLFormElement form; |
| 3902 | 3912 |
| 3903 String formAction; | 3913 String formAction; |
| 3904 | 3914 |
| 3905 String formEnctype; | 3915 String formEnctype; |
| 3906 | 3916 |
| 3907 String formMethod; | 3917 String formMethod; |
| 3908 | 3918 |
| 3909 bool formNoValidate; | 3919 bool formNoValidate; |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4247 void pause(); | 4257 void pause(); |
| 4248 | 4258 |
| 4249 void play(); | 4259 void play(); |
| 4250 | 4260 |
| 4251 void webkitAddKey(String keySystem, Uint8Array key, [Uint8Array initData, Stri
ng sessionId]); | 4261 void webkitAddKey(String keySystem, Uint8Array key, [Uint8Array initData, Stri
ng sessionId]); |
| 4252 | 4262 |
| 4253 void webkitCancelKeyRequest(String keySystem, String sessionId); | 4263 void webkitCancelKeyRequest(String keySystem, String sessionId); |
| 4254 | 4264 |
| 4255 void webkitGenerateKeyRequest(String keySystem, [Uint8Array initData]); | 4265 void webkitGenerateKeyRequest(String keySystem, [Uint8Array initData]); |
| 4256 | 4266 |
| 4257 void webkitSourceAppend(Uint8Array data); | 4267 void webkitSourceAbort(String id); |
| 4268 |
| 4269 void webkitSourceAddId(String id, String type); |
| 4270 |
| 4271 void webkitSourceAppend(String id, Uint8Array data); |
| 4272 |
| 4273 TimeRanges webkitSourceBuffered(String id); |
| 4258 | 4274 |
| 4259 void webkitSourceEndOfStream(int status); | 4275 void webkitSourceEndOfStream(int status); |
| 4276 |
| 4277 void webkitSourceRemoveId(String id); |
| 4260 } | 4278 } |
| 4261 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4279 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4262 // for details. All rights reserved. Use of this source code is governed by a | 4280 // for details. All rights reserved. Use of this source code is governed by a |
| 4263 // BSD-style license that can be found in the LICENSE file. | 4281 // BSD-style license that can be found in the LICENSE file. |
| 4264 | 4282 |
| 4265 // WARNING: Do not edit - generated code. | 4283 // WARNING: Do not edit - generated code. |
| 4266 | 4284 |
| 4267 interface HTMLMenuElement extends HTMLElement { | 4285 interface HTMLMenuElement extends HTMLElement { |
| 4268 | 4286 |
| 4269 bool compact; | 4287 bool compact; |
| (...skipping 841 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5111 IDBTransaction transaction(storeName_OR_storeNames, mode); | 5129 IDBTransaction transaction(storeName_OR_storeNames, mode); |
| 5112 } | 5130 } |
| 5113 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5131 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5114 // for details. All rights reserved. Use of this source code is governed by a | 5132 // for details. All rights reserved. Use of this source code is governed by a |
| 5115 // BSD-style license that can be found in the LICENSE file. | 5133 // BSD-style license that can be found in the LICENSE file. |
| 5116 | 5134 |
| 5117 // WARNING: Do not edit - generated code. | 5135 // WARNING: Do not edit - generated code. |
| 5118 | 5136 |
| 5119 interface IDBDatabaseException { | 5137 interface IDBDatabaseException { |
| 5120 | 5138 |
| 5121 static final int ABORT_ERR = 8; | 5139 static final int ABORT_ERR = 20; |
| 5122 | 5140 |
| 5123 static final int CONSTRAINT_ERR = 4; | 5141 static final int CONSTRAINT_ERR = 4; |
| 5124 | 5142 |
| 5125 static final int DATA_ERR = 5; | 5143 static final int DATA_ERR = 5; |
| 5126 | 5144 |
| 5127 static final int NON_TRANSIENT_ERR = 2; | 5145 static final int NON_TRANSIENT_ERR = 2; |
| 5128 | 5146 |
| 5129 static final int NOT_ALLOWED_ERR = 6; | 5147 static final int NOT_ALLOWED_ERR = 6; |
| 5130 | 5148 |
| 5131 static final int NOT_FOUND_ERR = 3; | 5149 static final int NOT_FOUND_ERR = 8; |
| 5132 | 5150 |
| 5133 static final int NO_ERR = 0; | 5151 static final int NO_ERR = 0; |
| 5134 | 5152 |
| 5135 static final int QUOTA_ERR = 11; | 5153 static final int QUOTA_ERR = 22; |
| 5136 | 5154 |
| 5137 static final int READ_ONLY_ERR = 9; | 5155 static final int READ_ONLY_ERR = 9; |
| 5138 | 5156 |
| 5139 static final int TIMEOUT_ERR = 10; | 5157 static final int TIMEOUT_ERR = 23; |
| 5140 | 5158 |
| 5141 static final int TRANSACTION_INACTIVE_ERR = 7; | 5159 static final int TRANSACTION_INACTIVE_ERR = 7; |
| 5142 | 5160 |
| 5143 static final int UNKNOWN_ERR = 1; | 5161 static final int UNKNOWN_ERR = 1; |
| 5144 | 5162 |
| 5145 static final int VER_ERR = 12; | 5163 static final int VER_ERR = 12; |
| 5146 | 5164 |
| 5147 final int code; | 5165 final int code; |
| 5148 | 5166 |
| 5149 final String message; | 5167 final String message; |
| (...skipping 19 matching lines...) Expand all Loading... |
| 5169 IDBRequest open(String name); | 5187 IDBRequest open(String name); |
| 5170 } | 5188 } |
| 5171 // 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 |
| 5172 // 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 |
| 5173 // BSD-style license that can be found in the LICENSE file. | 5191 // BSD-style license that can be found in the LICENSE file. |
| 5174 | 5192 |
| 5175 // WARNING: Do not edit - generated code. | 5193 // WARNING: Do not edit - generated code. |
| 5176 | 5194 |
| 5177 interface IDBIndex { | 5195 interface IDBIndex { |
| 5178 | 5196 |
| 5179 final String keyPath; | 5197 final /*IDBAny*/ keyPath; |
| 5180 | 5198 |
| 5181 final bool multiEntry; | 5199 final bool multiEntry; |
| 5182 | 5200 |
| 5183 final String name; | 5201 final String name; |
| 5184 | 5202 |
| 5185 final IDBObjectStore objectStore; | 5203 final IDBObjectStore objectStore; |
| 5186 | 5204 |
| 5187 final bool unique; | 5205 final bool unique; |
| 5188 | 5206 |
| 5189 IDBRequest count([key_OR_range]); | 5207 IDBRequest count([key_OR_range]); |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5231 final bool upperOpen; | 5249 final bool upperOpen; |
| 5232 } | 5250 } |
| 5233 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5251 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5234 // for details. All rights reserved. Use of this source code is governed by a | 5252 // for details. All rights reserved. Use of this source code is governed by a |
| 5235 // BSD-style license that can be found in the LICENSE file. | 5253 // BSD-style license that can be found in the LICENSE file. |
| 5236 | 5254 |
| 5237 // WARNING: Do not edit - generated code. | 5255 // WARNING: Do not edit - generated code. |
| 5238 | 5256 |
| 5239 interface IDBObjectStore { | 5257 interface IDBObjectStore { |
| 5240 | 5258 |
| 5259 final bool autoIncrement; |
| 5260 |
| 5241 final List<String> indexNames; | 5261 final List<String> indexNames; |
| 5242 | 5262 |
| 5243 final String keyPath; | 5263 final /*IDBAny*/ keyPath; |
| 5244 | 5264 |
| 5245 final String name; | 5265 final String name; |
| 5246 | 5266 |
| 5247 final IDBTransaction transaction; | 5267 final IDBTransaction transaction; |
| 5248 | 5268 |
| 5249 IDBRequest add(/*SerializedScriptValue*/ value, [/*IDBKey*/ key]); | 5269 IDBRequest add(/*SerializedScriptValue*/ value, [/*IDBKey*/ key]); |
| 5250 | 5270 |
| 5251 IDBRequest clear(); | 5271 IDBRequest clear(); |
| 5252 | 5272 |
| 5253 IDBRequest count([key_OR_range]); | 5273 IDBRequest count([key_OR_range]); |
| (...skipping 13 matching lines...) Expand all Loading... |
| 5267 IDBRequest put(/*SerializedScriptValue*/ value, [/*IDBKey*/ key]); | 5287 IDBRequest put(/*SerializedScriptValue*/ value, [/*IDBKey*/ key]); |
| 5268 } | 5288 } |
| 5269 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5289 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5270 // for details. All rights reserved. Use of this source code is governed by a | 5290 // for details. All rights reserved. Use of this source code is governed by a |
| 5271 // BSD-style license that can be found in the LICENSE file. | 5291 // BSD-style license that can be found in the LICENSE file. |
| 5272 | 5292 |
| 5273 // WARNING: Do not edit - generated code. | 5293 // WARNING: Do not edit - generated code. |
| 5274 | 5294 |
| 5275 interface IDBRequest extends EventTarget { | 5295 interface IDBRequest extends EventTarget { |
| 5276 | 5296 |
| 5297 final DOMError error; |
| 5298 |
| 5277 final int errorCode; | 5299 final int errorCode; |
| 5278 | 5300 |
| 5279 final String readyState; | 5301 final String readyState; |
| 5280 | 5302 |
| 5281 final /*IDBAny*/ result; | 5303 final /*IDBAny*/ result; |
| 5282 | 5304 |
| 5283 final /*IDBAny*/ source; | 5305 final /*IDBAny*/ source; |
| 5284 | 5306 |
| 5285 final IDBTransaction transaction; | 5307 final IDBTransaction transaction; |
| 5286 | 5308 |
| (...skipping 14 matching lines...) Expand all Loading... |
| 5301 interface IDBTransaction extends EventTarget { | 5323 interface IDBTransaction extends EventTarget { |
| 5302 | 5324 |
| 5303 static final int READ_ONLY = 0; | 5325 static final int READ_ONLY = 0; |
| 5304 | 5326 |
| 5305 static final int READ_WRITE = 1; | 5327 static final int READ_WRITE = 1; |
| 5306 | 5328 |
| 5307 static final int VERSION_CHANGE = 2; | 5329 static final int VERSION_CHANGE = 2; |
| 5308 | 5330 |
| 5309 final IDBDatabase db; | 5331 final IDBDatabase db; |
| 5310 | 5332 |
| 5333 final DOMError error; |
| 5334 |
| 5311 final String mode; | 5335 final String mode; |
| 5312 | 5336 |
| 5313 void abort(); | 5337 void abort(); |
| 5314 | 5338 |
| 5315 void addEventListener(String type, EventListener listener, [bool useCapture]); | 5339 void addEventListener(String type, EventListener listener, [bool useCapture]); |
| 5316 | 5340 |
| 5317 bool dispatchEvent(Event evt); | 5341 bool dispatchEvent(Event evt); |
| 5318 | 5342 |
| 5319 IDBObjectStore objectStore(String name); | 5343 IDBObjectStore objectStore(String name); |
| 5320 | 5344 |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5510 final bool shiftKey; | 5534 final bool shiftKey; |
| 5511 | 5535 |
| 5512 void initKeyboardEvent(String type, bool canBubble, bool cancelable, DOMWindow
view, String keyIdentifier, int keyLocation, bool ctrlKey, bool altKey, bool sh
iftKey, bool metaKey, bool altGraphKey); | 5536 void initKeyboardEvent(String type, bool canBubble, bool cancelable, DOMWindow
view, String keyIdentifier, int keyLocation, bool ctrlKey, bool altKey, bool sh
iftKey, bool metaKey, bool altGraphKey); |
| 5513 } | 5537 } |
| 5514 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5538 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5515 // for details. All rights reserved. Use of this source code is governed by a | 5539 // for details. All rights reserved. Use of this source code is governed by a |
| 5516 // BSD-style license that can be found in the LICENSE file. | 5540 // BSD-style license that can be found in the LICENSE file. |
| 5517 | 5541 |
| 5518 // WARNING: Do not edit - generated code. | 5542 // WARNING: Do not edit - generated code. |
| 5519 | 5543 |
| 5520 interface LocalMediaStream extends MediaStream { | 5544 interface LocalMediaStream extends MediaStream, EventTarget { |
| 5521 | 5545 |
| 5522 void stop(); | 5546 void stop(); |
| 5523 } | 5547 } |
| 5524 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5548 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5525 // for details. All rights reserved. Use of this source code is governed by a | 5549 // for details. All rights reserved. Use of this source code is governed by a |
| 5526 // BSD-style license that can be found in the LICENSE file. | 5550 // BSD-style license that can be found in the LICENSE file. |
| 5527 | 5551 |
| 5528 // WARNING: Do not edit - generated code. | 5552 // WARNING: Do not edit - generated code. |
| 5529 | 5553 |
| 5530 interface Location { | 5554 interface Location { |
| (...skipping 953 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6484 final int orient; | 6508 final int orient; |
| 6485 | 6509 |
| 6486 final bool verticalOverflow; | 6510 final bool verticalOverflow; |
| 6487 } | 6511 } |
| 6488 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6512 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6489 // for details. All rights reserved. Use of this source code is governed by a | 6513 // for details. All rights reserved. Use of this source code is governed by a |
| 6490 // BSD-style license that can be found in the LICENSE file. | 6514 // BSD-style license that can be found in the LICENSE file. |
| 6491 | 6515 |
| 6492 // WARNING: Do not edit - generated code. | 6516 // WARNING: Do not edit - generated code. |
| 6493 | 6517 |
| 6518 interface PagePopupController { |
| 6519 |
| 6520 void setValueAndClosePopup(int numberValue, String stringValue); |
| 6521 } |
| 6522 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6523 // for details. All rights reserved. Use of this source code is governed by a |
| 6524 // BSD-style license that can be found in the LICENSE file. |
| 6525 |
| 6526 // WARNING: Do not edit - generated code. |
| 6527 |
| 6494 interface PageTransitionEvent extends Event { | 6528 interface PageTransitionEvent extends Event { |
| 6495 | 6529 |
| 6496 final bool persisted; | 6530 final bool persisted; |
| 6497 } | 6531 } |
| 6498 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6532 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6499 // for details. All rights reserved. Use of this source code is governed by a | 6533 // for details. All rights reserved. Use of this source code is governed by a |
| 6500 // BSD-style license that can be found in the LICENSE file. | 6534 // BSD-style license that can be found in the LICENSE file. |
| 6501 | 6535 |
| 6502 // WARNING: Do not edit - generated code. | 6536 // WARNING: Do not edit - generated code. |
| 6503 | 6537 |
| (...skipping 2608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9112 interface SVGSVGElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalR
esourcesRequired, SVGStylable, SVGLocatable, SVGFitToViewBox, SVGZoomAndPan { | 9146 interface SVGSVGElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalR
esourcesRequired, SVGStylable, SVGLocatable, SVGFitToViewBox, SVGZoomAndPan { |
| 9113 | 9147 |
| 9114 String contentScriptType; | 9148 String contentScriptType; |
| 9115 | 9149 |
| 9116 String contentStyleType; | 9150 String contentStyleType; |
| 9117 | 9151 |
| 9118 num currentScale; | 9152 num currentScale; |
| 9119 | 9153 |
| 9120 final SVGPoint currentTranslate; | 9154 final SVGPoint currentTranslate; |
| 9121 | 9155 |
| 9156 final SVGViewSpec currentView; |
| 9157 |
| 9122 final SVGAnimatedLength height; | 9158 final SVGAnimatedLength height; |
| 9123 | 9159 |
| 9124 final num pixelUnitToMillimeterX; | 9160 final num pixelUnitToMillimeterX; |
| 9125 | 9161 |
| 9126 final num pixelUnitToMillimeterY; | 9162 final num pixelUnitToMillimeterY; |
| 9127 | 9163 |
| 9128 final num screenPixelToMillimeterX; | 9164 final num screenPixelToMillimeterX; |
| 9129 | 9165 |
| 9130 final num screenPixelToMillimeterY; | 9166 final num screenPixelToMillimeterY; |
| 9131 | 9167 |
| 9132 bool useCurrentView; | 9168 final bool useCurrentView; |
| 9133 | 9169 |
| 9134 final SVGRect viewport; | 9170 final SVGRect viewport; |
| 9135 | 9171 |
| 9136 final SVGAnimatedLength width; | 9172 final SVGAnimatedLength width; |
| 9137 | 9173 |
| 9138 final SVGAnimatedLength x; | 9174 final SVGAnimatedLength x; |
| 9139 | 9175 |
| 9140 final SVGAnimatedLength y; | 9176 final SVGAnimatedLength y; |
| 9141 | 9177 |
| 9142 bool animationsPaused(); | 9178 bool animationsPaused(); |
| (...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9550 interface SVGViewElement extends SVGElement, SVGExternalResourcesRequired, SVGFi
tToViewBox, SVGZoomAndPan { | 9586 interface SVGViewElement extends SVGElement, SVGExternalResourcesRequired, SVGFi
tToViewBox, SVGZoomAndPan { |
| 9551 | 9587 |
| 9552 final SVGStringList viewTarget; | 9588 final SVGStringList viewTarget; |
| 9553 } | 9589 } |
| 9554 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 9590 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 9555 // for details. All rights reserved. Use of this source code is governed by a | 9591 // for details. All rights reserved. Use of this source code is governed by a |
| 9556 // BSD-style license that can be found in the LICENSE file. | 9592 // BSD-style license that can be found in the LICENSE file. |
| 9557 | 9593 |
| 9558 // WARNING: Do not edit - generated code. | 9594 // WARNING: Do not edit - generated code. |
| 9559 | 9595 |
| 9560 interface SVGViewSpec extends SVGZoomAndPan, SVGFitToViewBox { | 9596 interface SVGViewSpec { |
| 9597 |
| 9598 final SVGAnimatedPreserveAspectRatio preserveAspectRatio; |
| 9561 | 9599 |
| 9562 final String preserveAspectRatioString; | 9600 final String preserveAspectRatioString; |
| 9563 | 9601 |
| 9564 final SVGTransformList transform; | 9602 final SVGTransformList transform; |
| 9565 | 9603 |
| 9566 final String transformString; | 9604 final String transformString; |
| 9567 | 9605 |
| 9606 final SVGAnimatedRect viewBox; |
| 9607 |
| 9568 final String viewBoxString; | 9608 final String viewBoxString; |
| 9569 | 9609 |
| 9570 final SVGElement viewTarget; | 9610 final SVGElement viewTarget; |
| 9571 | 9611 |
| 9572 final String viewTargetString; | 9612 final String viewTargetString; |
| 9613 |
| 9614 int zoomAndPan; |
| 9573 } | 9615 } |
| 9574 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 9616 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 9575 // for details. All rights reserved. Use of this source code is governed by a | 9617 // for details. All rights reserved. Use of this source code is governed by a |
| 9576 // BSD-style license that can be found in the LICENSE file. | 9618 // BSD-style license that can be found in the LICENSE file. |
| 9577 | 9619 |
| 9578 // WARNING: Do not edit - generated code. | 9620 // WARNING: Do not edit - generated code. |
| 9579 | 9621 |
| 9580 interface SVGZoomAndPan { | 9622 interface SVGZoomAndPan { |
| 9581 | 9623 |
| 9582 static final int SVG_ZOOMANDPAN_DISABLE = 1; | 9624 static final int SVG_ZOOMANDPAN_DISABLE = 1; |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9694 ShadowRoot(Element host); | 9736 ShadowRoot(Element host); |
| 9695 | 9737 |
| 9696 final Element activeElement; | 9738 final Element activeElement; |
| 9697 | 9739 |
| 9698 bool applyAuthorStyles; | 9740 bool applyAuthorStyles; |
| 9699 | 9741 |
| 9700 final Element host; | 9742 final Element host; |
| 9701 | 9743 |
| 9702 String innerHTML; | 9744 String innerHTML; |
| 9703 | 9745 |
| 9704 final DOMSelection selection; | |
| 9705 | |
| 9706 Element getElementById(String elementId); | 9746 Element getElementById(String elementId); |
| 9707 | 9747 |
| 9708 NodeList getElementsByClassName(String className); | 9748 NodeList getElementsByClassName(String className); |
| 9709 | 9749 |
| 9710 NodeList getElementsByTagName(String tagName); | 9750 NodeList getElementsByTagName(String tagName); |
| 9711 | 9751 |
| 9712 NodeList getElementsByTagNameNS(String namespaceURI, String localName); | 9752 NodeList getElementsByTagNameNS(String namespaceURI, String localName); |
| 9753 |
| 9754 DOMSelection getSelection(); |
| 9713 } | 9755 } |
| 9714 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 9756 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 9715 // for details. All rights reserved. Use of this source code is governed by a | 9757 // for details. All rights reserved. Use of this source code is governed by a |
| 9716 // BSD-style license that can be found in the LICENSE file. | 9758 // BSD-style license that can be found in the LICENSE file. |
| 9717 | 9759 |
| 9718 // WARNING: Do not edit - generated code. | 9760 // WARNING: Do not edit - generated code. |
| 9719 | 9761 |
| 9720 interface SharedWorker extends AbstractWorker default _SharedWorkerFactoryProvid
er { | 9762 interface SharedWorker extends AbstractWorker default _SharedWorkerFactoryProvid
er { |
| 9721 | 9763 |
| 9722 SharedWorker(String scriptURL, [String name]); | 9764 SharedWorker(String scriptURL, [String name]); |
| (...skipping 2019 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11742 String toString(); | 11784 String toString(); |
| 11743 | 11785 |
| 11744 WebKitCSSMatrix translate(num x, num y, num z); | 11786 WebKitCSSMatrix translate(num x, num y, num z); |
| 11745 } | 11787 } |
| 11746 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 11788 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 11747 // for details. All rights reserved. Use of this source code is governed by a | 11789 // for details. All rights reserved. Use of this source code is governed by a |
| 11748 // BSD-style license that can be found in the LICENSE file. | 11790 // BSD-style license that can be found in the LICENSE file. |
| 11749 | 11791 |
| 11750 // WARNING: Do not edit - generated code. | 11792 // WARNING: Do not edit - generated code. |
| 11751 | 11793 |
| 11752 interface WebKitCSSRegionRule extends CSSRule { | |
| 11753 | |
| 11754 final CSSRuleList cssRules; | |
| 11755 } | |
| 11756 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
| 11757 // for details. All rights reserved. Use of this source code is governed by a | |
| 11758 // BSD-style license that can be found in the LICENSE file. | |
| 11759 | |
| 11760 // WARNING: Do not edit - generated code. | |
| 11761 | |
| 11762 interface WebKitCSSTransformValue extends CSSValueList { | 11794 interface WebKitCSSTransformValue extends CSSValueList { |
| 11763 | 11795 |
| 11764 static final int CSS_MATRIX = 11; | 11796 static final int CSS_MATRIX = 11; |
| 11765 | 11797 |
| 11766 static final int CSS_MATRIX3D = 21; | 11798 static final int CSS_MATRIX3D = 21; |
| 11767 | 11799 |
| 11768 static final int CSS_PERSPECTIVE = 20; | 11800 static final int CSS_PERSPECTIVE = 20; |
| 11769 | 11801 |
| 11770 static final int CSS_ROTATE = 4; | 11802 static final int CSS_ROTATE = 4; |
| 11771 | 11803 |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11820 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 11852 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 11821 // for details. All rights reserved. Use of this source code is governed by a | 11853 // for details. All rights reserved. Use of this source code is governed by a |
| 11822 // BSD-style license that can be found in the LICENSE file. | 11854 // BSD-style license that can be found in the LICENSE file. |
| 11823 | 11855 |
| 11824 // WARNING: Do not edit - generated code. | 11856 // WARNING: Do not edit - generated code. |
| 11825 | 11857 |
| 11826 interface WebKitNamedFlow { | 11858 interface WebKitNamedFlow { |
| 11827 | 11859 |
| 11828 final NodeList contentNodes; | 11860 final NodeList contentNodes; |
| 11829 | 11861 |
| 11830 final bool overflow; | 11862 final String name; |
| 11863 |
| 11864 final bool overset; |
| 11831 | 11865 |
| 11832 NodeList getRegionsByContentNode(Node contentNode); | 11866 NodeList getRegionsByContentNode(Node contentNode); |
| 11833 } | 11867 } |
| 11834 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 11868 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 11835 // for details. All rights reserved. Use of this source code is governed by a | 11869 // for details. All rights reserved. Use of this source code is governed by a |
| 11836 // BSD-style license that can be found in the LICENSE file. | 11870 // BSD-style license that can be found in the LICENSE file. |
| 11837 | 11871 |
| 11838 // WARNING: Do not edit - generated code. | 11872 // WARNING: Do not edit - generated code. |
| 11839 | 11873 |
| 11840 interface WebKitPoint default _WebKitPointFactoryProvider { | 11874 interface WebKitPoint default _WebKitPointFactoryProvider { |
| (...skipping 1114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12955 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 12989 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 12956 // for details. All rights reserved. Use of this source code is governed by a | 12990 // for details. All rights reserved. Use of this source code is governed by a |
| 12957 // BSD-style license that can be found in the LICENSE file. | 12991 // BSD-style license that can be found in the LICENSE file. |
| 12958 | 12992 |
| 12959 Window get window() => _dummy(); | 12993 Window get window() => _dummy(); |
| 12960 | 12994 |
| 12961 // TODO(vsm): Remove when prefixes are supported. | 12995 // TODO(vsm): Remove when prefixes are supported. |
| 12962 Window get dom_window() => _dummy(); | 12996 Window get dom_window() => _dummy(); |
| 12963 | 12997 |
| 12964 Document get document() => _dummy(); | 12998 Document get document() => _dummy(); |
| OLD | NEW |