RESOLVED FIXED 125003
[EFL] HTML5 required attribute validation messages implemented
https://bugs.webkit.org/show_bug.cgi?id=125003
Summary [EFL] HTML5 required attribute validation messages implemented
Attila Dusnoki
Reported 2013-11-29 01:41:51 PST
Implemented missing HTML5 validation messages.
Attachments
Proposed patch (3.01 KB, patch)
2013-11-29 01:43 PST, Attila Dusnoki
no flags
Proposed patch (3.01 KB, patch)
2013-11-29 02:26 PST, Attila Dusnoki
no flags
Proposed patch (2.98 KB, patch)
2013-12-02 00:23 PST, Attila Dusnoki
no flags
Attila Dusnoki
Comment 1 2013-11-29 01:43:10 PST
Created attachment 218040 [details] Proposed patch
Attila Dusnoki
Comment 2 2013-11-29 02:26:13 PST
Created attachment 218045 [details] Proposed patch
Gyuyoung Kim
Comment 3 2013-11-30 21:33:56 PST
Comment on attachment 218045 [details] Proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=218045&action=review > Source/WebCore/ChangeLog:7 > + It would be nicer to add description, though patch is too simple. > Source/WebCore/platform/efl/LocalizedStringsEfl.cpp:531 > + return String::fromUTF8("Please match the requested format:"); As far as I know, ASCIILiteral is more efficient than String::fromUTF8(). http://trac.webkit.org/wiki/EfficientStrings
Attila Dusnoki
Comment 4 2013-12-02 00:23:48 PST
Created attachment 218144 [details] Proposed patch
Gyuyoung Kim
Comment 5 2013-12-02 00:41:04 PST
LGTM
WebKit Commit Bot
Comment 6 2013-12-02 01:05:46 PST
Comment on attachment 218144 [details] Proposed patch Clearing flags on attachment: 218144 Committed r159915: <http://trac.webkit.org/changeset/159915>
WebKit Commit Bot
Comment 7 2013-12-02 01:05:50 PST
All reviewed patches have been landed. Closing bug.
Gyuyoung Kim
Comment 8 2013-12-02 03:28:58 PST
EFL layout test regression occurred. So, I fix it on http://trac.webkit.org/changeset/159929.
Note You need to log in before you can comment on or make changes to this bug.