commit | 3fd06ae1a853e8973ddb8f3fae7c968c1330e34a | [log] [tgz] |
---|---|---|
author | Rohit Bhatia <bhatiarohit@google.com> | Tue Sep 13 23:08:52 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 13 23:08:52 2022 |
tree | 71dd3b4ecc399f181e7a8a101cadbde46d52406e | |
parent | d7bacc9ab7a0d9bc25515efd26c0d5477e8f55c5 [diff] |
Check NavigationEntry's PostData in ResetPasswordUI When ChromeOS crashes and tries to restore chrome://reset-password, the NavigationEntry has GetHasPostData return true, but GetPostData returns null. Check accordingly. Bug: 1352954 Change-Id: I1daa99d4797a1df48565b8b80c5524aac03da8cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3894362 Auto-Submit: Rohit Bhatia <bhatiarohit@google.com> Commit-Queue: Rohit Bhatia <bhatiarohit@google.com> Reviewed-by: Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/main@{#1046624}
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.