Bug 53892

Summary: [EFL] FrameLoaderClient calls loadURLInChildFrame on the child's frame loader
Product: WebKit Reporter: Martin Robinson <mrobinson>
Component: WebKit EFLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, mrobinson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch none

Description Martin Robinson 2011-02-06 17:06:00 PST
This is a companion bug to 44784. FrameLoaderClient::createFrame eventually calls ewk_frame_child_add, which calls loadURLInChildFrame on the new frame's FrameLoader. This should happen on the parent frame's FrameLoader.
Comment 1 Patrick R. Gansterer 2011-02-07 01:15:25 PST
Created attachment 81459 [details]
Patch
Comment 2 Andreas Kling 2011-02-07 06:36:39 PST
Comment on attachment 81459 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2011-02-07 07:18:38 PST
Comment on attachment 81459 [details]
Patch

Clearing flags on attachment: 81459

Committed r77811: <http://trac.webkit.org/changeset/77811>
Comment 4 WebKit Commit Bot 2011-02-07 07:18:42 PST
All reviewed patches have been landed.  Closing bug.