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 everything is ok

   nsCOMPtr<nsITraceableChannel> traceableChannel = do_QueryInterface(aSubject, 
&rv);

This is running during "on-modify-request".

That said, I'd somewhat expect setting a new listener during on-modify-request to still work.

-Boris
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to