Closed
Bug 878901
Opened 11 years ago
Closed 11 years ago
JS debugger: create a RootClient front for talking to root actors
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 24
People
(Reporter: jimb, Assigned: jimb)
References
Details
Attachments
(1 file, 2 obsolete files)
When communicating with child processes, there will be more than one root actor participating in the connection, so using methods on DebuggerClient instance to talk with root actors is (as one says in academic circles these days) problematic.
We should have a separate RootClient class for sending requests to root actors. For compatibility, DebuggerClient can keep the methods it has now; they can forward to the connection's original root actor.
Assignee | ||
Comment 2•11 years ago
|
||
Assignee | ||
Comment 3•11 years ago
|
||
Attachment #757495 -
Attachment is obsolete: true
Attachment #758919 -
Flags: review?(dcamp)
Assignee | ||
Updated•11 years ago
|
Updated•11 years ago
|
Attachment #758919 -
Flags: review?(dcamp) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Updated; minor changes. Carrying over r=dcamp.
Attachment #758919 -
Attachment is obsolete: true
Assignee | ||
Comment 5•11 years ago
|
||
Flags: in-testsuite-
Target Milestone: --- → Firefox 24
Comment 6•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•