[Webkit-unassigned] [Bug 127629] New: Web Inspector: Move InspectorDebuggerAgent into JavaScriptCore
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jan 25 13:32:28 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=127629
Summary: Web Inspector: Move InspectorDebuggerAgent into
JavaScriptCore
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: joepeck at webkit.org
CC: timothy at apple.com, ggaren at apple.com,
joepeck at webkit.org,
webkit-bug-importer at group.apple.com,
mark.lam at apple.com, graouts at apple.com
Now that we have all the pieces for DebuggerAgent (InjectedScript, ScriptDebugServer) move DebuggerAgent into JavaScriptCore.
I also just realized that because JSContext inspection only happens through the remote interface, other ports don't need to compile the JSGlobalObject{InspectorController,ScriptDebugServer,RuntimeAgent,DebuggerAgent} and the new EventLoop class. So leaving these files out of those port's builds. They can add them when enabling REMOTE_INSPECTOR or providing a way to access this without REMOTE_INSPECTOR.
After this lands, with one patch to WebInspectorUI to feature check for all missing agents we should have a working remote inspector for a JSContext!
--
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