commit | 052bb799ad467914e8cd3852fa1fe894aea2fe50 | [log] [tgz] |
---|---|---|
author | Rebekah Potter <rbpotter@chromium.org> | Wed May 11 20:51:19 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 11 20:51:19 2022 |
tree | d603f02b149bbd073443b1937c3be83889cfb581 | |
parent | b0c25af930fdd72134fd06dbf805f1ed5d8f8c2e [diff] |
Attribution internals: Remove use of deprecated cr/ui.m.js, cr/ui/tabs Specifically, converting Table to be a native custom element instead of relying on out of date cr/ui.m.js methods, and switching from cr.ui.TabBox to CrTabBox. This is also in preparation for migrating to TypeScript/removing closure dependency, since these deprecated files are not supported for TypeScript UIs. Bug: 1316438, 1322977 Change-Id: I10293c7c3c77ab5fc9a4eb5397df057d45940ef8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3639271 Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by: Nasko Oskov <nasko@chromium.org> Reviewed-by: Andrew Paseltiner <apaseltiner@chromium.org> Cr-Commit-Position: refs/heads/main@{#1002308}
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.