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
/
content_scripts
/
vimium_frontend.coffee
Age
Commit message (
Expand
)
Author
2014-12-15
Fix second memory leak in KeydownEvents.
Stephen Blott
2014-12-15
Rework KeydownEvents as an abject.
Stephen Blott
2014-12-15
Merge branch 'stop-memory-leak-for-keydown-repeats' of https://github.com/mrm...
Stephen Blott
2014-12-14
Only register events as handled once
mrmr1993
2014-12-14
FRAMESET frames should not be registered.
Stephen Blott
2014-12-13
Remove insert mode check for keyup handling
mrmr1993
2014-12-13
Make keyup event suppression more readable
mrmr1993
2014-11-30
Merge pull request #1238 from smblott-github/smooth-scrolling-requestAnimatio...
Phil Crosby
2014-11-28
Clear all keydown events that correspond to a keyup event
mrmr1993
2014-11-23
Merge branch 'contentEditable-fix' of github.com:smblott-github/vimium
Stephen Blott
2014-11-23
Frames; more cleanup and simplification.
Stephen Blott
2014-11-23
Don't record frameIds for frames only containing a frameset
mrmr1993
2014-11-23
Remove redundant code, add a new listener to be more consistent
mrmr1993
2014-11-23
Fix frame switching after frame redirect/creation
mrmr1993
2014-11-22
Revert 3f3f256e1abe2a7795ba89ff6b84d4b81fb0a7e2.
Stephen Blott
2014-11-20
Fix isValidFirstKey for eg. function keys
mrmr1993
2014-11-20
Ensure we suppress events for all keys we handle
mrmr1993
2014-11-20
Do not handle keystrokes for contentEditable (check find mode).
Stephen Blott
2014-11-20
Do not handle keystrokes for contentEditable (refactor).
Stephen Blott
2014-11-18
Do not handle keystrokes for contentEditable.
Stephen Blott
2014-11-11
Smooth scroll; comments and more minor tidy up.
Stephen Blott
2014-11-07
Smooth scrolling.
Stephen Blott
2014-11-02
Don't skip installing listeners.
Stephen Blott
2014-11-02
Centralize handling of event propagation.
Stephen Blott
2014-11-02
Force our key event handlers to have the highest possible priority
mrmr1993
2014-10-29
Revert 2c7bebb5f2c873850c2b2d82013cab4eb3d4913c
Stephen Blott
2014-10-29
Repair insert mode.
Stephen Blott
2014-10-26
Allow blur of embedded objects (e.g. flash).
Stephen Blott
2014-10-26
Fix detection of embedded objects.
Stephen Blott
2014-10-26
Change registerFrameIfSizeAvailable to registerFrame, stop sending size
mrmr1993
2014-09-02
Structured exclusion rules: Fix typos and minor issues.
Stephen Blott
2014-09-02
Structured passkeys, internally and on the options and popup pages.
Stephen Blott
2014-08-24
Fix passKeys bug introduced in commit 700d35a
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 state management for passkeys.
Stephen Blott
2014-08-23
Allow passing of keys to the underlying page (fix/maintain order of exclusion...
Stephen Blott
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.
Stephen Blott
2014-08-17
Only block keyup for keys where we have handled a keyup/press event
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
2014-08-05
Match mixed-case relationship links in goNext/goPrevious
Vincent Bernat
2014-07-29
Replace upgrade notification close x with ×
Natalie Perna
2014-06-30
Merge pull request #1026 from mrmr1993/countMatches
Phil Crosby
2014-05-17
Remove unnecessary if statement
Phil Crosby
2014-05-17
Fix options link in help dialog
mrmr1993
2014-04-19
Use RegExp to escape special characters for plain find queries
mrmr1993
2014-04-19
Add a comment explaining match counting for string searches
mrmr1993
[next]