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

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

Issue 10048001: Roll IDL to multivm@375 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 1845 matching lines...) Expand 10 before | Expand all | Expand 10 after
1856 void webkitCancelAnimationFrame(int id); 1856 void webkitCancelAnimationFrame(int id);
1857 1857
1858 void webkitCancelRequestAnimationFrame(int id); 1858 void webkitCancelRequestAnimationFrame(int id);
1859 1859
1860 WebKitPoint webkitConvertPointFromNodeToPage(Node node, WebKitPoint p); 1860 WebKitPoint webkitConvertPointFromNodeToPage(Node node, WebKitPoint p);
1861 1861
1862 WebKitPoint webkitConvertPointFromPageToNode(Node node, WebKitPoint p); 1862 WebKitPoint webkitConvertPointFromPageToNode(Node node, WebKitPoint p);
1863 1863
1864 void webkitPostMessage(Dynamic message, String targetOrigin, [List transferLis t]); 1864 void webkitPostMessage(Dynamic message, String targetOrigin, [List transferLis t]);
1865 1865
1866 int webkitRequestAnimationFrame(RequestAnimationFrameCallback callback, Elemen t element); 1866 int webkitRequestAnimationFrame(RequestAnimationFrameCallback callback);
1867 1867
1868 void webkitRequestFileSystem(int type, int size, FileSystemCallback successCal lback, [ErrorCallback errorCallback]); 1868 void webkitRequestFileSystem(int type, int size, FileSystemCallback successCal lback, [ErrorCallback errorCallback]);
1869 1869
1870 void webkitResolveLocalFileSystemURL(String url, [EntryCallback successCallbac k, ErrorCallback errorCallback]); 1870 void webkitResolveLocalFileSystemURL(String url, [EntryCallback successCallbac k, ErrorCallback errorCallback]);
1871 } 1871 }
1872 1872
1873 interface DOMWindow extends Window { 1873 interface DOMWindow extends Window {
1874 1874
1875 static final int PERSISTENT = 1; 1875 static final int PERSISTENT = 1;
1876 1876
1877 static final int TEMPORARY = 0; 1877 static final int TEMPORARY = 0;
1878 } 1878 }
1879 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1879 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1880 // for details. All rights reserved. Use of this source code is governed by a 1880 // for details. All rights reserved. Use of this source code is governed by a
1881 // BSD-style license that can be found in the LICENSE file. 1881 // BSD-style license that can be found in the LICENSE file.
1882 1882
1883 // WARNING: Do not edit - generated code. 1883 // WARNING: Do not edit - generated code.
1884 1884
1885 interface DataTransferItem { 1885 interface DataTransferItem {
1886 1886
1887 final String kind; 1887 final String kind;
1888 1888
1889 final String type; 1889 final String type;
1890 1890
1891 Blob getAsFile(); 1891 Blob getAsFile();
1892 1892
1893 void getAsString([StringCallback callback]); 1893 void getAsString([StringCallback callback]);
1894
1895 void webkitGetAsEntry([EntryCallback callback]);
1894 } 1896 }
1895 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1897 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1896 // for details. All rights reserved. Use of this source code is governed by a 1898 // for details. All rights reserved. Use of this source code is governed by a
1897 // BSD-style license that can be found in the LICENSE file. 1899 // BSD-style license that can be found in the LICENSE file.
1898 1900
1899 // WARNING: Do not edit - generated code. 1901 // WARNING: Do not edit - generated code.
1900 1902
1901 interface DataTransferItemList { 1903 interface DataTransferItemList {
1902 1904
1903 final int length; 1905 final int length;
(...skipping 8223 matching lines...) Expand 10 before | Expand all | Expand 10 after
10127 // WARNING: Do not edit - generated code. 10129 // WARNING: Do not edit - generated code.
10128 10130
10129 interface TimeRanges { 10131 interface TimeRanges {
10130 10132
10131 final int length; 10133 final int length;
10132 10134
10133 num end(int index); 10135 num end(int index);
10134 10136
10135 num start(int index); 10137 num start(int index);
10136 } 10138 }
10139 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
10140 // for details. All rights reserved. Use of this source code is governed by a
10141 // BSD-style license that can be found in the LICENSE file.
10142
10143 // WARNING: Do not edit - generated code.
10144
10145 typedef void TimeoutHandler();
10137 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 10146 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
10138 // for details. All rights reserved. Use of this source code is governed by a 10147 // for details. All rights reserved. Use of this source code is governed by a
10139 // BSD-style license that can be found in the LICENSE file. 10148 // BSD-style license that can be found in the LICENSE file.
10140 10149
10141 // WARNING: Do not edit - generated code. 10150 // WARNING: Do not edit - generated code.
10142 10151
10143 interface Touch { 10152 interface Touch {
10144 10153
10145 final int clientX; 10154 final int clientX;
10146 10155
(...skipping 1558 matching lines...) Expand 10 before | Expand all | Expand 10 after
11705 } 11714 }
11706 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 11715 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
11707 // for details. All rights reserved. Use of this source code is governed by a 11716 // for details. All rights reserved. Use of this source code is governed by a
11708 // BSD-style license that can be found in the LICENSE file. 11717 // BSD-style license that can be found in the LICENSE file.
11709 11718
11710 // WARNING: Do not edit - generated code. 11719 // WARNING: Do not edit - generated code.
11711 11720
11712 interface WebKitMutationObserver { 11721 interface WebKitMutationObserver {
11713 11722
11714 void disconnect(); 11723 void disconnect();
11724
11725 List<MutationRecord> takeRecords();
11715 } 11726 }
11716 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 11727 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
11717 // for details. All rights reserved. Use of this source code is governed by a 11728 // for details. All rights reserved. Use of this source code is governed by a
11718 // BSD-style license that can be found in the LICENSE file. 11729 // BSD-style license that can be found in the LICENSE file.
11719 11730
11720 // WARNING: Do not edit - generated code. 11731 // WARNING: Do not edit - generated code.
11721 11732
11722 interface WebKitNamedFlow { 11733 interface WebKitNamedFlow {
11723 11734
11724 final bool overflow; 11735 final bool overflow;
(...skipping 1045 matching lines...) Expand 10 before | Expand all | Expand 10 after
12770 * Indicates the document is finished parsing but is still loading 12781 * Indicates the document is finished parsing but is still loading
12771 * subresources. 12782 * subresources.
12772 */ 12783 */
12773 static final String INTERACTIVE = "interactive"; 12784 static final String INTERACTIVE = "interactive";
12774 12785
12775 /** 12786 /**
12776 * Indicates the document and all subresources have been loaded. 12787 * Indicates the document and all subresources have been loaded.
12777 */ 12788 */
12778 static final String COMPLETE = "complete"; 12789 static final String COMPLETE = "complete";
12779 } 12790 }
12780 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
12781 // for details. All rights reserved. Use of this source code is governed by a
12782 // BSD-style license that can be found in the LICENSE file.
12783
12784 typedef void TimeoutHandler();
12785 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 12791 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
12786 // for details. All rights reserved. Use of this source code is governed by a 12792 // for details. All rights reserved. Use of this source code is governed by a
12787 // BSD-style license that can be found in the LICENSE file. 12793 // BSD-style license that can be found in the LICENSE file.
12788 12794
12789 12795
12790 _dummy() { 12796 _dummy() {
12791 throw const NotImplementedException(); 12797 throw const NotImplementedException();
12792 } 12798 }
12793 12799
12794 class _AudioContextFactoryProvider { 12800 class _AudioContextFactoryProvider {
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
12847 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 12853 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
12848 // for details. All rights reserved. Use of this source code is governed by a 12854 // for details. All rights reserved. Use of this source code is governed by a
12849 // BSD-style license that can be found in the LICENSE file. 12855 // BSD-style license that can be found in the LICENSE file.
12850 12856
12851 Window get window() => _dummy(); 12857 Window get window() => _dummy();
12852 12858
12853 // TODO(vsm): Remove when prefixes are supported. 12859 // TODO(vsm): Remove when prefixes are supported.
12854 Window get dom_window() => _dummy(); 12860 Window get dom_window() => _dummy();
12855 12861
12856 Document get document() => _dummy(); 12862 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