Bug 144381

Summary: REGRESSION(r183467): [SOUP] isMainResource is no longer passed as resource load parameters to the network process
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: darin, koivisto
Priority: P2 Keywords: Soup
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch darin: review+

Description Carlos Garcia Campos 2015-04-29 02:55:38 PDT
A requester enum value is passed now as part of the ResourceRequest, but it's not encoded/decoded for soup.
Comment 1 Carlos Garcia Campos 2015-04-29 02:57:34 PDT
Created attachment 251940 [details]
Patch

This fixes http/tests/cache/disk-cache/disk-cache-media.html when network cache is enabled.
Comment 2 Carlos Garcia Campos 2015-04-29 08:48:46 PDT
Committed r183546: <http://trac.webkit.org/changeset/183546>