Download non-supported file like wml on loading resource.
authorYunchan Cho <yunchan.cho@samsung.com>
Wed, 8 May 2013 08:48:52 +0000 (17:48 +0900)
committerYunchan Cho <yunchan.cho@samsung.com>
Wed, 29 May 2013 06:27:11 +0000 (15:27 +0900)
commitde9653e6bc58026cf7770e373a5e474354a63721
treeb6d4e06e2c850a2a6223983abc08208be9d15ebf
parente2e816102b285a7b50c5fa3e0bc3b3e57fe06e01
Download non-supported file like wml on loading resource.

[Issue#] N/A
[Problem] when page of non-supported file type is loaded, its source code is display on its window
[Cause] web-provider didn't handle non-supported file type exceptionally
[Solution] web-provider calls downloader to download page of non-supported type when it is requested to be loaded.

Change-Id: Idf8f8e05c3aaddbd02b74a2611ccede5d587d15a
src/Core/Service/AppControl.cpp
src/Core/Service/AppControl.h
src/Core/View/WebView.cpp