Bug 229240 - Implement Crypto.randomUUID()
Summary: Implement Crypto.randomUUID()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL: https://wicg.github.io/uuid/#extensio...
Keywords: InRadar, WebExposed
Depends on:
Blocks:
 
Reported: 2021-08-18 10:51 PDT by Chris Dumez
Modified: 2021-08-19 17:12 PDT (History)
11 users (show)

See Also:


Attachments
Patch (5.33 KB, patch)
2021-08-18 10:53 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (5.23 KB, patch)
2021-08-18 16:16 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2021-08-18 10:51:28 PDT
Implement Crypto.randomUUID():
- https://wicg.github.io/uuid/#extensions-to-the-crypto-interface

Chrome already implements this and Firefox seems to be working on it (https://bugzilla.mozilla.org/show_bug.cgi?id=1705264).
Comment 1 Chris Dumez 2021-08-18 10:53:03 PDT
Created attachment 435784 [details]
Patch
Comment 2 Geoffrey Garen 2021-08-18 11:00:18 PDT
Comment on attachment 435784 [details]
Patch

r=me
Comment 3 EWS 2021-08-18 12:13:44 PDT
Committed r281206 (240647@main): <https://commits.webkit.org/240647@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 435784 [details].
Comment 4 Radar WebKit Bug Importer 2021-08-18 12:14:17 PDT
<rdar://problem/82088449>
Comment 5 Chris Dumez 2021-08-18 16:14:27 PDT
Reverted r281206 for reason:

Reverting because of branching, will re-land soon

Committed r281215 (240652@main): <https://commits.webkit.org/240652@main>
Comment 6 Chris Dumez 2021-08-18 16:16:41 PDT
Created attachment 435813 [details]
Patch
Comment 7 EWS 2021-08-19 17:12:17 PDT
Committed r281284 (240709@main): <https://commits.webkit.org/240709@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 435813 [details].