commit | dcd286f70fd2dd92675c8eb935ee8eac218d4b22 | [log] [tgz] |
---|---|---|
author | Lukasz Anforowicz <[email protected]> | Tue Aug 18 22:16:31 2020 |
committer | Commit Bot <[email protected]> | Tue Aug 18 22:16:31 2020 |
tree | b39cb83d21ac80e666394a2b621d33c5b6957347 | |
parent | a167bdfa74eeada36ce638259d5bc7dfb329aec9 [diff] |
s/request_initiator_site_lock/request_initiator_origin_lock/ After r797542 (which removed SiteInstanceImpl::GetRequestInitiatorSiteLock) we always use an exact origin (never an approximate site) as |request_initiator_site_lock|. Because of that, this CL renames ..._site_lock to ..._origin_lock. Bug: 918967 Tbr: [email protected] (//chrome/renderer/net) Tbr: [email protected] (//extensions/browser) Tbr: [email protected] (histograms.xml) Change-Id: Ifbe801eafccd641d11cb14ecef83ab097d01eb0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274251 Reviewed-by: Kinuko Yasuda <[email protected]> Commit-Queue: Ćukasz Anforowicz <[email protected]> Cr-Commit-Position: refs/heads/master@{#799354}
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.