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

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: 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
Index: Source/WebCore/page/Settings.in
diff --git a/Source/WebCore/page/Settings.in b/Source/WebCore/page/Settings.in
index a9ac19e39f3d375ef4b76b24dc59cc4300643f9b..9711de9e5e06a186da37ce8f556d073873196dcf 100644
--- a/Source/WebCore/page/Settings.in
+++ b/Source/WebCore/page/Settings.in
@@ -131,7 +131,7 @@ notificationsEnabled initial=true
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.
@@ -167,6 +167,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

Powered by Google App Engine
This is Rietveld 408576698