index
:
vimium
1.42
1.49
1.50
1.52
1.54
1.55
1.56
1.57
fix-h-l-left-right-scrolling
master
The hacker's browser.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-04-18
Merge pull request #2476 from mrmr1993/firefox
Stephen Blott
2017-04-18
Merge pull request #2478 from mrmr1993/always-update-help
Stephen Blott
2017-04-18
Check whether chrome.storage.sync is enabled, fall back to .local if not
mrmr1993
2017-04-17
Regenerate help page data when key bindings are updated
mrmr1993
2017-04-17
Remove content_script_loader and all references to it
mrmr1993
2017-04-17
Clarify postFindFocus and obviously separate it from the try..catch
mrmr1993
2017-04-16
Use browser independent new tab page URL (about:newtab)
mrmr1993
2017-04-16
Rework FindMode HUD refocusing to not depend directly on the HUD
mrmr1993
2017-04-16
Catch errors thrown by window.find when it wraps/fails on FF
mrmr1993
2017-04-16
Guard against unsupported non-standard contentEditable=plaintext-only
mrmr1993
2017-04-16
Only remove settings from storage.local if it's not our main store
mrmr1993
2017-04-16
Add a comment to manifest about content scripts in pages/*.html
mrmr1993
2017-04-16
Revert "Use HTML5 import to load content scripts."
mrmr1993
2017-04-16
Workaround type error for unsupported openerTabId in FF
mrmr1993
2017-04-16
Fallback to storage.local if storage.sync is not available
mrmr1993
2017-04-13
Merge pull request #2471 from mrmr1993/ff-options-textbox-wrap
Stephen Blott
2017-04-13
Use white-space: pre; for options page inputs
mrmr1993
2017-04-13
Merge pull request #2460 from novelview9/patch-1
Stephen Blott
2017-04-07
Bump version to 1.59.
v1.59
Stephen Blott
2017-04-06
Better note re. key handling and PDF tabs.
Stephen Blott
2017-03-26
fix typo
Luke
2017-03-24
Note key-handling changes in README.md.
Stephen Blott
2017-03-24
Merge pull request #2456 from smblott-github/always-keydown-and-event.key
Stephen Blott
2017-03-22
Note TODO re. keydown, keypress.
Stephen Blott
2017-03-22
Include utils in the HUD.
Stephen Blott
2017-03-22
Move key handling to keydown and event.key.
Stephen Blott
2017-03-22
Remove and refactor mapKeyRegistery.
Stephen Blott
2017-03-19
Bump version to 1.58.2.
v1.58.2
Stephen Blott
2017-03-19
event.key is not always defined
Stephen Blott
2017-03-13
Merge pull request #2448 from mrmr1993/use-right-check-for-hashChange
Stephen Blott
2017-03-10
Use the appropriate handler for hashChange
mrmr1993
2017-03-09
Bump version number to 1.58.1.
v1.58.1
Stephen Blott
2017-03-09
Fix #2445 (link hints with queue broken).
Stephen Blott
2017-03-08
Merge pull request #2444 from rdpate/patch-1
Stephen Blott
2017-03-08
fix typo
Roger Pate
2017-03-08
Bump version number to 1.58.
v1.58
Stephen Blott
2017-03-04
Merge pull request #2369 from gdh1995/zoomed-docEl-offset
Stephen Blott
2017-03-04
Merge pull request #2384 from gdh1995/pass-keys-on-body-locked
Stephen Blott
2017-03-04
Merge pull request #2428 from mrmr1993/use-event-argument
Stephen Blott
2017-02-11
Don't depend on global event for Frame event listeners (FF)
mrmr1993
2017-02-11
Don't depend on global event for CoreScroller event listeners (FF)
mrmr1993
2017-02-11
Merge pull request #2426 from mrmr1993/no-depreciated-apis
Stephen Blott
2017-02-09
Guard against undefined (out of spec) getDestinationInsertionPoints
mrmr1993
2017-02-08
Stop using deprecated key 'selected' of tabs; switch to 'active'
mrmr1993
2017-02-08
Stop using non-standard event.srcElement; switch to event.target
mrmr1993
2017-02-08
Remove stub for deprecated onActiveChanged
mrmr1993
2017-02-08
Remove stub for deprecated tabs.onSelectionChanged
mrmr1993
2017-02-08
Stop using deprecated tabs.getAllInWindow; switch to tabs.query
mrmr1993
2017-02-08
Stop using deprecated tabs.getSelected; switch to tabs.query
mrmr1993
2017-01-03
InsertMode should not handle key events if document.body is editable
gdh1995
[next]