commit | d01036a0fbdb33d77ebfd77205706b8fc4d11047 | [log] [tgz] |
---|---|---|
author | Jeffrey Young <[email protected]> | Fri Feb 03 02:50:38 2023 |
committer | Chromium LUCI CQ <[email protected]> | Fri Feb 03 02:50:38 2023 |
tree | 65374a3b3052a677971fd16c45f2a5510b0b5912 | |
parent | 7835b6a1b606982f0daa0344113d3bb74eab399b [diff] |
personalization: use isPersonalizationJellyEnabled To have more control over when new UI is displayed in Personalization App, guard experimental UI with PersonalizationJelly feature instead of just Jelly feature. Also note that PersonalizationJelly feature has no effect unless Jelly is also enabled. BUG=none TEST=browser_tests --gtest_filter=*PersonalizationApp* Change-Id: I4d925830fe9dfa2a5684009ca2483910b95a9acd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4220751 Commit-Queue: Jeffrey Young <[email protected]> Reviewed-by: Yuki Awano <[email protected]> Cr-Commit-Position: refs/heads/main@{#1100809}
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.