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
2017-11-25
Merge pull request #2601 from mrmr1993/ff-copy-paste
Stephen Blott
2017-11-24
Merge branch 'mrmr1993-pr/link-hints-consistent-flash'
Stephen Blott
2017-11-24
Localise the logic for handling flash elements.
Stephen Blott
2017-11-24
Reintroduce default value for argument in LinkHints::activateLink
mrmr1993
2017-11-24
Flash the clicked element for alphabet hints
mrmr1993
2017-11-24
Merge branch 'mrmr1993-simplifyTabCount'
Stephen Blott
2017-11-24
Retain @tabCount unchanged for non-printable characters.
Stephen Blott
2017-11-20
Unify link hint flash codepaths
mrmr1993
2017-11-20
Inline installKeyboardBlocker
mrmr1993
2017-11-20
Tidy up multiple/redundant checks in LinkHints.activateLink
mrmr1993
2017-11-20
Use Rect.translate to create rects for addFlashRect
mrmr1993
2017-11-18
Merge pull request #2802 from mrmr1993/pr/link-hints-pass-non-printing-keys
Stephen Blott
2017-11-18
FF: Use HUD.copyToClipboard everywhere
mrmr1993
2017-11-16
Use Mode::push to handle adding/removing a handler
mrmr1993
2017-11-14
Don't suppress default action for non-printing keys in link hints
mrmr1993
2017-11-11
Remove unclear & unnecessary tabCount argument to updateVisibleMarkers
mrmr1993
2017-11-11
Clear tabCount explicitly when needed, instead of implicitly and undoing
mrmr1993
2017-11-09
Suppress keydown events for link hint characters
mrmr1993
2017-11-03
ContentEditable must be lower case here.
Stephen Blott
2017-11-02
Add some roles used by GMail to link hints, reduce no. of comparisons
mrmr1993
2017-11-01
Use Rect.intersects instead of Rect.intersectsStrict
mrmr1993
2017-11-01
Rename Rect.rectOverlaps to Rect.intersectsStrict, clarify the comment
mrmr1993
2017-10-29
Let handlerStack call consumeKeyup rather than calling it explicitly
mrmr1993
2017-10-29
Suppress all keyup events automatically if we consume the keydown
mrmr1993
2017-10-29
Make file inputs work with filtered hints.
Stephen Blott
2017-10-25
FF: Share |root| global proxy, re-add the globals to window on DOMLoad
mrmr1993
2017-10-19
Recognise aria-role=tab elements as clickable
mrmr1993
2017-10-07
Tweak #2701 (hint characters for filtered hints).
Stephen Blott
2017-10-06
Allow using capital letters as link hint characters
Anton Strömkvist
2017-09-14
Fix #2642.
Stephen Blott
2017-04-21
Fix tab for link-hint selection.
Stephen Blott
2017-04-18
Fix <Shift> or <Ctrl> link-hint behaviour.
Stephen Blott
2017-04-18
Fix filtered link hints.
Stephen Blott
2017-04-18
Avoid repeating Backspace and Delete keys.
Stephen Blott
2017-04-18
Remove use of keyCodes entirely.
Stephen Blott
2017-04-18
Rework tests for all key handling on keydown.
Stephen Blott
2017-04-18
Remove out-of-date comment.
Stephen Blott
2017-04-18
Migrate link hints to keydown only.
Stephen Blott
2017-03-09
Fix #2445 (link hints with queue broken).
Stephen Blott
2016-12-26
Guard against element.tagName not being a string.
Stephen Blott
2016-12-21
Tweak #2327.
Stephen Blott
2016-12-21
Merge pull request #2327 from sco-tt/capitalized-link-hints-options-2
Stephen Blott
2016-11-09
treat select element as an input, setting focus to it
Ramiro Araujo
2016-10-23
Makes sure all custom link hint characters defined in settings are lower case...
Scott Pinkelman
2016-10-15
No-op; rearrange content-script command arguments.
Stephen Blott
2016-10-08
Better positioning of link-hints flash rect.
Stephen Blott
2016-10-08
handle documentElement's top margin correctly
gdh1995
2016-09-26
Use title attribute for link text.
Stephen Blott
2016-09-26
Tweak jsaction detection and add tests.
Stephen Blott
2016-09-26
Fix comment.
Stephen Blott
[next]