XULRunner is Mozilla's runtime environment meant to run cross-platform applications using the same technologies (XUL, XPCOM, JavaScript, CSS) as the Firefox browser.

learn more… | top users | synonyms

0
votes
2answers
18 views

Visual Studios adding folder to release directory

I am trying to pull in a dependency, xulrunner to be exact. It is basically a folder of binaries and an executable called xulrunner.exe. The code initializes xulrunner for use by passing in the ...
0
votes
0answers
9 views

xulrunner mute youtube flash video player

I have simple xulrunner browser just like there DJ project. So, is there some way to mute browser or flash player? My goal is to play youtube video muted without manually volume button clicking. ...
3
votes
1answer
35 views

Why my GeckoFX browser doesn't load videos?

I'm using C# + GeckoFX-18.0 (bitbucket.org/geckofx) for developing a web browser, but when I visit a page which contains a video, it simply doesn't load the video - the area of the video stays all ...
0
votes
0answers
12 views

XULrunner resize window and force repaint

I'm working on xulrunner application and I would like to resize window however when i use window.resizeTo and give values larger then current window size I receive window cropped to old values. ...
1
vote
1answer
19 views

Error while delivering code in RTC

I m setting up RTC on Ubuntu 12.10 64 bit. My RTC and JDK7 are also 64 bit versions. Whenever I try to deliver code using RTC I get an error: Error logged from Process Client UI: No more handles ...
0
votes
1answer
38 views

Print preview xulrunner

So i'm having this problem with opening print preview in xulrunner. I open print preview but i can't get the navigation toolbar. This is the code from PrintUtils.js where the toolbar is created: var ...
0
votes
1answer
35 views

Getting Interface Implementation of built-in Mozilla Firefox Component

I'm currently trying to develop a custom password manager in c++. I've already developed a deployable module implementing the nsILoginManagerStorage interface, can install it on firefox and it is ...
0
votes
0answers
32 views

Get session_id of SSL-Handshake in Firefox-Extension

In a Firefox-Extension I need the session_id of the SSL-Handshake. I've tried the following interfaces: Ci.nsISSLStatusProvider Ci.nsITransportSecurityInfo, Ci.nsISSLStatus But I cannot find any ...
0
votes
0answers
106 views

SWT embedded with Firefox

package com.fenbeisoft.user; import java.util.ArrayList; import org.eclipse.swt.SWT; import org.eclipse.swt.browser.Browser; import org.eclipse.swt.browser.OpenWindowListener; import ...
1
vote
1answer
49 views

Failing to load overlay in xul application

I have a stand-alone xulrunner application, that needs extension to work properly. But after I install xpi file, my jsconsole is reporting me an error "Failed to load overlay from ...
2
votes
1answer
35 views

Unable to run multiple instance of Xulrunner

I have a simple hello world application in xulrunner. I need to be able to run multiple instance of the application. However when I run the application from commandline if one is already running, i ...
0
votes
0answers
10 views

XUL framework NS_ASSERT fails to assert on false condition

This works for me: NS_ASSERT(false, "Failure1"); But it does not work in the following situations: print(name); // prints undefined print(!(name === undefined)); // prints false NS_ASSERT(!(name ...
0
votes
0answers
15 views

Automatic locale detection in a xulrunner app

I have an xulrunner app which has Japanese and English locales. Using -UILocale <locale> to switch locales works fine, so there's no problem with the actual locale files or code, but running the ...
0
votes
1answer
26 views

XPIDL (typelib.py) type not found error

I am trying to build a Firefox extension that makes use of IDL. However, the build dies with this error: [apply] Executing 'python' with arguments: [apply] ...
0
votes
1answer
42 views

Eclipse XUL : Contents not getting updated even after editing sourcecode

I am using xul in eclipse When I create a xul file first time, it works correctly; but if i change contents of source file the changes are not getting reflected in output. If I run the xul file it ...
0
votes
2answers
128 views

Firefox/XUL: coords of DOM Element on display

I'm developing Firefox extension. For some statistics I need actual display coordinates of DOM Element inside browser. I can get coordinates of: Required DOM Element inside viewport by calling it's ...
1
vote
1answer
286 views

Aptana 3.2.2 preview does not open internal browser (ubuntu 12.10 64 bits)

After installing Aptana Studio3 (version 3.3.2) in my Ubuntu 12.10 I find out that the preview button did not work properly. Meaning, I was not able to see the preview in the opened tab. As if ...
0
votes
0answers
138 views

SWT x64 with xulrunner 3.6.28 x86

is there any way to run xulrunner 3.6.28 (x86 there is no other) with swt x64? I cant use the newer xulrunner 10.4esr becouse i have some issues with it. The old one runs like a charm, but there is ...
0
votes
0answers
31 views

Error message repeating in xulrunner

When i got an error message while debbugging any application in XULRUNNER. But this message repeated until i change the name in the .ini file. Something XULRUNNER have cache. I have used following ...
0
votes
1answer
186 views

create swt.browser of mozilla with xulrunner occurs error

I use org.eclipse.swt.browser of mozilla with xulrunner to load web content,but i get error: Unhandled event loop exception XPCOM error -2147467261 My develop enviroment: OS: win7 * 32bit Eclipse : ...
0
votes
2answers
69 views

How do I deploy XULRunner folder to output directory after installing abcpdf gecko via nuget?

I installed the ABCpdf.ABCGecko package via nuget, and it gave me this dialog: Finished! Please deploy the XULRunner folder to your output directory manually. I don't really know wtf this ...
0
votes
0answers
36 views

Same context menu on multiple trees

So i'm having problem with same context menu on multiple trees. Menu: <menupopup id="treecontext"> <menuitem id="menu-insert" label="Insert row" oncommand="insertRow(event)" /> ...
1
vote
1answer
47 views

How to copy automatically needed files from any dir to release- or debug-directory in Visual Studio 8

I'm using Visual Studio 2008 and the imported GeckoFX-Framework in one of my projects. Since the Geckofx-13.0.dll uses the XUL-Runner itself, it's mandatory to have those files also in the ...
0
votes
1answer
174 views

Not able to modify POST data in Firefox extension

I am trying to implement a Firefox Extension which modify the POST request data. Code follows, it fails where marked "Fails here!!!" Any insight would be helpful. ...
0
votes
0answers
170 views

SWT browser poor performance with javascript (for both webkit and xulrunner)

Using the eclipse template for an RCP application with a web browser (SWT Browser), I'm experiencing a very poor performance rendering this page (which uses Javascript): http://bl.ocks.org/d/4063663/ ...
8
votes
4answers
287 views

Simple XULRunner app to load a web page

I have not ever used XUL and it seems quite mysterious. What does it take to create a simple XUL application that simply loads a webpage on a Linux environment?. No need for window decorations, ...
1
vote
0answers
50 views

How To transfer session after login to other browser

How to transfer the login session between Firefox browser i have made a .net desktop application that opens Firefox browser in it as the user login i want to transfer the session after login to the ...
0
votes
0answers
58 views

SWT, XULrunner, OS X - mouse hover events not working

We have an Eclipse SWT application that makes use of several SWT Browser controls, backed by XULrunner. We are using SWT 4.2 and XULrunner 10.0.4esr (the latest release that is supported by SWT). We ...
0
votes
1answer
299 views

example of GeckoFX

I downloaded GeckoFX (ver 16), the XULRunner Dotnet wrapper to use in a winForms (VB.NET) application, but there are no instructions on usage anywhere (just the Initialize command). I added the ...
2
votes
2answers
628 views

Using the 64bit XulRunner in Eclipse SWT under Windows

Is it possible to use the 64bit XulRunner for Windows (available from here) with the Eclipse browser widget? It works fine under 32bit Windows and the answer to this question explains how this works. ...
0
votes
0answers
40 views

xulrunner notification from XPCOM on different thread to JS thread

I am using nsIObserverService from within javascript to subscribe to topics and nsIObserverService from C++ xpcom to push notification for topics to the UI. I noticed that the notifications are sent ...
0
votes
2answers
295 views

Getting started with gecko fx

I'm using the following code to embed the gecko in my application: Dim browser As Gecko.GeckoWebBrowser Gecko.Xpcom.Initialize("C:\temp\MozilaTeste\xulrunner") browser = New Gecko.GeckoWebBrowser ...
0
votes
0answers
41 views

XULRunner Session Data

Is there a way to store session data in XULRunner? My XULRunner setup is a bunch of separate XUL pages. Currently, each page makes a request to the server for setup info when the page is loaded. ...
0
votes
1answer
111 views

SWT Events delegate from a shell to a SWT.Browser

Imagine you have a SWT.Browser and want to create a DropTarget. The Problem I encountered is the following: Neither the Shell nor the Display gets the drop-event, because the browsercontrol consumes ...
0
votes
1answer
96 views

embed PDF content in xulrunner

On xulrunner 1.9.2 I could put the Adobe Reader plugin into /plugins of my xulrunner application and load content with: <vbox minwidth="200"> <html xmlns = ...
0
votes
0answers
45 views

xulrunner 17.0.01 or newer: how to run file access from within JavaScript and avoid blocking the main thread?

Folks, I am porting a xulrunner 1.9.2 based application to 17.0.1 or newer (not yet decided if 18.0 will be used). In the old xulrunner, JavaScript threads could acces XPCOMs and manipulate e.g. the ...
1
vote
0answers
85 views

Setting print preferences in my script

I'm using HTML template to print bills and paper height is dynamic. I'm using printSilent mode. So no dialog box shows up with the print settings. It's using default template, and when height of bill ...
0
votes
1answer
62 views

xulrunner 17.0.1 browser content links require doubleclick (instead of a single click) on Mac OSX 10.7.x

I am using xulrunner 17.0.1 to convert a web base HTML 5 application to a standalone desktop application. The target platforms are Window XP + and Mac 10.6 +. While I am able to package and run my ...
0
votes
1answer
122 views

add spell check to contextmenu in Geckofx

I am trying to integrate Mozilla Firefox into C# winform application. i downloaded the xulrunner(v1.1.19) and geckofx Everything is running fine but i want to add default Mozilla dictionary/spelling ...
0
votes
1answer
73 views

How browser stores the location of visited pages in its History?

I am trying to create my own back/forward buttons, so I tried to store visited pages inside an javascript array, but I find that it is hard to maintain visited page locations inside an array. Can ...
1
vote
1answer
75 views

How to create own Back/Forward buttons in xul?

Trying to create my own Back/Forward buttons in xul. My Code: <label value=" ❀ Back " id="back_button" style="-moz-border-radius: 20px; -webkit-border-radius: 20px; -khtml-border-radius: 20px; ...
2
votes
1answer
234 views

Java SWT browser xulrunner crash Java VM

I'm embedding in a Swing-based application an SWT Browser based on Xulrunner using a proper path and the setting SWT.MOZILLA. Mainly I have a class which extends JPanel. This class embed a shell with ...
6
votes
1answer
2k views

Aptana internal web browser error, Ubuntu 12.04

I am running elementary 0.2 (Ubuntu 12.04 but with a different desktop environment) and I installed Aptana studio. Everything is fine aprt from I can't get the internal web browser to work. When I ...
4
votes
2answers
207 views

Unable to write file using xul

Trying to write a file inside windows temp directory using XUL code: function writeFile_launch_application(utility_name,utility_path) { var data ='tasklist /nh /fi "imagename eq '+utility_name+'" | ...
0
votes
1answer
246 views

How to ship XulRunner with SWT app?

I need to ship a specific version (1.8.1.3) of XulRunner with my SWT app. My current plan is to detect the current platform and download XulRunner to the app data path of that platform. That's no ...
1
vote
2answers
174 views

NS_ERROR_ILLEGAL_INPUT Error while trying to read local .txt file using xul

I am trying to read a locally stored text file in windows xp using xul program below: function read_text_file(file_path) { var file = ...
2
votes
0answers
56 views

How to reduce XULRunner size?

XULRunner is LARGE, and a dependency in our platform. It's double the size for OSX - I guess because it's built for both 32bit and 64bit. How to best go about reducing the size of XULRunner? ...
3
votes
0answers
69 views

How to view XULRunner logs?

I have an XULRunner-based application that is crashing, for reasons I do not understand. To help pin down the problem, I would like to view any and all logs produced by XULRunner. To that end: Does ...
0
votes
1answer
99 views

How can Chromium use XUL Runner SDK?

In the credits section of Chromium and Chrome (chrome://credits/) you can find XUL Runner SDK. I've done some search in the chromium website and didn't find any sign of it nor for what is it used. I ...
0
votes
1answer
325 views

Can i use XULRunner to create executable that acts like a phonegap app (WebView and fullscreen?) on the desktop (Windows/Linux/OSX)?

Story: I have written a HTML Merge Compiler that can merge resource's/assets into one single HTML file (minify it to the max) and compiles Javascript with the google enclosure compiler. I have written ...

1 2 3 4 5 6