Title: [289595] trunk/Source/WTF
- Revision
- 289595
- Author
- [email protected]
- Date
- 2022-02-10 16:30:15 -0800 (Thu, 10 Feb 2022)
Log Message
Don't prefer text selection in images if it is not available
https://bugs.webkit.org/show_bug.cgi?id=236462
<rdar://problem/88407336>
Reviewed by Wenson Hsieh.
* Scripts/Preferences/WebPreferencesInternal.yaml:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (289594 => 289595)
--- trunk/Source/WTF/ChangeLog 2022-02-11 00:27:14 UTC (rev 289594)
+++ trunk/Source/WTF/ChangeLog 2022-02-11 00:30:15 UTC (rev 289595)
@@ -1,3 +1,13 @@
+2022-02-10 Tim Horton <[email protected]>
+
+ Don't prefer text selection in images if it is not available
+ https://bugs.webkit.org/show_bug.cgi?id=236462
+ <rdar://problem/88407336>
+
+ Reviewed by Wenson Hsieh.
+
+ * Scripts/Preferences/WebPreferencesInternal.yaml:
+
2022-02-10 Keith Miller <[email protected]>
tryReserveUncommittedAligned should explicitly take the alignment requested
Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesInternal.yaml (289594 => 289595)
--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesInternal.yaml 2022-02-11 00:27:14 UTC (rev 289594)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesInternal.yaml 2022-02-11 00:30:15 UTC (rev 289595)
@@ -705,10 +705,13 @@
condition: ENABLE(IMAGE_ANALYSIS)
defaultValue:
WebCore:
+ "HAVE(UIKIT_WEBKIT_INTERNALS)": false
default: true
WebKitLegacy:
+ "HAVE(UIKIT_WEBKIT_INTERNALS)": false
default: true
WebKit:
+ "HAVE(UIKIT_WEBKIT_INTERNALS)": false
default: true
ReplayCGDisplayListsIntoBackingStore:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes