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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 6 12:53:32 PST 2013


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





--- Comment #10 from Timothy Hatcher <timothy at apple.com>  2013-12-06 12:51:48 PST ---
(In reply to comment #5)
> Created an attachment (id=218559)
 --> (https://bugs.webkit.org/attachment.cgi?id=218559&action=review) [details]
> [PATCH] PART 4: InspectorTypeBuilder

(In reply to comment #6)
> 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.

I was wondering about this too.

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

I'm not sure about this. JSC will be a first-class Inspector host going forward. Geoff has agreed to putting these things into 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