Bug 150786

Summary: Tidy handling of type=color in HTMLInputElement a bit
Product: WebKit Reporter: Darin Adler <darin>
Component: FormsAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, ggaren, jonlee, sam, thorton
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch
none
Patch kling: review+

Description Darin Adler 2015-11-01 15:46:08 PST
Tidy handling of type=color in HTMLInputElement a bit
Comment 1 Darin Adler 2015-11-01 15:56:37 PST
Created attachment 264541 [details]
Patch
Comment 2 Darin Adler 2015-11-01 15:57:38 PST
Another piece of the Color/ColorSpace patch that can be landed on its own.
Comment 3 Darin Adler 2015-11-01 16:31:18 PST
Created attachment 264542 [details]
Patch
Comment 4 Darin Adler 2015-11-01 17:02:10 PST
Created attachment 264544 [details]
Patch
Comment 5 Andreas Kling 2015-11-01 20:03:29 PST
Comment on attachment 264544 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=264544&action=review

r=me

> Source/WebCore/html/InputType.h:140
> -    // Validation functions
> +    // Validation functions,

s/,/./
Comment 6 Darin Adler 2015-11-01 22:02:27 PST
Committed r191876: <http://trac.webkit.org/changeset/191876>