DevTools don't show, instead a second TB window appears
Categories
(Thunderbird :: General, defect)
Tracking
(thunderbird_esr78 unaffected, thunderbird79 unaffected)
| Tracking | Status | |
|---|---|---|
| thunderbird_esr78 | --- | unaffected |
| thunderbird79 | --- | unaffected |
People
(Reporter: Paenglab, Assigned: rnons)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
|
2.27 KB,
patch
|
darktrojan
:
review+
|
Details | Diff | Splinter Review |
When I try to open the DevTools through (CTRL+SHIFT+I) or through the menu, I get a second TB window that tries to connect to the mail server.
I get this issue when I build with https://hg.mozilla.org/mozilla-central/rev/671c2fd7e5a9410127388ab8984477eae9b499ff. Building on the parent changeset doesn't show the issue.
Comment 1•5 years ago
|
||
I can confirm. Same here.
Comment 2•5 years ago
|
||
Confirmed as well.
Even using the flag -devtools launches 2 TB instances.
Comment 3•5 years ago
•
|
||
The command-line flag --chrome isn't working any more, and it started somewhere here: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=40792c588f9b27cd0012543b2d0a76aa07e932ef&tochange=01da3a7fa07cbfe1f4baeceab23d2fd8242a05b9
(I say that not because it's another similar problem, it is the problem.)
| Assignee | ||
Comment 4•5 years ago
|
||
I seem to have found a fix, will send a patch soon.
| Assignee | ||
Comment 5•5 years ago
|
||
When running ./dist/bin/thunderbird --devtools, saw this error TypeError: can't access property "URIChainHasFlags", Services.netUtils is undefinedWarning: unrecognized command line flag -foreground
Then in https://phabricator.services.mozilla.com/D81419, found that Services.netUtils is now Services.io
Comment 6•5 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/15d82e534850
Port bug 1464542 to fix opening devtools. r=darktrojan DONTBUILD
Updated•5 years ago
|
Updated•5 years ago
|
Description
•