[Webkit-unassigned] [Bug 34481] New: Web Inspector: Start unforking profiler and debugger stuff
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 2 08:34:58 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34481
Summary: Web Inspector: Start unforking profiler and debugger
stuff
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Web Inspector
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mnaganov at chromium.org
CC: timothy at hatcher.name, rik at webkit.org,
keishi at webkit.org, pmuellr at yahoo.com,
joepeck at webkit.org, pfeldman at chromium.org,
bweinstein at apple.com
The goal is to enable "JAVASCRIPT_DEBUGGER" in Chromium port and have profiler
/ debugger stuff compiled --- this requires not to depend directly on JSC, for
example.
As a first step, I'm removing custom implementations of Console, and migrating
InspectorController towards using 'Script...' types instead of 'JSC::' ones.
Temporarily, there will be stuff under "#if ENABLE(JAVASCRIPT_DEBUGGER) ||
USE(V8)" conditionals. The second part will be removed back after migration
will have been finished, and thus JAVASCRIPT_DEBUGGER will be enabled in
Chromium.
--
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