chore(nimbus): Update Firefox Desktop Release#15032
Merged
yashikakhurana merged 3 commits intomainfrom Mar 31, 2026
Merged
Conversation
c854082 to
ed8b76b
Compare
yashikakhurana
approved these changes
Mar 27, 2026
61645ca to
3328610
Compare
6a25185 to
f5d841e
Compare
83207b4 to
53eb2e1
Compare
4 tasks
Because * Firefox 149 changed the Remote Settings client to send `_since` timestamps as bare integers (v2 format), but the local Kinto test server expects them as quoted strings (v1 format) * This causes HTTP 400 errors on every pollChanges/sync call after the initial sync, preventing the RS client from picking up recipe deletions * The enrollment tests would enroll successfully (first sync has no `_since`) but never see unenrollments (subsequent syncs all fail) This commit * Replaces `RemoteSettings.pollChanges()` with a clear-and-sync approach that clears the RS client's local database and the global last_etag pref before syncing, forcing a full re-fetch without a `_since` parameter * Removes the dead `allowServerURLOverride` pref which was renamed in Firefox 149 and no longer has any effect
53eb2e1 to
19ed77d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated update of Firefox Desktop Release version