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+

Benjamin Poulain
Reported 2014-06-06 18:21:32 PDT
Improve CSSPrimitiveValue::customCSSText for ARMv7
Attachments
Patch (22.95 KB, patch)
2014-06-06 18:43 PDT, Benjamin Poulain
kling: review+
Benjamin Poulain
Comment 1 2014-06-06 18:43:08 PDT
WebKit Commit Bot
Comment 2 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.
Benjamin Poulain
Comment 3 2014-06-06 20:40:17 PDT
Andreas Kling
Comment 4 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.
Benjamin Poulain
Comment 5 2014-06-09 17:23:17 PDT
Note You need to log in before you can comment on or make changes to this bug.