0
Files
src/extensions
James Cook f62c540a9f extensions: Add chrome.i18n to the desktop android build
This CL adds the API implementation to the build. It does not yet add
the //chrome/browser level API test, as that will require porting
additional APIs (e.g. chrome.tabs) and more work on browser test
support.

Bug: none
Change-Id: Iad40982078200a64a873c0c9b9e5707f847e5d48
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5957971
Reviewed-by: David Bertoni <dbertoni@chromium.org>
Commit-Queue: James Cook <jamescook@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1372979}
2024-10-23 22:04:36 +00:00
..
2024-10-10 20:35:01 +00:00
2024-10-18 17:39:17 +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: