Bug 120353

Summary: [WK2][Soup] Add WebFrameNetworkingContext::webFrameLoaderClient() after r154490
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, beidson, commit-queue, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 108832, 120186    
Attachments:
Description Flags
Patch none

Description Csaba Osztrogonác 2013-08-27 04:35:43 PDT
http://trac.webkit.org/changeset/154490 added WebFrameNetworkingContext::webFrameLoaderClient(), but only 
for Mac implementation. But it is needed by WebKit2/WebProcess/WebCoreSupport/WebPlatformStrategies.cpp
unconditionally for ENABLE_NETWORK_PROCESS builds. So we should add it to Soup implementation too.
Comment 1 Csaba Osztrogonác 2013-08-27 04:38:25 PDT
Created attachment 209745 [details]
Patch
Comment 2 Alexey Proskuryakov 2013-08-27 10:40:17 PDT
Comment on attachment 209745 [details]
Patch

Unsure why this code can't be cross-platform (I guess I subconsciously expected it to be).
Comment 3 WebKit Commit Bot 2013-08-27 11:01:43 PDT
Comment on attachment 209745 [details]
Patch

Clearing flags on attachment: 209745

Committed r154699: <http://trac.webkit.org/changeset/154699>
Comment 4 WebKit Commit Bot 2013-08-27 11:01:47 PDT
All reviewed patches have been landed.  Closing bug.