aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/main.coffee
AgeCommit message (Expand)Author
2016-03-28Global link hints; self code review.Stephen Blott
2016-03-28Global link hints; rename message name.Stephen Blott
2016-03-28Global link hints...Stephen Blott
2016-03-26Multiple minor tweaks.Stephen Blott
2016-03-26Get frameId in background page.Stephen Blott
2016-03-26selected wasn't being used here.Stephen Blott
2016-03-26Unified approach to repeat background command.Stephen Blott
2016-03-26Uniform treatment of request for all background commands.Stephen Blott
2016-03-18Reduce complexity for initialising the top frame.Stephen Blott
2016-03-17Logging; do not log the tab Id.Stephen Blott
2016-03-17Logging; move logMessage to BgUtils."Stephen Blott
2016-03-17Refactor setIcon to the background page.Stephen Blott
2016-03-17More tweaks for #2053.Stephen Blott
2016-03-17Tweaks for #2053.Stephen Blott
2016-03-17Simplify domReady handling.Stephen Blott
2016-03-17Tweaks.Stephen Blott
2016-03-17Move isEnabledForUrl to Frame.port.Stephen Blott
2016-03-17Fix omission from 3768b54aa1ac12cdd809e7108a6a9fd629a1164f.Stephen Blott
2016-03-17Open frames port pre documentReady.Stephen Blott
2016-03-17Add filter for top frame when registering a frame.Stephen Blott
2016-03-17Do not unregister the main/top frame.Stephen Blott
2016-03-17Tweaks and fixes for #2053.Stephen Blott
2016-03-17Use Chrome frameIds.Stephen Blott
2016-03-17Use ports to track frames.Stephen Blott
2016-03-09Fix mainFrame command...Stephen Blott
2016-03-05Key bindings; move Vomnibar commands back to content scripts.Stephen Blott
2016-03-05Key bindings; tweaks.Stephen Blott
2016-03-05Key bindings; minor tweaks.Stephen Blott
2016-03-05Key bindings; simplify Commands initialization.Stephen Blott
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