aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts
AgeCommit message (Expand)Author
2017-09-12Use browser.runtime.getBrowserInfo to identify Firefoxmrmr1993
2017-08-18Check whether events are trusted before executing listenersmrmr1993
2017-05-17Consume keyboard events for marks.Stephen Blott
2017-05-08Update linear gradient syntax to avoid deprecationJesper Nellemann Jakobsen
2017-04-24Make Mode::exit idempotentmrmr1993
2017-04-22Fix global marks.Stephen Blott
2017-04-22Refactor getSelectionType() to DOM utils.Stephen Blott
2017-04-22Revert "Firefox: Fix visual mode."Stephen Blott
2017-04-21Firefox: Fix visual mode.Stephen Blott
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