[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 13:43:05 PDT 2013


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





--- Comment #7 from Christophe Dumez <dchris at gmail.com>  2013-06-20 13:41:43 PST ---
(In reply to comment #6)
> Yes, Web Inspector does not enable WebAudio (why would it?).

So the webkitAudioContext constructor should not be exposed in the Web inspector, right?

> 
> Clients should be free to apply different settings to multiple PageGroups. The idea of PageGroups is that there are entirely separate, with code creating each not necessarily aware that there are others.

I understand, I wasn't sure of the value of having WebAudio support at pagegroup level. But I understand this is confusing in the current state. For the record, I this is not the only setting behaving like this. I followed the model of CSSRegions and CSSCompositing.

I guess I will roll out. We would need support in the JSC bindings generator for something similar to [EnabledAtRuntime] but using Settings instead of RuntimeEnabledFeatures.

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