commit | c914e11949d94a7639be2845b308637a7d3b70f3 | [log] [tgz] |
---|---|---|
author | Charles Meng <charlesmeng@chromium.org> | Thu Jun 01 22:37:19 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 01 22:37:19 2023 |
tree | 9ec3486477d8dc7b1e0869152e29712681f749e3 | |
parent | a56a42bba0063a0cb631fa3972408bdb61ecb290 [diff] |
[Performance Settings] Reverse order of exception list Display rules in the exception list with the most recently added shown first. This only affects how the exception list is displayed, and the underlying list pref will still have the most recently added rules appended to the end. Prior to this, the exception list overflow would be expanded any time that a rule was added, so that the newly added rules would be visible after the add dialog closes. Now that they are added to the top, the overflow will no longer expand when adding rules. Bug: 1424223 Change-Id: I6606fc9b9c00d02d5bd17c393e766948f3e3846d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4574992 Reviewed-by: Eshwar Stalin <estalin@chromium.org> Commit-Queue: Charles Meng <charlesmeng@chromium.org> Reviewed-by: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/main@{#1152183}
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.