aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/marks.coffee
AgeCommit message (Expand)Author
2015-06-25Make global marks consistent with other tab creation operations.Stephen Blott
2015-06-05Global marks; global marks are always recorded for the top frame only.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-03Fix marks (incl. global marks)...Stephen Blott
2013-05-25Replace `sendRequest()` calls with `sendMessage()` ones in marks.coffeesainaen
2012-10-29Implement marks.Jez Ng