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

Unified Diff: Source/WebCore/page/Settings.in

Issue 13818030: Added primary input devices setting to blink to allow media queries for hover/pointer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review fixes 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 | « Source/WebCore/page/Settings.h ('k') | Source/WebCore/platform/chromium/PopupListBox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/page/Settings.in
diff --git a/Source/WebCore/page/Settings.in b/Source/WebCore/page/Settings.in
index 634e36fc515a9849835ae1fc8b521eba811f25f4..f29128eeb4ee8c98ad50fe053da4bb35ba31fc8b 100644
--- a/Source/WebCore/page/Settings.in
+++ b/Source/WebCore/page/Settings.in
@@ -126,7 +126,7 @@ scrollAnimatorEnabled initial=true, conditional=SMOOTH_SCROLLING
shouldRespectImageOrientation initial=false
requestAnimationFrameEnabled initial=true
-deviceSupportsTouch initial=false
+deviceSupportsTouch initial=false #FIXME: Remove this http://crbug.com/136119
deviceSupportsMouse initial=true
# For touch adjustment to apply, the compile option TOUCH_ADJUSTMENT must also be enabled.
@@ -160,6 +160,10 @@ spatialNavigationEnabled initial=false
# enabled, the user can initiate drag using long press.
touchDragDropEnabled initial=false
+# Sets primary input devices used for pointing. This is a bit flag of the
+# PointerDevice enums
+primaryPointerDevices type=int, initial=PointerDeviceUnknown
+
unifiedTextCheckerEnabled initial=defaultUnifiedTextCheckerEnabled
backForwardCacheExpirationInterval type=double, initial=1800
« no previous file with comments | « Source/WebCore/page/Settings.h ('k') | Source/WebCore/platform/chromium/PopupListBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698