Bug 93943

Summary: [Forms] Copy Source/WebCore/html/shadow/TextControlInnerElements.{cpp,h} to SpinButtonElement.{cpp,h}
Product: WebKit Reporter: yosin
Component: FormsAssignee: yosin
Status: RESOLVED FIXED    
Severity: Normal CC: tkent, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 94289    
Attachments:
Description Flags
Patch 1 tkent: review+

Description yosin 2012-08-14 01:23:49 PDT
This is part of setting SpinButtonElement free from HTMLInputElement.
Comment 1 yosin 2012-08-14 02:22:55 PDT
Created attachment 158266 [details]
Patch 1
Comment 2 yosin 2012-08-14 02:23:51 PDT
Comment on attachment 158266 [details]
Patch 1

Could you review this patch?
Thanks in advance.

Note: The diff is result of "svn copy".
Comment 3 WebKit Review Bot 2012-08-14 02:26:54 PDT
Attachment 158266 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1
Source/WebCore/html/shadow/SpinButtonElement.h:27:  #ifndef header guard has wrong style, please use: SpinButtonElement_h  [build/header_guard] [5]
Source/WebCore/html/shadow/SpinButtonElement.h:178:  The parameter name "state" adds no information, so it should be removed.  [readability/parameter_name] [5]
Source/WebCore/html/shadow/SpinButtonElement.cpp:28:  Found other header before a header this file implements. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
Source/WebCore/html/shadow/SpinButtonElement.cpp:29:  Alphabetical sorting problem.  [build/include_order] [4]
Total errors found: 4 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Kent Tamura 2012-08-14 02:54:53 PDT
Comment on attachment 158266 [details]
Patch 1

ok
Comment 5 yosin 2012-08-16 23:37:07 PDT
Landed: http://trac.webkit.org/changeset/125862