aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts
AgeCommit message (Expand)Author
2018-02-13Make the reload command accept a count.Stephen Blott
2018-02-05Create flash frame Shadow DOM element on demand.Stephen Blott
2018-02-04Merge branch 'gdh1995--hook-to-string'Stephen Blott
2018-02-04Tweak #2941.Stephen Blott
2018-02-04make the hooked addEventListener looks nativegdh1995
2018-02-04Merge pull request #2939 from smblott-github/disable-preload-vomnibarStephen Blott
2018-02-04Remove \I (ignore case) flag for find mode.Stephen Blott
2018-02-04Disable pre-loading of Vomnibar iframe.Stephen Blott
2018-01-19Fix bug on hashchange event.Stephen Blott
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-16Guard against failure.Stephen Blott
2017-12-16Fix rotate hints for filtered hints.Stephen Blott
2017-12-15Merge pull request #2871 from smblott-github/detect-click-listenersStephen Blott
2017-12-14Fix enabled state on webNavigation.Stephen Blott
2017-12-14Detect click listeners for link hints.Stephen Blott
2017-12-12Merge pull request #2371 from smblott-github/add-swap-option-for-marksStephen Blott
2017-12-02Recurse an arbitrary depth into shadow DOMs for insert mode elementmrmr1993
2017-11-30Rework insert mode (check status dynamically).Stephen Blott
2017-11-25Tweak #2783.Stephen Blott
2017-11-25Merge pull request #2783 from mrmr1993/use-HTML5-labelsStephen Blott
2017-11-25Use mkRepeatCommand in main.coffee.Stephen 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-22Add a comment for Frame expando fixmrmr1993
2017-11-22FF: Reattach expando on every message to Framemrmr1993
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: Show HUD (transparently) when pasting, manage focus changes bettermrmr1993
2017-11-18FF: Use HUD frame for openCopiedUrlIn{Current,New}Tabmrmr1993
2017-11-18FF: Use HUD.copyToClipboard everywheremrmr1993
2017-11-18FF: Use HUD.copyToClipboard for copyCurrentUrlmrmr1993
2017-11-18Initialize the HUD for clipboard operations if it hasn't been alreadymrmr1993
2017-11-18FF: Add copy/paste functions to the HUDmrmr1993
2017-11-18Note reason for this rather obscure line.Stephen Blott
2017-11-18Merge pull request #2800 from mrmr1993/ff-aggressively-restore-window-expandoStephen Blott
2017-11-18Make clear that element need not be provided here.Stephen Blott
2017-11-18Merge pull request #2801 from mrmr1993/pr/search-for-scrolling-element-from-bodyStephen Blott
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-14Start searching for scrollable elements from <body> whenever possiblemrmr1993