[Webkit-unassigned] [Bug 117825] REGRESSION (r150663): Using webkitAudioContext in Inspector makes it undefined everywhere
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 20 14:20:25 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=117825
--- Comment #11 from Christophe Dumez <dchris at gmail.com> 2013-06-20 14:19:02 PST ---
(In reply to comment #8)
> > So the webkitAudioContext constructor should not be exposed in the Web inspector, right?
>
> Probably not to Web Inspector code (unless there is a specific reason to need it, in which Web Inspector will opt into it).
>
> Should obviously be exposed in Web Inspector console, as that runs in the context of the inspected page.
>
> > I followed the model of CSSRegions and CSSCompositing
>
> So, the same issue exists for these? That's quite unfortunate :(
They may not have exactly the same issue, it depends if their constructor is actually enabled at runtime. However, their WebKit2 setting is linked to a global boolean in RuntimeEnabledFeatures:
http://trac.webkit.org/browser/trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp#L2490
http://trac.webkit.org/browser/trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp#L2491
So changing these settings would affect all page groups.
--
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