Re: XULRunner support for Android

2013-04-08 Thread Emmanuel Engelhart
Le 08/04/2013 15:32, stathis.androni...@gmail.com a écrit : > I have the following question: > > Is there any way to port an application from Xulrunner to Android? > or which is the propper way to port a xulrunner app to android. > > Any help would be appreciated. Thanks! Xulrunner is not port

[DEPRECATED] Apple OSX QTkit API dependencies

2014-05-21 Thread Emmanuel Engelhart
Hi, Mozilla code base (still) relies on OSX QuickTime API. But, this API was deprecated by Apple a few months ago. As a consequence: * New Mozilla based app. are not accepted anymore in OSX app. store * Apple moving pretty fast forward, Mozilla code might be unable to run on future OSX major

Re: [DEPRECATED] Apple OSX QTkit API dependencies

2014-05-21 Thread Emmanuel Engelhart
On 21.05.2014 18:35, Justin Dolske wrote: On 5/21/14, 3:08 AM, Emmanuel Engelhart wrote: Mozilla code base (still) relies on OSX QuickTime API. But, this API was deprecated by Apple a few months ago. Which APIs? Can you be more specific? I don't have more information given by the Appl

Re: [DEPRECATED] Apple OSX QTkit API dependencies

2014-05-21 Thread Emmanuel Engelhart
On 21.05.2014 21:59, Ralph Giles wrote: On 2014-05-21 9:56 AM, Emmanuel Engelhart wrote: checker. But it seems the Mozilla codes uses this API for many things linked to video stuff: https://mxr.mozilla.org/mozilla-central/search?find=%2F&string=QTKit This is all video capture code for We

Re: Build custom app. against Gecko without Xulrunner

2012-08-27 Thread Emmanuel Engelhart
Le 25/08/2012 23:31, Mark Finkle a écrit : > On 08/24/2012 07:02 AM, Emmanuel Engelhart wrote: >> do we have somewhere a documentation/tutorial about how to build a >> custom app. against Mozilla source code? >> >> As xulrunner was removed from GNU/Linux distribution, b

Re: Project: Url holder with fullscreen capabilities

2012-09-20 Thread Emmanuel Engelhart
Same for me: I have hacked their xulrunner app. to allow XUL Window fullscrenn from the HTML document... and then nothing :( Emmanuel On 09/19/2012 04:00 PM, ivan.sto...@gmail.com wrote: Just a small commentary for the unwary hacker: I was contracted by Aritz about a week ago on oDesk.com for

Re: How to capture mouse thumb button events in javascript

2013-01-04 Thread Emmanuel Engelhart
Le 15/09/2010 20:56, Emmanuel Engelhart a écrit : > I have found the solution by investigating in the Firefox code, here is it: > > function HandleAppCommandEvent(evt) { > evt.stopPropagation(); > switch (evt.command) { > case "Back": > pageBa