Re: How can I get SOCKS settings params of Firefox?

2017-10-30 Thread nmago
понедельник, 23 октября 2017 г., 11:52:19 UTC+3 пользователь Karl Tomlinson написал: > I don't know how well GConf is supported by more recent GNOME > versions. I assume GSettings support was added to > nsUnixSystemProxySettings because GConf was to be no longer > supported, but the crash

Re: How can I get SOCKS settings params of Firefox?

2017-10-23 Thread Karl Tomlinson
I don't know how well GConf is supported by more recent GNOME versions. I assume GSettings support was added to nsUnixSystemProxySettings because GConf was to be no longer supported, but the crash reporter uses separate code. https://bugzilla.mozilla.org/show_bug.cgi?id=1388897

How can I get SOCKS settings params of Firefox?

2017-10-20 Thread nmago
Hi everyone! In crashreporter there is the function to load HTTP Proxy settings[1], and I'm interested how to get SOCKS proxy params (adress, port) in right way? Will it work if I just replace 'http' by 'socks' in: host = gconf_client_get_string(conf, HTTP_PROXY_DIR "/host", nullptr); port =