[Webkit-unassigned] [Bug 125324] Web Inspector: Push More Inspector Required Classes Down into JavaScriptCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 5 17:45:22 PST 2013


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





--- Comment #6 from Sam Weinig <sam at webkit.org>  2013-12-05 17:43:39 PST ---
Two comments:
- I'd rather we not move ScriptObject, ScriptValue and ScriptFunctionCall into the JSC namespace.  They are unnecessary abstractions that should be removed.  Instead, I would recommend moving them into a namespace Deprecated {} or some such.

- Perhaps this Inspector infrastructure should move into its own static library like WTF is.  There isn't a great reason it would belong in 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