commit | 68d041e95c66f5514a49dc2c20a8bcc63a5e5b43 | [log] [tgz] |
---|---|---|
author | Tim Judkins <tjudkins@chromium.org> | Wed Sep 15 20:37:46 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 15 20:37:46 2021 |
tree | b47a6de153958cd0dd5f49a1bd9fadfa365b1fec | |
parent | c880aeba9df24db139beb75f7f4faf696d6e46b4 [diff] |
[Extensions] Add promise support to chromeSetting custom types This CL adds promise support to APIs which use the chromeSetting custom type get(), set() and clear() functions. i.e. chrome.privacy.websites.doNotTrackEnabled Also added are related api tests and unit tests to verify they are working as expected. Bug: 328932 Change-Id: I7b4211d1b2d24a7be7c17669b3e04ef320f6f1ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3161363 Commit-Queue: Tim Judkins <tjudkins@chromium.org> Reviewed-by: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/main@{#921836}
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.