Bug 77822 - Clients cannot prevent caching of individual responses
Summary: Clients cannot prevent caching of individual responses
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-02-04 17:27 PST by mitz
Modified: 2012-02-04 18:54 PST (History)
1 user (show)

See Also:


Attachments
Add WKBundlePageResourceLoadClient::shouldCacheResponse (9.56 KB, patch)
2012-02-04 17:35 PST, mitz
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2012-02-04 17:27:09 PST
Clients cannot prevent caching of individual responses
Comment 1 mitz 2012-02-04 17:28:29 PST
<rdar://problem/10660698>
Comment 2 mitz 2012-02-04 17:35:01 PST
Created attachment 125508 [details]
Add WKBundlePageResourceLoadClient::shouldCacheResponse
Comment 3 WebKit Review Bot 2012-02-04 17:37:27 PST
Attachment 125508 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit..." exit_code: 1

Source/WebKit2/Shared/APIClientTraits.h:46:  This { should be at the end of the previous line  [whitespace/braces] [4]
Total errors found: 1 in 9 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Sam Weinig 2012-02-04 18:45:15 PST
Comment on attachment 125508 [details]
Add WKBundlePageResourceLoadClient::shouldCacheResponse

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

>> Source/WebKit2/Shared/APIClientTraits.h:46
>> +{
> 
> This { should be at the end of the previous line  [whitespace/braces] [4]

The { is on the wrong line.
Comment 5 mitz 2012-02-04 18:54:56 PST
Fixed in <http://trac.webkit.org/r106753>.