aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts
AgeCommit message (Expand)Author
2016-03-26Simplify invokeCommandString().Stephen Blott
2016-03-26passCountToCommand isn't needed.Stephen Blott
2016-03-26This parameter wasn't being used.Stephen Blott
2016-03-26Pass count to find commands.Stephen Blott
2016-03-26selected wasn't being used here.Stephen Blott
2016-03-25Better choice of callapse on exit.Stephen Blott
2016-03-25More selective integration with the tests.Stephen Blott
2016-03-25Add tests for visual mode.Stephen Blott
2016-03-21Rework cisual mode; tweaks and fixes.Stephen Blott
2016-03-21Simplify singleton handling.Stephen Blott
2016-03-21Rework visual mode.Stephen Blott
2016-03-21Rename visual mode file.Stephen Blott
2016-03-18This isn't needed any more.Stephen Blott
2016-03-18Reduce complexity for initialising the top frame.Stephen Blott
2016-03-18Refactor mode initialisation for clarity.Stephen Blott
2016-03-18Clarify why things are exported.Stephen Blott
2016-03-18Refactor the front-end initialisation sequence.Stephen Blott
2016-03-17Logging; consistent and concise normal-mode logging.Stephen Blott
2016-03-17Minor refactoring.Stephen Blott
2016-03-17Refactor setIcon to the background page.Stephen Blott
2016-03-17Minor refactoring.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-17No need to block until `frameId?`.Stephen Blott
2016-03-17Move isEnabledForUrl to Frame.port.Stephen Blott
2016-03-17Open frames port pre documentReady.Stephen Blott
2016-03-17Use Chrome frameIds.Stephen Blott
2016-03-17Use ports to track frames.Stephen Blott
2016-03-16Relocate first scrollable element.Stephen Blott
2016-03-10Tests; add alphabet-hint hint tests.Stephen Blott
2016-03-09Fix mainFrame command...Stephen Blott
2016-03-06Fix focus issue with UI components.Stephen Blott
2016-03-06Don't HUD.init() until DOM is ready.Stephen Blott
2016-03-06Do no init Vomnibar pre-DomReady (tweak).Stephen Blott
2016-03-06Do no init Vomnibar pre-DomReady.Stephen Blott
2016-03-06Address possible race condition in Vomnibar initialization.Stephen Blott
2016-03-06Initialize UI components only when they're needed.Stephen Blott
2016-03-06Make HUD.init() idempotent.Stephen Blott
2016-03-06Fix count handling (again).Stephen Blott
2016-03-06Revert "Count prefix applies only to leading mapping."Stephen Blott
2016-03-06Normal mode tests.Stephen Blott
2016-03-06Count prefix applies only to leading mapping.Stephen Blott
2016-03-05Move LinkHint mode indicator text into modesmrmr1993
2016-03-05Tweak #2036.Stephen Blott
2016-03-05Use clickModifiers in link hint modes for modifiers for click activationmrmr1993
2016-03-05Move non-click link hint activators to the corresponding mode objectsmrmr1993
2016-03-05Factor out click activators in link hintsmrmr1993
2016-03-05Reformat link hint mode objects for easier diffsmrmr1993