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

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

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebCore/page/DOMWindow.idl ('k') | no next file » | 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 dd54fa2de6ef0e1fed2673b3d8a7a228fc58b6a6..15ce0a3ac18dfa4fcfbd0958290ad2601e74d3ca 100644
--- a/third_party/WebCore/testing/Internals.idl
+++ b/third_party/WebCore/testing/Internals.idl
@@ -54,6 +54,7 @@ module window {
Element createContentElement(in Document document) raises(DOMException);
Element getElementByIdInShadowRoot(in Node shadowRoot, in DOMString id) raises(DOMException);
boolean isValidContentSelect(in Element contentElement) raises(DOMException);
+ Node treeScopeRootNode(in Node node) raises (DOMException);
Node nextSiblingByWalker(in Node node) raises(DOMException);
Node firstChildByWalker(in Node node) raises(DOMException);
@@ -61,12 +62,6 @@ module window {
Node nextNodeByWalker(in Node node) raises(DOMException);
Node previousNodeByWalker(in Node node) raises(DOMException);
- Node nextSiblingInReifiedTree(in Node node) raises(DOMException);
- Node firstChildInReifiedTree(in Node node) raises(DOMException);
- Node lastChildInReifiedTree(in Node node) raises(DOMException);
- Node traverseNextNodeInReifiedTree(in Node node) raises(DOMException);
- Node traversePreviousNodeInReifiedTree(in Node node) raises(DOMException);
-
boolean attached(in Node node) raises(DOMException);
#if defined(ENABLE_INPUT_TYPE_COLOR) && ENABLE_INPUT_TYPE_COLOR
@@ -121,7 +116,7 @@ module window {
NodeList nodesFromRect(in Document document, in long x, in long y,
in unsigned long topPadding, in unsigned long rightPadding, in unsigned long bottomPadding, in unsigned long leftPadding,
- in boolean ignoreClipping) raises (DOMException);
+ in boolean ignoreClipping, in boolean allowShadowContent) raises (DOMException);
void emitInspectorDidBeginFrame();
void emitInspectorDidCancelFrame();
« no previous file with comments | « third_party/WebCore/page/DOMWindow.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698