[webkit-changes] [WebKit/WebKit] 9f1c97: Reduce 'Internal' flag list by moving mature thing...

EWS noreply at github.com
Mon Feb 6 15:51:12 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9f1c971a3f52ede6915847ec0d781e4b929e9175
      https://github.com/WebKit/WebKit/commit/9f1c971a3f52ede6915847ec0d781e4b929e9175
  Author: Brent Fulgham <bfulgham at webkit.org>
  Date:   2023-02-06 (Mon, 06 Feb 2023)

  Changed paths:
    M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml

  Log Message:
  -----------
  Reduce 'Internal' flag list by moving mature things out of the category (251801)
https://bugs.webkit.org/show_bug.cgi?id=251801
<rdar://problem/105086053>

Reviewed by Elliott Williams.

The WebKit 'Internal' debug flag set is very large. We can simplify this by recategorizing
several mature technologies that no longer need a quick toggle to adjust:

The following `internal` flags will move to `embedder`:
* UseGPUProcessForMediaEnabled
* WebRTCPlatformCodecsInGPUProcessEnabled
* DataListElementEnabled
* SelectionFlippingEnabled

The following `internal` flag will move to `mature`:
* WheelEventGesturesBecomeNonBlocking

* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:

Canonical link: https://commits.webkit.org/259921@main




More information about the webkit-changes mailing list