Bug 133597

Summary: Improve CSSPrimitiveValue::customCSSText for ARMv7
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarcelo, commit-queue, darin, esprehn+autocc, glenn, gyuyoung.kim, kling, macpherson, menard
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

Description Benjamin Poulain 2014-06-06 18:21:32 PDT
Improve CSSPrimitiveValue::customCSSText for ARMv7
Comment 1 Benjamin Poulain 2014-06-06 18:43:08 PDT
Created attachment 232642 [details]
Patch
Comment 2 WebKit Commit Bot 2014-06-06 18:44:26 PDT
Attachment 232642 [details] did not pass style-queue:


ERROR: Source/WTF/wtf/text/WTFString.h:118:  Should be indented on a separate line, with the colon or comma first on that line.  [whitespace/indent] [4]
Total errors found: 1 in 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Benjamin Poulain 2014-06-06 20:40:17 PDT
<rdar://problem/17209984>
Comment 4 Andreas Kling 2014-06-09 14:11:40 PDT
Comment on attachment 232642 [details]
Patch

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

r=me

> Source/WebCore/css/CSSPrimitiveValue.cpp:1151
> +        return cssTextCache().get(this);

We should make sure to do cssTextCache() only once in this function.
Comment 5 Benjamin Poulain 2014-06-09 17:23:17 PDT
Committed r169731: <http://trac.webkit.org/changeset/169731>