Bug 30446 - wx port lacks proxy support
Summary: wx port lacks proxy support
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-16 10:51 PDT by Kevin Watters
Modified: 2009-10-18 10:05 PDT (History)
1 user (show)

See Also:


Attachments
Adds wxWebView::SetProxyInfo (7.24 KB, patch)
2009-10-16 10:52 PDT, Kevin Watters
kevino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!