Closed
Bug 1269823
Opened 9 years ago
Closed 9 years ago
Use mozilla::TimeStamp to simplify duration processing for CondVar waits
Categories
(Core :: JavaScript: GC, defect)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla49
Tracking | Status | |
---|---|---|
firefox49 | --- | fixed |
People
(Reporter: terrence, Assigned: terrence)
References
Details
Attachments
(1 file)
9.28 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
My patch in bug 956899 to PRCondVar introduced some bugs in how we process durations. In retrospect, this was probably too complex to get right as a single step, so let's instead do it piece-wise.
Attachment #8748305 -
Flags: review?(jdemooij)
Comment 1•9 years ago
|
||
Comment on attachment 8748305 [details] [diff] [review]
use_timeduration_for_CV_interfaces-v0.diff
Review of attachment 8748305 [details] [diff] [review]:
-----------------------------------------------------------------
Nice! Sorry for the delay (public holiday and PTO last week).
Attachment #8748305 -
Flags: review?(jdemooij) → review+
Assignee | ||
Comment 2•9 years ago
|
||
Assignee | ||
Comment 3•9 years ago
|
||
Assignee | ||
Comment 4•9 years ago
|
||
Assignee | ||
Comment 5•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/aea5d5acd0b1a9fa9604866d491fd5a1e0e5ff21
Bug 1269823 - Use TimeDuration to provide timeouts for CondVar; r=jandem
Comment 6•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
You need to log in
before you can comment on or make changes to this bug.
Description
•