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•4 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•4 years ago
|
||
(In reply to Niklas from comment #1)
I have a patch for removing
GkRustUtils::GenerateUUIDand 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•4 years ago
|
Comment 5•4 years ago
|
||
| bugherder | ||
Description
•