When opening developer tools in a separate window, provide option to reuse the same developer tools window for all tabs
Categories
(DevTools :: General, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: dave, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-needed)
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
Comment 4•9 years ago
|
||
Comment 6•9 years ago
|
||
Updated•9 years ago
|
| Comment hidden (me-too) |
| Comment hidden (me-too) |
Comment 10•8 years ago
|
||
Comment 11•8 years ago
|
||
| Comment hidden (me-too) |
Comment 13•8 years ago
|
||
| Comment hidden (advocacy) |
Updated•7 years ago
|
| Comment hidden (advocacy) |
| Comment hidden (advocacy) |
Comment 17•7 years ago
|
||
Comment 18•7 years ago
|
||
Comment 19•7 years ago
|
||
Comment 20•7 years ago
|
||
Comment 21•7 years ago
|
||
Comment 22•7 years ago
|
||
Comment 25•6 years ago
|
||
Although I definitely would like to see this feature and (re)using one DevTools toolbox is most often what I want, I'd like to mention I also occasionally compare two DevTools toolboxes side by side (e.g., reading HTML, CSS rules, watching and comparing request/response data).
When a single DevTools toolbox is implemented, please be sure to consider the "comparison" use-case. Perhaps allow forcing a new window with "Open in new DevTools window" (like "Open in new tab"); or, if tabs (1-1 with browser tabs) are implemented in the DevTools toolbox, please allow them to be "torn off" to a new window (again, as with browser tabs).
Thank you!
Comment 26•6 years ago
|
||
I would actually personally prefer that when I have my devtools in a separate window (which I usually do these days) to have a single devtools window, but tabbed, with a tab for each document you've opened the devtools on.
It would also be nice, for what it's worth, to be able to specify a default screen on which to open the devtools window, along with a size. I could see myself using my iPad in Sidecar mode as a semi-dedicated dev tools display if the tools always opened full-screen on that...
Comment 27•5 years ago
|
||
+1 for this. It's something I miss from Firebug as well. I work across multiple projects/tabs and would like my personal DevTools to run in the same windows.
Comment 28•5 years ago
|
||
+1 for this. It's something I miss from Firebug as well. I work across multiple projects/tabs and would like my personal DevTools to run in the same window.
Updated•5 years ago
|
Updated•3 years ago
|
| Comment hidden (advocacy) |
Comment 30•2 years ago
|
||
See bug 1569859 feature, which is still preffed off behind "devtools.popups.debug" preference.
It allows to debug popups with the same toolbox as the opener's document.
The current feature request is somewhat related to not only accept popups, but any document.
Since comment 21 fromt 2018, the fission refactoring are all completed and this feature could be more realisticaly be implemented.
It would still require some significant work but bug 1569859 could be used as a template on how to implement this feature.
Description
•