forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support initiator-specific factories in about:blank frames.
This CL tweaks RenderFrameImpl::UpdateSubresourceLoaderFactories so that it also works for about:blank frames. Such frames inherit their factories from their opener/parent and therefore need to use a different code path for storing initiator-specific factories. This fixes the crash in 943685. This change is a prerequsite for fixing 948751, but is not a sufficient fix on its own. This CL should also stop crashes capture in 916625, although this bug is not entirely understood. Bug: 916625, 943685, 948751 Change-Id: I6b9c108b4d545643474ef1c9631195603d365edd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1549490 Commit-Queue: Łukasz Anforowicz <[email protected]> Reviewed-by: Kinuko Yasuda <[email protected]> Reviewed-by: anthonyvd <[email protected]> Cr-Commit-Position: refs/heads/master@{#647432}
- Loading branch information
1 parent
cb9a891
commit 137300a
Showing
2 changed files
with
57 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters