Bug 122485

Summary: [EFL] Minibrowser can't load child window's location
Product: WebKit Reporter: Ryuan Choi <ryuan.choi>
Component: WebKit EFLAssignee: Ryuan Choi <ryuan.choi>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, gyuyoung.kim, lucas.de.marchi, mikhail.pozdnyakov, rakuco, r.plociennik
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch none

Description Ryuan Choi 2013-10-07 21:14:12 PDT
Minibrowser/Efl is not working with below simple script.

<script>
var a = function() {
var w = window.open("", "");
w.location.href="http://www.webkit.org";
</script>

It's because Minibrowser try to load "" although loaded started to load "webkit.org".
Comment 1 Rob Płóciennik 2013-10-16 01:11:05 PDT
Created attachment 214348 [details]
Proposed patch
Comment 2 Ryuan Choi 2013-10-16 01:19:46 PDT
Comment on attachment 214348 [details]
Proposed patch

Looks good to me.

Thanks for the patch.
Comment 3 Gyuyoung Kim 2013-10-16 01:21:37 PDT
Comment on attachment 214348 [details]
Proposed patch

Looks ok.
Comment 4 WebKit Commit Bot 2013-10-16 01:46:39 PDT
Comment on attachment 214348 [details]
Proposed patch

Clearing flags on attachment: 214348

Committed r157502: <http://trac.webkit.org/changeset/157502>
Comment 5 WebKit Commit Bot 2013-10-16 01:46:42 PDT
All reviewed patches have been landed.  Closing bug.