Changeset 273207 in webkit


Ignore:
Timestamp:
Feb 20, 2021 2:43:39 PM (3 years ago)
Author:
Said Abou-Hallawa
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:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r273184 r273207  
     12021-02-20  Said Abou-Hallawa  <said@apple.com>
     2
     3        Make PaintTimingEnabled default to false
     4        https://bugs.webkit.org/show_bug.cgi?id=222186
     5
     6        Reviewed by Simon Fraser.
     7
     8        PaintTiming causes about 4% regression in the MotionMark sub-tests:
     9        Multiply and Focus. Do disable it for now.
     10
     11        * Scripts/Preferences/WebPreferencesExperimental.yaml:
     12
    1132021-02-19  Wenson Hsieh  <wenson_hsieh@apple.com>
    214
  • trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml

    r273165 r273207  
    672672      default: false
    673673    WebKit:
    674       default: true
     674      default: false
    675675
    676676PassiveWheelListenersAsDefaultOnDocument:
Note: See TracChangeset for help on using the changeset viewer.