Bug 29747

Summary: Load blocks during unload should not affect targeted loads
Product: WebKit Reporter: Adam Barth <abarth>
Component: Page LoadingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric, fishd
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch v1 none

Description Adam Barth 2009-09-25 13:05:37 PDT
Comment #8 From Darin Fisher (:fishd, Google) 2009-09-21 00:54:16 PDT (-) [reply] 
Also, why is it correct to block loads made on a target that is not unloading? 
If the target string indicates a different top-level window (e.g.,
target=_blank), then why should we care if it happens during "unload" of the
opener?
Comment 1 Adam Barth 2009-09-25 13:26:24 PDT
I have a patch that I'm building / testing now.
Comment 2 Adam Barth 2009-09-25 14:03:54 PDT
Created attachment 40142 [details]
Patch v1
Comment 3 WebKit Commit Bot 2009-09-25 19:35:22 PDT
Comment on attachment 40142 [details]
Patch v1

Clearing flags on attachment: 40142

Committed r48783: <http://trac.webkit.org/changeset/48783>
Comment 4 WebKit Commit Bot 2009-09-25 19:35:25 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Eric Seidel (no email) 2014-06-03 14:53:31 PDT
FYI this test turned out to be very flaky, finally fixed today:
https://codereview.chromium.org/318523002