Closed
Bug 2036902
Opened 1 month ago
Closed 1 month ago
Move WidgetsRegistry.mjs to common/
Categories
(Firefox :: New Tab Page, task)
Firefox
New Tab Page
Tracking
()
RESOLVED
FIXED
152 Branch
| Tracking | Status | |
|---|---|---|
| firefox152 | --- | fixed |
People
(Reporter: maxx, Assigned: maxx)
References
Details
Attachments
(1 file)
content-src/components/Widgets/WidgetsRegistry.mjs has no imports (pure JS).
Moving it to common/WidgetsRegistry.mjs makes it accessible from both webpack (content-side) and the main process via resource://activity-stream/common/WidgetsRegistry.mjs.
| Assignee | ||
Comment 1•1 month ago
|
||
Updated•1 month ago
|
Attachment #9583008 -
Attachment description: WIP: Bug 2036902 - Move WidgetsRegistry.mjs to common/ so it is accessible from main-process feeds. r?#home-newtab-reviewers → Bug 2036902 - Move WidgetsRegistry.mjs to common/ so it is accessible from main-process feeds. r?#home-newtab-reviewers
Pushed by mcrawford@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/056545a23154
https://hg.mozilla.org/integration/autoland/rev/1764dd81edf1
Move WidgetsRegistry.mjs to common/ so it is accessible from main-process feeds. r=home-newtab-reviewers,thecount
Comment 3•1 month ago
|
||
Flags: needinfo?(mcrawford)
Pushed by mcrawford@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/34f3a2b6d182
https://hg.mozilla.org/integration/autoland/rev/b431eaf90330
Move WidgetsRegistry.mjs to common/ so it is accessible from main-process feeds. r=home-newtab-reviewers,thecount
Comment 5•1 month ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 month ago
status-firefox152:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 152 Branch
| Assignee | ||
Updated•1 month ago
|
Blocks: hnt-train-hop-151
Flags: needinfo?(mcrawford)
Comment 6•1 month ago
|
||
Authored by https://github.com/maxxcrawford
https://github.com/mozilla/enterprise-firefox/commit/34f3a2b6d182082fa401ea613071cb95b0d9eaf1
[enterprise-main] Bug 2036902 - Move WidgetsRegistry.mjs to common/ so it is accessible from main-process feeds. r=home-newtab-reviewers,thecount
Updated•1 month ago
|
QA Whiteboard: [qa-triage-done-c153/b152]
You need to log in
before you can comment on or make changes to this bug.
Description
•