commit | 498b4b5e924994742d613e076b0f78b50b8b14bf | [log] [tgz] |
---|---|---|
author | Andrew Comminos <[email protected]> | Thu Mar 12 03:43:23 2020 |
committer | Commit Bot <[email protected]> | Thu Mar 12 03:43:23 2020 |
tree | a9e1a537048444d29ba866df57af12f9645e29e3 | |
parent | 16204ab2c74f99cebac14d5df845cd8843edd481 [diff] |
[cc] Associate layers with their owning frame's document element ID To enable impl-side frame attribution, add an association between layers and their containing frames. This element ID may be used later to look up the document via its associated DOM node ID. Bug: 910421 Change-Id: I5a70d2f42f94d72f76d9c4eb49cd6ee691e1f0f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2077038 Reviewed-by: Philip Rogers <[email protected]> Reviewed-by: Kentaro Hara <[email protected]> Reviewed-by: Stefan Zager <[email protected]> Commit-Queue: Andrew Comminos <[email protected]> Cr-Commit-Position: refs/heads/master@{#749508}
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.