aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts
AgeCommit message (Expand)Author
2017-10-27Fix #2738.Stephen Blott
2017-10-25FF: Only apply fix to bug 1408996 when appropriatemrmr1993
2017-10-25FF: Workaround bug 1408996 in focusInput's focus listenermrmr1993
2017-10-25FF: Share |root| global proxy, re-add the globals to window on DOMLoadmrmr1993
2017-10-24Add |hard| option to reload commandmrmr1993
2017-10-19Recognise aria-role=tab elements as clickablemrmr1993
2017-10-07Tweak #2701 (hint characters for filtered hints).Stephen Blott
2017-10-06Allow using capital letters as link hint charactersAnton Strömkvist
2017-10-02FF: Lazy load the Vomnibar for XML documentsmrmr1993
2017-09-14Fix #2642.Stephen Blott
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