Replace GkRustUtils::GenerateUUID with nsUUIDGenerator
Categories
(Core :: DOM: Web Crypto, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox96 | --- | fixed |
People
(Reporter: cpeterson, Assigned: n.goeggi)
References
Details
Attachments
(1 file)
There is only one caller to GkRustUtils::GenerateUUID
:
We can replace it with nsUUIDGenerator
(or one of the helper functions nsContentUtils::GenerateUUID
or nsContentUtils::GenerateUUIDInPlace
):
And then remove GkRustUtils::GenerateUUID
.
Reporter | ||
Updated•3 years ago
|
I have a patch for removing GkRustUtils::GenerateUUID
and replacing it with nsUUIDGenerator
. That patch should work on top of your changes in bug 1723674, and i will add it to this bug when those changes land.
Reporter | ||
Comment 2•3 years ago
|
||
(In reply to Niklas from comment #1)
I have a patch for removing
GkRustUtils::GenerateUUID
and replacing it withnsUUIDGenerator
. That patch should work on top of your changes in bug 1723674, and i will add it to this bug when those changes land.
Thanks. I also have follow-up patches to replace nsContentUtils::GenerateUUID()
with the new nsID::GenerateUUID()
static factory function.
Updated•3 years ago
|
Comment 5•3 years ago
|
||
bugherder |
Description
•