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
/
link_hints.coffee
Age
Commit message (
Expand
)
Author
2015-04-28
Make DomUtils.getVisibleClientRects default to expected behaviour
mrmr1993
2015-04-27
Don't focus <input type="submit" /> elements from link hints
mrmr1993
2015-04-22
Also filter for HREF in incognito mode.
Stephen Blott
2015-04-22
Filter out non-HREF elements for "yf".
Stephen Blott
2015-04-22
For "yf", handle case where link.href isn't defined.
Stephen Blott
2015-04-22
Show yanked text in HUD for "yf".
Stephen Blott
2015-04-18
Mode indicator: more fix for link hints.
Stephen Blott
2015-04-18
Mode indicator: fix for link hints.
Stephen Blott
2015-04-18
Mode indicator: strip all references to badges.
Stephen Blott
2015-03-09
Pass keyup events after entering link-hint mode.
Stephen Blott
2015-03-03
Do not include duplicated texts in link hints.
Stephen Blott
2015-01-18
Merge pull request #1413 from smblott-github/modes
Stephen Blott
2015-01-18
Modes; pre-merge clean up.
Stephen Blott
2015-01-17
Minor rework in link hints.
Stephen Blott
2015-01-17
Rework modifier key handling for link hints.
Stephen Blott
2015-01-17
Make `activateModeWithQueue` support link hint mode modifiers
mrmr1993
2015-01-17
Re-introduce ctrl, shift keys as link hint mode modifiers
mrmr1993
2015-01-15
Modes; tweaks and fiddles.
Stephen Blott
2015-01-14
Modes; substantial reworking of insert mode (and friends).
Stephen Blott
2015-01-13
Modes; temporary commit.
Stephen Blott
2015-01-13
Modes; temporary commit.
Stephen Blott
2015-01-12
Modes; hint mode should be an insert-mode blocker...
Stephen Blott
2015-01-12
Modes; (slightly) nicer badge.
Stephen Blott
2015-01-11
Modes; incorporate link hints.
Stephen Blott
2014-12-30
Update comment in getVisibleClickable.
Stephen Blott
2014-12-30
Minor changes to link-hint code.
Stephen Blott
2014-12-29
Return an array from getVisibleClickable, to restore img map support
mrmr1993
2014-12-29
Move link hint clickable element detection to its own function
mrmr1993
2014-12-29
Add a comment clarifying why we no longer use XPath for link hints
mrmr1993
2014-12-22
Use a splat instead of apply
mrmr1993
2014-12-22
Prefer `||=` to `= true if`
mrmr1993
2014-12-22
Use push with a splat rather than concat
mrmr1993
2014-12-22
Rename a poorly named variable
mrmr1993
2014-12-20
Use ||= to not ignore some clickable elements, no negative tabindex
mrmr1993
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-08-21
Update link_hints.coffee
Timo Sand
2014-08-21
Added feature to download links
Timo Sand
[next]