commit | c5ce6760885272d17c1a1944b6db585ddfff5b00 | [log] [tgz] |
---|---|---|
author | danakj <[email protected]> | Wed Sep 23 20:06:57 2020 |
committer | Commit Bot <[email protected]> | Wed Sep 23 20:06:57 2020 |
tree | a06624f531e09df39cdaddd4d4c3f52cfa737615 | |
parent | 31004dd300ed7d7fa69706417c46014efc913333 [diff] |
Add DumpWithoutCrashing() for commit same document in provisional frame This should not happen, and we're crashing the renderer when it does but we need more info to determine why it is happening. I have narrowed it down to being browser-initiated by code inspection but the number of ways a NavigationRequest gets created and put in a RenderFrameHost is too numerous to continue reasonably on that path. [email protected],[email protected] Bug: 1125106 Change-Id: I6f9db7c7386298208bb39c9f91fa1dbf91e1eb4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2413563 Commit-Queue: danakj <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Reviewed-by: Avi Drissman <[email protected]> Cr-Commit-Position: refs/heads/master@{#809919}
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.
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.