| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-24 | PassKey tests (1) | Stephen Blott | |
| 2014-08-24 | Do not call handlers which do not exist (fixed, again). | Stephen Blott | |
| 2014-08-24 | Do not call handlers which do not exist (fixed). | Stephen Blott | |
| 2014-08-24 | Do not call handlers which do not exist. | Stephen Blott | |
| 2014-08-24 | Better icon for passkeys. | Stephen Blott | |
| 2014-08-24 | Better state management for passkeys. | Stephen Blott | |
| 2014-08-24 | New icons for partially enabled, for passkeys. | Stephen Blott | |
| 2014-08-23 | Allow passing of keys to the underlying page (comments can start with " too). | Stephen Blott | |
| 2014-08-23 | Allow passing of keys to the underlying page (slight reformatting of page ↵ | Stephen Blott | |
| popup). | |||
| 2014-08-23 | Allow passing of keys to the underlying page (fix/maintain order of ↵ | Stephen Blott | |
| exclusion list). | |||
| 2014-08-23 | Allow passing of keys to the underlying page (populate page popup with ↵ | Stephen Blott | |
| existing rule). | |||
| 2014-08-23 | Allow passing of keys to the underlying page (more minor code review). | Stephen Blott | |
| 2014-08-23 | Allow passing of keys to the underlying page (minor code review). | Stephen Blott | |
| 2014-08-23 | Allow passing of keys to the underlying page. | Stephen Blott | |
| 2014-08-22 | Switching again to Ctrl+Enter | Luan Nico | |
| 2014-08-22 | Changed key biding to use right arrow instead of tab, returning previous tab ↵ | Luan Nico | |
| functionalities | |||
| 2014-08-21 | Suggestion for impl of #1141 | Luan Nico | |
| 2014-08-21 | Update link_hints.coffee | Timo Sand | |
| 2014-08-21 | Added feature to download links | Timo Sand | |
| 2014-08-21 | Merge pull request #1130 from mrmr1993/fixKeyupCapture | Phil Crosby | |
| Only block keyup for keys where we have handled a keyup/press event | |||
| 2014-08-19 | Revert "Improve fonts and matching character color in CSS" | Phil Crosby | |
| This reverts commit e93b1b1f36d31a693978a9cc71e10d95ab1fba4a. Reverting because the experience is poor for Linux users. If we can patch this to also look nice for Linux users, then win. | |||
| 2014-08-17 | Change the link hint char back from red to yellow | Phil Crosby | |
| Red draws the eye powerfully, which I think is counter-productive here. You don't want to focus on the character you've already typed, but rather the character you have left to type. | |||
| 2014-08-17 | Improve fonts and matching character color in CSS | elevengu | |
| 2014-08-17 | Line length | Phil Crosby | |
| 2014-08-17 | Only block keyup for keys where we have handled a keyup/press event | mrmr1993 | |
| Fixes the issue of Vimium indiscriminately capturing keyup events, introduced in PR #978. | |||
| 2014-08-17 | Code tweaks | Phil Crosby | |
| 2014-08-17 | Tweak the move tabs command name | Phil Crosby | |
| I think this is at little more readable, at least in the code | |||
| 2014-08-17 | Mark the close tab commands as "advanced" | Phil Crosby | |
| 2014-08-17 | Merge pull request #1129 from mrmr1993/closeOtherTabs | Phil Crosby | |
| Add closeTabsToLeft, closeTabsToRight and closeOtherTabs commands | |||
| 2014-08-17 | Add closeTabsToLeft, closeTabsToRight and closeOtherTabs commands | mrmr1993 | |
| 2014-08-16 | Add comments as to why we should stop propagating the keyup event | Phil Crosby | |
| 2014-08-16 | Merge pull request #978 from tejohnso/master | Phil Crosby | |
| Stop keyup events from passing to the browser | |||
| 2014-08-16 | Merge pull request #1075 from mrmr1993/incognitoNewWindow | Phil Crosby | |
| Fix "move tab to new window" for incognito tabs | |||
| 2014-08-16 | Merge pull request #1102 from mrmr1993/fixFileUrlSelection | Phil Crosby | |
| Apply search fix on file:// directory entries | |||
| 2014-08-16 | Merge pull request #1108 from natalieperna/master | Phil Crosby | |
| Pointer cursor on hover over help modal close button | |||
| 2014-08-16 | Merge pull request #1127 from mrmr1993/chromeSessionsApi | Phil Crosby | |
| Update restore tab for upcoming chrome.sessions API | |||
| 2014-08-16 | Merge pull request #1123 from deiga/fix-travis | Phil Crosby | |
| Fix travis build | |||
| 2014-08-16 | Update restore tab for upcoming chrome.sessions API | mrmr1993 | |
| See [here](https://developer.chrome.com/extensions/sessions#method-restore) for API details | |||
| 2014-08-13 | Update node version | Timo Sand | |
| Added dependency to travis | |||
| 2014-08-12 | Merge pull request #922 from camflint/FixBuildAndTestTasksOnWindows | Phil Crosby | |
| Fix build and test tasks on Windows | |||
| 2014-08-12 | Add a TODO to tighten up the contract of some tests | Phil Crosby | |
| 2014-08-12 | Merge pull request #1116 from vincentbernat/fix/link-gonext | Phil Crosby | |
| Match mixed-case relationship links in goNext/goPrevious | |||
| 2014-08-12 | Merge pull request #1120 from deiga/fix-1005 | Phil Crosby | |
| Fix for 1005 | |||
| 2014-08-12 | Fix for 1005 | Timo Sand | |
| fixes #1005 | |||
| 2014-08-05 | Match mixed-case relationship links in goNext/goPrevious | Vincent Bernat | |
| Link types are case-insensitive: http://www.w3.org/TR/html5/links.html#linkTypes This should fix #1115. | |||
| 2014-08-05 | Add a test for "link rel='next'" kind of link. | Vincent Bernat | |
| While this is not strictly valid, we don't put the link markup into `<head>` to avoid adding more code just for those two new tests. | |||
| 2014-07-30 | Pointer cursor on hover over help modal close button | Natalie Perna | |
| 2014-07-29 | Merge pull request #1105 from natalieperna/master | Phil Crosby | |
| Replace upgrade notification close x with × | |||
| 2014-07-29 | Replaced help dialog close button with × | Natalie Perna | |
| 2014-07-29 | Replace upgrade notification close x with × | Natalie Perna | |
