[Webkit-unassigned] [Bug 101192] New: [CSSRegions] when WebKit uses V8, there should be a single variable to store if the CSS Regions feature is enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 5 01:21:41 PST 2012


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

           Summary: [CSSRegions] when WebKit uses V8, there should be a
                    single variable to store if the CSS Regions feature is
                    enabled
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mmaerean at adobe.com


WebCore/page/Settings.h has a bit called m_cssRegionsEnabled that stores whether the CSS Regions feature is enabled at runtime.

When WebKit uses V8, there's also WebCore/bindings/generic/RuntimeEnabledFeatures that has a static bool isCSSRegionsEnabled.

Expected:
There should be a single place to store if CSS Regions is enabled.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list