Title: [219670] trunk/Source/WebCore
Revision
219670
Author
[email protected]
Date
2017-07-19 19:14:29 -0700 (Wed, 19 Jul 2017)

Log Message

Unreviewed, tweak a comment above TemporarySelectionOptionIgnoreSelectionChanges in Editor.cpp.

The comment references the UI process, but it describes an entity in WebCore. This should have been generalized
to instead refer to the client layer in general (i.e. WebKit1 or WebKit2).

* editing/Editor.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (219669 => 219670)


--- trunk/Source/WebCore/ChangeLog	2017-07-20 00:17:40 UTC (rev 219669)
+++ trunk/Source/WebCore/ChangeLog	2017-07-20 02:14:29 UTC (rev 219670)
@@ -1,3 +1,12 @@
+2017-07-19  Wenson Hsieh  <[email protected]>
+
+        Unreviewed, tweak a comment above TemporarySelectionOptionIgnoreSelectionChanges in Editor.cpp.
+
+        The comment references the UI process, but it describes an entity in WebCore. This should have been generalized
+        to instead refer to the client layer in general (i.e. WebKit1 or WebKit2).
+
+        * editing/Editor.h:
+
 2017-07-19  Simon Fraser  <[email protected]>
 
         getBoundingClientRects not updated for programmatic scrolls

Modified: trunk/Source/WebCore/editing/Editor.h (219669 => 219670)


--- trunk/Source/WebCore/editing/Editor.h	2017-07-20 00:17:40 UTC (rev 219669)
+++ trunk/Source/WebCore/editing/Editor.h	2017-07-20 02:14:29 UTC (rev 219670)
@@ -109,7 +109,7 @@
     // Scroll to reveal the selection.
     TemporarySelectionOptionRevealSelection = 1 << 0,
 
-    // Don't propagate selection changes to the UI process.
+    // Don't propagate selection changes to the client layer.
     TemporarySelectionOptionIgnoreSelectionChanges = 1 << 1,
 
     // Force the render tree to update selection state. Only respected on iOS.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to