Closed
Bug 1964445
Opened 9 days ago
Closed 2 days ago
New Tab 140 has tight coupling to getEnrollmentMetadata, which only exists from 140 onwards
Categories
(Firefox :: New Tab Page, defect, P1)
Firefox
New Tab Page
Tracking
()
RESOLVED
WONTFIX
140 Branch
Tracking | Status | |
---|---|---|
firefox-esr128 | --- | unaffected |
firefox138 | --- | unaffected |
firefox139 | --- | unaffected |
firefox140 | --- | fixed |
People
(Reporter: mconley, Assigned: mconley)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression, Whiteboard: [hnt-trainhop])
Attachments
(1 file)
This API only got landed in https://hg-edge.mozilla.org/mozilla-central/rev/c2e89f5ddf10, which is in 140.
This prevents the 140 version of New Tab from train-hopping to Beta 139.
Updated•9 days ago
|
Assignee | ||
Comment 1•9 days ago
|
||
This will allow us to train-hop the New Tab code from 140 (which uses the new form
of talking to NimbusFeatures.pocketNewtab.getEnrollmentMetadata()) to 139
(which does not yet have the getEnrollmentMetadata API).
We effectively feature-detect and fallback to the old mechanism here.
Pushed by mconley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5741ff04ff63
Make DiscoveryStreamFeed use both the old and new forms of talking to the Nimbus experiment metadata utility. r=beth,home-newtab-reviewers,nbarrett
Comment 3•8 days ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 days ago
status-firefox140:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 140 Branch
Comment 4•8 days ago
|
||
Set release status flags based on info from the regressing bug 1961629
status-firefox138:
--- → unaffected
status-firefox139:
--- → unaffected
status-firefox-esr128:
--- → unaffected
Pushed by ctuns@mozilla.com:
https://hg.mozilla.org/mozilla-central/rev/c024e71ac859
Revert "Bug 1964445 - Make DiscoveryStreamFeed use both the old and new forms of talking to the Nimbus experiment metadata utility. r=beth,home-newtab-reviewers,nbarrett" no longer needed in main
Assignee | ||
Updated•2 days ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 7•2 days ago
|
||
Thanks, yep - this is WONTFIX now.
Status: REOPENED → RESOLVED
Closed: 8 days ago → 2 days ago
Flags: needinfo?(mconley)
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•