Bug 33862

Summary: [Chromium] Embedder initiated loads should not always stop existing loads
Product: WebKit Reporter: Darin Fisher (:fishd, Google) <fishd>
Component: WebKit APIAssignee: Darin Fisher (:fishd, Google) <fishd>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
v1 patch none

Description Darin Fisher (:fishd, Google) 2010-01-19 13:22:26 PST
[Chromium] Embedder initiated loads should not always stop existing loads

For example, if navigating within session history to a reference fragment before the 'load' event runs, page loading should not be stopped.
Comment 1 Darin Fisher (:fishd, Google) 2010-03-05 14:18:44 PST
Created attachment 50120 [details]
v1 patch
Comment 2 Darin Fisher (:fishd, Google) 2010-03-05 14:19:44 PST
The point of this patch is to leave it up to the FrameLoader to decide when to stop any existing loads.  That matches the behavior of Safari (and other browsers).
Comment 3 WebKit Commit Bot 2010-03-06 07:30:47 PST
Comment on attachment 50120 [details]
v1 patch

Clearing flags on attachment: 50120

Committed r55626: <http://trac.webkit.org/changeset/55626>
Comment 4 WebKit Commit Bot 2010-03-06 07:30:51 PST
All reviewed patches have been landed.  Closing bug.