Title: [273207] trunk/Source/WTF
Revision
273207
Author
s...@apple.com
Date
2021-02-20 14:43:39 -0800 (Sat, 20 Feb 2021)

Log Message

Make PaintTimingEnabled default to false
https://bugs.webkit.org/show_bug.cgi?id=222186

Reviewed by Simon Fraser.

PaintTiming causes about 4% regression in the MotionMark sub-tests:
Multiply and Focus. Do disable it for now.

* Scripts/Preferences/WebPreferencesExperimental.yaml:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (273206 => 273207)


--- trunk/Source/WTF/ChangeLog	2021-02-20 22:40:54 UTC (rev 273206)
+++ trunk/Source/WTF/ChangeLog	2021-02-20 22:43:39 UTC (rev 273207)
@@ -1,3 +1,15 @@
+2021-02-20  Said Abou-Hallawa  <s...@apple.com>
+
+        Make PaintTimingEnabled default to false
+        https://bugs.webkit.org/show_bug.cgi?id=222186
+
+        Reviewed by Simon Fraser.
+
+        PaintTiming causes about 4% regression in the MotionMark sub-tests:
+        Multiply and Focus. Do disable it for now.
+
+        * Scripts/Preferences/WebPreferencesExperimental.yaml:
+
 2021-02-19  Wenson Hsieh  <wenson_hs...@apple.com>
 
         [iOS] Specify a _UIDataOwner when reading or writing from the system pasteboard

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (273206 => 273207)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-02-20 22:40:54 UTC (rev 273206)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-02-20 22:43:39 UTC (rev 273207)
@@ -671,7 +671,7 @@
     WebKitLegacy:
       default: false
     WebKit:
-      default: true
+      default: false
 
 PassiveWheelListenersAsDefaultOnDocument:
   type: bool
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to