Closed
Bug 1690826
Opened 4 years ago
Closed 4 years ago
Viewing WebExtension sources from the error console doesn't work with e10s enabled
Categories
(Thunderbird :: Add-Ons: General, defect)
Thunderbird
Add-Ons: General
Tracking
(thunderbird_esr78 unaffected, thunderbird86 fixed)
RESOLVED
FIXED
87 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr78 | --- | unaffected |
thunderbird86 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
rjl
:
approval-comm-beta+
|
Details | Review |
STR
- Open up the error console.
- Have an add-on record an error in its background.js
- Try and click on the source link to the error line.
Actual Results
A blank view source screen is displayed.
Expected Results
The source is properly displayed.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
No longer blocks: tb-fission
Regressed by: tb-fission
Updated•4 years ago
|
Keywords: regression
Updated•4 years ago
|
Status: NEW → ASSIGNED
status-thunderbird86:
--- → affected
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/comm-central/rev/6c532c77b81f
Allow the viewSource browser element to change to remote to display WebExtension source code when in a separate process. r=darktrojan
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•4 years ago
|
Target Milestone: --- → 87 Branch
Comment 3•4 years ago
|
||
Comment on attachment 9201180 [details]
Bug 1690826 - Allow the viewSource browser element to change to remote to display WebExtension source code when in a separate process. r?darktrojan!
[Triage Comment]
e10s regression, causing problems for extension developers
Attachment #9201180 -
Flags: approval-comm-beta+
Comment 4•4 years ago
|
||
bugherder uplift |
Thunderbird 86.0b3:
https://hg.mozilla.org/releases/comm-beta/rev/0268700380a9
You need to log in
before you can comment on or make changes to this bug.
Description
•