Simplify nsIClassInfo impl in nsIURI objects
Categories
(Core :: Networking, task, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox83 | --- | fixed |
People
(Reporter: valentin, Assigned: valentin)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(5 files)
It seems that serializable nsIURI objects all implement nsIClassInfo in order to work with nsBinaryOutputStream
However nsIClassInfoImpl.h provides a much simpler way to implement this.
Comment 1•5 years ago
|
||
Hi @valentin. I would ike to work on this issue. Can you please guide me a bit?
| Assignee | ||
Comment 2•5 years ago
|
||
(In reply to anjali.jha1903 from comment #1)
Hi @valentin. I would ike to work on this issue. Can you please guide me a bit?
This issue is a bit tricky and I already have a patch for it.
| Assignee | ||
Comment 3•5 years ago
|
||
| Assignee | ||
Comment 4•5 years ago
|
||
Depends on D90254
| Assignee | ||
Comment 5•5 years ago
|
||
Depends on D90255
| Assignee | ||
Comment 6•5 years ago
|
||
Depends on D90256
| Assignee | ||
Comment 7•5 years ago
|
||
Depends on D90257
Comment 9•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/b130f13ed5a9
https://hg.mozilla.org/mozilla-central/rev/0424bd36a7bf
https://hg.mozilla.org/mozilla-central/rev/20f842b9132f
https://hg.mozilla.org/mozilla-central/rev/604653c8b7d2
https://hg.mozilla.org/mozilla-central/rev/89ce38817d63
Description
•