commit | bbc4d667d3c41b06cb96c6d5c56434c810738bf9 | [log] [tgz] |
---|---|---|
author | dpapad <dpapad@chromium.org> | Fri Jun 11 17:29:26 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 11 17:29:26 2021 |
tree | c3f2fb5349affac346d9d854e054c7f2e14405f2 | |
parent | c7732985dd9a3140c23e2b74997cc05f46a947ec [diff] |
BrowserSwitch WebUI: Convert to Polymer class-based syntax. Also removing usages of addSingletonGetter(), in favor of an explicit getInstance() method. This is in preparation of migrating to TypeScript. Bug: 1206112 Change-Id: I14433c3362d9f96621356959cd9c3a034eb1d05d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2953542 Reviewed-by: John Lee <johntlee@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Auto-Submit: dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#891698}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
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.