[webkit-reviews] review requested: [Bug 127629] Web Inspector: Move InspectorDebuggerAgent into JavaScriptCore : [Attachment 222231] [PATCH] Proposed Fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 25 13:41:58 PST 2014


Joseph Pecoraro <joepeck at webkit.org> has asked	for review:
Bug 127629: Web Inspector: Move InspectorDebuggerAgent into JavaScriptCore
https://bugs.webkit.org/show_bug.cgi?id=127629

Attachment 222231: [PATCH] Proposed Fix
https://bugs.webkit.org/attachment.cgi?id=222231&action=review

------- Additional Comments from Joseph Pecoraro <joepeck at webkit.org>
- Adds JSGlobalObject ScriptDebugServer, DebuggerAgent, and hooks it up in
InspectorController
- Adds JSC EventLoop implementation when paused debugging a JSGlobalObject,
separate from WebCore's EventLoop impl
- Adds test for console.assert pausing, which was untested before and had a
slight path change


More information about the webkit-reviews mailing list