aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/link_hints.coffee
AgeCommit message (Expand)Author
2018-01-10Fix issue referenceFlorian Bruhin
2017-12-18Do not use vimiumOnClickAttributeName variable...Stephen Blott
2017-12-18Tweak hint scoring for filtered hints.Stephen Blott
2017-12-16Fix rotate hints for filtered hints.Stephen Blott
2017-12-14Detect click listeners for link hints.Stephen Blott
2017-11-25Tweak #2783.Stephen Blott
2017-11-25Merge pull request #2783 from mrmr1993/use-HTML5-labelsStephen Blott
2017-11-25Merge pull request #2601 from mrmr1993/ff-copy-pasteStephen Blott
2017-11-24Merge branch 'mrmr1993-pr/link-hints-consistent-flash'Stephen Blott
2017-11-24Localise the logic for handling flash elements.Stephen Blott
2017-11-24Reintroduce default value for argument in LinkHints::activateLinkmrmr1993
2017-11-24Flash the clicked element for alphabet hintsmrmr1993
2017-11-24Merge branch 'mrmr1993-simplifyTabCount'Stephen Blott
2017-11-24Retain @tabCount unchanged for non-printable characters.Stephen Blott
2017-11-20Unify link hint flash codepathsmrmr1993
2017-11-20Inline installKeyboardBlockermrmr1993
2017-11-20Tidy up multiple/redundant checks in LinkHints.activateLinkmrmr1993
2017-11-20Use Rect.translate to create rects for addFlashRectmrmr1993
2017-11-18Merge pull request #2802 from mrmr1993/pr/link-hints-pass-non-printing-keysStephen Blott
2017-11-18FF: Use HUD.copyToClipboard everywheremrmr1993
2017-11-16Use Mode::push to handle adding/removing a handlermrmr1993
2017-11-14Don't suppress default action for non-printing keys in link hintsmrmr1993
2017-11-11Remove unclear & unnecessary tabCount argument to updateVisibleMarkersmrmr1993
2017-11-11Clear tabCount explicitly when needed, instead of implicitly and undoingmrmr1993
2017-11-09Use HTML labels accessor to get link hint labels for input elementsmrmr1993
2017-11-09Suppress keydown events for link hint charactersmrmr1993
2017-11-03ContentEditable must be lower case here.Stephen Blott
2017-11-02Add some roles used by GMail to link hints, reduce no. of comparisonsmrmr1993
2017-11-01Use Rect.intersects instead of Rect.intersectsStrictmrmr1993
2017-11-01Rename Rect.rectOverlaps to Rect.intersectsStrict, clarify the commentmrmr1993
2017-10-29Let handlerStack call consumeKeyup rather than calling it explicitlymrmr1993
2017-10-29Suppress all keyup events automatically if we consume the keydownmrmr1993
2017-10-29Make file inputs work with filtered hints.Stephen Blott
2017-10-25FF: Share |root| global proxy, re-add the globals to window on DOMLoadmrmr1993
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-09-14Fix #2642.Stephen Blott
2017-04-21Fix tab for link-hint selection.Stephen Blott
2017-04-18Fix <Shift> or <Ctrl> link-hint behaviour.Stephen Blott
2017-04-18Fix filtered link hints.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 link hints to keydown only.Stephen Blott
2017-03-09Fix #2445 (link hints with queue broken).Stephen Blott
2016-12-26Guard against element.tagName not being a string.Stephen Blott
2016-12-21Tweak #2327.Stephen Blott
2016-12-21Merge pull request #2327 from sco-tt/capitalized-link-hints-options-2Stephen Blott