Bug 229240

Summary: Implement Crypto.randomUUID()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bfulgham, darin, esprehn+autocc, ews-watchlist, ggaren, jiewen_tan, katherine_cheney, kondapallykalyan, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar, WebExposed
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
URL: https://wicg.github.io/uuid/#extensions-to-the-crypto-interface
Attachments:
Description Flags
Patch
none
Patch none

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].