Open
Bug 1413309
Opened 7 years ago
Updated 2 years ago
Browser toolbox interferes with links opening in browser
Categories
(DevTools :: Framework, defect, P3)
DevTools
Framework
Tracking
(Not tracked)
NEW
People
(Reporter: bzbarsky, Unassigned)
References
(Blocks 1 open bug)
Details
STEPS TO REPRODUCE:
1) Start firefox.
2) Open browser console.
3) Set a breakpoint in some code I think should get hit when opening a link from
another application.
4) Click a link in my mail client.
EXPECTED RESULTS: Link opens in browser, breakpoint maybe gets hit.
ACTUAL RESULTS: Link opens in the browser console process, in a Firefox window that gets created there. This is not terribly helpful... ;)
Comment 1•7 years ago
|
||
I think this is referring to the Browser Toolbox process, not the Browser Console which is just another window running in the parent process. I can't reproduce it (testing on a local build on osx) but I skipped step 3 since I wasn't sure where to set the breakpoint. Can you give more detail on step 3?
Flags: needinfo?(bzbarsky)
Summary: Browser console interferes with links opening in browser → Browser toolbox interferes with links opening in browser
At first I was going to say the BT process needs `-no-remote`, but it appears we already pass that:
http://searchfox.org/mozilla-central/rev/1c4901d060e3953e41088c038b62a0c026c1e1fb/devtools/client/framework/ToolboxProcess.jsm#254
Reporter | ||
Comment 3•7 years ago
|
||
Er, sorry, I meant "browser toolbox" throughout, yes. We have too many tools...
For step 3, I was setting the breakpoint on http://searchfox.org/mozilla-central/rev/1c4901d060e3953e41088c038b62a0c026c1e1fb/devtools/shim/devtools-startup.js#240
Flags: needinfo?(bzbarsky)
Reporter | ||
Comment 4•7 years ago
|
||
Passing -no-remote will make it actually start a new process instead of reusing the existing Firefox process. I'm not sure it affects what process the OS will target for its "open link in default browser" functionality....
Updated•7 years ago
|
Updated•7 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Blocks: browser-toolbox
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•