[Webkit-unassigned] [Bug 29896] Runtime configurable WebSocket code is detectable when turned off

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 9 09:38:30 PDT 2009


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





--- Comment #9 from Andrew Wilson <atwilson at chromium.org>  2009-10-09 09:38:30 PDT ---
(In reply to comment #4)
> This is handled by the getPropertyNames function in JSDOMWindow.

A couple of questions:

1) If Chrome is the only platform that does runtime enabling, is it sufficient
to only address this in the V8 bindings, not JSC?

2) If we do need to deal with this in the JS bindings, is it similarly
sufficient to set the DontEnum flag on the appropriate entries in
JSDOMWindowTableValues? This was not sufficient in V8, but if JSC handles this
correctly, that might be an easy fix for this.

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