[Webkit-unassigned] [Bug 216182] New: Obsolete RuntimeEnabledFeatures

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 4 09:29:40 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=216182

            Bug ID: 216182
           Summary: Obsolete RuntimeEnabledFeatures
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sam at webkit.org

Use of WebCore::RuntimeEnabledFeatures is almost always wrong as it is a global singleton that can be set by multiple different API layer preferences objects.

Over the years, it has become convenient, as it "works" for settings that need to be accessed in non-page accessible places, but in reality, those are likely threading issues waiting to happen or layering violations due to use of RuntimeEnabledFeatures from the platform directory.

See related, 215962 (Obsolete DeprecatedGlobalSettings)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200904/5379cf21/attachment.htm>


More information about the webkit-unassigned mailing list