Sync onorientationchange and onresize event
authorChanghyup Jwa <ch.jwa@samsung.com>
Mon, 12 Aug 2013 13:18:49 +0000 (22:18 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Mon, 14 Oct 2013 03:02:01 +0000 (03:02 +0000)
commitfdd62b14de5826d3ad6fa921c2d88ef64088e502
tree9d2102efb518b5648ac02785e6ff791a407fe917
parent499a294dcabdf889660b3ae06185d95e5a50025f
Sync onorientationchange and onresize event

[Title] Sync onorientationchange and onresize event
[Issue#] DCM-2318
[Problem] JS window.innerWidth and innerHeight returns incorrect value on
        orientation changed event
[Cause] JS values are not set yet
[Solution] Dispatch onorientationchanged event after JS values are set

Change-Id: I64fe68ec31106cf5bac918df793f3939122e8902
Source/WebKit2/UIProcess/API/efl/ewk_view.h
Source/WebKit2/WebProcess/WebPage/WebPage.cpp
Source/WebKit2/WebProcess/WebPage/WebPage.h