Closed
Bug 1514993
Opened 6 years ago
Closed 6 years ago
Legacy addons overlay loader errors with relative URIs in script tags
Categories
(Thunderbird :: Add-Ons: General, defect)
Tracking
(thunderbird65 fixed, thunderbird66 fixed)
RESOLVED
FIXED
Thunderbird 66.0
People
(Reporter: dave, Assigned: darktrojan)
References
Details
Attachments
(1 file)
|
1.95 KB,
patch
|
Fallen
:
review+
jorgk-bmo
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0
Steps to reproduce:
See https://bugzilla.mozilla.org/show_bug.cgi?id=1476259#c14
Legacy addons overlay loader generates
"Error creating URI (invalid URL scheme?)"
Replacing e.g.
<script type="application/x-javascript" src="namespace.js"/>
with
<script type="application/x-javascript" src="chrome://usebccinstead/content/namespace.js"/>
fixes it.
Should block bug 1476259 - see
https://bugzilla.mozilla.org/show_bug.cgi?id=1476259#c15
| Assignee | ||
Comment 1•6 years ago
|
||
Assignee: nobody → geoff
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Attachment #9032385 -
Flags: review?(philipp)
Updated•6 years ago
|
Attachment #9032385 -
Flags: review?(philipp) → review+
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/92f2f9d3268c
Resolve overlays' script/stylesheet references relative to the overlay; r=Fallen
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•6 years ago
|
Target Milestone: --- → Thunderbird 66.0
| Assignee | ||
Updated•6 years ago
|
Attachment #9032385 -
Flags: approval-comm-beta?
Updated•6 years ago
|
Attachment #9032385 -
Flags: approval-comm-beta? → approval-comm-beta+
Comment 3•6 years ago
|
||
TB 65 beta 2:
https://hg.mozilla.org/releases/comm-beta/rev/9bbb544328750cbd12329a726ccc85bde15ac846
status-thunderbird65:
--- → fixed
status-thunderbird66:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•