commit | f187a2f5f062712cf6984557d2e69bf5268e3112 | [log] [tgz] |
---|---|---|
author | Kenichi Ishibashi <[email protected]> | Thu Mar 19 05:13:32 2020 |
committer | Commit Bot <[email protected]> | Thu Mar 19 05:13:32 2020 |
tree | 24f4df46b18ff099bdd523ea47f22cfcc7658e75 | |
parent | 446a816328c07fc6db7b3ad7451d2fa5f16ed013 [diff] |
service worker: Create MainScriptResponse from URLResponseHead This CL adds a constructor of MainScriptResponse which takes URLResponseHead. Tests and ServiceWorkerNewScriptLoader use the new constructor to reduce HttpResponseInfo use in service worker codebase. Bug: 1060076 Change-Id: I884efa7c1e15789ef46fdab0998136c0f9695d94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2105183 Commit-Queue: Kenichi Ishibashi <[email protected]> Reviewed-by: Matt Falkenhagen <[email protected]> Cr-Commit-Position: refs/heads/master@{#751606}
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.
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.