| commit | 582bec9851bc2b0e1391d9fedcb12a4e48305790 | [log] [tgz] |
|---|---|---|
| author | Mickey Burks <mickeyburks@chromium.org> | Fri Aug 02 23:51:11 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 02 23:51:11 2024 |
| tree | c8c11bde2f0feaef5edf63c1637522f798292a09 | |
| parent | 24c0e47f0c1bbc986de3c1d041ce4e7748c909fb [diff] |
Add default module for payment settings
Adding a browser command to be triggered from the whats new page.
This command will open the payments settings page in a new tab.
To locally test:
- Build patch and run Chrome (branded build).
- Navigate to chrome://whats-new, open devtools in iframe, and run:
window.top.postMessage(
{'data': {'commandId': 14, 'clickInfo': {}}},
'chrome://whats-new'
);
Low-Coverage-Reason: OTHER Internals page is not exposed to users
Bug: 355629905
Change-Id: Idebbec845d54c15ece148be7406a00aceb9aa69e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5743550
Reviewed-by: Brendon Tiszka <tiszka@chromium.org>
Commit-Queue: Mickey Burks <mickeyburks@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1336817}
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.