aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-08-24PassKey tests (1)Stephen Blott
2014-08-24Do not call handlers which do not exist (fixed, again).Stephen Blott
2014-08-24Do not call handlers which do not exist (fixed).Stephen Blott
2014-08-24Do not call handlers which do not exist.Stephen Blott
2014-08-24Better icon for passkeys.Stephen Blott
2014-08-24Better state management for passkeys.Stephen Blott
2014-08-24New icons for partially enabled, for passkeys.Stephen Blott
2014-08-23Allow passing of keys to the underlying page (comments can start with " too).Stephen Blott
2014-08-23Allow passing of keys to the underlying page (slight reformatting of page ↵Stephen Blott
popup).
2014-08-23Allow passing of keys to the underlying page (fix/maintain order of ↵Stephen Blott
exclusion list).
2014-08-23Allow passing of keys to the underlying page (populate page popup with ↵Stephen Blott
existing rule).
2014-08-23Allow passing of keys to the underlying page (more minor code review).Stephen Blott
2014-08-23Allow passing of keys to the underlying page (minor code review).Stephen Blott
2014-08-23Allow passing of keys to the underlying page.Stephen Blott
2014-08-22Switching again to Ctrl+EnterLuan Nico
2014-08-22Changed key biding to use right arrow instead of tab, returning previous tab ↵Luan Nico
functionalities
2014-08-21Suggestion for impl of #1141Luan Nico
2014-08-21Update link_hints.coffeeTimo Sand
2014-08-21Added feature to download linksTimo Sand
2014-08-21Merge pull request #1130 from mrmr1993/fixKeyupCapturePhil Crosby
Only block keyup for keys where we have handled a keyup/press event
2014-08-19Revert "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-17Change the link hint char back from red to yellowPhil 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-17Improve fonts and matching character color in CSSelevengu
2014-08-17Line lengthPhil Crosby
2014-08-17Only block keyup for keys where we have handled a keyup/press eventmrmr1993
Fixes the issue of Vimium indiscriminately capturing keyup events, introduced in PR #978.
2014-08-17Code tweaksPhil Crosby
2014-08-17Tweak the move tabs command namePhil Crosby
I think this is at little more readable, at least in the code
2014-08-17Mark the close tab commands as "advanced"Phil Crosby
2014-08-17Merge pull request #1129 from mrmr1993/closeOtherTabsPhil Crosby
Add closeTabsToLeft, closeTabsToRight and closeOtherTabs commands
2014-08-17Add closeTabsToLeft, closeTabsToRight and closeOtherTabs commandsmrmr1993
2014-08-16Add comments as to why we should stop propagating the keyup eventPhil Crosby
2014-08-16Merge pull request #978 from tejohnso/masterPhil Crosby
Stop keyup events from passing to the browser
2014-08-16Merge pull request #1075 from mrmr1993/incognitoNewWindowPhil Crosby
Fix "move tab to new window" for incognito tabs
2014-08-16Merge pull request #1102 from mrmr1993/fixFileUrlSelectionPhil Crosby
Apply search fix on file:// directory entries
2014-08-16Merge pull request #1108 from natalieperna/masterPhil Crosby
Pointer cursor on hover over help modal close button
2014-08-16Merge pull request #1127 from mrmr1993/chromeSessionsApiPhil Crosby
Update restore tab for upcoming chrome.sessions API
2014-08-16Merge pull request #1123 from deiga/fix-travisPhil Crosby
Fix travis build
2014-08-16Update restore tab for upcoming chrome.sessions APImrmr1993
See [here](https://developer.chrome.com/extensions/sessions#method-restore) for API details
2014-08-13Update node versionTimo Sand
Added dependency to travis
2014-08-12Merge pull request #922 from camflint/FixBuildAndTestTasksOnWindowsPhil Crosby
Fix build and test tasks on Windows
2014-08-12Add a TODO to tighten up the contract of some testsPhil Crosby
2014-08-12Merge pull request #1116 from vincentbernat/fix/link-gonextPhil Crosby
Match mixed-case relationship links in goNext/goPrevious
2014-08-12Merge pull request #1120 from deiga/fix-1005Phil Crosby
Fix for 1005
2014-08-12Fix for 1005Timo Sand
fixes #1005
2014-08-05Match mixed-case relationship links in goNext/goPreviousVincent Bernat
Link types are case-insensitive: http://www.w3.org/TR/html5/links.html#linkTypes This should fix #1115.
2014-08-05Add 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-30Pointer cursor on hover over help modal close buttonNatalie Perna
2014-07-29Merge pull request #1105 from natalieperna/masterPhil Crosby
Replace upgrade notification close x with &times
2014-07-29Replaced help dialog close button with &timesNatalie Perna
2014-07-29Replace upgrade notification close x with &timesNatalie Perna