Title: [269843] trunk/Source/WTF
Revision
269843
Author
[email protected]
Date
2020-11-16 02:08:35 -0800 (Mon, 16 Nov 2020)

Log Message

Re-disable async overflow scrolling for USE(NICOSIA)
https://bugs.webkit.org/show_bug.cgi?id=218974

Async overflow scrolling was accidentally enabled for ports using the
Nicosia platform layering infrastructure during the preference migration
done in r267775. This patch again disables it until it can be properly
supported.

* Scripts/Preferences/WebPreferencesInternal.yaml:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (269842 => 269843)


--- trunk/Source/WTF/ChangeLog	2020-11-16 10:06:59 UTC (rev 269842)
+++ trunk/Source/WTF/ChangeLog	2020-11-16 10:08:35 UTC (rev 269843)
@@ -1,3 +1,15 @@
+2020-11-16  Zan Dobersek  <[email protected]>
+
+        Re-disable async overflow scrolling for USE(NICOSIA)
+        https://bugs.webkit.org/show_bug.cgi?id=218974
+
+        Async overflow scrolling was accidentally enabled for ports using the
+        Nicosia platform layering infrastructure during the preference migration
+        done in r267775. This patch again disables it until it can be properly
+        supported.
+
+        * Scripts/Preferences/WebPreferencesInternal.yaml:
+
 2020-11-14  Don Olmstead  <[email protected]>
 
         [clang-tidy] Run modernize-use-override through JSC

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesInternal.yaml (269842 => 269843)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesInternal.yaml	2020-11-16 10:06:59 UTC (rev 269842)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesInternal.yaml	2020-11-16 10:08:35 UTC (rev 269843)
@@ -102,6 +102,7 @@
     WebKitLegacy:
       default: false
     WebKit:
+      "USE(NICOSIA)": false
       "PLATFORM(IOS_FAMILY)": true
       default: WebKit::defaultAsyncFrameScrollingEnabled()
     WebCore:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to