Closed GoogleCodeExporter closed 9 years ago
The idea of being able to provide a custom proxy resolver is fine. I think a
more generic solution for handlers that need to be provided at CefInitialize()
time would be better. For example, we could create a CefApp interface modeled
on CefClient that gets passed to CefInitialize() and provides handlers for
things like proxy resolution.
Original comment by magreenb...@gmail.com
on 31 Oct 2011 at 6:08
Original comment by magreenb...@gmail.com
on 31 Oct 2011 at 6:10
Original comment by magreenb...@gmail.com
on 23 Nov 2011 at 7:11
Thanks for the patch. Revision 394 adds a new CefProxyHandler interface to
allow applications to resolve proxy information.
We may want to support asynchronous continuation of proxy resolution at some
point in the future.
Original comment by magreenb...@gmail.com
on 23 Nov 2011 at 10:50
Original issue reported on code.google.com by
mikeyk...@gmail.com
on 25 Oct 2011 at 8:44Attachments: