Bug 133646

Summary: REGRESSION (r169681): Three tests are broken
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Layout and RenderingAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kondapallykalyan, zalan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 133612    
Bug Blocks:    
Attachments:
Description Flags
proposed fix thorton: review+

Description Alexey Proskuryakov 2014-06-09 10:14:14 PDT
<http://trac.webkit.org/changeset/169681> broke three tests on Mountain Lion and Mavericks:

compositing/geometry/ancestor-overflow-change.html
compositing/layer-creation/overlap-animation-container.html
platform/mac-wk2/tiled-drawing/fixed/absolute-inside-fixed.html
Comment 1 Alexey Proskuryakov 2014-06-09 10:20:37 PDT
Created attachment 232709 [details]
proposed fix
Comment 2 WebKit Commit Bot 2014-06-09 10:22:55 PDT
Attachment 232709 [details] did not pass style-queue:


ERROR: Source/WebCore/rendering/RenderThemeMac.h:125:  Missing space before {  [whitespace/braces] [5]
ERROR: Source/WebCore/rendering/RenderThemeMac.h:166:  Missing space before {  [whitespace/braces] [5]
Total errors found: 2 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Tim Horton 2014-06-09 11:38:26 PDT
Comment on attachment 232709 [details]
proposed fix

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

> Source/WebCore/rendering/RenderThemeMac.mm:305
> +int RenderThemeMac::platformFocusRingMaxWidth() const

should we rename this to be platformFocusRingMinWidth, since it is max'd with the actual width?
Comment 4 Alexey Proskuryakov 2014-06-09 11:45:06 PDT
Committed <http://trac.webkit.org/r169699>
Comment 5 zalan 2015-08-18 08:44:45 PDT
FYI: http://trac.webkit.org/changeset/188577