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-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
2017-02-09
Guard against undefined (out of spec) getDestinationInsertionPoints
mrmr1993
2017-01-03
take documentElement's border into consideration
gdh1995
2017-01-03
getViewportTopLeft: consider the new style "contain"
gdh1995
2017-01-03
getViewportTopLeft: support zoomed static documentElement
gdh1995
2016-12-21
Merge pull request #2311 from smblott-github/enterNormalMode
Stephen Blott
2016-10-23
Move SearchEngines to bg-utils.coffee.
Stephen Blott
2016-10-15
enterNormalMode; new command - implementation
Stephen Blott
2016-10-10
Add TODO.
Stephen Blott
2016-10-10
Rename 'translate' to 'mapkey'.
Stephen Blott
2016-10-09
Tweak (simplify) #2306.
Stephen Blott
[next]