Browser - Sometimes Reload button does not work after clicking 02/50102/5
authorm.kawonczyk <m.kawonczyk@samsung.com>
Fri, 23 Oct 2015 11:34:56 +0000 (13:34 +0200)
committerMaciej Kawo?czyk <m.kawonczyk@samsung.com>
Mon, 26 Oct 2015 11:49:05 +0000 (04:49 -0700)
commitfef18fe6395202c3bc2ef7be15bb8f95446093c0
treec7e38a463b4b83f62ecc21427851927c41a629e3
parent368ebe024af26d8c1ab4d03a3f2e11eca190cc8e
Browser - Sometimes Reload button does not work after clicking
Stop button

[Issue]        https://bugs.tizen.org/jira/browse/TT-173
[Problem]      Sometimes Reload button does not work after clicking
               Stop button
[Solution]     Stop button created loadFinished signal, to solve this
               loadStopped was created. In  addition, engine was still
               sending __loadProgress signal, which I blocked after
               Stop button was clicked. As you can not get title and
               snapshot from unloaded page, it was exchanged by blank
               image and url for view and for history manager.
[Verification] Open new page and stop load. Page should not load any
               additional content. Reload and enter button on url
               should force webview to refresh.

Change-Id: I5bdab33254ff8dd0ef5302443b21fd23ed82f661
services/SimpleUI/SimpleUI.cpp
services/SimpleUI/SimpleUI.h
services/WebKitEngineService/WebKitEngineService.cpp
services/WebKitEngineService/WebKitEngineService.h
services/WebKitEngineService/WebView.cpp
services/WebPageUI/URIEntry.cpp
services/WebPageUI/URIEntry.h
services/WebPageUI/WebPageUI.cpp
services/WebPageUI/WebPageUI.h