Closed
Bug 1739563
Opened 4 years ago
Closed 4 years ago
Replace screenshots' makeUuid.js with crypto.randomUUID()
Categories
(Firefox :: Screenshots, task, P3)
Firefox
Screenshots
Tracking
()
RESOLVED
FIXED
96 Branch
People
(Reporter: cpeterson, Assigned: cpeterson)
References
Details
Attachments
(1 file)
crypto.randomUUID()
is a new Web API implemented in bug 1723674. It returns a random UUID string without curly braces {}
, so we no longer need to roll our own UUIDs in makeUuid.js.
Assignee | ||
Comment 1•4 years ago
|
||
crypto.randomUUID()
is a new Web API implemented in bug 1723674. It returns a random UUID string (without curly braces), so we no longer need to roll our own UUIDs in makeUuid.js.
Assignee | ||
Comment 2•4 years ago
|
||
Green Try run of screenshot tests:
https://treeherder.mozilla.org/jobs?repo=try&revision=73bf1f86d4e90403c14d891ca72f2fc24193604c
Pushed by sfoster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2eaf0e77f6d5
Replace screenshots' makeUuid.js with crypto.randomUUID(). r=sfoster
Comment 4•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•