Closed
Bug 1204576
Opened 9 years ago
Closed 7 years ago
Browser toolbox couldn't be called for 2 instances of browser (different versions/profiles) separately
Categories
(DevTools :: Framework, defect)
DevTools
Framework
Tracking
(firefox43 affected)
RESOLVED
DUPLICATE
of bug 1392744
Tracking | Status | |
---|---|---|
firefox43 | --- | affected |
People
(Reporter: arni2033, Unassigned)
References
(Blocks 1 open bug)
Details
STR: (Win7_64, Nightly 43, 32bit, ID 20150913030204, new profile, safe mode)
1. Open Fx window using profile_1 with "-no-remote"
2. Open another Fx window using profile_2 with "-no-remote"
3. Allow remote debugging for these 2 profiles
4. Press Ctrl+Alt+Shift+I in window from Step 1. You'll see confirm window. Click "OK". The browser toolbox will open for that window (which uses profile_1)
5. Press Ctrl+Alt+Shift+I in window from Step 1. You'll see confirm window. Click "OK".
Result: Browser toolbox opens for window from Step 1 (which uses profile_1).
Actually, the same happens if I try to open toolbox for 2 different versions of browser
(running different profiles at the same time, of course)
Expectations: Toolbox should open for window from Step 2 (which uses profile_2)
The root cause is that we use a fixed port number for it currently. We'd need to randomize the number on each run or something.
Blocks: dbg-browser
Comment 2•9 years ago
|
||
Or we could just fix bug 1013379 by using domain sockets/FIFOs in the profile directory.
(In reply to Panos Astithas [:past] from comment #2)
> Or we could just fix bug 1013379 by using domain sockets/FIFOs in the
> profile directory.
Is there a Windows version of that concept?
Comment 4•9 years ago
|
||
That's what the FIFO reference was about. But that's just in theory.
Comment 5•7 years ago
|
||
This was fixed by Bug 1392744
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•