Bug 143867 - [SOUP] ResourceRequest cache policy is not encoded/decoded in IPC messages
Summary: [SOUP] ResourceRequest cache policy is not encoded/decoded in IPC messages
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Soup
Depends on:
Blocks:
 
Reported: 2015-04-17 02:22 PDT by Carlos Garcia Campos
Modified: 2015-04-17 03:18 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.00 KB, patch)
2015-04-17 02:24 PDT, Carlos Garcia Campos
svillar: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2015-04-17 02:22:23 PDT
We need it for the disk-cache layout tests.
Comment 1 Carlos Garcia Campos 2015-04-17 02:24:36 PDT
Created attachment 251009 [details]
Patch
Comment 2 Sergio Villar Senin 2015-04-17 02:49:50 PDT
Comment on attachment 251009 [details]
Patch

Do we have unit tests for this?
Comment 3 Carlos Garcia Campos 2015-04-17 03:09:49 PDT
(In reply to comment #2)
> Comment on attachment 251009 [details]
> Patch
> 
> Do we have unit tests for this?

Cache-policy is not exposed in the api in any way. It's covered by disk-cache layout tests
Comment 4 Carlos Garcia Campos 2015-04-17 03:18:05 PDT
Committed r182944: <http://trac.webkit.org/changeset/182944>