Use Settings Font for web app when font-family is "Tizen"
authorHyeonji Kim <hyeonji.kim@samsung.com>
Fri, 26 Apr 2013 11:27:04 +0000 (20:27 +0900)
committerGerrit Code Review <gerrit2@kim11>
Tue, 30 Apr 2013 08:26:10 +0000 (17:26 +0900)
commit1c724db8d11be84d7761f49b8be9871a3efda4fe
tree8eec4af3fd29e111741a752d69f41c5bad5e261f
parent17ce9086e864ada7cf3394fdf1e1d6c0ced34408
Use Settings Font for web app when font-family is "Tizen"

[Title] Use Settings Font for web app when font-family is "Tizen"
[Issue#] N/A
[Problem] When web app is resumed after changing Settings font type, the font of web app is not changed
[Cause] It needs page layout to apply the font which is changed in Settings
[Solution] When font-family is "Tizen", use system's Settings font as default font-family and do layout to apply the font

Change-Id: I88a07e9435c391e52ac5cbf0f5be5ef4b6e3e92c
Source/WTF/wtf/Platform.h
Source/WebCore/platform/graphics/FontCache.cpp
Source/WebCore/platform/graphics/FontCache.h [changed mode: 0755->0644]
Source/WebKit2/UIProcess/API/efl/ewk_view.cpp [changed mode: 0755->0644]
Source/WebKit2/UIProcess/API/efl/ewk_view.h [changed mode: 0755->0644]
Source/WebKit2/UIProcess/WebPageProxy.h [changed mode: 0755->0644]
Source/WebKit2/UIProcess/efl/WebPageProxyEfl.cpp [changed mode: 0755->0644]
Source/WebKit2/WebProcess/WebPage/WebPage.h [changed mode: 0755->0644]
Source/WebKit2/WebProcess/WebPage/WebPage.messages.in [changed mode: 0755->0644]
Source/WebKit2/WebProcess/WebPage/efl/WebPageEfl.cpp [changed mode: 0755->0644]