differentiate between plugin http requests and JS http requests

2013-10-02 Thread ukdvivek
I am writing a xul application which records all the network communication happening inside a browser instance created using tag. I can use http-on-modify-request to track all the requests being made and modify headers accordingly but I can not differentiate which request is made by plugin lik

Custom icon when using xulrunner app with Firefox using -app flag

2013-09-10 Thread ukdvivek
Hi All, Trying to use Firefox instead of xulrunner to launch my application. Everything works fine except the custom icon my application has. Is there a way to have custom icon when we launch xul application using Firefox -app flag? Thanks in advance. Vivek ___