Open
Bug 1471307
Opened 8 years ago
Updated 3 years ago
Share target and connection between RDM and toolbox
Categories
(DevTools :: Responsive Design Mode, enhancement, P2)
DevTools
Responsive Design Mode
Tracking
(Not tracked)
NEW
People
(Reporter: jryans, Unassigned)
References
(Blocks 2 open bugs)
Details
Today, the toolbox and RDM use separate RDP connections to access emulation features. This means they each get separate actor instances which is inefficient and potentially confusing (see throttling in bug 1470824).
We should change to a model where the toolbox and RDM can both share a target and connection to the server. This might require some sort of reference counting scheme in the target / connection so that we only close it when the last consumer goes away.
Updated•7 years ago
|
Assignee: nobody → rcaliman
Status: NEW → ASSIGNED
Updated•6 years ago
|
Assignee: rcaliman → nobody
Status: ASSIGNED → NEW
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•