aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts
AgeCommit message (Expand)Author
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-07Speed up vomnibar load.Stephen Blott
2015-06-06Merge branch 'rework-completions'Stephen Blott
2015-06-06Merge pull request #1715 from smblott-github/help-page-long-bindingsStephen Blott
2015-06-06Re-work completions: only offer actual search URL matches.Stephen Blott
2015-06-06Re-work completions: extend engine wrapper to handle prefixes.Stephen Blott
2015-06-06Re-work completions: add engine wrapper.Stephen Blott
2015-06-06Re-work completions: initial refactor.Stephen Blott
2015-06-05Merge pull request #1716 from smblott-github/global-marksStephen Blott
2015-06-05Global marks; global marks are always recorded for the top frame only.Stephen Blott
2015-06-04Fix issue with Google-Maps completion failing.Stephen Blott
2015-06-04Unwind passing key and registry entry for marks.Stephen Blott
2015-06-04Global marks; focus and only scroll in the main frame.Stephen Blott
2015-06-04Global marks; prefer to re-use a tab in the current window.Stephen Blott
2015-06-04Global marks; use chrome.tabs.query.Stephen Blott
2015-06-04Global marks; better comments and fix typo.Stephen Blott
2015-06-04Global marks; move marks to chrome.storage.sync.Stephen Blott
2015-06-04Global marks; better comments and minor refactoring.Stephen Blott
2015-06-04Global marks; create a new tab, if necessary.Stephen Blott
2015-06-04Global marks; find another (existing) tab if tabId has been removed.Stephen Blott
2015-06-04Global marks; move marks to chrome.storage.Stephen Blott
2015-06-04Help page, use separate row for long bindings.Stephen Blott
2015-06-03Re-implement Marks, incl `` binding.Stephen Blott
2015-06-03Fix marks (incl. global marks)...Stephen Blott
2015-06-03Completion page; add example DECLARATIONS to page.Stephen Blott
2015-06-03Completion page; make examples data (not comments).Stephen Blott
2015-06-03Only offer suggestions from the current custom search engine.Stephen Blott
2015-06-02De-duplicate Google Maps URLs in vomnibar.Stephen Blott
2015-06-01Re-work unified settings.Stephen Blott
2015-05-31Remove code supporting the former settings port from the frontendmrmr1993
2015-05-31Re-write class with inheritence.Stephen Blott
2015-05-31Tweak Google Maps URL.Stephen Blott
2015-05-31Fix completion engine regular expressions.Stephen Blott
2015-05-31Merge pull request #1675 from smblott-github/map-space-keyStephen Blott
2015-05-31Merge pull request #1700 from smblott-github/help-page-vomnibar-commandsStephen Blott
2015-05-31Merge pull request #1697 from smblott-github/vomnibar-map-with-prepopulated-textStephen Blott
2015-05-30Search completion; refactor regexp parsing (simplification).Stephen Blott
2015-05-30Search completion; simplify completion-engine definitions.Stephen Blott
2015-05-30Search completion; remove unused code.Stephen Blott
2015-05-30Search completion; add support for Google Maps completion.Stephen Blott
2015-05-30Move Vomnibar commands to own category on help page.Stephen Blott
2015-05-30Use the term "options" instead of "flags" for command options.Stephen Blott
2015-05-29Move search-engine parsing to Utils.Stephen Blott
2015-05-29Move settings.coffee from background_scripts/ to lib/mrmr1993
2015-05-29Only perform settings migration in the background pagemrmr1993