commit | fe2d65c1a508f366331a5f3d92ff959d32d0cad8 | [log] [tgz] |
---|---|---|
author | Christian Flach <[email protected]> | Tue Nov 29 11:58:45 2022 |
committer | Chromium LUCI CQ <[email protected]> | Tue Nov 29 11:58:45 2022 |
tree | e4b1c346bbd74073b9016d11ff57bae15e5b2432 | |
parent | 7f02bb386323cf179c812ca1d4a3608561932284 [diff] |
web-bundles: Accept GURL in WebBundleBuilder methods Accepting GURL reduces boilerplate code. `base::StringPiece` is still accepted as well, and can be useful when trying to create Web Bundles with relative (or invalid) URLs. Bug: None Change-Id: I08659d9355a1f292873754a4e496f29c730dd296 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4020673 Reviewed-by: Hayato Ito <[email protected]> Reviewed-by: Kelvin Jiang <[email protected]> Reviewed-by: Devlin Cronin <[email protected]> Reviewed-by: Robert Sesek <[email protected]> Reviewed-by: Dominic Battré <[email protected]> Commit-Queue: Christian Flach <[email protected]> Cr-Commit-Position: refs/heads/main@{#1076781}
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.