Port bug 1566457: Can't open Error Console: Tools > Developer Tools > Error Console (or Ctrl+Shift+J)
Categories
(Thunderbird :: General, task)
Tracking
(Not tracked)
People
(Reporter: 52qtuqm9, Unassigned)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
|
1.41 KB,
patch
|
darktrojan
:
review+
|
Details | Diff | Splinter Review |
|
2.03 KB,
patch
|
jorgk-bmo
:
review+
|
Details | Diff | Splinter Review |
Neither Ctrl-Shift-J nor Tools | Developer Tools | Error Console opens the error console.
Regression:
3:18.86 INFO: Running comm-central build built on 2019-07-18 18:44:08.424000, revision dcddacbb
3:31.14 INFO: application_buildid: 20190718180900
3:31.14 INFO: application_changeset: dcddacbba74a6eed9045c73a31dca3031fb79187
3:31.14 INFO: application_name: Thunderbird
3:31.14 INFO: application_repository: https://hg.mozilla.org/comm-central
3:31.14 INFO: application_version: 70.0a1
3:49.18 INFO: No more inbound revisions, bisection finished.
3:49.18 INFO: Last good revision: dcddacbba74a6eed9045c73a31dca3031fb79187
3:49.18 INFO: First bad revision: 6073880430358dae3e374bf96b5662c451b7d045
3:49.18 INFO: Pushlog:
https://hg.mozilla.org/comm-central/pushloghtml?fromchange=dcddacbba74a6eed9045c73a31dca3031fb79187&tochange=6073880430358dae3e374bf96b5662c451b7d045
Though I suppose it's possible that the issue is in mozilla-central, not comm-central, in which case the regression above might help determine timing but not with the actual cause of the issue.
Comment 1•6 years ago
|
||
It's only the Error Console that doesn't open. The Developer Toolbox or the Scratchpad still open.
When I try to open the error console, I get:
TypeError: devtools is undefined mailWindowOverlay.js:39:5
Comment 2•6 years ago
|
||
Alice, can you get us the M-C range here.
STR: Tools > Developer Tools > Error Console (or Ctrl+Shift+J) doesn't work.
Comment 3•6 years ago
|
||
TypeError: devtools is undefined mailWindowOverlay.js:39:5
get chrome://messenger/content/mailWindowOverlay.js:39
toJavaScriptConsole chrome://messenger/content/mailCore.js:399
oncommand chrome://messenger/content/messenger.xul:1
Regression window:
https://hg.mozilla.org/comm-central/pushloghtml?fromchange=dcddacbba74a6eed9045c73a31dca3031fb79187&tochange=6073880430358dae3e374bf96b5662c451b7d045
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=ca1dbd076e1e47a8616ab6ee3e6fd4083d576857&tochange=bc0fdcef296f2d429e3f4b5f29e264ffc185163d
Comment 4•6 years ago
|
||
Thank you so much Alice:
https://hg.mozilla.org/mozilla-central/rev/271d26f3907ee769e194cec57b6662a08f89d34e#l1.15
Comment 5•6 years ago
|
||
This works. I have no insight into the inner working, so let's see what the reviewer thinks about this.
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/7d4f49bb227f
Port bug 1566457: devtools is no longer exported from Loader.jsm. rs=bustage-fix
Updated•6 years ago
|
Updated•6 years ago
|
Comment 7•6 years ago
|
||
Comment 8•6 years ago
|
||
There's another one. Reusing this bug since it's exactly the same cause and fix.
Comment 9•6 years ago
|
||
Comment 10•6 years ago
|
||
Updated•6 years ago
|
Updated•5 years ago
|
Description
•