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

Unified Diff: testing/InternalSettings.idl

Issue 13601015: Roll Blink IDLs forward. (Closed) Base URL: http://dart.googlecode.com/svn/third_party/WebCore/
Patch Set: Created 7 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 | « page/DOMWindow.idl ('k') | testing/Internals.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/InternalSettings.idl
===================================================================
--- testing/InternalSettings.idl (revision 20616)
+++ testing/InternalSettings.idl (working copy)
@@ -44,8 +44,6 @@
void setTextAutosizingFontScaleFactor(in float fontScaleFactor) raises(DOMException);
void setResolutionOverride(in long dotsPerCSSInchHorizontally, in long dotsPerCSSInchVertically) raises(DOMException);
void setMediaTypeOverride(in DOMString mediaTypeOverride) raises(DOMException);
- void setEnableScrollAnimator(in boolean enabled) raises(DOMException);
- boolean scrollAnimatorEnabled() raises(DOMException);
void setCSSExclusionsEnabled(in boolean enabled) raises(DOMException);
void setCSSVariablesEnabled(in boolean enabled) raises(DOMException);
boolean cssVariablesEnabled() raises(DOMException);
@@ -61,4 +59,5 @@
void setMinimumTimerInterval(in double intervalInSeconds) raises(DOMException);
void setDefaultVideoPosterURL(in DOMString poster) raises(DOMException);
void setTimeWithoutMouseMovementBeforeHidingControls(in double time) raises(DOMException);
+ void setUseLegacyBackgroundSizeShorthandBehavior(in boolean enabled) raises(DOMException);
};
« no previous file with comments | « page/DOMWindow.idl ('k') | testing/Internals.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698