Closed
Bug 1789902
Opened 3 years ago
Closed 3 years ago
Generate static component getters in Rust
Categories
(Core :: XPCOM, enhancement)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
106 Branch
| Tracking | Status | |
|---|---|---|
| firefox106 | --- | fixed |
People
(Reporter: nika, Assigned: nika)
References
Details
Attachments
(3 files)
No description provided.
| Assignee | ||
Updated•3 years ago
|
Blocks: CVE-2022-42930
| Assignee | ||
Comment 1•3 years ago
|
||
This will allow us to replace some of the uses of Services.py with the
non-deprecated static components getters.
| Assignee | ||
Comment 2•3 years ago
|
||
Depends on D156890
| Assignee | ||
Comment 3•3 years ago
|
||
Depends on D156891
Pushed by nlayzell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0f8e1450a8b5
Part 1: Support accessing XPCOM static components from Rust, r=xpcom-reviewers,barret
https://hg.mozilla.org/integration/autoland/rev/48b3efd1d8ca
Part 2: Use XPCOM static components instead of Services in Rust, r=xpcom-reviewers,necko-reviewers,barret,valentin
https://hg.mozilla.org/integration/autoland/rev/e37fcad6c96e
Part 3: Stop generating rust bindings for Services.py, r=xpcom-reviewers,barret
Comment 5•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/0f8e1450a8b5
https://hg.mozilla.org/mozilla-central/rev/48b3efd1d8ca
https://hg.mozilla.org/mozilla-central/rev/e37fcad6c96e
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox106:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•