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

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

Issue 10825350: Roll IDL to multivm@762 (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
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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 Node youngerShadowRoot(in Node root) raises (DOMException); 49 Node youngerShadowRoot(in Node root) raises (DOMException);
50 #endif 50 #endif
51 Element includerFor(in Node node) raises (DOMException); 51 Element includerFor(in Node node) raises (DOMException);
52 DOMString shadowPseudoId(in Element element) raises (DOMException); 52 DOMString shadowPseudoId(in Element element) raises (DOMException);
53 void setShadowPseudoId(in Element element, in DOMString id) raises (DOME xception); 53 void setShadowPseudoId(in Element element, in DOMString id) raises (DOME xception);
54 Element createContentElement(in Document document) raises(DOMException); 54 Element createContentElement(in Document document) raises(DOMException);
55 Element getElementByIdInShadowRoot(in Node shadowRoot, in DOMString id) raises(DOMException); 55 Element getElementByIdInShadowRoot(in Node shadowRoot, in DOMString id) raises(DOMException);
56 boolean isValidContentSelect(in Element contentElement) raises(DOMExcept ion); 56 boolean isValidContentSelect(in Element contentElement) raises(DOMExcept ion);
57 Node treeScopeRootNode(in Node node) raises (DOMException); 57 Node treeScopeRootNode(in Node node) raises (DOMException);
58 Node parentTreeScope(in Node node) raises (DOMException); 58 Node parentTreeScope(in Node node) raises (DOMException);
59 void setAuthorShadowDOMForAnyElementEnabled(in boolean isEnabled);
60 59
61 Node nextSiblingByWalker(in Node node) raises(DOMException); 60 Node nextSiblingByWalker(in Node node) raises(DOMException);
62 Node firstChildByWalker(in Node node) raises(DOMException); 61 Node firstChildByWalker(in Node node) raises(DOMException);
63 Node lastChildByWalker(in Node node) raises(DOMException); 62 Node lastChildByWalker(in Node node) raises(DOMException);
64 Node nextNodeByWalker(in Node node) raises(DOMException); 63 Node nextNodeByWalker(in Node node) raises(DOMException);
65 Node previousNodeByWalker(in Node node) raises(DOMException); 64 Node previousNodeByWalker(in Node node) raises(DOMException);
66 65
67 boolean attached(in Node node) raises(DOMException); 66 boolean attached(in Node node) raises(DOMException);
68 67
69 DOMString visiblePlaceholder(in Element element); 68 DOMString visiblePlaceholder(in Element element);
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 void webkitDidExitFullScreenForElement(in Document document, in Element element); 182 void webkitDidExitFullScreenForElement(in Document document, in Element element);
184 #endif 183 #endif
185 184
186 void registerURLSchemeAsBypassingContentSecurityPolicy(in DOMString sche me); 185 void registerURLSchemeAsBypassingContentSecurityPolicy(in DOMString sche me);
187 void removeURLSchemeRegisteredAsBypassingContentSecurityPolicy(in DOMStr ing scheme); 186 void removeURLSchemeRegisteredAsBypassingContentSecurityPolicy(in DOMStr ing scheme);
188 187
189 FastMallocStatistics fastMallocStatistics(); 188 FastMallocStatistics fastMallocStatistics();
190 }; 189 };
191 } 190 }
192 191
OLDNEW
« no previous file with comments | « third_party/WebCore/testing/InternalSettings.idl ('k') | third_party/WebCore/workers/WorkerContext.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698