Re: [b2g] Help with navgiator.mozWifiManager.setHttpProxy

2013-11-18 Thread Ken Chang
..@mozilla.com Tel:+886-2-87861100 Ext.303 Mobile:+886-952-391521 - Original Message - > From: "Jonas Sicking" > To: "Paul Theriault" , "Ken Chang" > > Cc: "Frederik Braun" , dev-b2g@lists.mozilla.org > Sent: Monday, November 18, 2013

Re: [b2g] Help with navgiator.mozWifiManager.setHttpProxy

2013-11-18 Thread Jonas Sicking
Ken, Can someone from your team explain the design here? / Jonas On Nov 17, 2013 11:37 PM, "Paul Theriault" wrote: > > On Nov 18, 2013, at 5:56 PM, Jonas Sicking wrote: > > > On Sun, Nov 17, 2013 at 8:50 PM, Paul Theriault > wrote: > >> I was curious too, so I dived into the code in a little:

Re: [b2g] Help with navgiator.mozWifiManager.setHttpProxy

2013-11-17 Thread Paul Theriault
On Nov 18, 2013, at 5:56 PM, Jonas Sicking wrote: > On Sun, Nov 17, 2013 at 8:50 PM, Paul Theriault > wrote: >> I was curious too, so I dived into the code in a little: >> >> For mobile data (i.e. 3g etc), the proxy is set on the APN using the >> mozSettings API to configure the "ril.data.ap

Re: [b2g] Help with navgiator.mozWifiManager.setHttpProxy

2013-11-17 Thread Jonas Sicking
On Sun, Nov 17, 2013 at 8:50 PM, Paul Theriault wrote: > I was curious too, so I dived into the code in a little: > > For mobile data (i.e. 3g etc), the proxy is set on the APN using the > mozSettings API to configure the "ril.data.apnSettings" setting[1] . The RIL > code registers a new networ

Re: [b2g] Help with navgiator.mozWifiManager.setHttpProxy

2013-11-17 Thread Paul Theriault
I was curious too, so I dived into the code in a little: For mobile data (i.e. 3g etc), the proxy is set on the APN using the mozSettings API to configure the "ril.data.apnSettings" setting[1] . The RIL code registers a new network interface [2] which uses the Gonk NetworkManager[3] to set th

Re: [b2g] Help with navgiator.mozWifiManager.setHttpProxy

2013-11-16 Thread Jonas Sicking
On Nov 13, 2013 2:31 AM, "Frederik Braun" wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 13.11.2013 07:37, Paul Theriault wrote: > > I was reviewing the mozWifiManager API [1] and I noticed the > > setHttpProxy method. I expected it to set a HTTP proxy on my wifi > > connecti

Re: [b2g] Help with navgiator.mozWifiManager.setHttpProxy

2013-11-13 Thread Frederik Braun
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 13.11.2013 07:37, Paul Theriault wrote: > I was reviewing the mozWifiManager API [1] and I noticed the > setHttpProxy method. I expected it to set a HTTP proxy on my wifi > connection, but I can't seem to get it work, and its not > documented o

Re: [b2g] Help with navgiator.mozWifiManager.setHttpProxy

2013-11-13 Thread Vincent Chang
Hi Paul, it seems a regression and bug 938042 is created. Many Thanks, Vincent Chang, Software Engineer of Mozilla Taiwan 2013/11/13 Paul Theriault > I was reviewing the mozWifiManager API [1] and I noticed the setHttpProxy > method. I expected it to set a HTTP proxy on my wifi connection, b

[b2g] Help with navgiator.mozWifiManager.setHttpProxy

2013-11-12 Thread Paul Theriault
I was reviewing the mozWifiManager API [1] and I noticed the setHttpProxy method. I expected it to set a HTTP proxy on my wifi connection, but I can't seem to get it work, and its not documented on mdn yet [2]. I tried connecting to the system app in the app manager (debugger) and executing t