[Webkit-unassigned] [Bug 222788] New: Consider making Settings::Values a top-level class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 5 01:42:58 PST 2021


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

            Bug ID: 222788
           Summary: Consider making Settings::Values a top-level class
           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: clord at igalia.com

Settings::Values is the generic way to access settings from a ScriptExecutionContext, but as it's a sub-class, it means that even having it as an argument requires including Settings.h. We should consider making it a top-level class so that we can use forward declarations and avoid unnecessary proliferation of the Settings include.

-- 
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/20210305/6f145830/attachment-0001.htm>


More information about the webkit-unassigned mailing list