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
2015-09-17
Merge pull request #1821 from mrmr1993/hide-uicomponents-by-default
Stephen Blott
2015-09-13
Only show link hints for <label>s for elements without a hint
mrmr1993
2015-09-13
Make <label>s clickable with LinkHints
mrmr1993
2015-09-13
Don't show UIComponent <iframe>s while vimium.css loads
mrmr1993
2015-09-11
Make the sort used for filetered link hints stable.
Stephen Blott
2015-09-07
Traverse shadow DOMs when looking for scrollable elements
mrmr1993
2015-09-06
Merge pull request #1774 from mrmr1993/single-character-passkeys-only
Stephen Blott
2015-09-06
Merge branch 'gdh1995-better-KeydownEvents'
Stephen Blott
2015-09-06
Rename stringify to getEventCode.
Stephen Blott
2015-08-29
use documentReady instead of setTimeout to init focusThisFrame
gdh1995
2015-08-28
clean code
gdh1995
2015-08-28
fix the bug that XML view page may change itself into RSS document
gdh1995
2015-08-26
Use createElementNS for XML documents and remove XML specific codepaths
mrmr1993
2015-08-22
Prevent perpetual scroll.
Stephen Blott
2015-08-22
Merge pull request #1745 from poacher2k/patch-1
Stephen Blott
2015-07-29
fix bugs in KeydownEvents so that correct keyup events will be handled
gdh1995
2015-07-26
Only apply passkeys to single character keys explicitly
mrmr1993
2015-07-20
move the caret to end in `focusInput`
gdh1995
2015-07-02
Better angularJS detection.
Stephen Blott
2015-07-01
Re-work angularJS checks.
Stephen Blott
2015-06-26
Fix oversight from #1693.
Stephen Blott
2015-06-25
Merge branch 'hud-iframe-input-with-store-all-settings'
Stephen Blott
2015-06-25
Merge branch 'store-all-settings' into hud-iframe-input-with-store-all-settings
Stephen Blott
2015-06-23
*Always* collapse selection on yank.
Stephen Blott
2015-06-19
More concise comment
Daniel Skogly
2015-06-19
Clarifications to ngClick check
Daniel Skogly
2015-06-18
Proper function call
Daniel Skogly
2015-06-18
Proper function definition
Daniel Skogly
2015-06-18
Added hasNgClick-check in getVisibleClickable
Daniel Skogly
2015-06-17
Initialise modes and install listeners at the same time.
Stephen Blott
2015-06-13
Clean up code after merge
mrmr1993
2015-06-13
Refactor duplicate code.
Stephen Blott
2015-06-13
Fix returnToViewport.
Stephen Blott
2015-06-13
Refactor findInPlace.
Stephen Blott
2015-06-11
Make exiting FindMode with <esc> work as it should again
mrmr1993
2015-06-11
Revert "Make "a-z" characters work in filter hints mode."
Stephen Blott
2015-06-11
Make "a-z" characters work in filter hints mode.
Stephen Blott
2015-06-10
Update rawQuery directly from FindMode.updateQuery
mrmr1993
2015-06-10
Integrate executeFind into FindMode as FindMode.execute
mrmr1993
2015-06-10
Move findModeQuery to FindMode.query
mrmr1993
2015-06-10
Make find from visual mode behave the same as a normal find
mrmr1993
2015-06-10
Coffee-ify strings, fix no match regexp search message in visual mode
mrmr1993
2015-06-10
Simplify executeFind by hardcoding default arguments
mrmr1993
2015-06-10
Add FindMode.saveQuery to avoid addressing findModeQuery directly
mrmr1993
2015-06-10
Remove redundant conditional
mrmr1993
2015-06-10
Integrate functions exposed on window into FindMode
mrmr1993
2015-06-10
Move getNextQueryFromFindModeMatches and getFindModeQuery into mode_find
mrmr1993
2015-06-10
Move updateFindModeQuery to FindMode.updateQuery
mrmr1993
2015-06-10
Move updateFindModeQuery to mode_find.coffee
mrmr1993
2015-06-10
Inline HUD.findModeKeydown at its sole callsite
mrmr1993
[next]