Closed
Bug 1034213
Opened 11 years ago
Closed 10 years ago
Make slow script debugging work in e10s
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(e10s+)
RESOLVED
DUPLICATE
of bug 1118618
Tracking | Status | |
---|---|---|
e10s | + | --- |
People
(Reporter: shu, Unassigned)
References
Details
(Whiteboard: [e10s-m7])
Currently the slow script debug button is hooked up via an XPCom service (nsISlowScriptDebug) during initialization code for the debugger.
In e10s, there will be 2 copies of this service for the content and chrome processes. The current way won't work, as the debugger initialization code is in the chrome process and needs to hook up to the service in the content process.
Updated•10 years ago
|
Blocks: dte10s
tracking-e10s:
--- → +
Comment 2•10 years ago
|
||
devtools bugs will block the e10s merge to Aurora, but blassey would like them to be tracked by dte10s meta bug 875871, not the tracking-e10s=m6+ flag.
Updated•10 years ago
|
Whiteboard: [e10s-m6]
Updated•10 years ago
|
Whiteboard: [e10s-m6] → [e10s-m7]
This will be fixed in bug 1118618.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•