| Age | Commit message (Expand) | Author |
| 2017-11-20 | Unify link hint flash codepaths | mrmr1993 |
| 2017-11-20 | Inline installKeyboardBlocker | mrmr1993 |
| 2017-11-20 | Tidy up multiple/redundant checks in LinkHints.activateLink | mrmr1993 |
| 2017-11-20 | Use Rect.translate to create rects for addFlashRect | mrmr1993 |
| 2017-11-18 | Merge pull request #2802 from mrmr1993/pr/link-hints-pass-non-printing-keys | Stephen Blott |
| 2017-11-18 | FF: Show HUD (transparently) when pasting, manage focus changes better | mrmr1993 |
| 2017-11-18 | FF: Use HUD frame for openCopiedUrlIn{Current,New}Tab | mrmr1993 |
| 2017-11-18 | FF: Use HUD.copyToClipboard everywhere | mrmr1993 |
| 2017-11-18 | FF: Use HUD.copyToClipboard for copyCurrentUrl | mrmr1993 |
| 2017-11-18 | Initialize the HUD for clipboard operations if it hasn't been already | mrmr1993 |
| 2017-11-18 | FF: Add copy/paste functions to the HUD | mrmr1993 |
| 2017-11-18 | Note reason for this rather obscure line. | Stephen Blott |
| 2017-11-18 | Merge pull request #2800 from mrmr1993/ff-aggressively-restore-window-expando | Stephen Blott |
| 2017-11-18 | Make clear that element need not be provided here. | Stephen Blott |
| 2017-11-18 | Merge pull request #2801 from mrmr1993/pr/search-for-scrolling-element-from-body | Stephen Blott |
| 2017-11-16 | Use Mode::push to handle adding/removing a handler | mrmr1993 |
| 2017-11-14 | Don't suppress default action for non-printing keys in link hints | mrmr1993 |
| 2017-11-14 | Start searching for scrollable elements from <body> whenever possible | mrmr1993 |
| 2017-11-14 | FF: Restore window expando on every event listener | mrmr1993 |
| 2017-11-12 | Use tabIndex to provide the special focusInput behaviour in the options | mrmr1993 |
| 2017-11-12 | Make focusInput visit inputs according to tabIndex order | mrmr1993 |
| 2017-11-11 | Remove unclear & unnecessary tabCount argument to updateVisibleMarkers | mrmr1993 |
| 2017-11-11 | Clear tabCount explicitly when needed, instead of implicitly and undoing | mrmr1993 |
| 2017-11-09 | Use HTML labels accessor to get link hint labels for input elements | mrmr1993 |
| 2017-11-09 | Suppress keydown events for link hint characters | mrmr1993 |
| 2017-11-02 | Compare with lower case strings when using toLowerCase | mrmr1993 |
| 2017-11-02 | Replace all references to selection.type with our FF polyfill | mrmr1993 |
| 2017-11-02 | FF: Don't use Selection.getRangeAt(0) when there are no ranges | mrmr1993 |
| 2017-11-02 | Merge pull request #2762 from mrmr1993/gmail-roles | Stephen Blott |
| 2017-11-02 | Add some roles used by GMail to link hints, reduce no. of comparisons | mrmr1993 |
| 2017-11-02 | Remove the right listener from hashchange | mrmr1993 |
| 2017-11-01 | Use Rect.intersects instead of Rect.intersectsStrict | mrmr1993 |
| 2017-11-01 | Rename Rect.rectOverlaps to Rect.intersectsStrict, clarify the comment | mrmr1993 |
| 2017-10-29 | Remove unused code | mrmr1993 |
| 2017-10-29 | Let handlerStack call consumeKeyup rather than calling it explicitly | mrmr1993 |
| 2017-10-29 | Suppress all keyup events automatically if we consume the keydown | mrmr1993 |
| 2017-10-29 | Merge pull request #2748 from mrmr1993/frontend-split | Stephen Blott |
| 2017-10-29 | Guard against undefined DomUtils, instead of stubbing in tests | mrmr1993 |
| 2017-10-29 | Make file inputs work with filtered hints. | Stephen Blott |
| 2017-10-29 | Tidy up exports in vimium_frontend | mrmr1993 |
| 2017-10-29 | Move findAndFollow* to mode_normal.coffee | mrmr1993 |
| 2017-10-29 | Move FocusSelector to mode_normal.coffee | mrmr1993 |
| 2017-10-29 | Move selectFoundInputElement into mode_find | mrmr1993 |
| 2017-10-29 | Move focusFoundLink into mode_find, don't expose it as global | mrmr1993 |
| 2017-10-28 | Remove normal mode commands from global scope | mrmr1993 |
| 2017-10-28 | Remove invokeCommandString, call NormalModeCommands directly | mrmr1993 |
| 2017-10-28 | Bind LinkHints, Vomnibar and Marks commands appropriately | mrmr1993 |
| 2017-10-27 | Move goPrevious and goNext to normal mode file | mrmr1993 |
| 2017-10-27 | Include LinkHints, Vomnibar and Marks commands in normal mode file | mrmr1993 |
| 2017-10-27 | Split focusInput, move the main part into the normal mode file | mrmr1993 |