ScrollPoint is not coming properly in page reload.
authordeepak <deepak.m1@samsung.com>
Thu, 20 Jun 2013 23:49:04 +0000 (05:19 +0530)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Mon, 21 Oct 2013 05:13:36 +0000 (05:13 +0000)
commit979bd307e01bec3be9b1957bff912818d7c6ef16
treefb4ecc253b1302583104cb56bfb29bccc1ee254c
parent35d24ada4b6dfb8151738cbe55722a78fd54ae0e
ScrollPoint is not coming properly in page reload.

[Version]    N/A
[Project]    Redwood
[Title]      Reload On the Page after scroll should not comes to the start position.
[BinType]    N/A
[Customer]   HQ
[Issue#]     WEB-3334
[Problem]    ScrollPosition are getting set to 0,0
[Cause]      setVisibleContent() from initializeVisibleContentRect() in PageClientImpl.cpp is setting m_visibleContectRect to 0,0
[Solution]   code added to restore scroll position that will frame load notification come.
[Team]       WebCoreSupport
[Developer]  deepak.m1@samsung.com
[Request]    N/A
[Horizontal expansion] N/A
[SCMRequest] NA

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