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

Unified Diff: third_party/WebCore/testing/Internals.idl

Issue 10381128: Roll IDL to multivm@516 (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebCore/svg/SVGException.idl ('k') | third_party/WebCore/xml/XMLHttpRequestException.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/testing/Internals.idl
diff --git a/third_party/WebCore/testing/Internals.idl b/third_party/WebCore/testing/Internals.idl
index 7b4beb177ce493b394762deacec57586521e4873..7f5a2114d1a3ba6076886eb21b1d7104d53e0589 100644
--- a/third_party/WebCore/testing/Internals.idl
+++ b/third_party/WebCore/testing/Internals.idl
@@ -49,7 +49,6 @@ module window {
Node youngerShadowRoot(in Node root) raises (DOMException);
#endif
Element includerFor(in Node node) raises (DOMException);
- void removeShadowRoot(in Element host) raises (DOMException);
DOMString shadowPseudoId(in Element element) raises (DOMException);
Element createContentElement(in Document document) raises(DOMException);
Element getElementByIdInShadowRoot(in Node shadowRoot, in DOMString id) raises(DOMException);
@@ -128,8 +127,13 @@ module window {
unsigned long numberOfScrollableAreas(in Document document) raises (DOMException);
+ boolean isPageBoxVisible(in Document document, in long pageNumber) raises (DOMException);
+
readonly attribute InternalSettings settings;
+ void suspendAnimations(in Document document) raises (DOMException);
+ void resumeAnimations(in Document document) raises (DOMException);
+
#if defined(ENABLE_BATTERY_STATUS) && ENABLE_BATTERY_STATUS
void setBatteryStatus(in Document document, in DOMString eventType, in boolean charging, in double chargingTime, in double dischargingTime, in double level) raises (DOMException);
#endif
« no previous file with comments | « third_party/WebCore/svg/SVGException.idl ('k') | third_party/WebCore/xml/XMLHttpRequestException.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698