aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/marks.coffee
AgeCommit message (Expand)Author
2017-10-19(FF android) Guard against undefined chrome.windowsmrmr1993
2017-04-16Fallback to storage.local if storage.sync is not availablemrmr1993
2017-02-08Stop using deprecated key 'selected' of tabs; switch to 'active'mrmr1993
2016-09-17Tweaks to comments.Stephen Blott
2016-09-14Fix omission from 722cd3c40f89d93682f08e88b6d4cb46ca70991e.Stephen Blott
2016-09-14Require exact match when we will be scrolling.Stephen Blott
2016-09-14Match globa-mark URLs by length.Stephen Blott
2016-03-26Rework global mark activation.Stephen Blott
2016-03-26Uniform treatment of request for all background commands.Stephen Blott
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