commit | 5ba941e2b1ed3fec3e3c5b048b53fed01114f583 | [log] [tgz] |
---|---|---|
author | Jihad Hanna <jihadghanna@google.com> | Thu Aug 08 11:04:48 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 08 11:04:48 2024 |
tree | 59e47f6c3756e899514c8d439862a0a235dc61ce | |
parent | 2a155d22fff94c0d59e2163b86e7757869d710a6 [diff] |
Remove kNoValueToFill skip condition from the renderer filling logic This condition is enforced by the browser that removes all fields that do not satisfy it from the list of fields sent to the renderer. Also looking at the metrics [1] we can see that it is never reached. [1] https://uma.googleplex.com/p/chrome/timeline_v2?sid=941de288476cf5c2cb8ee9bb3838bc3a Bug: 40943206 Change-Id: Idd8f489ff4db6c8225e5b1ca999abc73e4efd54b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5766156 Reviewed-by: Christoph Schwering <schwering@google.com> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: Jihad Hanna <jihadghanna@google.com> Cr-Commit-Position: refs/heads/main@{#1338981}
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.