aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/main.coffee
AgeCommit message (Expand)Author
2013-05-09Remove the callback parameter of removeTab()sainaen
2013-05-07Tweak to make if statement positively formedPhil Crosby
2013-05-07Merge pull request #816 from UncleBill/masterPhil Crosby
2013-05-06Replace all deprecated sendRequest() calls with new sendMessage()sainaen
2013-04-15fix issue #772UncleBill
2013-03-06Shorten names.Jez Ng
2013-03-06Merge remote-tracking branch 'deiga/patch-4'Jez Ng
2013-03-02Merge remote-tracking branch 'deiga/float-tab' into HEADJez Ng
2013-03-02Disable repeated tab closing. Refs #555.Jez Ng
2013-02-18Removed erroneous log callTimo Sand
2013-02-17Added functionality to "float" current tab ie. open in new windowTimo Sand
2013-02-17Implemented opening links in IncognitoTimo Sand
2013-02-17Trying to add incognito window openingTimo Sand
2013-02-16Finalized duplicateTab featureTimo Sand
2013-02-16Added duplicateTab callTimo Sand
2012-12-07Focus window the tab is in when selecting a specific tabChristopher Manning
2012-11-09Merge pull request #707 from smblott-github/small-bugsJez Ng
2012-11-05Avoid empty query terms.Stephen Blott
2012-11-03Fix race condition in tabInfo deletion.Jez Ng
2012-11-03Handle update messages that arrive after a tab has closed.Jez Ng
2012-11-03Remove some parentheses.Jez Ng
2012-10-29Move a bunch of stuff under pages/ for tidiness.Jez Ng
2012-10-29Implement marks.Jez Ng
2012-10-29Split out compareVersions into the Utils file.Jez Ng
2012-10-29Don't restore view-source: tabs.Jez Ng
2012-10-24Use insertCSS() API instead of manually created style element.Jez Ng
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
2012-09-04More misc cleanups.Jez Ng
2012-09-03Merge pull request #640 from mgarriott/get_showadvanced_from_settingsJez Ng
2012-09-03Make hints tests pass again.Jez Ng
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
2012-09-01port main.js to main.coffee. All coffeescript all the time.Phil Crosby