Quantcast
Channel: Firefox Extension: responding to an http-on-modify-request observed in the parent with a message to the child frame responsible for the load - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Noitidart for Firefox Extension: responding to an...

This is the function I use to find the content message manager:function contentMMFromContentWindow_Method2(aContentWindow) { if (!gCFMM) { gCFMM =...

View Article



Answer by the8472 for Firefox Extension: responding to an...

This should work in principle, although the docshell tree traversal may do different things in e10s and non-e10s, so you have to be careful there. In e10s rootTreeItem...

View Article

Firefox Extension: responding to an http-on-modify-request observed in the...

I'm trying to enhance an existing Firefox extension which relies on nsIContentPolicy to detect and abort certain network loads (in order to block the resulting UI action, i.e. tab navigation). Then...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images