commit | a48afe301557c9db58f0b845a45f3ac46282a3cb | [log] [tgz] |
---|---|---|
author | Austin Sullivan <asully@chromium.org> | Fri Sep 09 21:01:16 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 09 21:01:16 2022 |
tree | 05718948204b9451c1f96a6ceb6b0f97358ae83e | |
parent | 46d148752056c90a155f9c7e583a5d4f91d4764b [diff] |
Add method to format random data into a v4 GUID Useful in cases where an opaque identifier that is generated from stable inputs needs to be formatted as a GUID string to be exposed to JS. See https://github.com/whatwg/fs/pull/46#issuecomment-1233559570 Bug: 1342961 Change-Id: I30660d1e39aadc2c879af44f7ec4336cd721d07c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3872225 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Austin Sullivan <asully@chromium.org> Cr-Commit-Position: refs/heads/main@{#1045344}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.