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
/
hud.coffee
Age
Commit message (
Expand
)
Author
2017-11-18
FF: Show HUD (transparently) when pasting, manage focus changes better
mrmr1993
2017-11-18
Initialize the HUD for clipboard operations if it hasn't been already
mrmr1993
2017-11-18
FF: Add copy/paste functions to the HUD
mrmr1993
2017-10-27
Move FindMode exit functions into FindMode
mrmr1993
2017-10-25
FF: Share |root| global proxy, re-add the globals to window on DOMLoad
mrmr1993
2017-04-16
Rework FindMode HUD refocusing to not depend directly on the HUD
mrmr1993
2016-12-21
Don't focus non-focusable node.
Stephen Blott
2016-04-28
Fix UI-component initialization issues.
Stephen Blott
2016-04-18
Simplify find-mode exit event.
Stephen Blott
2016-04-18
Abandon HUD on help-dialog close.
Stephen Blott
2016-04-18
Require documentReady for all UI components.
Stephen Blott
2016-04-18
Revert "UI-compnent commands must wait for the document to be ready."
Stephen Blott
2016-04-17
UI-compnent commands must wait for the document to be ready.
Stephen Blott
2016-04-17
Do not init() the HUD until it's needed.
Stephen Blott
2016-04-16
Self code review re. ui-component focus handling.
Stephen Blott
2016-04-16
Remove dead code from the HUD initialization.
Stephen Blott
2016-04-16
Rework UI component focus handling.
Stephen Blott
2016-04-09
A UI component isn't ready until it's ready.
Stephen Blott
2016-03-18
Refactor the front-end initialisation sequence.
Stephen Blott
2016-03-06
Initialize UI components only when they're needed.
Stephen Blott
2016-03-06
Make HUD.init() idempotent.
Stephen Blott
2016-02-20
hideHUD option applies to insert mode only.
Stephen Blott
2015-08-26
Use createElementNS for XML documents and remove XML specific codepaths
mrmr1993
2015-06-13
Refactor duplicate code.
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-10
Update rawQuery directly from FindMode.updateQuery
mrmr1993
2015-06-10
Move findModeQuery to FindMode.query
mrmr1993
2015-06-10
Move updateFindModeQuery to FindMode.updateQuery
mrmr1993
2015-06-10
Inline HUD.findModeKeydown at its sole callsite
mrmr1993
2015-06-10
Remove redundancy in HUD.findModeKeydown
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
Remove unused argument to HUD.showFindMode
mrmr1993
2015-06-10
Inline HUD.updateMatchesCount at its sole callsite
mrmr1993
2015-06-10
Inline showFindModeHUDForQuery at its sole callsite
mrmr1993
2015-06-10
Integrate performFindInPlace into FindMode as findInPlace
mrmr1993
2015-06-10
Move finding the element at a selection's focus to a library function
mrmr1993
2015-06-10
Handle up and down keys directly in the HUD
mrmr1993
2015-06-10
Move FindMode's keydown to the HUD
mrmr1993
2015-06-10
Fix returnToViewport support for FindMode
mrmr1993
2015-06-10
Ensure focus is called on the appropriate element when closing the HUD
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-05-31
Replace settings.get with Settings.get in the frontend
mrmr1993
2015-05-29
Disable Tween on XML pages
mrmr1993
2015-05-13
Minor fixes for #1658.
Stephen Blott
2015-05-13
Move the HUD to an iframe, managed by UIComponent
mrmr1993
2015-05-12
Fix HUD on options page (temporary fix, v2).
Stephen Blott
[next]