Package all activity-stream css files and load them using the internal chrome: protocol
Categories
(Core :: Security: CAPS, task, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: ckerschb, Assigned: ckerschb)
References
Details
Attachments
(1 file)
Assignee | ||
Comment 1•5 years ago
|
||
Comment 3•5 years ago
|
||
Backed out changeset e29d13db9888 for causing failures in browser_all_files_referenced.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/5362ccf3ec882d7a5ce5b659a1d7a673b0f1075d
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=311480486&repo=autoland&lineNumber=3271
Assignee | ||
Comment 4•5 years ago
•
|
||
(In reply to Alexandru Michis [:malexandru] from comment #3)
Backed out changeset e29d13db9888 for causing failures in browser_all_files_referenced.js
Mike, it seems when running browser_all_files_referenced.js
there are some unexpected errors. E.g. resource://activity-stream/data/content/assets/glyph-add-16.svg can not be referenced. Reason being is that glyph-add-16.svg is loaded using background-image: url("../data/content/assets/glyph-add-16.svg"); }
.
I assume have to update those cases as well and load them using 'chrome:' URIs, right? Before going down that route I wanted to double check with you that this is the right way to go - what do you think?
Assignee | ||
Updated•5 years ago
|
Comment 5•5 years ago
|
||
(In reply to Christoph Kerschbaumer [:ckerschb] from comment #4)
I assume have to update those cases as well and load them using 'chrome:' URIs, right? Before going down that route I wanted to double check with you that this is the right way to go - what do you think?
Yep, putting the full chrome: URIs in there seems like the right move.
Comment 7•5 years ago
|
||
bugherder |
Description
•