commit | e0f3c7ef30a0fd111ac887f54098add8a632d395 | [log] [tgz] |
---|---|---|
author | Emilia Paz <emiliapaz@chromium.org> | Fri Apr 21 02:02:36 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 21 02:02:36 2023 |
tree | c7b1af3a71810965e1f68cd01badb48b0d80f1dd | |
parent | 97a774ff2a0284575da5a7740585bf2805994146 [diff] |
[Extensions c2s] Add update page methods for each menu type page The extensions menu page is updated when it is opened (to populate its contents) and when various updates happen (while the menu is open). To avoid code repetition, we introduce UpdateXPage method for each of the pages. Bug: 1390952 Change-Id: Id2ac69b372786fc0a4af01707af237f9e9a5cc5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4443012 Code-Coverage: Findit <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Elaine Chien <elainechien@chromium.org> Commit-Queue: Emilia Paz <emiliapaz@chromium.org> Cr-Commit-Position: refs/heads/main@{#1133548}
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.