commit | 6ff312854c38e4ebafa2183ade5a8f1da80df6df | [log] [tgz] |
---|---|---|
author | Nicolas Ouellet-Payeur <nicolaso@chromium.org> | Wed Jan 26 17:08:57 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 26 17:08:57 2022 |
tree | a17c00ba9b5395eba0d147487da0ae222f6c33e8 | |
parent | 7e186f3041d4369d814e00dd84d852c7978baab2 [diff] |
[Commander] Use a separate WebView for each Show() Previously, Commander loaded the System Profile on startup, and created a WebView that persisted until app exit. This view was simply shown/hidden, and never deleted. Make Show() create a new WebView each time, and Hide() destroy the WebView. This makes better use of resources, and removes the dependency on the System Profile. Bug: 1285459 Change-Id: I482da865a24cc711e6344be543e5e43c7efe965c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3399290 Reviewed-by: Leonard Grey <lgrey@chromium.org> Reviewed-by: Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Cr-Commit-Position: refs/heads/main@{#963561}
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.