commit | 31bf60820c58b3681b8652af222e76f5a448cee0 | [log] [tgz] |
---|---|---|
author | Rong Tan <[email protected]> | Thu Oct 13 08:19:08 2022 |
committer | Chromium LUCI CQ <[email protected]> | Thu Oct 13 08:19:08 2022 |
tree | 96c66239e23008f20a8cdfd6e1358ca63af53e97 | |
parent | 42ce87f089432001038e3e54b216dbf4960b16c5 [diff] |
[Omnibox] New feature added to Eliminate excessive RecycledViewPool#clear() calls. The change improves efficiency of the RecycledViewPool by removing excessive calls to RecycledViewPool#clear(). Change-Id: I4e68c3f4f661fae1c015c9843bc355a908ea853d Bug: 1373795 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3947384 Reviewed-by: Tomasz Wiszkowski <[email protected]> Commit-Queue: Rong Tan <[email protected]> Reviewed-by: Filip Gorski <[email protected]> Cr-Commit-Position: refs/heads/main@{#1058564}
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.