Bug 29747 - Load blocks during unload should not affect targeted loads
Summary: Load blocks during unload should not affect targeted loads
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-25 13:05 PDT by Adam Barth
Modified: 2014-06-03 14:53 PDT (History)
3 users (show)

See Also:


Attachments
Patch v1 (3.89 KB, patch)
2009-09-25 14:03 PDT, Adam Barth
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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