Search found 2 matches

by calj
Thu Mar 11, 2010 9:25 am
Forum: NoScript Development
Topic: [RESOLVED] ABE breaks the Fx queries observer
Replies: 3
Views: 2185

Re: ABE brokes the FF queries observer

Actually I made a mistake in the observer when I tried to get the document from which the request was done. I checked the type of requests before trying to get the document, and as ABE changed the type of the request my type checking didn't work anymore. I fixed that and now it's working well. Thank...
by calj
Wed Mar 10, 2010 3:08 pm
Forum: NoScript Development
Topic: [RESOLVED] ABE breaks the Fx queries observer
Replies: 3
Views: 2185

[RESOLVED] ABE breaks the Fx queries observer

Hi, I am a FF addon developer and I have an issue due to ABE. I use the "nsIObserverService" to get the events "http-on-examine-response" in order to get the list of all http queries made by Flash applications. The fact is when I active the ABE option, on some websites I don't se...