aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/main.coffee
AgeCommit message (Expand)Author
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
2015-05-11Merge branch 'search-engine-completion-v5'Stephen Blott
2015-05-10Search completion; minor tweaks.Stephen Blott
2015-05-09Search completion; refactor SearchCompleter activation.Stephen Blott
2015-05-08Search completion; search keyword on SPACE.Stephen Blott
2015-05-08Search completion; add front end cache.Stephen Blott
2015-05-08Search completion; refactor query terms.Stephen Blott
2015-05-06Reinject content scripts into ALL frames.Stephen Blott
2015-05-06Search completion; yet more tweaks.Stephen Blott
2015-05-06Search completion; move all filter messages to a single port.Stephen Blott
2015-05-06Search completion; simplify messaging code.Stephen Blott
2015-05-05Search completion; user is typing.Stephen Blott
2015-05-05Fix unregisterFrame logic.Stephen Blott
2015-05-05Remove now-unnecessary comment.Stephen Blott
2015-05-05Resolve space leak.Stephen Blott
2015-05-05Guard against missing sender.Stephen Blott
2015-05-03Search completion; make completion lookup asynchronous.Stephen Blott
2015-05-03Search completion; DuckDuckGo.Stephen Blott
2015-05-03Search completion; Google maps out, Amazon, Bing in.Stephen Blott
2015-05-02Search completion; refactor, add Youtube.Stephen Blott
2015-05-02Search completion; initial working version.Stephen Blott
2015-05-02Rename SearchEngineCompleter to CustomSearchEngineCompleter.Stephen Blott
2015-05-01Ensure frames is defined.Stephen Blott
2015-04-29Revert "Only grab focus after link transition."Stephen Blott
2015-04-28Merge pull request #1609 from smblott-github/fix-grab-back-focus-after-web-na...Stephen Blott
2015-04-28Fix up #1604.Stephen Blott
2015-04-28Only grab focus after link transition.Stephen Blott
2015-04-28Don't re-order frameIds in the background page when manually focusingmrmr1993
2015-04-25Simplify front-end settings logic.Stephen Blott
2015-04-25Remove unused code.Stephen Blott
2015-04-25Track tab URL even if frame's URL changes.Stephen Blott
2015-04-25Remove requirement for Chrome 41.Stephen Blott
2015-04-25Merge branch 'exclusion-rules-pushState-and-hash' of https://github.com/mrmr1...Stephen Blott
2015-04-25Merge remote-tracking branch 'origin/focus-main-frame' into focus-main-frame-...Stephen Blott
2015-04-25Activate vomnibar in window.top; do not register framesets.Stephen Blott