I am developing an extension in Firefox. I want to load a simple javascript module to my xbl file. I have followed the instructions in here but I don\'t get any results. In fact when I call the method
is it possible to get the value of an entity <!ENTITY gatwayError\"Gateway error\"> using javascript? For now I reference them in my xul file using
I have a spooky case - my unlimited stream from server we created (live generated, FLV file with undeclared length) which shall be played via flash player application I created (which is as simple as
I am trying to find an easy way to detect if my extension is installed in Firefox 3.6. This should be done from a webpage, probably using javascript.
In a Firefox add-on, I would l开发者_JAVA百科ike to set a temporary notification the top notification bar. By temporary, I mean that the notification would disappear after a couple seconds. Is this so
I want to toggle a sidebar on toolbar icon click. I define my toolbar inff-sidebar.js file: var mainWindow = null;
I have written the following javascript function which hangs up because it never seems to be able to find the canvas_frame element on a loaded GMail page (the compose page). This is begin called via t
I define a label and set its value <bbox> <label id=\"notify\" value=\"Test\"/> </bbox>
I want to style 开发者_高级运维different elements of my firefox extension. This is how I include css:
I want to display little messages to provide feedback to the user while he is providing input or just interacting with the UI.