Changeset 265043 in webkit


Ignore:
Timestamp:
Jul 29, 2020 9:02:47 AM (4 years ago)
Author:
Noam Rosenthal
Message:

Enable paint timing by default
https://bugs.webkit.org/show_bug.cgi?id=211736

Reviewed by Simon Fraser.

  • Shared/WebPreferences.yaml:

PaintTimingEnabled default to true.

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r265041 r265043  
     12020-07-29  Noam Rosenthal  <noam@webkit.org>
     2
     3        Enable paint timing by default
     4        https://bugs.webkit.org/show_bug.cgi?id=211736
     5
     6        Reviewed by Simon Fraser.
     7
     8        * Shared/WebPreferences.yaml:
     9                PaintTimingEnabled default to true.
     10
    1112020-07-29  Adrian Perez de Castro  <aperez@igalia.com>
    212
  • trunk/Source/WebKit/Shared/WebPreferences.yaml

    r264966 r265043  
    880880PaintTimingEnabled:
    881881  type: bool
    882   defaultValue: false
     882  defaultValue: true
    883883  humanReadableName: "Paint Timing"
    884884  humanReadableDescription: "Enable PaintTiming API"
Note: See TracChangeset for help on using the changeset viewer.