aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2015-02-11Minor project-config chanages...Stephen Blott
- add .cake_task_cache to .gitignore (this is generated by zsh completion function for cake) - allow the key for a custom build to be selected taken from the environment variable $VIMIUM_CRX_PEM
2014-10-25Add sessions permission to manifest.jsonmrmr1993
Fixes tab restoration
2013-09-21Ignore Sublime project files.spccdt
2013-05-15Ignore distPhil Crosby
2012-10-20Refactor handlerStack. Closes #657.Jez Ng
Previously, handlerStack was designed only for removal of the handler right at the top of the stack. However, some handlers sought to remove themselves when they were not at the top of the stack, creating confusion. The new handlerStack ensures that such removal can always be done safely.
2012-09-02Simplify .gitignore.Jez Ng
2012-09-01port main.js to main.coffee. All coffeescript all the time.Phil Crosby
2012-08-19Add a generated file to gitignore.Caleb Spare
2012-07-26Git hacking: Set up pre-commit test hook.Jez Ng
Also tweak .gitignore. To activate the hook, symlink .git/hooks to git_hooks.
2012-06-12Port vomnibar.js to coffeescriptPhil Crosby
2012-06-12Port vimium_frontend.js to coffeescript. This file still needs a ton of cleanup.Phil Crosby
2012-06-12Port link_hints.js to coffeescriptPhil Crosby
2012-06-12Port utils.js to coffeescriptPhil Crosby
2012-06-12Port keyboard_utils.js to coffeescriptPhil Crosby
2012-06-12port dom_utils.js to coffeescriptPhil Crosby
2012-06-12port clipboard.js to coffeescriptPhil Crosby
2012-06-12Port settings.js to coffeescriptPhil Crosby
2012-06-12Port commands.js to coffeescriptPhil Crosby
2012-06-10Ignore the utils test filePhil Crosby
2012-06-10Ignore the compiled js files. We'll move these into a separate directory soon.Phil Crosby
As part of the coffeescript port.