Avoid broken unicode string by String::format()
authorChanghyup Jwa <ch.jwa@samsung.com>
Tue, 7 May 2013 14:54:06 +0000 (23:54 +0900)
committerGerrit Code Review <gerrit2@kim11>
Tue, 7 May 2013 16:03:54 +0000 (01:03 +0900)
commit7e1ca7dbcddd746983ab74bb16c51957bdfbb7a7
tree0ac2cd6d3e897e404aed5562351779850f0c7de2
parent4b6fe1d488efa7de055caf7917e33a6a0b4422c4
Avoid broken unicode string by String::format()

[Title] Avoid broken unicode string by String::format()
[Issue#] N_SE-37743
[Problem] Unicode ID string is broken after password autofill
[Cause] Unicode string is broken by String::format()
[Solution] Avoid use of String::format() and just append strings

Change-Id: I77c52863efcac9385b765d77fa22438cd064b545
Source/WebKit2/UIProcess/API/efl/ewk_context.cpp
Source/WebKit2/UIProcess/API/efl/ewk_view.cpp
Source/WebKit2/UIProcess/API/efl/tizen/FormDatabase.cpp