firefox-addon
Calling addon functionality from a unit test
I\'ve made a firefox addon using the the addon-sdk and I\'m trying to write unit tests for it now. How can I access the addon functionality from the test? From what i see, they are separated, and I c[详细]
2023-04-09 01:56 分类:问答to get link clicked in javascript/firefox-adon
Below is a code snippet for a Firefox add-on whose part of the job is to get the navigation details of the user (from which page to which page etc), but the code I used doesn\'t seem to work:[详细]
2023-04-09 00:07 分类:问答Making firefox addon using Qt
I开发者_StackOverflow社区 wanted to ask whether it is possible to make an firefox addon using Qt.If possible how can I do that ?See the Qt Browser Plugin example from Nokia/Digia/etc. Was part of Qt S[详细]
2023-04-08 20:20 分类:问答Omniture SiteCatalyst WATS addon
I have a Flex Application, and I开发者_如何学运维 need to track site catalyst data with Omniture site-catalyst.[详细]
2023-04-08 18:22 分类:问答Sending binary data to a servlet
I am trying send a file to a servlet. function sendToServlet(){ var file = Components.classes[\"@mozilla.org/file/local;1\"].[详细]
2023-04-08 13:08 分类:问答Nested tool-bar button in xul
I am having a toolbar-button with type \"menu-button\". 开发者_Python百科Can I have two toolbar-buttons inside this one?Since you would like to have a button inside a menu-button, here you go. But, th[详细]
2023-04-08 12:45 分类:问答Accessing fully developed dom through plugin in Firefox
I need to see the fully loaded and devloped dom of a page, i.e after my client loads up my page I want them to be able to click a button on fire fox and then fire fox will send me the fully developed[详细]
2023-04-08 11:39 分类:问答Firefox Extension cannot override element events
I\'m having trouble trying to override a form element\'s onsubmit event. I have no problem adding a listener with addEventListener, but for my particular case, I need to replace the onsubmit but for s[详细]
2023-04-08 09:16 分类:问答Listen to page save event in a Chrome extension and Firefox addon
I am in the process of developing a plug-in which needs to be notified when a web page is saved. I have been browsing the chrome extension API for a long time now and cannot seem to find a solution开发[详细]
2023-04-08 06:51 分类:问答Unable to access panel from script
In my browser.xul file I have a panel element: <panel id=\"panel1\"> <!-- Elements --> </panel>[详细]
2023-04-08 05:37 分类:问答