aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/main.coffee
AgeCommit message (Collapse)Author
2012-10-24Use insertCSS() API instead of manually created style element.Jez Ng
For some reason addCssToPage seemed to break on Chrome 24. Closes #676.
2012-09-08Merge branch 'next-release'Jez Ng
2012-09-08Set up PhantomJS testing.Jez Ng
2012-09-08Fix completion key generation.Jez Ng
2012-09-04Style fixes.Jez Ng
Errors were detected using coffeelint.
2012-09-04More misc cleanups.Jez Ng
2012-09-03Merge pull request #640 from mgarriott/get_showadvanced_from_settingsJez Ng
The help dialog now gets showAdvancedCommands directly from settings.
2012-09-03Make hints tests pass again.Jez Ng
Convert them to Coffeescript at the same time. We really need to set up some automated way of running these tests, to ensure they don't keep breaking.
2012-09-03Fixes and cleanups for main.coffee.Jez Ng
2012-09-03The help dialog now gets showAdvancedCommands directly from settings.Matt Garriott
2012-09-01Specifically create a "newtab" page, as suggested by #630Phil Crosby
2012-09-01Add a few missed exports to main.coffeePhil Crosby
2012-09-01Remove an old upgrade codepath for version 1.21.Phil Crosby
We're on 1.37 now so I think we're in the clear.
2012-09-01port main.js to main.coffee. All coffeescript all the time.Phil Crosby