]> git.donarmstrong.com Git - dactyl.git/commit
Initial import of 1.0~b6
authorMichael Schutte <michi@uiae.at>
Wed, 20 Jul 2011 14:55:01 +0000 (16:55 +0200)
committerMichael Schutte <michi@uiae.at>
Wed, 20 Jul 2011 14:55:01 +0000 (16:55 +0200)
commiteeed0be1a8abf7e3c97f43b63c1d595e940fef21
treedbb1f97c6366aa00bdf99e1ae18b89ab6e6bc55b
Initial import of 1.0~b6
200 files changed:
.gitignore [new file with mode: 0644]
.hg_archival.txt [new file with mode: 0644]
.hgignore [new file with mode: 0644]
.hgtags [new file with mode: 0644]
BREAKING_CHANGES [new file with mode: 0644]
HACKING [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.E4X [new file with mode: 0644]
common/Makefile [new file with mode: 0644]
common/bootstrap.js [new file with mode: 0755]
common/chrome.manifest [new file with mode: 0644]
common/components/commandline-handler.js [new file with mode: 0644]
common/components/protocols.js [new file with mode: 0644]
common/content/abbreviations.js [new file with mode: 0644]
common/content/about.xul [new file with mode: 0644]
common/content/autocommands.js [new file with mode: 0644]
common/content/bindings.xml [new file with mode: 0644]
common/content/bookmarks.js [new file with mode: 0644]
common/content/browser.js [new file with mode: 0644]
common/content/buffer.js [new file with mode: 0644]
common/content/buffer.xhtml [new file with mode: 0644]
common/content/commandline.js [new file with mode: 0644]
common/content/dactyl.js [new file with mode: 0644]
common/content/disable-acr.jsm [new file with mode: 0644]
common/content/editor.js [new file with mode: 0644]
common/content/eval.js [new file with mode: 0644]
common/content/events.js [new file with mode: 0644]
common/content/help.css [new file with mode: 0644]
common/content/help.js [new file with mode: 0644]
common/content/help.xsl [new file with mode: 0644]
common/content/hints.js [new file with mode: 0644]
common/content/history.js [new file with mode: 0644]
common/content/mappings.js [new file with mode: 0644]
common/content/marks.js [new file with mode: 0644]
common/content/modes.js [new file with mode: 0644]
common/content/mow.js [new file with mode: 0644]
common/content/preferences.xul [new file with mode: 0644]
common/content/quickmarks.js [new file with mode: 0644]
common/content/statusline.js [new file with mode: 0644]
common/content/tabs.js [new file with mode: 0644]
common/contrib/fix_symlinks.py [new file with mode: 0644]
common/javascript.vim [new file with mode: 0644]
common/locale/en-US/all.xml [new file with mode: 0644]
common/locale/en-US/autocommands.xml [new file with mode: 0644]
common/locale/en-US/browsing.xml [new file with mode: 0644]
common/locale/en-US/buffer.xml [new file with mode: 0644]
common/locale/en-US/cmdline.xml [new file with mode: 0644]
common/locale/en-US/developer.xml [new file with mode: 0644]
common/locale/en-US/editing.xml [new file with mode: 0644]
common/locale/en-US/eval.xml [new file with mode: 0644]
common/locale/en-US/faq.xml [new file with mode: 0644]
common/locale/en-US/gui.xml [new file with mode: 0644]
common/locale/en-US/hints.xml [new file with mode: 0644]
common/locale/en-US/index.xml [new file with mode: 0644]
common/locale/en-US/intro.xml [new file with mode: 0644]
common/locale/en-US/map.xml [new file with mode: 0644]
common/locale/en-US/marks.xml [new file with mode: 0644]
common/locale/en-US/message.xml [new file with mode: 0644]
common/locale/en-US/messages.properties [new file with mode: 0644]
common/locale/en-US/options.xml [new file with mode: 0644]
common/locale/en-US/pattern.xml [new file with mode: 0644]
common/locale/en-US/print.xml [new file with mode: 0644]
common/locale/en-US/privacy.xml [new file with mode: 0644]
common/locale/en-US/repeat.xml [new file with mode: 0644]
common/locale/en-US/starting.xml [new file with mode: 0644]
common/locale/en-US/styling.xml [new file with mode: 0644]
common/locale/en-US/tabs.xml [new file with mode: 0644]
common/locale/en-US/various.xml [new file with mode: 0644]
common/make_jar.sh [new file with mode: 0644]
common/modules/addons.jsm [new file with mode: 0644]
common/modules/base.jsm [new file with mode: 0644]
common/modules/bookmarkcache.jsm [new file with mode: 0644]
common/modules/bootstrap.jsm [new file with mode: 0644]
common/modules/commands.jsm [new file with mode: 0644]
common/modules/completion.jsm [new file with mode: 0644]
common/modules/config.jsm [new file with mode: 0644]
common/modules/contexts.jsm [new file with mode: 0644]
common/modules/downloads.jsm [new file with mode: 0644]
common/modules/finder.jsm [new file with mode: 0644]
common/modules/highlight.jsm [new file with mode: 0644]
common/modules/io.jsm [new file with mode: 0644]
common/modules/javascript.jsm [new file with mode: 0644]
common/modules/messages.jsm [new file with mode: 0644]
common/modules/options.jsm [new file with mode: 0644]
common/modules/overlay.jsm [new file with mode: 0644]
common/modules/prefs.jsm [new file with mode: 0644]
common/modules/sanitizer.jsm [new file with mode: 0644]
common/modules/services.jsm [new file with mode: 0644]
common/modules/storage.jsm [new file with mode: 0644]
common/modules/styles.jsm [new file with mode: 0644]
common/modules/template.jsm [new file with mode: 0644]
common/modules/util.jsm [new file with mode: 0644]
common/process_manifest.awk [new file with mode: 0644]
common/skin/dactyl.css [new file with mode: 0644]
common/tests/functional/dactyl.jsm [new file with mode: 0644]
common/tests/functional/data/find.html [new file with mode: 0644]
common/tests/functional/shared-modules/addons.js [new file with mode: 0644]
common/tests/functional/shared-modules/dom-utils.js [new file with mode: 0644]
common/tests/functional/shared-modules/downloads.js [new file with mode: 0644]
common/tests/functional/shared-modules/localization.js [new file with mode: 0644]
common/tests/functional/shared-modules/modal-dialog.js [new file with mode: 0644]
common/tests/functional/shared-modules/performance.js [new file with mode: 0644]
common/tests/functional/shared-modules/places.js [new file with mode: 0644]
common/tests/functional/shared-modules/prefs.js [new file with mode: 0644]
common/tests/functional/shared-modules/private-browsing.js [new file with mode: 0644]
common/tests/functional/shared-modules/readme.txt [new file with mode: 0644]
common/tests/functional/shared-modules/screenshot.js [new file with mode: 0644]
common/tests/functional/shared-modules/search.js [new file with mode: 0644]
common/tests/functional/shared-modules/sessionstore.js [new file with mode: 0644]
common/tests/functional/shared-modules/software-update.js [new file with mode: 0644]
common/tests/functional/shared-modules/tabs.js [new file with mode: 0644]
common/tests/functional/shared-modules/tabview.js [new file with mode: 0644]
common/tests/functional/shared-modules/toolbars.js [new file with mode: 0644]
common/tests/functional/shared-modules/utils.js [new file with mode: 0644]
common/tests/functional/shared-modules/widgets.js [new file with mode: 0644]
common/tests/functional/testAboutPage.js [new file with mode: 0644]
common/tests/functional/testCommands.js [new file with mode: 0644]
common/tests/functional/testEchoCommands.js [new file with mode: 0644]
common/tests/functional/testFindCommands.js [new file with mode: 0644]
common/tests/functional/testHelpCommands.js [new file with mode: 0644]
common/tests/functional/testOptions.js [new file with mode: 0644]
common/tests/functional/testShellCommands.js [new file with mode: 0644]
common/tests/functional/testVersionCommand.js [new file with mode: 0644]
common/tests/functional/utils.js [new file with mode: 0644]
common/tests/functional/utils.jsm [new file with mode: 0644]
melodactyl/AUTHORS [new file with mode: 0644]
melodactyl/Makefile [new file with mode: 0644]
melodactyl/NEWS [new file with mode: 0755]
melodactyl/TODO [new file with mode: 0644]
melodactyl/chrome.manifest [new symlink]
melodactyl/components/commandline-handler.js [new symlink]
melodactyl/components/protocols.js [new symlink]
melodactyl/content/config.js [new file with mode: 0644]
melodactyl/content/library.js [new file with mode: 0644]
melodactyl/content/logo.png [new file with mode: 0644]
melodactyl/content/player.js [new file with mode: 0644]
melodactyl/contrib/vim/Makefile [new file with mode: 0644]
melodactyl/contrib/vim/ftdetect/melodactyl.vim [new file with mode: 0644]
melodactyl/contrib/vim/mkvimball.txt [new file with mode: 0644]
melodactyl/defaults/preferences/dactyl.js [new file with mode: 0644]
melodactyl/install.rdf [new file with mode: 0644]
melodactyl/locale/en-US/all.xml [new file with mode: 0644]
melodactyl/locale/en-US/autocommands.xml [new file with mode: 0644]
melodactyl/locale/en-US/browsing.xml [new file with mode: 0644]
melodactyl/locale/en-US/gui.xml [new file with mode: 0644]
melodactyl/locale/en-US/intro.xml [new file with mode: 0644]
melodactyl/locale/en-US/map.xml [new file with mode: 0644]
melodactyl/locale/en-US/player.xml [new file with mode: 0644]
melodactyl/locale/en-US/tabs.xml [new file with mode: 0644]
melodactyl/skin/icon.png [new file with mode: 0644]
pentadactyl/AUTHORS [new file with mode: 0644]
pentadactyl/Donors [new file with mode: 0644]
pentadactyl/Makefile [new file with mode: 0644]
pentadactyl/NEWS [new file with mode: 0644]
pentadactyl/TODO [new file with mode: 0644]
pentadactyl/bootstrap.js [new symlink]
pentadactyl/chrome.manifest [new symlink]
pentadactyl/components/commandline-handler.js [new symlink]
pentadactyl/components/protocols.js [new symlink]
pentadactyl/content/config.js [new file with mode: 0644]
pentadactyl/content/logo.png [new file with mode: 0644]
pentadactyl/contrib/vim/Makefile [new file with mode: 0644]
pentadactyl/contrib/vim/ftdetect/pentadactyl.vim [new file with mode: 0644]
pentadactyl/contrib/vim/mkvimball.txt [new file with mode: 0644]
pentadactyl/install.rdf [new file with mode: 0644]
pentadactyl/locale/en-US/all.xml [new file with mode: 0644]
pentadactyl/locale/en-US/autocommands.xml [new file with mode: 0644]
pentadactyl/locale/en-US/gui.xml [new file with mode: 0644]
pentadactyl/locale/en-US/intro.xml [new file with mode: 0644]
pentadactyl/locale/en-US/map.xml [new file with mode: 0644]
pentadactyl/locale/en-US/tutorial.xml [new file with mode: 0644]
pentadactyl/skin/about.css [new file with mode: 0644]
pentadactyl/skin/icon.png [new file with mode: 0644]
teledactyl/AUTHORS [new file with mode: 0644]
teledactyl/Makefile [new file with mode: 0644]
teledactyl/NEWS [new file with mode: 0644]
teledactyl/TODO [new file with mode: 0644]
teledactyl/chrome.manifest [new symlink]
teledactyl/components/commandline-handler.js [new symlink]
teledactyl/components/protocols.js [new symlink]
teledactyl/content/addressbook.js [new file with mode: 0644]
teledactyl/content/compose/compose.js [new file with mode: 0644]
teledactyl/content/compose/compose.xul [new file with mode: 0644]
teledactyl/content/compose/dactyl.xul [new file with mode: 0644]
teledactyl/content/config.js [new file with mode: 0644]
teledactyl/content/logo.png [new file with mode: 0644]
teledactyl/content/mail.js [new file with mode: 0644]
teledactyl/contrib/vim/Makefile [new file with mode: 0644]
teledactyl/contrib/vim/ftdetect/teledactyl.vim [new file with mode: 0644]
teledactyl/contrib/vim/mkvimball.txt [new file with mode: 0644]
teledactyl/defaults/preferences/dactyl.js [new file with mode: 0644]
teledactyl/install.rdf [new file with mode: 0644]
teledactyl/locale/en-US/Makefile [new file with mode: 0644]
teledactyl/locale/en-US/all.xml [new file with mode: 0644]
teledactyl/locale/en-US/autocommands.xml [new file with mode: 0644]
teledactyl/locale/en-US/gui.xml [new file with mode: 0644]
teledactyl/locale/en-US/intro.xml [new file with mode: 0644]
teledactyl/locale/en-US/map.xml [new file with mode: 0644]
teledactyl/skin/icon.png [new file with mode: 0644]