commit | 627be413bff38d4dd8ff428592d5e711ee9801d0 | [log] [tgz] |
---|---|---|
author | Hiroki Nakagawa <nhiroki@chromium.org> | Tue Dec 07 23:13:23 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 07 23:13:23 2021 |
tree | 77293c3310393f4560292a2391bd131437f7ad90 | |
parent | eb1cd732b254199936dcd40f4a4307c3987f2260 [diff] |
ServiceWorker: Replace GURL and std::string with WebURL and WebString As a preparation of Service Worker Onion Soup, this CL replaces GURL and std::string with blink::WebURL and blink::WebString. This doesn't change functional behavior. Bug: 789857 Change-Id: I471e78f4edce0a36fff7805458c894e9ed4624d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3320643 Reviewed-by: Ben Kelly <wanderview@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/main@{#949231}
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.