Suspend URL until view size is calculated
authorChanghyup Jwa <ch.jwa@samsung.com>
Mon, 30 Sep 2013 06:26:21 +0000 (15:26 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Mon, 7 Oct 2013 12:09:59 +0000 (12:09 +0000)
commit684881e57a5bd54f465b54bd494c57241efc8ebd
tree6933a4bee5e8e04b9de1d371f17206c6df3d1599
parent44aec492c32cd73459f5634d89a12cd3bcb24e43
Suspend URL until view size is calculated

[Title] Suspend URL until view size is calculated
[Issue#] N_SE-51169, 51201
[Problem] Sometimes JS window.innerHeight returns incorrect height
[Cause] JS runs before view size is calculated
[Solution] Suspend URL load until view size is calculated

Change-Id: I7b5413daf58fa48fc4cd85e92cad31f94d47f6ed
Source/WTF/wtf/Platform.h
Source/WebKit2/UIProcess/API/efl/EwkViewImpl.h
Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp
Source/WebKit2/UIProcess/API/efl/PageClientImpl.h
Source/WebKit2/UIProcess/API/efl/ewk_view.cpp