| Summary: | Cached CSS image resources don't show up after reloading <http://nightly.webkit.org/start/> | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Antti Koivisto <koivisto> | ||||
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | aestes, cdumez, commit-queue, jonowells, kling | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Antti Koivisto
2015-05-13 09:29:44 PDT
Created attachment 253034 [details]
patch
Attachment 253034 [details] did not pass style-queue:
ERROR: Source/WebCore/css/CSSValueList.h:77: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WebCore/css/StyleSheetContents.h:88: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WebCore/css/CSSCrossfadeValue.h:66: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WebCore/css/CSSFilterImageValue.h:67: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WebCore/css/CSSValue.h:126: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WebCore/css/CSSValueList.cpp:154: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WebCore/css/CSSValue.cpp:128: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WebCore/css/CSSFontFaceSrcValue.cpp:94: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WebCore/css/CSSCrossfadeValue.cpp:177: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WebCore/css/CSSImageValue.h:53: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WebCore/css/CSSFontFaceSrcValue.h:71: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WebCore/css/CSSImageValue.cpp:102: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WebCore/css/StyleProperties.h:111: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WebCore/css/StyleProperties.cpp:1077: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WebCore/css/CSSImageSetValue.cpp:187: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WebCore/css/CSSFilterImageValue.cpp:152: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WebCore/css/CSSImageSetValue.h:65: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WebCore/css/StyleSheetContents.cpp:426: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WebCore/css/StyleSheetContents.cpp:466: Extra space before ( in function call [whitespace/parens] [4]
Total errors found: 19 in 36 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 253034 [details]
patch
r=me
Comment on attachment 253034 [details] patch Clearing flags on attachment: 253034 Committed r184315: <http://trac.webkit.org/changeset/184315> All reviewed patches have been landed. Closing bug. |