Open
Bug 813874
Opened 12 years ago
Updated 2 years ago
Replace manual resource management with usage of ScopedNSSTypes types
Categories
(Core :: WebRTC, defect, P4)
Core
WebRTC
Tracking
()
NEW
backlog | webrtc/webaudio+ |
People
(Reporter: briansmith, Unassigned)
References
Details
Attachments
(1 obsolete file)
I finally fixed the problem that was causing the crazy linking problems, thanks to glandium. See bug 813241 and see try run: https://tbpl.mozilla.org/?tree=Try&rev=769af0c72021
Attachment #683898 -
Flags: review?(ekr)
Comment 1•12 years ago
|
||
not blocking, p3, but it will get landed RSN I'm sure.
Priority: -- → P3
Whiteboard: [WebRTC] [blocking-webrtc-]
Comment 2•12 years ago
|
||
Comment on attachment 683898 [details] [diff] [review]
Replace manual resource management with usage of ScopedNSSTypes types
Review of attachment 683898 [details] [diff] [review]:
-----------------------------------------------------------------
These look fine. Have they been tested?
Reporter | ||
Comment 3•12 years ago
|
||
(In reply to Eric Rescorla from comment #2)
> These look fine. Have they been tested?
I have used the Scoped* templates in other patches that have been tested. And, also I ran this through try to make sure it would build and all of the tests that run on try passed.
Comment 4•12 years ago
|
||
OK, we don't yet have automated testing for this code. I will test it and get back to you.
Reporter | ||
Updated•11 years ago
|
Assignee: brian → nobody
Reporter | ||
Updated•11 years ago
|
Attachment #683898 -
Flags: review?(ekr)
Updated•10 years ago
|
backlog: --- → webRTC+
Rank: 38
Whiteboard: [WebRTC] [blocking-webrtc-]
Comment 5•9 years ago
|
||
Comment on attachment 683898 [details] [diff] [review]
Replace manual resource management with usage of ScopedNSSTypes types
It looks like this patch is still relevant, but it's outdated.
Stuff like ScopedPK11SlotInfo based on the deprecated Scoped.h should not be used anymore.
The UniquePtr equivalents like UniquePK11SlotInfo should be used instead.
Attachment #683898 -
Attachment is obsolete: true
Updated•9 years ago
|
Target Milestone: mozilla20 → ---
Comment 6•7 years ago
|
||
Mass change P3->P4 to align with new Mozilla triage process.
Priority: P3 → P4
Updated•2 years ago
|
Severity: trivial → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•