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
2016-02-18
PassNextKey; fix tests.
Stephen Blott
2016-02-18
PassNextKey; move key parsing to keyboard_utils.coffee.
Stephen Blott
2016-02-18
PassNextKey; initial implementation.
Stephen Blott
2016-02-16
Use `for own ... of` instead of `for ... of`
mrmr1993
2016-02-11
Change HelpDialog. to @ for methods inside the HelpDialog object
mrmr1993
2016-02-11
Only load help dialog iframe when the dialog is to be shown
mrmr1993
2016-02-03
Fix closing the help dialog
mrmr1993
2016-02-03
Prevent nested help dialog iframes
mrmr1993
2016-02-03
Move help dialog into an iframe
mrmr1993
2016-02-03
Move toggleHelpDialog to HelpDialog.toggle
mrmr1993
2016-02-03
Move frameId check from toggleHelpDialog to its message listener
mrmr1993
2016-02-03
Move isShowingHelpDialog to HelpDialog.showing
mrmr1993
2016-02-03
Rename VimiumHelpDialog to HelpDialog
mrmr1993
2016-02-03
Remove redundant functions show/hideHelpDialog
mrmr1993
2016-02-03
Show/hide advanced commands with CSS class, other tidying
mrmr1993
2016-02-03
Update only help dialog contents when showing
mrmr1993
2016-02-03
Restructure VimiumHelpDialog so show and init have appropriate code
mrmr1993
2016-02-03
Move help dialog hide code into VimiumHelpDialog.hide
mrmr1993
2016-02-03
Move remaining help dialog show code into VimiumHelpDialog.show
mrmr1993
2016-02-03
Move help dialog setup to VimiumHelpDialog.init
mrmr1993
2016-02-03
Simple cosmetic changes to VimiumHelpDialog
mrmr1993
2016-02-03
Move VimiumHelpDialog out of showHelpDialog
mrmr1993
2016-02-01
Focus input: use Rect.copy element.getBoundingClientRect().
Stephen Blott
2016-01-31
Fix visual indicator for `focusInput()`.
Stephen Blott
2016-01-31
Remove code omitted from 68a39707817ab8693e1ddd9381611c0bfb46ebaa.
Stephen Blott
2016-01-31
Merge branch 'goToLine'
Stephen Blott
2016-01-31
Fix oversight in 7f3ae1ffcf3185392cf30a62f4b83474b68f66cc.
Stephen Blott
2016-01-30
Remove CursorHider
mrmr1993
2016-01-30
Add number modifier to `gg' scrollToTop command
mrmr1993
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-07-29
fix bugs in KeydownEvents so that correct keyup events will be handled
gdh1995
2015-07-20
move the caret to end in `focusInput`
gdh1995
2015-06-25
Merge branch 'hud-iframe-input-with-store-all-settings'
Stephen Blott
2015-06-17
Initialise modes and install listeners at the same time.
Stephen Blott
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
[next]