| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-29 | Reset the restore-backup file chooser on save. | Stephen Blott | |
| It's just cleaner this way. | |||
| 2017-10-29 | Move selectFoundInputElement into mode_find | mrmr1993 | |
| 2017-10-29 | Merge pull request #2751 from smblott-github/backup-settings | Stephen Blott | |
| Fix backup link for FF and Chrome. | |||
| 2017-10-29 | Move focusFoundLink into mode_find, don't expose it as global | mrmr1993 | |
| 2017-10-29 | Fix restore for exclusion rules. | Stephen Blott | |
| In the case of exclusion rules, we first have to remove existing rules; otherwise, the restored rules are *appended* to the existing rules. | |||
| 2017-10-29 | Tidy up backup code. | Stephen Blott | |
| This can be shorter now. | |||
| 2017-10-29 | Fix backup link for FF and Chrome. | Stephen Blott | |
| This makes the UI for generating an options backup the same for FF and Chrome. We populate the *Backup* link on `mousedown`. | |||
| 2017-10-29 | Fix backup download for Firefox. | Stephen Blott | |
| 2017-10-29 | Note backup/restore in README. | Stephen Blott | |
| 2017-10-29 | Hide "Download Backup" Link. | Stephen Blott | |
| On Chrome, this text was becoming visible when the "Create Backup" button was pressed. Mention @mrmr1993: you might want to check this in FF. | |||
| 2017-10-29 | Merge pull request #2750 from smblott-github/backup-settings | Stephen Blott | |
| Add backup/restore for Vimium options. | |||
| 2017-10-29 | Include settingsVersion in backup. | Stephen Blott | |
| 2017-10-29 | Make backup JSON human readable. | Stephen Blott | |
| 2017-10-29 | FF: Show backup download link in the options page | mrmr1993 | |
| Firefox doesn't seem to respect the |download| attribute for links, and it garbage collects our blob URL when we navigate away from the options page (to the object URL). We work around this by simply showing the download link in Firefox. Disappointingly, the user needs to right-click the link and choose to download from the context menu. Behaviour in Chrome is unchanged, except that the download link is now visible. | |||
| 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-28 | Add backup/restore for Vimium options. | Stephen Blott | |
| See the *very* bottom of the options page (below advanced settings). Clicking "Backup" creates a JSON file. Selecting a backup populates the options inputs, the user then clicks *Save Changes* to confirm. | |||
| 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 | |
| 2017-10-27 | Add tests to check that foreground commands are implemented | mrmr1993 | |
| 2017-10-27 | Move passNextKey to normal mode file | mrmr1993 | |
| 2017-10-27 | Move mainFrame and showHelp to normal mode file | mrmr1993 | |
| 2017-10-27 | Move normal mode find commands into normal mode file | mrmr1993 | |
| 2017-10-27 | Move findAndFocus into FindMode, rename to findNext | mrmr1993 | |
| 2017-10-27 | Move FindMode exit functions into FindMode | mrmr1993 | |
| 2017-10-27 | Move self-contained normal mode commands to normal mode file | mrmr1993 | |
| 2017-10-27 | Merge pull request #2747 from Honeypot95/patch-1 | Stephen Blott | |
| Fixed typo | |||
| 2017-10-27 | Fixed typo | Honeypot95 | |
| 2017-10-27 | Move NormalMode to its own content script | mrmr1993 | |
| 2017-10-27 | Bump to 1.61.1.v1.61.1 | Stephen Blott | |
| 2017-10-27 | Fix #2738. | Stephen Blott | |
| I omitted to check this properly. It turns out we weren't getting the options from the correct place. | |||
| 2017-10-27 | Bump to 1.61v1.61 | Stephen Blott | |
| 2017-10-27 | Merge pull request #2742 from mrmr1993/ff-fix-fb | Stephen Blott | |
| Add global objects to window.root, re-add to window on DOMLoad | |||
| 2017-10-25 | FF: Only apply fix to bug 1408996 when appropriate | mrmr1993 | |
| 2017-10-25 | FF: Workaround bug 1408996 in focusInput's focus listener | mrmr1993 | |
| 2017-10-25 | FF: Share |root| global proxy, re-add the globals to window on DOMLoad | mrmr1993 | |
| This is a workaround for Firefox bug 1408996. | |||
| 2017-10-24 | Note hard command option for reload. | Stephen Blott | |
| 2017-10-24 | Merge pull request #2738 from mrmr1993/hard-reload | Stephen Blott | |
| Add hard option to reload command | |||
| 2017-10-24 | Add |hard| option to reload command | mrmr1993 | |
| 2017-10-19 | (FF android) Guard against undefined chrome.browserAction.setIcon | mrmr1993 | |
| 2017-10-19 | (FF android) Guard against undefined chrome.windows | mrmr1993 | |
| 2017-10-19 | Merge pull request #2732 from mrmr1993/aria-tab-clickable | Stephen Blott | |
| Recognise role=tab elements as clickable | |||
| 2017-10-19 | Recognise aria-role=tab elements as clickable | mrmr1993 | |
| In particular, these are used in the current (2017-10-19) version of YouTube. This fixes #2730. | |||
| 2017-10-16 | Merge pull request #2728 from xuhdev/patch-1 | Stephen Blott | |
| Add Firefox and Chromium to contribution guidelines | |||
| 2017-10-15 | Add Firefox and Chromium to contribution guidelines | Hong | |
| 2017-10-14 | Note mapping <c-[> in README. | Stephen Blott | |
| 2017-10-14 | Merge pull request #2723 from smblott-github/allow-map-vim-like-escape | Stephen Blott | |
| Allow <c-[> to be mapped as a regular command. | |||
| 2017-10-14 | Allow <c-[> to be mapped as a regular command. | Stephen Blott | |
| If map <c-[> someCommand is configured, then the hardwired `<c-[>` meaning `Escape` behaviour is disabled. Users who want to map `<c-[>` probably *never* use it as `Escape`. Fixes #2722. | |||
