Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.

Update to CEF 3.3239.1716.g735b746

Post Reply
User avatar
salvadordf
Posts: 4057
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Update to CEF 3.3239.1716.g735b746

Post by salvadordf »

Hi,

I uploaded a small update to CEF 3.3239.1716.g735b746 which also includes :
  • Added a HTTP, SOCKS4 and SOCKS5 combobox to the proxy preferences in the MiniBrowser demo.
  • Added a status panel to the MiniBrowser demo to indicate if the web page is loading.
  • Added more comments to the DOMVisitor demo.
The CEF binaries used in this version are : If you want to test the SOCKS proxy preferences use any server from this list :
https://www.socks-proxy.net/

Remember that not all the proxy servers work all day and some of them are REALLY slow.

To test a proxy server follow these steps :
  • Select Fixed servers in the Type combobox.
  • Select the right scheme and type the server address in the Server section.
  • Type the Port number.
  • Click OK
  • Load a website and be patient. Some proxy servers will delay the web page by 20 or 30 seconds!
User avatar
salvadordf
Posts: 4057
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Update to CEF 3.3239.1716.g735b746

Post by salvadordf »

I just added a new property to TChromium to handle the scheme in a cleaner way.

Now TChromium.ProxyScheme can have these values :
  • psHTTP : HTTP proxy server
  • psSOCKS4 : SOCKS4 proxy server
  • psSOCKS5 : SOCKS5 proxy server
The MiniBrowser demo uses this property to set the proxy preferences.
Post Reply