commit | c4325ba1da09a75737903dede414a80919ba9ce3 | [log] [tgz] |
---|---|---|
author | Kevin McNee <mcnee@chromium.org> | Fri Apr 08 23:18:23 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 08 23:18:23 2022 |
tree | 61da9c79405529fbbcedfb4b17106338de28be33 | |
parent | cf80c5fd5a9cb1b1253c6e70a541ff79adf168c2 [diff] |
Don't discard page scale across same-RFH, cross-page navigations If we navigate to a page that starts at a non-one page scale, we may not be notified by the renderer if the RenderFrameHost is reused and the scale has not changed. Since we're currently storing the page scale factor in PageImpl, it's lost when the navigation commits. Bug: 1301879 Change-Id: I03f79dbed2ff7cf2b107aed6c7f853ca3c9f2a36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3566084 Reviewed-by: Alexander Timin <altimin@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/main@{#990641}
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.