aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/marks.coffee
AgeCommit message (Expand)Author
2015-06-05Global marks; always treat ` and ' as local marks.Stephen Blott
2015-06-05Global marks; global marks are always recorded for the top frame only.Stephen Blott
2015-06-05Global marks; fix indentation.Stephen Blott
2015-06-04Use only ' and ` for jumping to previous position.Stephen Blott
2015-06-04Exit marks modes on escape.Stephen Blott
2015-06-03Add mark commands to README, more simple refactoring.Stephen Blott
2015-06-03Add mark commands to README, simple refactoring.Stephen Blott
2015-06-03Refactor (to setPreviousPosition) to clarify Marks logic.Stephen Blott
2015-06-03Re-implement Marks, incl `` binding.Stephen Blott
2015-06-03Refactor to avoid having to cover all keyboard event cases.Stephen Blott
2015-06-03Fix marks (incl. global marks)...Stephen Blott
2013-09-12Changed deprecated chrome.extension on chrome.runtime in all files and fix testsMaksim Ryzhikov
2013-05-25Replace `sendRequest()` calls with `sendMessage()` ones in marks.coffeesainaen
2012-10-29Implement marks.Jez Ng