[Webkit-unassigned] [Bug 101192] [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
Tue Nov 13 10:03:46 PST 2012


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





--- Comment #16 from Adam Barth <abarth at webkit.org>  2012-11-13 10:05:30 PST ---
> Is this acceptable?

It sounds like the Settings approach doesn't really work for JSC either.  If it worked for JSC, then you could use it for V8 as well.  The ability to turn this feature off at runtime for JSC is half-baked.  IMHO, you should either fully bake it (likely by implementing EnabledAtRuntime for JSC) or you should remove it (e.g., and use ENABLE macros to enable/disable the feature for JSC).

-- 
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