Closed
Bug 1572401
Opened 5 years ago
Closed 5 years ago
All "Waiting Cache Name" columns has {$name} in about:serviceworkers
Categories
(Core :: DOM: Service Workers, defect, P5)
Core
DOM: Service Workers
Tracking
()
RESOLVED
FIXED
mozilla76
People
(Reporter: bugzilla, Assigned: asuth)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
if you go to:
about:serviceworkers
you will see that all entries have: "Waiting Cache Name: {$name}"
it looks like some value hasn't been replaced properly
Using nightly build 20190807215212
Assignee | ||
Updated•5 years ago
|
Priority: -- → P5
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → bugmail
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•5 years ago
|
||
There was a falsey check that was treating an empty string to interpolate
as equivalent to undefined having been passed, erroneously displaying the
templating string instead of replacing it with an empty string.
Depends on D66150
Pushed by bugmail@asutherland.org:
https://hg.mozilla.org/integration/autoland/rev/cbd657370bb4
Don't display "{$name}" for waiting cache ID. r=perry
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
Updated•5 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•