aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/main.coffee
AgeCommit message (Expand)Author
2016-03-05Key bindings; rewire vomnibar (fix minor error).Stephen Blott
2016-03-05Key bindings; rewire vomnibar.Stephen Blott
2016-03-05Key bindings; more remove legacy code.Stephen Blott
2016-03-05Key bindings; remove legacy code.Stephen Blott
2016-03-05Key bindings; partially functioning w/ backgound commands.Stephen Blott
2016-03-05Key bindings; initial partially-functioning version.Stephen Blott
2016-02-22Add install date to logging page.Stephen Blott
2016-02-21Include count command option in repeat limit.Stephen Blott
2016-02-21Remove selectionChangedHandlers.Stephen Blott
2016-02-21Merge pull request #2004 from smblott-github/remove-tabInfoMapStephen Blott
2016-02-21Merge branch 'rework-duplicateTab'Stephen Blott
2016-02-20Rework the `duplicateTab` implementation...Stephen Blott
2016-02-20Fix `<count>removeTab`.Stephen Blott
2016-02-20Remove unused variable.Stephen Blott
2016-02-20Remove (unused) `tabInfoMap`.Stephen Blott
2016-02-20Merge pull request #2003 from smblott-github/count-for-new-windowStephen Blott
2016-02-20Merge pull request #2001 from smblott-github/add-count-command-optionStephen Blott
2016-02-20moveToNewWindow accepts a count.Stephen Blott
2016-02-20Move wholly to chrome.sessions.Stephen Blott
2016-02-20Add `count` command option.Stephen Blott
2016-02-16Use `for own ... of` instead of `for ... of`mrmr1993
2016-02-10BgUtils; two fixes...Stephen Blott
2016-02-09BgUtils; implement visitPreviousTab.Stephen Blott
2016-02-03Update only help dialog contents when showingmrmr1993
2016-02-03Use <span>s as placeholders in help_dialog.htmlmrmr1993
2016-02-03Store help dialog injected strings together, inject all at oncemrmr1993
2016-01-31Add a basic log page; tweaks.Stephen Blott
2016-01-30Add a basic log pagemrmr1993
2015-11-20Fix indentation so that `openerTabId` takes effectGábor Luk
2015-09-18Load UIComponent stylesheet via XMLHttpRequest, use background as neededmrmr1993
2015-09-17Fix regression in #1828.Stephen Blott
2015-09-17Add <count> prefix for g0 and g$.Stephen Blott
2015-09-11Fix moveTab for pinned tabs.Stephen Blott
2015-06-25Make global marks consistent with other tab creation operations.Stephen Blott
2015-06-25Set the parent tab when creating tabs.Stephen Blott
2015-06-22fix a bug that `pasteFromClipboard` does not return text from clipboardgdh1995
2015-06-10Refactor moveTab for clarity...Stephen Blott
2015-06-10Do not try to move a tab to the left of pinned tabs.Stephen Blott
2015-06-10Re-work tabMoveLeft/Right.Stephen Blott
2015-06-06Merge pull request #1715 from smblott-github/help-page-long-bindingsStephen Blott
2015-06-04Global marks; create a new tab, if necessary.Stephen Blott
2015-06-04Help page, use separate row for long bindings.Stephen Blott
2015-06-01Re-work unified settings.Stephen Blott
2015-05-31Remove code supporting the former settings port from the frontendmrmr1993
2015-05-31Merge pull request #1697 from smblott-github/vomnibar-map-with-prepopulated-textStephen Blott
2015-05-29Remove all direct calls to Sync, stop exporting itmrmr1993
2015-05-29Pass command's registry entry to content script.Stephen Blott
2015-05-27Simplify index calculation.Stephen Blott
2015-05-27Go directly to next/previous tab.Stephen Blott
2015-05-11Search completion; fix typos and small bugs.Stephen Blott