Closed
Bug 2044567
Opened 3 months ago
Closed 3 months ago
Refactor rust xpcom felt code to use xpcom_method! macro
Categories
(Enterprise Products :: Firefox, enhancement)
Enterprise Products
Firefox
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gerard-majax, Assigned: gerard-majax)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We have a lot of unsafe {} that can be avoided by using this macro that performs safety checks for us. Let's make use of it.
Comment 1•3 months ago
|
||
Comment 2•3 months ago
|
||
Authored by Alexandre Lissy
https://github.com/mozilla/enterprise-firefox/commit/6184b340ee29bb69720b2fb123a9a6f99be8c3ec
[enterprise-main] Bug 2044567 - Enterprise: refactor Felt XPCOM to use xpcom_method macro
Authored by https://github.com/lissyx
https://github.com/mozilla/enterprise-firefox/commit/77cfbb7b5061e0f18f59299b66df27a13fb18c74
[enterprise-main] Merge pull request #993 from lissyx/enterprise-bug2044567_rust_refactor_xpcom_method
Status: NEW → RESOLVED
Closed: 3 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•