-
- Downloads
Bug 1789902 - Part 1: Support accessing XPCOM static components from Rust, r=xpcom-reviewers,barret
This will allow us to replace some of the uses of Services.py with the non-deprecated static components getters. Differential Revision: https://phabricator.services.mozilla.com/D156890
Showing
- docs/writing-rust-code/basics.md 4 additions, 3 deletionsdocs/writing-rust-code/basics.md
- xpcom/components/gen_static_components.py 78 additions, 0 deletionsxpcom/components/gen_static_components.py
- xpcom/components/moz.build 1 addition, 0 deletionsxpcom/components/moz.build
- xpcom/components/nsComponentManager.cpp 19 additions, 0 deletionsxpcom/components/nsComponentManager.cpp
- xpcom/rust/xpcom/src/components.rs 23 additions, 0 deletionsxpcom/rust/xpcom/src/components.rs
- xpcom/rust/xpcom/src/lib.rs 3 additions, 0 deletionsxpcom/rust/xpcom/src/lib.rs
xpcom/rust/xpcom/src/components.rs
0 → 100644
Please register or sign in to comment