Closed
Bug 1647434
Opened 5 years ago
Closed 5 years ago
[MediaControl-Windows] Rework image cache mechanism for SMTC
Categories
(Core :: Audio/Video: Playback, enhancement, P1)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: chunmin, Assigned: chunmin)
References
Details
Attachments
(3 files)
There are two problem in the current cache mechanism:
- The image url would be cached if it's valid. If the image fails to be set a the thumbnail and the next song uses the same image, the thumbnail would not be updated.
- If the Artwork for track 1, 2 are <image A, image B> and <image B, image C> respectively, when the track of the media session is switched from 2 to 1, the track image (Thumbnail on SMTC) would be updated from image B to image A. However, we could skip the update since image B is acceptable for track 1.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Attachment #9158316 -
Attachment description: Bug 1647434 - Simplify image cache mechanism for SMTC → Bug 1647434 - Rework image cache mechanism for SMTC
Assignee | ||
Updated•5 years ago
|
Summary: [MediaControl-Windows] Simplify image cache mechanism for SMTC → [MediaControl-Windows] Rework image cache mechanism for SMTC
Updated•5 years ago
|
Attachment #9158316 -
Attachment description: Bug 1647434 - Rework image cache mechanism for SMTC → Bug 1647434 - P1: Rework image cache mechanism for SMTC
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D80524
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D81571
Pushed by cchang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f224e05e4ec3
P1: Rework image cache mechanism for SMTC r=alwu
https://hg.mozilla.org/integration/autoland/rev/c7728ae84546
P2: Remove RefreshDisplay() r=alwu
https://hg.mozilla.org/integration/autoland/rev/15ade6b9452b
P3: Set mThumbnailUrl in {Clear, Set}Thumbnail r=alwu
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f224e05e4ec3
https://hg.mozilla.org/mozilla-central/rev/c7728ae84546
https://hg.mozilla.org/mozilla-central/rev/15ade6b9452b
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in
before you can comment on or make changes to this bug.
Description
•