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

Unified Diff: third_party/WebKit/Source/core/frame/Settings.in

Issue 2024323002: Fixing Regression Bug where context menu doesn't appear on long press (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « content/public/common/web_preferences.cc ('k') | third_party/WebKit/Source/web/ContextMenuClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/Settings.in
diff --git a/third_party/WebKit/Source/core/frame/Settings.in b/third_party/WebKit/Source/core/frame/Settings.in
index a21b4ffdcb517cf4fec0bbc9a73d63fbab56f9dc..bc39ccfd58326912f8d013cacc394ae15d9b28ac 100644
--- a/third_party/WebKit/Source/core/frame/Settings.in
+++ b/third_party/WebKit/Source/core/frame/Settings.in
@@ -334,6 +334,11 @@ inlineTextBoxAccessibilityEnabled initial=false
# Typically enabled on Windows to match platform convention.
showContextMenuOnMouseUp initial=false
+# If true, context menu will be shown on any long press event.
+# Used on Android to prevent a context menu from being shown in certain situations
+# (i.e. long pressing an empty div)
+alwaysShowContextMenuOnTouch initial=true
+
disableReadingFromCanvas initial=false
strictMixedContentChecking initial=false
strictMixedContentCheckingForPlugin initial=false
« no previous file with comments | « content/public/common/web_preferences.cc ('k') | third_party/WebKit/Source/web/ContextMenuClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698