Closed
Bug 1601113
Opened 6 years ago
Closed 6 years ago
Remove tests using `data:application/vnd.mozilla.xul+xml` URIs
Categories
(Core :: XUL, task, P3)
Core
XUL
Tracking
()
RESOLVED
FIXED
mozilla73
| Tracking | Status | |
|---|---|---|
| firefox73 | --- | fixed |
People
(Reporter: bgrins, Assigned: emmamalysz)
References
Details
Attachments
(1 file)
https://searchfox.org/mozilla-central/search?q=vnd.mozilla.xul%2Bxml&path=
They should be replaceable wtth application/xhtml+xml, I think. Although we'll have to check that this allows loading with the prototype cache (and if not, convert them to files on disk or unpriv HTML).
| Reporter | ||
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → emalysz
| Assignee | ||
Comment 1•6 years ago
|
||
| Reporter | ||
Comment 2•6 years ago
|
||
Magnus, related to Bug 1572398 - if you have code or tests that use data:application/vnd.mozilla.xul+xml they should be updated to application/xhtml+xml.
Flags: needinfo?(mkmelin+mozilla)
Pushed by ccoroiu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c526497d7b20
replace URIs ending in vnd.mozilla.xul+xml with xhtml+xml r=bgrins
Comment 4•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla73
Comment 5•6 years ago
|
||
(In reply to Brian Grinstead [:bgrins] from comment #2)
Magnus, related to Bug 1572398 - if you have code or tests that use
data:application/vnd.mozilla.xul+xmlthey should be updated toapplication/xhtml+xml.
Looks like we don't. Will remove application/vnd.mozilla.xul+xml references in bug 1604420.
Flags: needinfo?(mkmelin+mozilla)
You need to log in
before you can comment on or make changes to this bug.
Description
•