Bug 30446

Summary: wx port lacks proxy support
Product: WebKit Reporter: Kevin Watters <kevinwatters>
Component: WebKit wxAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: kevino
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Adds wxWebView::SetProxyInfo kevino: review+

Description Kevin Watters 2009-10-16 10:51:58 PDT
With a simple API for setting proxy info, we could forward it down to CURL and have proxy support in wxWebKit easily.
Comment 1 Kevin Watters 2009-10-16 10:52:24 PDT
Created attachment 41298 [details]
Adds wxWebView::SetProxyInfo
Comment 2 Kevin Ollivier 2009-10-18 10:05:24 PDT
Landed in r49752, thanks!