Bug 83626

Summary: Runtime flags for css features should be global
Product: WebKit Reporter: Bear Travis <betravis>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Bear Travis 2012-04-10 15:08:58 PDT
Runtime flags for CSS features are currently set on a page by page basis through WebCore::Settings
We can make them global through WebCore::RuntimeEnabledFeatures

See bug 83313 for the original discussion

Current flags to move include those for regions region based column layouts, and filters