DOM Bindings Meeting - Monday @ 12:30 PM PDT

2012-08-05 Thread Kyle Huey
Our weekly DOM bindings meetings continue on Monday August 6th at 12:30 PM PDT. Meeting details: * Monday, August 6, 2012, 12:30 PM PDT * Conference room 4-M, Mountain View office, 4th floor. * Conference room 7-N, San Francisco office, 7th floor. * Dial-in Info: - Vidyo room: SFO-7N - In offic

Re: c++ put custom implementation of stream listener into traceable channels SetNewListener method

2012-08-05 Thread Boris Zbarsky
On 8/5/12 2:35 PM, justSomeGuy wrote: if(strcmp(aTopic, "http-on-modify-request")) { //here everything works just fine. Can do everything i want. That code is running when aTopic == "http-on-examine-response" else if(strcmp(aTopic, "http-on-examine-response")) { //it comes in here. it says it

Re: c++ put custom implementation of stream listener into traceable channels SetNewListener method

2012-08-05 Thread L. David Baron
On Sunday 2012-08-05 11:35 -0700, justSomeGuy wrote: > > Looking over this code again, |if(strcmp(aTopic, > > > > "http-on-examine-response"))| is incorrect. If that's present in the > > > > original code, you should fix it. > > Thank you for your rapid response. If I may ask what is wrong wit

Re: c++ put custom implementation of stream listener into traceable channels SetNewListener method

2012-08-05 Thread justSomeGuy
Dne nedelja, 05. avgust 2012 20:05:58 UTC+2 je oseba Josh Matthews napisala: > On 07/24/2012 06:54 AM, justSomeGuy wrote: > > > Hi, > > > > > > I'm trying to get responses but I can't seem to figure out how to use > > nsiTraceableChannel. What I already did is that i registered an observer > >

Re: c++ put custom implementation of stream listener into traceable channels SetNewListener method

2012-08-05 Thread Josh Matthews
On 07/24/2012 06:54 AM, justSomeGuy wrote: Hi, I'm trying to get responses but I can't seem to figure out how to use nsiTraceableChannel. What I already did is that i registered an observer for http-on-modify-request and http-on-examine-response, which is working just fine. Now what I'm tryin