Bug 80493

Summary: Remove meaningless code in RenderTextControlSingleLine::preferredContentWidth()
Product: WebKit Reporter: Kent Tamura <tkent>
Component: FormsAssignee: Kent Tamura <tkent>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, hans, morrita, satish, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 80479    
Attachments:
Description Flags
Patch
none
Patch 2 morrita: review+, morrita: commit-queue-

Description Kent Tamura 2012-03-06 22:55:16 PST
Remove meaningless code in RenderTextControlSingleLine::preferredContentWidth()
Comment 1 Kent Tamura 2012-03-06 23:15:42 PST
Created attachment 130551 [details]
Patch
Comment 2 WebKit Review Bot 2012-03-07 02:19:38 PST
Comment on attachment 130551 [details]
Patch 

Attachment 130551 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/11838879
Comment 3 Kent Tamura 2012-03-07 05:18:27 PST
Created attachment 130602 [details]
Patch 2

Chromium build fix
Comment 4 Hajime Morrita 2012-03-07 18:03:56 PST
Comment on attachment 130602 [details]
Patch 2

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

Looks good. My guess is that there is more code like this which was used a source of  this change....

> Source/WebCore/ChangeLog:13
> +        The default borders and paddings of these buttons are 0, this code was

Want some conjunction here to clarify the connection.
Comment 5 Kent Tamura 2012-03-07 19:01:17 PST
(In reply to comment #4)
> > +        The default borders and paddings of these buttons are 0, this code was
> 
> Want some conjunction here to clarify the connection.

I updated ChangeLog, and am landing.
Comment 6 Kent Tamura 2012-03-07 19:03:04 PST
Committed r110130: <http://trac.webkit.org/changeset/110130>