0
Files
src/extensions
Keigo Oka 6301765fc1 extensions: Show static UI elements on chrome://extensions on desktop android
* Compile extensions_ui.cc
* Register ExtensionsUIConfig
* Include extension resources in PAK
* Include translated strings used in new code
* Some non-trivial dependencies are faked to keep the change small

Bug: 385988433
Test: Open chrome://extensions and confirm the page is rendered.

Change-Id: I49918007871c747ea98eef29fcc4dda834214224
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6193990
Reviewed-by: John Lee <johntlee@chromium.org>
Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org>
Commit-Queue: Keigo Oka <oka@chromium.org>
Reviewed-by: Nico Weber <thakis@chromium.org>
Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1421188}
2025-02-17 17:50:57 -08:00
..
2025-02-06 01:56:35 -08:00
2024-10-18 17:39:17 +00:00
2021-09-28 06:50:47 +00:00

This will become a reusable extensions module. It implements the core parts of Chrome's extension system, and can be used with any host of the content module.

Some extensions code that is not Chrome-specific still lives in //chrome/browser/extensions and will be moved here.

Technical Documentation: