commit | 15572eb5eb7a64d53fbff3c57ee80766c584046e | [log] [tgz] |
---|---|---|
author | Wei Lee <wtlee@google.com> | Sun Aug 02 15:37:52 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Sun Aug 02 15:37:52 2020 |
tree | 35d95b68c28b159605650f80dfdb755481f4a273 | |
parent | bd86287abb35ecfa656ada1feaafba3c5059d52f [diff] |
[CCA WebUI] Abstract platform app only codes This CL abstract platform app only codes, including: 1. BackgroundOps * Since SWA does not have background page, we should handle it differently for SWA version. 2. Chrome AppWindow API * We don't use AppWindow for SWA. Bug: 980846 Test: CCA works as platform app Change-Id: I4fe06375abb0265a62f924800529186851066f6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2257082 Commit-Queue: Wei Lee <wtlee@chromium.org> Reviewed-by: Shik Chen <shik@chromium.org> Cr-Commit-Position: refs/heads/master@{#793960}
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.