Set same page group as the caller page when creating window
authorTaeyun An <ty.an@samsung.com>
Mon, 3 Jun 2013 10:20:13 +0000 (19:20 +0900)
committerTaeyun An <ty.an@samsung.com>
Mon, 3 Jun 2013 10:28:02 +0000 (19:28 +0900)
commite48162b4da31d6717bc2de02bd3b1590a92f5029
tree4f11c2fa9b461c81f8f3e6d23e09ec2f66e08c39
parent4b22f8412b542acd84da422f20b5ad550f421bcb
Set same page group as the caller page when creating window

[Title] Set same page group as the caller page when creating window
[Issue#] N_SE-37344
[Problem] A blank window is created when clicking the score link in livescore.com
[Cause] WebCore cannot find out the "target" for the created window
        because the page group for the new window is not same as the previous window.
[Solution] Set same page group as the caller page when creating window

Change-Id: I5f48070b8f1cc24bf4890a3a1589a832a41432af
Source/WTF/wtf/Platform.h
Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.cpp