Bug 144952 - Cached CSS image resources don't show up after reloading <http://nightly.webkit.org/start/>
Summary: Cached CSS image resources don't show up after reloading <http://nightly.webk...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-05-13 09:29 PDT by Antti Koivisto
Modified: 2015-05-13 16:10 PDT (History)
5 users (show)

See Also:


Attachments
patch (39.83 KB, patch)
2015-05-13 09:46 PDT, Antti Koivisto
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2015-05-13 09:29:44 PDT
We don't revalidate resources on cached parsed stylesheets.
Comment 1 Antti Koivisto 2015-05-13 09:43:08 PDT
rdar://problem/13387307
Comment 2 Antti Koivisto 2015-05-13 09:46:24 PDT
Created attachment 253034 [details]
patch
Comment 3 WebKit Commit Bot 2015-05-13 09:48:49 PDT
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 4 Oliver Hunt 2015-05-13 15:20:26 PDT
Comment on attachment 253034 [details]
patch

r=me
Comment 5 WebKit Commit Bot 2015-05-13 16:10:41 PDT
Comment on attachment 253034 [details]
patch

Clearing flags on attachment: 253034

Committed r184315: <http://trac.webkit.org/changeset/184315>
Comment 6 WebKit Commit Bot 2015-05-13 16:10:47 PDT
All reviewed patches have been landed.  Closing bug.