aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts
AgeCommit message (Expand)Author
2017-04-21Fix tab for link-hint selection.Stephen Blott
2017-04-20Blur the focused iframe when restoring window focusmrmr1993
2017-04-18Fix <Shift> or <Ctrl> link-hint behaviour.Stephen Blott
2017-04-18Fix filtered link hints.Stephen Blott
2017-04-18Use event.code to detect/suppress keyup events.Stephen Blott
2017-04-18Continue bubbling unmapped events.Stephen Blott
2017-04-18Do not reset key state for modifiers.Stephen Blott
2017-04-18Avoid repeating Backspace and Delete keys.Stephen Blott
2017-04-18Remove use of keyCodes entirely.Stephen Blott
2017-04-18Rework tests for all key handling on keydown.Stephen Blott
2017-04-18Remove out-of-date comment.Stephen Blott
2017-04-18Migrate marks to keydown only.Stephen Blott
2017-04-18Migrate link hints to keydown only.Stephen Blott
2017-04-18Move keyboard utils to keydown and migrate normal/visual modes.Stephen Blott
2017-04-17Clarify postFindFocus and obviously separate it from the try..catchmrmr1993
2017-04-16Rework FindMode HUD refocusing to not depend directly on the HUDmrmr1993
2017-04-16Catch errors thrown by window.find when it wraps/fails on FFmrmr1993
2017-04-16Fallback to storage.local if storage.sync is not availablemrmr1993
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