|
|
Created:
6 years, 6 months ago by Nate Chapin Modified:
6 years, 6 months ago Reviewers:
jochen (gone - plz use gerrit) CC:
chromium-reviews, darin-cc_chromium.org, jam, jochen+watch_chromium.org Base URL:
svn://svn.chromium.org/chrome/trunk/src Visibility:
Public. |
DescriptionReorder the calls in WebFrameTestProxy::didFinishLoad
WebTestProxyBase::didFinishLoad does non-trivial work that can lead to the
WebFrameTestProxy being delete synchronously.
BUG=357283
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275240
Patch Set 1 #
Created: 6 years, 6 months ago
Messages
Total messages: 15 (0 generated)
jochen, what do you think of this? Several months ago, we had discussed in the mentioned bug how locationChangeDone() does substantial work, sometimes inside a callback (didFinishLoad()) that we expect to be benign. Reordering the work in WebFrameTestProxy::didFinishLoad() appears to allow the stack to safely unwind as far as FrameLoader::checKLoadCompleteForThisFrame - https://codereview.chromium.org/317513002/ resolves the unsafe there.
lgtm
The CQ bit was checked by japhet@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/japhet@chromium.org/313683004/1
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_chromium_gn_compile_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_chromium_gn_c...) linux_chromium_gn_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_gn_rel...) win_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_rel/buil...)
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_chromium_gn_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_gn_rel...)
The CQ bit was checked by japhet@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/japhet@chromium.org/313683004/1
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_gn_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_gn_rel...) win_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_rel/buil...)
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_chromium_gn_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_gn_rel...)
The CQ bit was checked by japhet@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/japhet@chromium.org/313683004/1
Message was sent while issue was closed.
Change committed as 275240 |