Closed
Bug 1952993
Opened 8 months ago
Closed 8 months ago
test_top_sites.js should not import any modules from newtab
Categories
(Firefox :: Top Sites, task, P1)
Firefox
Top Sites
Tracking
()
RESOLVED
FIXED
138 Branch
| Tracking | Status | |
|---|---|---|
| firefox138 | --- | fixed |
People
(Reporter: mconley, Assigned: mconley)
References
Details
(Whiteboard: [hnt-trainhop])
Attachments
(1 file)
test_top_sites.js currently imports actionTypes from Actions.sys.mjs, but it doesn't look like anything in TopSites.sys.mjs actually checks the type... so I think we can probably drop it altogether.
| Assignee | ||
Comment 1•8 months ago
|
||
| Assignee | ||
Updated•8 months ago
|
Whiteboard: [hnt-trainhop]
Updated•8 months ago
|
Pushed by mconley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3f543ad004a9
Stop passing actionType to TopSites methods, since it's ignored. r=jteow
Comment 3•8 months ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 months ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•