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
2015-06-10
Move updateFindModeQuery to mode_find.coffee
mrmr1993
2015-06-10
Move findModeQueryHasResults to findModeQuery.hasResults
mrmr1993
2015-06-10
Remove global findMode and pass new FindMode instances direct to the HUD
mrmr1993
2015-06-10
Move FindMode from vimium_frontend to mode_find
mrmr1993
2015-06-10
Expose executeFind on window
mrmr1993
2015-06-10
Expose getNextQueryFromRegexMatches on window
mrmr1993
2015-06-10
Inline showFindModeHUDForQuery at its sole callsite
mrmr1993
2015-06-10
Integrate performFindInPlace into FindMode as findInPlace
mrmr1993
2015-06-10
Remove global findModeAnchorNode and false comments justifying it
mrmr1993
2015-06-10
Move findModeRestoreSelection to FindMode::restoreSelection
mrmr1993
2015-06-10
Inline findModeSaveSelection, store initialRange in FindMode instance
mrmr1993
2015-06-10
Use FindMode constructor directly in visual/edit modes
mrmr1993
2015-06-10
Move code from enterFindMode into the FindMode constructor
mrmr1993
2015-06-10
Handle up and down keys directly in the HUD
mrmr1993
2015-06-10
Move FindModeHistory to its own file to be used by the HUD iframe too
mrmr1993
2015-06-10
Make FindModeHistory independent of the rest of vimium_frontend
mrmr1993
2015-06-10
Move FindMode's keydown to the HUD
mrmr1993
2015-06-10
Stop FindMode's keydown handler from using FindMode's scope and this
mrmr1993
2015-06-10
Move key-only code from FindMode.exit to its keydown handler
mrmr1993
2015-06-10
Handle esc explicitly in the FindMode keydown handler, not by options
mrmr1993
2015-06-10
Remove redundant code from FindMode keydown handler, inline delete code
mrmr1993
2015-06-10
Remove unused function handleKeyCharForFindMode
mrmr1993
2015-06-10
Remove unused event listeners in FindMode
mrmr1993
2015-06-10
Remove unused code in handleDeleteForFindMode
mrmr1993
2015-06-10
Accept input in the HUD iframe
mrmr1993
2015-06-10
Make all find mode updates go via the HUD in preparation to use an input
mrmr1993
2015-06-10
Decide find mode text in the HUD iframe, not in frontend
mrmr1993
2015-06-07
Exit link-hint mode on click or scroll.
Stephen Blott
2015-06-04
Unwind passing key and registry entry for marks.
Stephen Blott
2015-06-04
Global marks; only handle messages in main frame.
Stephen Blott
2015-06-04
Global marks; focus and only scroll in the main frame.
Stephen Blott
2015-06-03
Refactor (to setPreviousPosition) to clarify Marks logic.
Stephen Blott
2015-06-03
Also set previous position for before global mark movement.
Stephen Blott
2015-06-03
Re-implement Marks, incl `` binding.
Stephen Blott
2015-06-01
Merge branch 'unified-settings-implementation'
Stephen Blott
2015-06-01
Remove LinkHints.init()...
Stephen Blott
2015-06-01
Re-work unified settings.
Stephen Blott
2015-05-31
Update the comment by the settings object in the frontend
mrmr1993
2015-05-31
Remove all remaining references to frontend settings
mrmr1993
2015-05-31
Init Settings directly instead of via settings.load, and only do it once
mrmr1993
2015-05-31
Replace settings.addEventListener with Settings.addEventListener in the frontend
mrmr1993
2015-05-31
Replace settings.set with Settings.set in the frontend
mrmr1993
2015-05-31
Replace settings.get with Settings.get in the frontend
mrmr1993
2015-05-31
Rewrite settings as a tight wrapper around Settings, tweaks for tests
mrmr1993
2015-05-31
Fix options page error.
Stephen Blott
2015-05-31
Merge pull request #1697 from smblott-github/vomnibar-map-with-prepopulated-text
Stephen Blott
2015-05-30
When showing the help dialog, simulate-click it.
Stephen Blott
2015-05-29
Verify keyword for custom search-engine activation.
Stephen Blott
2015-05-29
Pass the command's registry entry to vomnibar commands.
Stephen Blott
2015-05-29
Pass command's registry entry to content script.
Stephen Blott
[next]