| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-23 | Fix frame switching after frame redirect/creation | mrmr1993 | |
| 2014-11-22 | Touch up tab recency. | Stephen Blott | |
| 2014-11-22 | Stop registering tabs active for <500ms in special circumstances | mrmr1993 | |
| 2014-11-22 | Merge two assignments of the same value | mrmr1993 | |
| 2014-11-22 | Make delayed tab registration synchronous, real-time-based | mrmr1993 | |
| 2014-11-18 | Tab recency; eliminate potential memory leak. | Stephen Blott | |
| 2014-11-18 | Tabs recency; always choose correct current tab. | Stephen Blott | |
| 2014-11-18 | Tab recency; register visit only after 750ms. | Stephen Blott | |
| 2014-11-16 | Smooth scroll; fix-ups requested by @philc. | Stephen Blott | |
| 2014-11-12 | Favicons in the vomnibar; remove support. | Stephen Blott | |
| There are security issues with favicons as implemented previously. This commit removes favicon support entirely. | |||
| 2014-11-10 | Merge branch 'smooth-scrolling-requestAnimationFrame' of ↵ | Stephen Blott | |
| github.com:mrmr1993/vimium into mrmr1993-smooth-scrolling-requestAnimationFrame | |||
| 2014-11-09 | Merge pull request #1231 from smblott-github/tabs-order | Stephen Blott | |
| Tabs order; order tabs by recency for empty searches. | |||
| 2014-11-09 | Tabs order; minor style changes. | Stephen Blott | |
| 2014-11-08 | Tabs order; add tests. | Stephen Blott | |
| 2014-11-08 | Order tabs; tidy up. | Stephen Blott | |
| 2014-11-07 | Order tabs by recency, when no query terms. | Stephen Blott | |
| 2014-11-07 | Smooth scrolling. | Stephen Blott | |
| 2014-11-06 | Include scheme for domain suggestions; tighter test for valid domain. | Stephen Blott | |
| 2014-11-06 | Don't suggest domains which aren't. | Stephen Blott | |
| 2014-11-02 | Merge branch 'master' into customNewTabPage | Stephen Blott | |
| 2014-11-02 | Fix refresh open tabs and state. | Stephen Blott | |
| Fixes refresh of state bug introduced in 046650ba22ac12ebb18d1eb109fe694016eb77c0. | |||
| 2014-11-02 | Optional custom new tab URL | mrmr1993 | |
| This resolves #979. | |||
| 2014-10-31 | Merge vomnibarToPage from @mrmr1993. | Stephen Blott | |
| 2014-10-31 | Add comments about moving the Vomnibar to an iframe | mrmr1993 | |
| 2014-10-27 | Ensure advanced commands are in command groups. | Stephen Blott | |
| 2014-10-27 | Fix tests for favicons. | Stephen Blott | |
| 2014-10-27 | Merge favicons for vomnibar. | Stephen Blott | |
| 2014-10-26 | Reduce max removeTab to chrome.session.MAX_SESSION_RESULTS. | Stephen Blott | |
| 2014-10-26 | Increase repeatLimits. | Stephen Blott | |
| 2014-10-26 | Merge branch 'add-download-link-to-commands' of github.com:mrmr1993/vimium ↵ | Stephen Blott | |
| into mrmr1993-add-download-link-to-commands | |||
| 2014-10-26 | Limit repeats, minor refactoring. | Stephen Blott | |
| 2014-10-26 | Add LinkHints.activateModeToDownloadLink to command list | mrmr1993 | |
| 2014-10-26 | Merge branch 'limitedRepeats' of github.com:mrmr1993/vimium into ↵ | Stephen Blott | |
| mrmr1993-limitedRepeats | |||
| 2014-10-26 | Merge branch 'fix-tab-restore' of github.com:mrmr1993/vimium into ↵ | Stephen Blott | |
| mrmr1993-fix-tab-restore | |||
| 2014-10-26 | Refactor CSS injection. | Stephen Blott | |
| 2014-10-26 | Merge branch 'fix-insertCSS-error' of github.com:mrmr1993/vimium into ↵ | Stephen Blott | |
| mrmr1993-fix-insertCSS-error | |||
| 2014-10-26 | Change registerFrameIfSizeAvailable to registerFrame, stop sending size | mrmr1993 | |
| We were never using the area property, and it was causing an infinite setTimeout loop on frames with height == 0 or width == 0 (often caused by AdBlockPlus etc.). | |||
| 2014-10-25 | Fence off unnecessary tabQueue code when chrome.sessions is defined | mrmr1993 | |
| 2014-10-25 | Fail gracefully in restoreTab when runtime.lastError is set | mrmr1993 | |
| This brings behaviour of the chrome.sessions codepath in line with the legacy code. | |||
| 2014-10-25 | Prompt for confirmation when executing large numbers of repeats | mrmr1993 | |
| Implement `repeatLimit`, to prompt for confirmation before repeating a command a large number of times, and apply it to tab creation/deletion commands. | |||
| 2014-10-25 | Add noRepeat to relevent frontend commands | mrmr1993 | |
| The use of Vomnibar commands with a numerical prefix > 1 is broken and non-trivial to fix. This patch introduces the `noRepeat` property for frontend commands, applying it to all Vomnibar commands and several others. | |||
| 2014-10-25 | Check chrome.runtime.lastError to fix error in chrome.runtime.lastError | mrmr1993 | |
| 2014-10-25 | Merge branch 'feature/edit-url-in-vomnibar' of github.com:sukima/vimium into ↵ | Stephen Blott | |
| sukima-feature/edit-url-in-vomnibar Conflicts: background_scripts/commands.coffee | |||
| 2014-10-25 | Merge pull request #784 from deiga/patch-3 | Stephen Blott | |
| Add links-hint mode to download links | |||
| 2014-10-22 | Merge pull request #1154 from smblott-github/passkeys-structured | Stephen Blott | |
| Structured exclusion rules internally, and on the popup and options pages. | |||
| 2014-09-17 | Move the vomnibar to an iframe | mrmr1993 | |
| 2014-09-06 | Structured passkeys; changes following code review; major rewrite of options. | Stephen Blott | |
| 2014-09-02 | Structured exclusion rules: Simplify isEnabledForUrl. | Stephen Blott | |
| 2014-09-02 | Structured exclusion rules: Fix typos and minor issues. | Stephen Blott | |
| 2014-09-02 | Retain excludedUrls setting, so testers can revert to previous versions. | Stephen Blott | |
