[Webkit-unassigned] [Bug 67311] Add EnabledAtRuntime support for constants.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 31 13:33:54 PDT 2011


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





--- Comment #2 from Aaron Colwell <acolwell at chromium.org>  2011-08-31 13:33:54 PST ---
Currently V8 code generation allows EnabledAtRuntime on methods and attributes, but not constants. This patch allows constants to be runtime enabled so experimental features that have constants, like MediaSource (https://bugs.webkit.org/show_bug.cgi?id=67306), can completely hide themselves in the DOM. Without this patch the attributes and methods would be hidden, but the constants would be visible.

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