Bug 122485 - [EFL] Minibrowser can't load child window's location
Summary: [EFL] Minibrowser can't load child window's location
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryuan Choi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-07 21:14 PDT by Ryuan Choi
Modified: 2013-10-16 01:46 PDT (History)
7 users (show)

See Also:


Attachments
Proposed patch (9.41 KB, patch)
2013-10-16 01:11 PDT, Rob Płóciennik
no flags Details | Formatted Diff | Diff

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