Closed
Bug 2020765
Opened 4 months ago
Closed 2 months ago
Make nsIURI.rs usable in rust
Categories
(Core :: Networking, task, P3)
Core
Networking
Tracking
()
RESOLVED
FIXED
152 Branch
| Tracking | Status | |
|---|---|---|
| firefox152 | --- | fixed |
People
(Reporter: valentin, Assigned: valentin)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
Currently nsIURI doesn't get mirrored into nsIURI.rs properly due to URIParams and SizeOfIncludingThis.
Extracting these into different interfaces would allow passing nsCOMPtr<nsIURI> through ffi and using all the nsIURI methods on the rust side.
| Assignee | ||
Comment 1•4 months ago
|
||
- Moves URIParams Serialization to a different interface
- Moves SizeOfIncludingThis to a different interface
Updated•2 months ago
|
Attachment #9549559 -
Attachment description: WIP: Bug 2020765 - Make nsIURI.rs usable in rust → Bug 2020765 - Make nsIURI.rs usable in rust
Pushed by valentin.gosu@gmail.com:
https://github.com/mozilla-firefox/firefox/commit/f618d1040527
https://hg.mozilla.org/integration/autoland/rev/72732348021b
Make nsIURI.rs usable in rust r=necko-reviewers,kershaw
Comment 3•2 months ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 months ago
status-firefox152:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 152 Branch
Updated•1 month ago
|
QA Whiteboard: [qa-triage-done-c153/b152]
You need to log in
before you can comment on or make changes to this bug.
Description
•