New Tab wallpaper thumbnails are referenced by about:welcome
Categories
(Firefox :: Messaging System, task, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: mconley, Assigned: pdahiya)
References
(Blocks 1 open bug)
Details
(Whiteboard: [hnt-trainhop])
Attachments
(1 file)
It looks like we statically reference New Tab's wallpaper thumbnails from about:welcome: https://searchfox.org/mozilla-central/rev/d1fbe983fb7720f0a4aca0e748817af11c1a374e/browser/components/aboutwelcome/content-src/aboutwelcome.scss#1683-1733
If both about:welcome and about:newtab need to know about wallpapers, then we should make it so that New Tab exposes some stable method for about:welcome to get that information, or we should maybe factor our the wallpaper logic into a shared module that lives outside of browser/extensions/newtab. I'm not entirely sure which is best at the moment.
Updated•8 days ago
|
Assignee | ||
Comment 1•8 days ago
•
|
||
I think with wallpaper graduated to newtab, simplest will be to remove custom logic added with https://phabricator.services.mozilla.com/D205658 to support showing wallpapers in a spotlight ( as desired in Bug 1916836) . I will submit a patch.
Assignee | ||
Updated•8 days ago
|
Assignee | ||
Comment 2•8 days ago
|
||
Assignee | ||
Comment 3•8 days ago
|
||
Marking fix of this bug blocking Bug 1940816 as wallpaper chrome path in aboutwelcome.scss causes browser_parsable_css.js to complain with chrome://newtab mappings
Description
•