aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts
AgeCommit message (Expand)Author
2017-03-26fix typoLuke
2017-03-22Remove and refactor mapKeyRegistery.Stephen Blott
2017-03-10Use the appropriate handler for hashChangemrmr1993
2017-03-09Fix #2445 (link hints with queue broken).Stephen Blott
2017-03-04Merge pull request #2384 from gdh1995/pass-keys-on-body-lockedStephen Blott
2017-02-11Don't depend on global event for Frame event listeners (FF)mrmr1993
2017-02-11Don't depend on global event for CoreScroller event listeners (FF)mrmr1993
2017-02-08Stop using non-standard event.srcElement; switch to event.targetmrmr1993
2017-01-03InsertMode should not handle key events if document.body is editablegdh1995
2016-12-26Fix (another) infinite-scroll issue.Stephen Blott
2016-12-26Guard against element.tagName not being a string.Stephen Blott
2016-12-21Don't focus non-focusable node.Stephen Blott
2016-12-21Tweak #2327.Stephen Blott
2016-12-21Merge pull request #2311 from smblott-github/enterNormalModeStephen Blott
2016-12-21Merge pull request #2327 from sco-tt/capitalized-link-hints-options-2Stephen Blott
2016-12-12Remove unused parameter.Stephen Blott
2016-12-11Rework help-dialog HTML.Stephen Blott
2016-12-10Merge pull request #2326 from smblott-github/move-search-engines-to-bg-utilsStephen Blott
2016-12-10Use 'map X passNextKey normal'.Stephen Blott
2016-11-09treat select element as an input, setting focus to itRamiro Araujo
2016-10-23Makes sure all custom link hint characters defined in settings are lower case...Scott Pinkelman
2016-10-23Move SearchEngines to bg-utils.coffee.Stephen Blott
2016-10-15enterNormalMode; tweak indicator.Stephen Blott
2016-10-15enterNormalMode; new command - implementationStephen Blott
2016-10-15No-op; rearrange content-script command arguments.Stephen Blott
2016-10-10Merge pull request #2306 from smblott-github/add-key-translationStephen Blott
2016-10-10Rename 'translate' to 'mapkey'.Stephen Blott
2016-10-10Disable grab-back-focus in all frames.Stephen Blott
2016-10-09Extend key translation to include Escape.Stephen Blott
2016-10-09Add translate command for key mappings.Stephen Blott
2016-10-09Move logging to the frame's port.Stephen Blott
2016-10-08Grab back focus prevents focusing embeds."Stephen Blott
2016-10-08Better positioning of link-hints flash rect.Stephen Blott
2016-10-08handle documentElement's top margin correctlygdh1995
2016-10-02Tweak logging.Stephen Blott
2016-10-01Merge pull request #2283 from smblott-github/fix-find-mode-hangsStephen Blott
2016-10-01Fix find-mode hangs.Stephen Blott
2016-09-30Remove Coffeescript 1.10 dependency.Stephen Blott
2016-09-26Use title attribute for link text.Stephen Blott
2016-09-26Tweak jsaction detection and add tests.Stephen Blott
2016-09-26Fix comment.Stephen Blott
2016-09-25Active hint marker may be in another frame.Stephen Blott
2016-09-25Reinstate highlighting of first hint.Stephen Blott
2016-09-25Do not reset tab index on modifiers.Stephen Blott
2016-09-25Make tab-selected hint visible.Stephen Blott
2016-09-25Refactor z-index allocation to a separate function.Stephen Blott
2016-09-25Don't forget the tab count on <Space>.Stephen Blott
2016-09-25Hint rotation, tweaks for readability.Stephen Blott
2016-09-25Space rotates hints (to make hidden hints visible).Stephen Blott
2016-09-24Fix key handling for 3-key mappings.Stephen Blott