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

Side by Side Diff: third_party/WebCore/testing/Internals.idl

Issue 10800075: Roll IDL to multivm@713 (Closed) Base URL: https://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 | « third_party/WebCore/testing/InternalSettings.idl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2012 Google Inc. All rights reserved. 2 * Copyright (C) 2012 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 7 *
8 * 1. Redistributions of source code must retain the above copyright 8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright 10 * 2. Redistributions in binary form must reproduce the above copyright
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 Node previousNodeByWalker(in Node node) raises(DOMException); 64 Node previousNodeByWalker(in Node node) raises(DOMException);
65 65
66 boolean attached(in Node node) raises(DOMException); 66 boolean attached(in Node node) raises(DOMException);
67 67
68 DOMString visiblePlaceholder(in Element element); 68 DOMString visiblePlaceholder(in Element element);
69 #if defined(ENABLE_INPUT_TYPE_COLOR) && ENABLE_INPUT_TYPE_COLOR 69 #if defined(ENABLE_INPUT_TYPE_COLOR) && ENABLE_INPUT_TYPE_COLOR
70 void selectColorInColorChooser(in Element element, in DOMString colorVal ue); 70 void selectColorInColorChooser(in Element element, in DOMString colorVal ue);
71 #endif 71 #endif
72 DOMString[] formControlStateOfPreviousHistoryItem() raises(DOMException) ; 72 DOMString[] formControlStateOfPreviousHistoryItem() raises(DOMException) ;
73 void setFormControlStateOfPreviousHistoryItem(in DOMString[] values) rai ses(DOMException); 73 void setFormControlStateOfPreviousHistoryItem(in DOMString[] values) rai ses(DOMException);
74 #if defined(ENABLE_PAGE_POPUP) && ENABLE_PAGE_POPUP
75 readonly attribute PagePopupController pagePopupController;
76 #endif
74 77
75 ClientRect absoluteCaretBounds(in Document document) raises(DOMException ); 78 ClientRect absoluteCaretBounds(in Document document) raises(DOMException );
76 79
77 ClientRect boundingBox(in Element element) raises(DOMException); 80 ClientRect boundingBox(in Element element) raises(DOMException);
78 81
79 ClientRectList inspectorHighlightRects(in Document document) raises (DOM Exception); 82 ClientRectList inspectorHighlightRects(in Document document) raises (DOM Exception);
80 83
81 void setBackgroundBlurOnNode(in Node node, in long blurLength) raises(DO MException); 84 void setBackgroundBlurOnNode(in Node node, in long blurLength) raises(DO MException);
82 85
83 unsigned long markerCountForNode(in Node node, in DOMString markerType) raises(DOMException); 86 unsigned long markerCountForNode(in Node node, in DOMString markerType) raises(DOMException);
84 Range markerRangeForNode(in Node node, in DOMString markerType, in unsig ned long index) raises(DOMException); 87 Range markerRangeForNode(in Node node, in DOMString markerType, in unsig ned long index) raises(DOMException);
85 DOMString markerDescriptionForNode(in Node node, in DOMString markerType , in unsigned long index) raises(DOMException); 88 DOMString markerDescriptionForNode(in Node node, in DOMString markerType , in unsigned long index) raises(DOMException);
86 89
87 void setScrollViewPosition(in Document document, in long x, in long y) r aises(DOMException); 90 void setScrollViewPosition(in Document document, in long x, in long y) r aises(DOMException);
88 91
89 void setPagination(in Document document, in DOMString mode, in long gap) raises(DOMException); 92 void setPagination(in Document document, in DOMString mode, in long gap, in [Optional] long pageLength) raises(DOMException);
90 93
91 DOMString configurationForViewport(in Document document, 94 DOMString configurationForViewport(in Document document,
92 in float devicePixelRatio, 95 in float devicePixelRatio,
93 in long deviceWidth, 96 in long deviceWidth,
94 in long deviceHeight, 97 in long deviceHeight,
95 in long availableWidth, 98 in long availableWidth,
96 in long availableHeight) raises(DOMEx ception); 99 in long availableHeight) raises(DOMEx ception);
97 100
98 boolean wasLastChangeUserEdit(in Element textField) raises (DOMException ); 101 boolean wasLastChangeUserEdit(in Element textField) raises (DOMException );
99 DOMString suggestedValue(in Element inputElement) raises (DOMException); 102 DOMString suggestedValue(in Element inputElement) raises (DOMException);
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 161
159 #if defined(ENABLE_NETWORK_INFO) && ENABLE_NETWORK_INFO 162 #if defined(ENABLE_NETWORK_INFO) && ENABLE_NETWORK_INFO
160 void setNetworkInformation(in Document document, in DOMString eventType, in double bandwidth, in boolean metered) raises (DOMException); 163 void setNetworkInformation(in Document document, in DOMString eventType, in double bandwidth, in boolean metered) raises (DOMException);
161 #endif 164 #endif
162 165
163 [Conditional=INSPECTOR] unsigned long numberOfLiveNodes(); 166 [Conditional=INSPECTOR] unsigned long numberOfLiveNodes();
164 [Conditional=INSPECTOR] unsigned long numberOfLiveDocuments(); 167 [Conditional=INSPECTOR] unsigned long numberOfLiveDocuments();
165 [Conditional=INSPECTOR] sequence<String> consoleMessageArgumentCounts(in Document document); 168 [Conditional=INSPECTOR] sequence<String> consoleMessageArgumentCounts(in Document document);
166 169
167 DOMString counterValue(in Element element); 170 DOMString counterValue(in Element element);
171 DOMString[] iconURLs(in Document document);
168 172
169 #if defined(ENABLE_FULLSCREEN_API) && ENABLE_FULLSCREEN_API 173 #if defined(ENABLE_FULLSCREEN_API) && ENABLE_FULLSCREEN_API
170 void webkitWillEnterFullScreenForElement(in Document document, in Elemen t element); 174 void webkitWillEnterFullScreenForElement(in Document document, in Elemen t element);
171 void webkitDidEnterFullScreenForElement(in Document document, in Element element); 175 void webkitDidEnterFullScreenForElement(in Document document, in Element element);
172 void webkitWillExitFullScreenForElement(in Document document, in Element element); 176 void webkitWillExitFullScreenForElement(in Document document, in Element element);
173 void webkitDidExitFullScreenForElement(in Document document, in Element element); 177 void webkitDidExitFullScreenForElement(in Document document, in Element element);
174 #endif 178 #endif
175 179
176 void registerURLSchemeAsBypassingContentSecurityPolicy(in DOMString sche me); 180 void registerURLSchemeAsBypassingContentSecurityPolicy(in DOMString sche me);
177 void removeURLSchemeRegisteredAsBypassingContentSecurityPolicy(in DOMStr ing scheme); 181 void removeURLSchemeRegisteredAsBypassingContentSecurityPolicy(in DOMStr ing scheme);
178 }; 182 };
179 } 183 }
180 184
OLDNEW
« no previous file with comments | « third_party/WebCore/testing/InternalSettings.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698