Closed
Bug 561483
Opened 15 years ago
Closed 12 years ago
Use jsctypes opaque struct types.
Categories
(Firefox :: Sync, defect)
Firefox
Sync
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: Dolske, Unassigned)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
13.29 KB,
patch
|
dwitte
:
review+
|
Details | Diff | Splinter Review |
NSS defines a few things as opaque structs, WeaveCrypto should use the new jsctypes support for this, for slightly better type-safety.
Also, I switched voidptr_t to void_t.ptr, since I prefer that syntax and it's been working for a while now.
Attachment #441186 -
Flags: review?(dwitte)
Comment 1•15 years ago
|
||
Comment on attachment 441186 [details] [diff] [review]
Patch v.1
r=dwitte!
Attachment #441186 -
Flags: review?(dwitte) → review+
Comment 2•14 years ago
|
||
This can land now (or shortly, once tm merges to m-c).
Comment 3•14 years ago
|
||
Don't forget to make sure the component won't load on older builds without this support.
Assignee: nobody → dolske
Status: NEW → ASSIGNED
Target Milestone: --- → 2.0
Comment 4•13 years ago
|
||
It's been more than a year since the review. Do we still want to land this?
Updated•13 years ago
|
Target Milestone: 2.0 → ---
Comment 5•13 years ago
|
||
I think if it's still applicable we want to land it! Does it apply cleanly-ish?
Comment 6•12 years ago
|
||
sync triage: if still works, land it :)
How does this depend on block 743070, when that block shows it's depending on this to finish?
Comment 8•12 years ago
|
||
(In reply to Yev from comment #7)
> How does this depend on block 743070, when that block shows it's depending
> on this to finish?
Bug 743070 will render this bug, and others, unnecessary. If that bug is closed, then this can be, ergo depends on.
Assignee: dolske → nobody
Reporter | ||
Comment 9•12 years ago
|
||
I'm just going to call this wontfix -- WeaveCrypto really isn't under active development, and so this isn't worth the code churn.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•6 years ago
|
Component: Firefox Sync: Crypto → Sync
Product: Cloud Services → Firefox
You need to log in
before you can comment on or make changes to this bug.
Description
•