Fix AppControl reload="disable" behavior bug
authorSeungkeun Lee <sngn.lee@samsung.com>
Mon, 5 Oct 2015 04:48:20 +0000 (13:48 +0900)
committerSeungkeun Lee <sngn.lee@samsung.com>
Mon, 5 Oct 2015 05:16:46 +0000 (14:16 +0900)
commitd2bef6d110cc7d5dbf1533a29fc6c108b5234158
treea89efec50d46addc41a873430571c6f8503c513e
parenta5a23b1bdcf7d909ac2b39e77b30866836a54ca0
Fix AppControl reload="disable" behavior bug
 - WebView::GetUrl() was returing localized URL, But we compare with relative URL
 - res->uri convert to localized url and compare with webview::GetUrl()
 - Remove unused instance variable
runtime/browser/web_application.cc
runtime/browser/web_application.h