Title: [225421] trunk
Revision
225421
Author
[email protected]
Date
2017-12-01 15:16:32 -0800 (Fri, 01 Dec 2017)

Log Message

[cmake] Make description of ENABLE_DRAG_SUPPORT more informative
https://bugs.webkit.org/show_bug.cgi?id=180266

Reviewed by Michael Catanzaro.

When disabled, it also disables selection of text with dragging, and this
comes as a surprise for many people.

* Source/cmake/WebKitFeatures.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (225420 => 225421)


--- trunk/ChangeLog	2017-12-01 23:16:03 UTC (rev 225420)
+++ trunk/ChangeLog	2017-12-01 23:16:32 UTC (rev 225421)
@@ -1,3 +1,15 @@
+2017-12-01  Konstantin Tokarev  <[email protected]>
+
+        [cmake] Make description of ENABLE_DRAG_SUPPORT more informative
+        https://bugs.webkit.org/show_bug.cgi?id=180266
+
+        Reviewed by Michael Catanzaro.
+
+        When disabled, it also disables selection of text with dragging, and this
+        comes as a surprise for many people.
+
+        * Source/cmake/WebKitFeatures.cmake:
+
 2017-12-01  Michael Catanzaro  <[email protected]>
 
         [GStreamer] Fix USE_GSTREAMER_GL check for GStreamer 1.10

Modified: trunk/Source/cmake/WebKitFeatures.cmake (225420 => 225421)


--- trunk/Source/cmake/WebKitFeatures.cmake	2017-12-01 23:16:03 UTC (rev 225420)
+++ trunk/Source/cmake/WebKitFeatures.cmake	2017-12-01 23:16:32 UTC (rev 225421)
@@ -102,7 +102,7 @@
     WEBKIT_OPTION_DEFINE(ENABLE_DEVICE_ORIENTATION "Toggle DeviceOrientation support" PRIVATE OFF)
     WEBKIT_OPTION_DEFINE(ENABLE_DFG_JIT "Toggle data flow graph JIT tier" PRIVATE ON)
     WEBKIT_OPTION_DEFINE(ENABLE_DOWNLOAD_ATTRIBUTE "Toggle download attribute support" PRIVATE OFF)
-    WEBKIT_OPTION_DEFINE(ENABLE_DRAG_SUPPORT "Toggle Drag Support" PRIVATE OFF)
+    WEBKIT_OPTION_DEFINE(ENABLE_DRAG_SUPPORT "Toggle support of drag actions (including selection of text with mouse)" PRIVATE OFF)
     WEBKIT_OPTION_DEFINE(ENABLE_ENCRYPTED_MEDIA "Toggle EME support" PRIVATE OFF)
     WEBKIT_OPTION_DEFINE(ENABLE_FETCH_API "Toggle Fetch API support" PRIVATE ON)
     WEBKIT_OPTION_DEFINE(ENABLE_FILTERS_LEVEL_2 "Toggle Filters Module Level 2" PRIVATE OFF)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to