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

Unified Diff: Source/core/testing/Internals.idl

Issue 471863002: Remove unused bits of Internals (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/testing/Internals.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/Internals.idl
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
index fb55bf0bda0a25227f03641bd166bf56a696f908..ee52d44d2b1284e0ec23eb8e56bddc28f724e9e9 100644
--- a/Source/core/testing/Internals.idl
+++ b/Source/core/testing/Internals.idl
@@ -36,12 +36,6 @@
boolean isPreloaded(DOMString url);
boolean isLoadingFromMemoryCache(DOMString url);
- void crash();
-
- void setStyleResolverStatsEnabled(boolean enabled);
- [RaisesException] DOMString styleResolverStatsReport();
- [RaisesException] DOMString styleResolverStatsTotalsReport();
-
[TypeChecking=Interface] boolean isSharingStyle(Element element1, Element element2);
[TypeChecking=Interface] CSSStyleDeclaration computedStyleIncludingVisitedInfo(Node node);
@@ -89,8 +83,6 @@
[RaisesException] void setEnableMockPagePopup(boolean enabled);
readonly attribute PagePopupController pagePopupController;
- [RaisesException] ClientRect unscaledViewportRect();
-
[RaisesException] ClientRect absoluteCaretBounds();
[TypeChecking=Interface] ClientRect boundingBox(Element element);
@@ -240,8 +232,6 @@
[TypeChecking=Interface] DOMString markerTextForListItem(Element element);
- [TypeChecking=Interface] DOMString baseURL(Document document);
-
SerializedScriptValue deserializeBuffer(ArrayBuffer buffer);
ArrayBuffer serializeObject(SerializedScriptValue obj);
« no previous file with comments | « Source/core/testing/Internals.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698