Fixed silent crash, when viewer/composer opens
authorr.karu <r.karu@samsung.com>
Mon, 22 Apr 2013 08:30:11 +0000 (14:00 +0530)
committerGerrit Code Review <gerrit2@kim11>
Mon, 22 Apr 2013 08:55:22 +0000 (17:55 +0900)
commita752f463fd20b11e8c7d5b7c1c33057e7f99cbbb
treeb8108ba192b899df29108a89ff8374e8d4de831c
parent8e6348cbd4f77e346f8cb07df2f4d9b66868b65f
Fixed silent crash, when viewer/composer opens

[Title] When viewer/composer open, silent crash occurs
[Issue#] TD-9621
[Problem] When user tries to open a mail with html page in email application, silent crash occurs
[Cause] Since html content of email contains a sub resource url with path not having file read permissions,
message becomes invalid, hence UI process terminates.
[Solution] Given universal file read permissions in case of ewk_view_contents_set called from the application
as the same thing happening in loading file:///<url path> type of urls in browser application.
[Developer] Raveendra Karu (r.karu@samsung.com)
Source/WTF/wtf/Platform.h
Source/WebKit2/UIProcess/WebPageProxy.cpp