Closed
Bug 556424
Opened 16 years ago
Closed 16 years ago
mozilla::MonitorAutoEnter::NotifyAll() doesn't notify all
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: cpearce, Assigned: cpearce)
References
Details
Attachments
(1 file)
|
686 bytes,
patch
|
cjones
:
review+
|
Details | Diff | Splinter Review |
mozilla::MonitorAutoEnter::NotifyAll() calls PR_Notify() on its PRMonitor, it should call PR_NotifyAll().
Spun off bug 556214. We want this separate from bug 556214 so that we can land the new Ogg decoder backend (bug 531340) which uses mozilla::MonitorAutoEnter::NotifyAll() without waiting for bug 556214 to land and bake.
| Assignee | ||
Comment 1•16 years ago
|
||
Attachment #436367 -
Flags: review?(jones.chris.g)
Comment on attachment 436367 [details] [diff] [review]
Patch v1
Doh, thanks.
Attachment #436367 -
Flags: review?(jones.chris.g) → review+
| Assignee | ||
Comment 3•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•