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

Side by Side Diff: testing/Internals.idl

Issue 13163002: Roll IDLs. (Closed) Base URL: http://dart.googlecode.com/svn/third_party/WebCore/
Patch Set: Created 7 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
« html/track/TextTrackRegionList.idl ('K') | « page/DOMWindow.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 * Copyright (C) 2013 Apple Inc. All rights reserved. 3 * Copyright (C) 2013 Apple Inc. All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 NodeList nodesFromRect(in Document document, in long x, in long y, 160 NodeList nodesFromRect(in Document document, in long x, in long y,
161 in unsigned long topPadding, in unsigned long rightPadding, in unsigned long bottomPadding, in unsigned long leftPadding, 161 in unsigned long topPadding, in unsigned long rightPadding, in unsigned long bottomPadding, in unsigned long leftPadding,
162 in boolean ignoreClipping, in boolean allowShadowContent, in boolean all owChildFrameContent) raises (DOMException); 162 in boolean ignoreClipping, in boolean allowShadowContent, in boolean all owChildFrameContent) raises (DOMException);
163 163
164 void emitInspectorDidBeginFrame(); 164 void emitInspectorDidBeginFrame();
165 void emitInspectorDidCancelFrame(); 165 void emitInspectorDidCancelFrame();
166 166
167 boolean hasSpellingMarker(in Document document, in long from, in long length ) raises (DOMException); 167 boolean hasSpellingMarker(in Document document, in long from, in long length ) raises (DOMException);
168 boolean hasGrammarMarker(in Document document, in long from, in long length) raises (DOMException); 168 boolean hasGrammarMarker(in Document document, in long from, in long length) raises (DOMException);
169 boolean hasAutocorrectedMarker(in Document document, in long from, in long l ength) raises (DOMException); 169 boolean hasAutocorrectedMarker(in Document document, in long from, in long l ength) raises (DOMException);
170 void setContinuousSpellCheckingEnabled(in boolean enabled) raises (DOMExcept ion);
170 171
171 unsigned long numberOfScrollableAreas(in Document document) raises (DOMExcep tion); 172 unsigned long numberOfScrollableAreas(in Document document) raises (DOMExcep tion);
172 173
173 boolean isPageBoxVisible(in Document document, in long pageNumber) raises (D OMException); 174 boolean isPageBoxVisible(in Document document, in long pageNumber) raises (D OMException);
174 175
175 readonly attribute InternalSettings settings; 176 readonly attribute InternalSettings settings;
176 readonly attribute unsigned long workerThreadCount; 177 readonly attribute unsigned long workerThreadCount;
177 178
178 // Flags for layerTreeAsText. 179 // Flags for layerTreeAsText.
179 const unsigned short LAYER_TREE_INCLUDES_VISIBLE_RECTS = 1; 180 const unsigned short LAYER_TREE_INCLUDES_VISIBLE_RECTS = 1;
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 void forceReload(in boolean endToEnd); 259 void forceReload(in boolean endToEnd);
259 260
260 [Conditional=VIDEO] void simulateAudioInterruption(in Node node); 261 [Conditional=VIDEO] void simulateAudioInterruption(in Node node);
261 262
262 [Conditional=ENCRYPTED_MEDIA_V2] void initializeMockCDM(); 263 [Conditional=ENCRYPTED_MEDIA_V2] void initializeMockCDM();
263 264
264 [Conditional=SPEECH_SYNTHESIS] void enableMockSpeechSynthesizer(); 265 [Conditional=SPEECH_SYNTHESIS] void enableMockSpeechSynthesizer();
265 266
266 DOMString getImageSourceURL(in Element element) raises(DOMException); 267 DOMString getImageSourceURL(in Element element) raises(DOMException);
267 }; 268 };
OLDNEW
« html/track/TextTrackRegionList.idl ('K') | « page/DOMWindow.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698