| commit | 5195da89e1301dc5db6a99f246acea3c3cb9b51f | [log] [tgz] |
|---|---|---|
| author | Darwin Yang <darwinyang@google.com> | Wed May 28 20:48:07 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 28 20:48:07 2025 |
| tree | 11c801da34cf4d733e8f7eec49c6d0da6639debc | |
| parent | f6772c9dc435cad2fb5593db13676853adcf48b4 [diff] |
[spc][clank][refactor] Refactor and Create New SPC Components for Clank Create a copy of the SPC components (Controller, View, Properties, ViewBinder) to be used for SPC UX Refresh. Refactor the controller to remove feature flag usage (the entirety of the new controller will be behind a feature flag instead) and to move the bottom sheet content view and observer implementations outside of the controller to decrease the bloat on the controller as well as the unit tests. In addition, new tests were added for all the components and there should now be 100% unit test coverage for SPC. Note that the components were also tested on-device by showing the controller from ChromePaymentRequestService. Transaction View: http://screen/7UkHPm493FpDZzn Fallback View: http://screen/qNwRMVmrvRAPHBu Bug: 417977623 Change-Id: I5d79546fa738cbd7ea32b3d8468c41fa3388da44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6580280 Reviewed-by: Slobodan Pejic <slobodan@chromium.org> Commit-Queue: Darwin Yang <darwinyang@chromium.org> Cr-Commit-Position: refs/heads/main@{#1466697}
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.