Closed
Bug 1651774
Opened 11 months ago
Closed 7 months ago
Update use-services rule to use build metadata that generates the new native Services object
Categories
(Firefox Build System :: Lint and Formatting, task, P3)
Firefox Build System
Lint and Formatting
Tracking
(firefox-esr68 unaffected, firefox-esr78 unaffected, firefox78 unaffected, firefox79 unaffected, firefox80 wontfix, firefox84 fixed)
RESOLVED
FIXED
84 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr68 | --- | unaffected |
| firefox-esr78 | --- | unaffected |
| firefox78 | --- | unaffected |
| firefox79 | --- | unaffected |
| firefox80 | --- | wontfix |
| firefox84 | --- | fixed |
People
(Reporter: kmag, Assigned: kmag)
References
Details
Attachments
(1 file)
The use-services rule currently parses Services.jsm to figure out what service registrations exist. Since bug 1464542, though, Services.jsm is just a stub which instantiates a native services object which is generated using build metadata. The use-services rule needs to be updated to use that data instead.
Type: task → defect
Set release status flags based on info from the regressing bug 1464542
status-firefox78:
--- → unaffected
status-firefox79:
--- → unaffected
status-firefox80:
--- → affected
status-firefox-esr68:
--- → unaffected
status-firefox-esr78:
--- → unaffected
Updated•11 months ago
|
Keywords: regression
Updated•11 months ago
|
Updated•10 months ago
|
| Assignee | ||
Comment 3•8 months ago
|
||
Pushed by maglione.k@gmail.com: https://hg.mozilla.org/integration/autoland/rev/4a5520d72209 Update mozilla/use-services rule for native Services implementation. r=Standard8
Comment 5•7 months ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 months ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•