xul Questions

1

Solved

I am developing a firefox add-on using XUL, and I want to measure and profile my extension memory usage. How can I do this? and check which function is taking the most memory usage and how much m...
Bulletproof asked 6/2, 2012 at 18:17

1

Solved

In my Firefox extension I am using DOMContentLoaded to detect page load and insert my HTML. Is there an event which triggers before this and still the document is available at that time?
Crackup asked 12/10, 2011 at 19:1

1

Solved

Very recently I asked this question on how to pass clicks through an element (e.g. full screen overlaying ). Received some good advice, but I still wondered which browsers supported this natively.....
Chilung asked 17/11, 2009 at 3:33

1

As a follow-up of this question, I am trying MozMill for testing standalone XUL applications (not a firefox extension). However, I did not "get it" yet - more specifically, how to test a XULRunner-...
Jacquenette asked 29/7, 2011 at 13:33

2

I am writing an XUL application. It is not a Firefox extension but a standalone app to be used through XULrunner. My intention is to adopt TDD in my development process and I am looking at RhinoUni...
Childress asked 23/7, 2011 at 1:17

2

Solved

I've been into Firefox extension development recently, and ran into some issues: So, in browser.xul i defined these lines: <overlay id="sample" xmlns="http://www.mozilla.org/keymaster/gatekeep...
Hiller asked 28/7, 2011 at 7:21

3

Solved

Is it possible to decode a firefox addon from the XPI binding format to the native language XUL? I am just trying to learn how to make a addon. So, I think if I can decode a Firefox addon then I c...
Sirrah asked 28/4, 2011 at 16:30

2

Solved

Chrome Browser Actions provide a really nice popup effect by default. dead ImageShack image link removed Hovering over the toolbar icon provides a neat hover effect. Clicking the toolbar icon ...

1

Solved

Is there a way to execute a XUL program delivered via "trusted" web site outside of the browser sandbox? My XUL program executes beautifully in local XULRunner and in firefox with the -add paramet...
Superscribe asked 11/5, 2011 at 20:57

3

I have 3 main windows in my Xulrunner app that will be accessed very frequently. The application is running on a very slow system, so before the window shows up, I see a fully black box, and then t...
Chatty asked 2/5, 2011 at 16:38

3

Solved

How can I know, in Xul, if the network is (dis)connected? --update Using: function observe(aSubject, aTopic, aState) { if (aTopic == "network:offline-status-changed") { write("STATUS CHANGED!...
Hebrews asked 1/3, 2011 at 20:19

4

Solved

content: A browser for content. The content that is loaded inside the browser is not allowed to access the chrome above it. This sentence is seen on the Mozilla documentation for XUL. What does...
Napiform asked 21/2, 2011 at 22:18

9

Solved

After spending a lot of time and code on programming in Swing, I thought this can't be state-of-the-art Java GUI building. After not finding a user-friendly visual gui bilder for eclipse I stumbled...
Reversioner asked 27/5, 2009 at 13:47

2

Solved

I have written a Firefox extension and am currently in the process of updating it for Firefox 4 and adding some new features. Firefox 4 has a great new notification display that I'd quite like to ...
Destefano asked 11/2, 2011 at 9:19

2

Solved

I have an environment called $REP, how can I access the value of this variable using Xulrunner in a Linux environment? --udpate attempting with nslEnvironment: var env = Components.classes["@moz...
Alcaeus asked 10/2, 2011 at 12:45

2

Solved

From a XBL method, when I need to call another method, I do like: <method name="myMethod_1"> <body> <![CDATA[ // do staff ]]> </body> </method> <method n...
Myrilla asked 21/12, 2010 at 13:1

2

Solved

I am writing an addon which needs to do capture the no of times someone has highlighted any text on a webpage. Is there any way I can listen to this event? Thanks, Kapil
Helicograph asked 6/1, 2011 at 20:4

1

Solved

I'm trying to inspect my standalone Xul app, but the DOM Inspector's page talks just about documents loaded on the browser. How can I inspect my standalone Xul app?
Forgotten asked 10/1, 2011 at 15:27

1

Solved

Can I use LESS with Xul? Does anyone already used them together?
Gneiss asked 10/12, 2010 at 18:18

4

Solved

I am creating a Firefox Extension...what would be the javascript to open a URL in the current tab from a menuitem? e.g. in my overlay.xul file i have the following line: <menuitem label="Visit...
Babby asked 23/11, 2008 at 15:35

3

I have a Firefox extension that I would like to port to IE, I don't want to code it again. Is there something that can help me? It could come in very different ways: An IE BHO that can render a fi...
Leith asked 24/11, 2010 at 12:49

2

Solved

I am trying to develop a Firefox extension. The following code: var divList = document.getElementsByTagName("div") ; Components.utils.reportError("num of divs = " + divList.length) ; Always says...
Yazzie asked 14/11, 2010 at 19:27

2

I am building a Firefox Extension. I am using XUL and Javascript to do this. I need to get the text from my Firefox browser's address bar. Please don't get confused with URL where the browser has ...
Cragsman asked 21/9, 2010 at 11:32

5

Solved

Can anybody recommend a good graphic WYSIWYG editor for XUL?
Fibrinolysis asked 18/10, 2009 at 22:1

7

Solved

I'm not interested in Firebug, a XUL debugger, or a JavaScript editor, but a true WYSIWYG IDE for XUL form design.
Lion asked 30/1, 2009 at 1:4

© 2022 - 2024 — McMap. All rights reserved.