Bug 125003

Summary: [EFL] HTML5 required attribute validation messages implemented
Product: WebKit Reporter: Attila Dusnoki <adusnoki>
Component: WebKit EFLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, gyuyoung.kim, gyuyoung.kim, lucas.de.marchi, ossy, rakuco
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch
none
Proposed patch
none
Proposed patch none

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.