commit | c00ff23e361f9d010a5a115bf39a068b534a0f9d | [log] [tgz] |
---|---|---|
author | Jood Hajeer <jood@google.com> | Wed Jan 17 11:36:32 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 17 11:36:32 2024 |
tree | 585352ba7c6963ed32b622652a6c3fca6483f531 | |
parent | 424e2a7d900b68eeca7815b1a990a2f7b288f0a7 [diff] |
Revert "Prerender: Do not invoke show/hide/unload events on prerender cancellation" This reverts commit d480050cb743e26cb68a90a6316471dac8f4d575. Reason for revert: causing failures on mac13-arm64-rel and mac12-arm64-rel Original change's description: > Prerender: Do not invoke show/hide/unload events on prerender cancellation > > As it's hard for prerendered pages to ensure triggering events on > cancellation, we decided not to trigger unload events on cancellation. > Also, show/hide should not be triggered while prerendering, but these > are unexpected dispatched before the unload events. > > This CL adds explicit code to omit their handling to make the behavior > stable. > > Bug: 1222551, 1289245 > Change-Id: Ic019f767d6310166b4d6b2de576c36e771dddff0 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5198952 > Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org> > Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1248027} Bug: 1222551, 1289245, 1519110 Change-Id: I354dd8060a22e0806473f637a048973a77045115 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5204625 Commit-Queue: Jood Hajeer <jood@google.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Owners-Override: Jood Hajeer <jood@google.com> Cr-Commit-Position: refs/heads/main@{#1248069}
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.