Bug 144381 - REGRESSION(r183467): [SOUP] isMainResource is no longer passed as resource load parameters to the network process
Summary: REGRESSION(r183467): [SOUP] isMainResource is no longer passed as resource lo...
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-29 02:55 PDT by Carlos Garcia Campos
Modified: 2015-04-29 08:48 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.13 KB, patch)
2015-04-29 02:57 PDT, Carlos Garcia Campos
darin: 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-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>