commit | 83c14c4e1fea8132e33e97713e10972261c43516 | [log] [tgz] |
---|---|---|
author | Scott Violet <[email protected]> | Thu May 21 16:56:50 2020 |
committer | Commit Bot <[email protected]> | Thu May 21 16:56:50 2020 |
tree | d60b2eb5d47fbd71b80b7419fe17c6213d4988f5 | |
parent | b69cbcbf4196b97adfa6c03357a5ec91e0b35f0e [diff] |
content: adds comment to RenderFrameCreated() Hopefully this comment will help those trying to understand message ordering. RenderFrameCreated() is a good place to send a message to the renderer before loading starts. BUG=none TEST=none Change-Id: Idd7e3d9b8c6e41daf6b1d50cd4088bd12132deae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212286 Reviewed-by: danakj <[email protected]> Commit-Queue: danakj <[email protected]> Commit-Queue: Scott Violet <[email protected]> Cr-Commit-Position: refs/heads/master@{#771080}
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.