mozillahispano is sharing code with you
Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.
Don't show this againXulTitles! overview
Recent commits See more »
I have created an alias to run this Xul App with Firefox 3.5 on MacOSX in a quick way: alias xulSub="/Applications/Firefox.app/Contents/MacOS/firefox -app /Users/willyaranda/mozilla/mmtc/xulsubtitleeditor/application.ini -jsconsole" Then call it from the command line as: xulSub and open with the Javascript console, that could be useful for debbuging. A good way to debug apps or extensions could be using FUEL, see https://developer.mozilla.org/en/FUEL/Console#Examples , just Application.console.log("Hello from my JS code"); and there will be a log/message in the console (no more alerts!)