isofarro / xulrunner-sidebar
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.markdown | ||
| |
application.ini | ||
| |
chrome/ | ||
| |
defaults/ |
README.markdown
XUL Sidebar
Playing around with XULRunner. This is a simple stand-alone sidebar I can use to capture or monitor various things. It is just a sandbox to experiment with what I can do with XUL, JavaScript and CSS.
Running the application
To run the application using XULRunner, go into the directory that contains the application.ini and run it as:
xulrunner application.ini
And using Firefox 3 on a Windows:
firefox -app path/to/application.ini
And using Firefox 3 on a Mac (using the full path to the app):
/Applications/Firefox.app/Contents/MacOS/firefox-bin -app
/path/to/application.ini

