commit | aa124219e77bd2e5fbac08e0dca51544b3d8506d | [log] [tgz] |
---|---|---|
author | Tim Sergeant <tsergeant@chromium.org> | Mon Jul 12 22:52:51 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 12 22:52:51 2021 |
tree | 6e1bfdfcd46d3e1e9c801cdcc4e622fba8afa93f | |
parent | 78c5c739b6a01347cf51e8d1c7b1e655bfbef145 [diff] |
[App Service] Add chrome://app-service-internals developer debug page This page shows all the information App Service has about all installed apps, to help with debugging issues. The design is largely base off chrome://internals/web-app, which has proved very useful for debugging Web App issues. As a bonus, AppUpdate and IntentFilter now have <<operator methods, so they can also be debug-printed by developers more easily. Screenshots: https://crbug.com/1227531#c1 Bug: 1227531 Change-Id: I9bcfe19c3ba68f908a7099322b65e116f71aa5b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3012442 Commit-Queue: Tim Sergeant <tsergeant@chromium.org> Reviewed-by: calamity <calamity@chromium.org> Reviewed-by: Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#900682}
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.
If you found a bug, please file it at https://crbug.com/new.