Closed
Bug 1875337
Opened 2 years ago
Closed 2 years ago
Prevent new isEarlyStartup features from being added
Categories
(Firefox :: Nimbus Desktop Client, task)
Firefox
Nimbus Desktop Client
Tracking
()
RESOLVED
FIXED
124 Branch
| Tracking | Status | |
|---|---|---|
| firefox124 | --- | fixed |
People
(Reporter: beth, Assigned: beth)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
During the deprecation, we do not want new isEarlyStartup features to be added. We can record the current feature IDs in an allow list in generate_feature_manifest.py and throw if any features outsidethat list uses isEarlyStartup.
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → brennie
Status: NEW → ASSIGNED
Pushed by brennie@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9867c50c3350
Prevent new isEarlyStartup features r=emcminn
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
Comment 4•2 years ago
|
||
FYI, this is misspelled.
raise Exception("isEarlyStatup is deprecated")
You need to log in
before you can comment on or make changes to this bug.
Description
•