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

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

Issue 1140153006: Remove Navigation Transitions from Blink. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed layout tests. Created 5 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 | « Source/core/testing/Internals.cpp ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | 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 79863c51c0290a449f365cc47793ea8f4ea3a7cc..279577c3f81d15ce21a39a6b107459e2ad8d5af9 100644
--- a/Source/core/testing/Internals.idl
+++ b/Source/core/testing/Internals.idl
@@ -235,7 +235,7 @@
[TypeChecking=Interface] DOMString getCurrentCursorInfo();
readonly attribute boolean cursorUpdatePending;
-
+
[TypeChecking=Interface] DOMString markerTextForListItem(Element element);
SerializedScriptValue deserializeBuffer(ArrayBuffer buffer);
@@ -288,12 +288,6 @@
unsigned long countHitRegions(CanvasRenderingContext2D context);
[TypeChecking=Interface] ClientRect boundsInViewportSpace(Element element);
- DOMString serializeNavigationMarkup();
- DOMString[] getTransitionElementIds();
- ClientRectList getTransitionElementRects();
- void hideAllTransitionElements();
- void showAllTransitionElements();
- void setExitTransitionStylesheetsEnabled(boolean enabled);
[RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLElement plugin, DocumentFragment fragment);
[RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLElement plugin, PluginPlaceholderOptions options);
« no previous file with comments | « Source/core/testing/Internals.cpp ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698