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
Age
Commit message (
Expand
)
Author
2014-12-28
Merge branch 'link-hints-overlap' of https://github.com/mrmr1993/vimium into ...
Stephen Blott
2014-12-22
Use a splat instead of apply
mrmr1993
2014-12-22
Merge branch 'link-hints-overlap' of https://github.com/mrmr1993/vimium into ...
Stephen Blott
2014-12-22
Prefer `||=` to `= true if`
mrmr1993
2014-12-22
Merge branch 'link-hints-overlap' of https://github.com/mrmr1993/vimium into ...
Stephen Blott
2014-12-22
Use push with a splat rather than concat
mrmr1993
2014-12-22
Rename a poorly named variable
mrmr1993
2014-12-22
Merge branch 'link-hints-overlap' of https://github.com/mrmr1993/vimium into ...
Stephen Blott
2014-12-20
Use ||= to not ignore some clickable elements, no negative tabindex
mrmr1993
2014-12-20
Upgrade notification opens in a new tab.
Stephen Blott
2014-12-20
Better upgrade notification message.
Stephen Blott
2014-12-19
Detect aria properties for disabling/hiding elements in link hints
mrmr1993
2014-12-18
Don't show a link hint for certain link hint elements
mrmr1993
2014-12-18
Add brackets so the code compiles as expected
mrmr1993
2014-12-18
Improve comments for LinkHints.getVisibleClickableElements
mrmr1993
2014-12-18
Split textarea and input detection in link hints
mrmr1993
2014-12-18
Move rect functions to their own file
mrmr1993
2014-12-18
Complete a partially written comment
mrmr1993
2014-12-18
Add link hint support for jsaction event listeners
mrmr1993
2014-12-18
Remove overlapping rects from link hints
mrmr1993
2014-12-17
Remove redundant array conversion
mrmr1993
2014-12-17
Combine rectangle calculation and clickable element detection
mrmr1993
2014-12-17
Simplify finding clickable elements
mrmr1993
2014-12-17
Inline DomUtils.getClickableElements
mrmr1993
2014-12-17
Use the DOM rather than XPath to detect clickable elements
mrmr1993
2014-12-17
Updated link should point to release notes.
Stephen Blott
2014-12-16
Add a little more context to a comment
Phil Crosby
2014-12-16
Do not use Math.sign().
Stephen Blott
2014-12-16
Add comments to nextFrame logic.
Stephen Blott
2014-12-16
Merge branch 'skip-tiny-frames' of https://github.com/mrmr1993/vimium into mr...
Stephen Blott
2014-12-16
Fix smooth scrolling, all cases.
Stephen Blott
2014-12-16
Use a tolerance when checking scrolling to fix zoomed scrolls
mrmr1993
2014-12-15
Skip over tiny frames when calling focusThisFrame
mrmr1993
2014-12-15
Fix typo
Phil Crosby
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-12-13
Fix flipped viewSize properties in scroller.
Stephen Blott
2014-12-05
Make the z-indices a little bit smaller
Phil Crosby
2014-12-04
Increase the z-index of all components to close to Number.MAX_VALUE
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
[next]