Closed
Bug 1594639
Opened 5 years ago
Closed 3 years ago
cmd+option r should respect binary path
Categories
(DevTools :: General, task, P3)
DevTools
General
Tracking
(firefox101 fixed)
RESOLVED
FIXED
101 Branch
Tracking | Status | |
---|---|---|
firefox101 | --- | fixed |
People
(Reporter: jlast, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
What were you doing?
./mach run --jsdebugger $NIGHTLY
successfully sets the path for the browser toolboxcmd+option+r
should use that path when re-running firefox
Updated•5 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•3 years ago
|
||
This will be slightly easier to understand which argument we pass.
Updated•3 years ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•3 years ago
|
||
I tried various approaches around the session restore, but this isn't reliable.
Using an environment variable is much easier and also help making the path global
for the whole instance in case we close and reopen it.
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d5ca537830f0
[devtools] Pass option dictionary to BrowserToolboxLauncher.init. r=nchevobbe
https://hg.mozilla.org/integration/autoland/rev/2557d94365b7
[devtools] Ensure reusing browser toolbox custom binary path on reload. r=nchevobbe
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d5ca537830f0
https://hg.mozilla.org/mozilla-central/rev/2557d94365b7
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox101:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 101 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•