Closed
Bug 1419666
Opened 8 years ago
Closed 8 years ago
MemoryBlockCacheTelemetry::NotifyCombinedSizeGrown() should assert the main thread only for the first call
Categories
(Core :: Audio/Video: Playback, enhancement, P5)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla59
| Tracking | Status | |
|---|---|---|
| firefox59 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
References
Details
Attachments
(1 file)
https://searchfox.org/mozilla-central/rev/797c93d81fe446f78babf20894f0729f15f71ee6/dom/media/MemoryBlockCache.cpp#72-74
For the 2nd call might happen off the main thread.
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → jwwang
Priority: -- → P5
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•8 years ago
|
Attachment #8931191 -
Flags: review?(bechen)
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8931191 [details]
Bug 1419666 - MemoryBlockCacheTelemetry::NotifyCombinedSizeGrown() should assert the main thread only for the first call.
https://reviewboard.mozilla.org/r/202276/#review208002
Attachment #8931191 -
Flags: review?(bechen) → review+
| Assignee | ||
Updated•8 years ago
|
Attachment #8931191 -
Flags: review?(gsquelart)
Comment 3•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8931191 [details]
Bug 1419666 - MemoryBlockCacheTelemetry::NotifyCombinedSizeGrown() should assert the main thread only for the first call.
https://reviewboard.mozilla.org/r/202276/#review208004
Attachment #8931191 -
Flags: review?(gsquelart) → review+
| Assignee | ||
Comment 4•8 years ago
|
||
Thanks!
Pushed by jwwang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0b2634540732
MemoryBlockCacheTelemetry::NotifyCombinedSizeGrown() should assert the main thread only for the first call. r=bechen,gerald
Comment 6•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•