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
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2017-10-25
FF: Share |root| global proxy, re-add the globals to window on DOMLoad
mrmr1993
2017-10-14
Allow <c-[> to be mapped as a regular command.
Stephen Blott
2017-09-30
Merge pull request #2683 from mrmr1993/inject-css-for-frames
Stephen Blott
2017-09-30
Merge pull request #2682 from mrmr1993/ff-setOpener
Stephen Blott
2017-09-29
Manually inject custom user CSS into our own frames/pages
mrmr1993
2017-09-29
Use openerTabId in chrome.tabs.create when possible
mrmr1993
2017-09-29
Simulate default click action for <a target="_blank">s
mrmr1993
2017-09-21
Move simulating click default action to DomUtils, add shift handling
mrmr1993
2017-09-18
Recognise (FF) internal URLs.
Stephen Blott
2017-09-14
FF: Tweak getViewportTopLeft to use borderTop/Left for clientTop/Left
mrmr1993
2017-09-14
Always use getBoundingClientRect for getViewportTopLeft
mrmr1993
2017-09-14
Revert #2636.
Stephen Blott
2017-09-12
FF: Don't use devicePixelRatio fix for HiDPI link hints
mrmr1993
2017-09-12
Use browser.runtime.getBrowserInfo to identify Firefox
mrmr1993
2017-09-12
Add Utils.isFirefox
mrmr1993
2017-09-12
Consider devicePixelRatio when calculating viewport
mrmr1993
2017-09-07
Merge pull request #2626 from smblott-github/ignore-keyboard-layout
Stephen Blott
2017-09-07
Use stubs from window.top for tests.
Stephen Blott
2017-09-06
Merge pull request #2605 from mrmr1993/isTrusted-events
Stephen Blott
2017-09-04
Fix tests for #2626.
Stephen Blott
2017-09-02
Fix special keys (e.g. <Shift-Left>).
Stephen Blott
2017-09-01
Use event.key for numpad.
Stephen Blott
2017-09-01
Handle shifted numeric keys.
Stephen Blott
2017-09-01
Translate event.code key representations to the corresponding event.key format.
Stephen Blott
2017-09-01
Implement ignoreKeyboardLayout option in getKeyChar.
Stephen Blott
2017-08-31
Add ignoreKeyboardLayout option (under advanced).
Stephen Blott
2017-08-31
Update URLs to HTTPS in code, pages and docs
David Beitey
2017-08-18
Check whether events are trusted before executing listeners
mrmr1993
2017-05-01
FF - Fix updates from the exclusions popup
mrmr1993
2017-04-22
Firefox: Polyfill for selection.type for visual mode.
Stephen Blott
2017-04-22
Refactor getSelectionType() to DOM utils.
Stephen Blott
2017-04-21
Firefox: Fix waitForEnterForFilteredHints.
Stephen Blott
2017-04-19
Simplify isPrintable(event) test.
Stephen Blott
2017-04-18
Better check for handlerId.
Stephen Blott
2017-04-18
Set handlerId directly to a non-id.
Stephen Blott
2017-04-18
Make the consumeKeyup handler a singleton.
Stephen Blott
2017-04-18
Use event.code to detect/suppress keyup events.
Stephen Blott
2017-04-18
Avoid repeating Backspace and Delete keys.
Stephen Blott
2017-04-18
Ignore keybiard repeats.
Stephen Blott
2017-04-18
Remove use of keyCodes entirely.
Stephen Blott
2017-04-18
Move keyboard utils to keydown and migrate normal/visual modes.
Stephen Blott
2017-04-18
Check whether chrome.storage.sync is enabled, fall back to .local if not
mrmr1993
2017-04-16
Use browser independent new tab page URL (about:newtab)
mrmr1993
2017-04-16
Only remove settings from storage.local if it's not our main store
mrmr1993
2017-04-16
Fallback to storage.local if storage.sync is not available
mrmr1993
2017-03-22
Note TODO re. keydown, keypress.
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
event.key is not always defined
Stephen Blott
2017-03-04
Merge pull request #2369 from gdh1995/zoomed-docEl-offset
Stephen Blott
[next]