Closed
Bug 1221414
Opened 9 years ago
Closed 9 years ago
Remove PL_DHASH_STOP usage in comm-central
Categories
(MailNews Core :: Backend, defect)
MailNews Core
Backend
Tracking
(thunderbird44 unaffected, thunderbird45 fixed, seamonkey2.42 fixed)
RESOLVED
FIXED
Thunderbird 45.0
| Tracking | Status | |
|---|---|---|
| thunderbird44 | --- | unaffected |
| thunderbird45 | --- | fixed |
| seamonkey2.42 | --- | fixed |
People
(Reporter: n.nethercote, Assigned: n.nethercote)
References
Details
Attachments
(1 file)
|
20.85 KB,
patch
|
rkent
:
review+
|
Details | Diff | Splinter Review |
This goes hand-in-hand with bug 1221376.
| Assignee | ||
Comment 1•9 years ago
|
||
This compiles but I haven't done any testing.
Attachment #8682905 -
Flags: review?(rkent)
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → n.nethercote
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•9 years ago
|
||
(In reply to Philip Chee from comment #2)
> Does this overlap with Bug 1187188?
Yes. That's about removing all the Enumerate/EnumerateRead calls; this is about just the ones that use PL_DHASH_STOP. You could move this patch over to that bug and change its log message accordingly, if you like.
Comment 4•9 years ago
|
||
Comment on attachment 8682905 [details] [diff] [review]
Remove PL_DHASH_STOP usage in comm-central
Review of attachment 8682905 [details] [diff] [review]:
-----------------------------------------------------------------
I checked the changes line-by-line, and ran a smoke test of the compiled version. Looks good to me.
The comm-central tree is closed at the moment, so I cannot land this. But if urgent for you we might be able to make an exception.
Attachment #8682905 -
Flags: review?(rkent) → review+
| Assignee | ||
Comment 5•9 years ago
|
||
No urgency. A bunch of patches across several bugs must land before bug 1221376 can land, and many of those patches are still awaiting review.
Updated•9 years ago
|
status-seamonkey2.42:
--- → affected
status-thunderbird45:
--- → affected
Target Milestone: --- → Thunderbird 45.0
Comment 6•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-thunderbird44:
--- → unaffected
Resolution: --- → FIXED
Updated•9 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•