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
/
pages
/
help_dialog.coffee
Age
Commit message (
Expand
)
Author
2017-11-18
FF: Use HUD.copyToClipboard everywhere
mrmr1993
2017-09-29
Manually inject custom user CSS into our own frames/pages
mrmr1993
2017-09-15
Use .textContent instead of .innerHTML, where appropriate.
Stephen Blott
2016-12-11
Rework help-dialog HTML.
Stephen Blott
2016-04-23
Show tip re. clicking command names.
Stephen Blott
2016-04-22
Better help-dialog formatting.
Stephen Blott
2016-04-22
Help dialog; do not offer hints outside of the help dialog.
Stephen Blott
2016-04-18
Ensure help dialog is scrollable.
Stephen Blott
2016-04-18
Abandon HUD on help-dialog close.
Stephen Blott
2016-04-17
Make showHelp a top-frame command.
Stephen Blott
2016-04-17
More code review of UI-component focus handling.
Stephen Blott
2016-04-17
Use register/unregister frame in help dialog.
Stephen Blott
2016-04-16
Minor code review.
Stephen Blott
2016-04-16
Do not focus a hidden help dialog.
Stephen Blott
2016-04-16
Rework UI component focus handling.
Stephen Blott
2016-03-27
Finally fix help-dialog focus issue.
Stephen Blott
2016-03-27
Handle focus events for UI components.
Stephen Blott
2016-03-27
Do not hide help dialog on click (on options page).
Stephen Blott
2016-03-05
Key bindings; and yet more tiny tweaks.
Stephen Blott
2016-03-05
Key bindings; tweaks.
Stephen Blott
2016-03-05
Key bindings; and yet more minor tweaks.
Stephen Blott
2016-03-05
Key bindings; fix exit help page.
Stephen Blott
2016-03-04
Use role/link to make command names clickable.
Stephen Blott
2016-03-04
Make command names in the help diablog clickable.
Stephen Blott
2016-02-27
Remove unnecessary vomnibar click code.
Stephen Blott
2016-02-16
Use `for own ... of` instead of `for ... of`
mrmr1993
2016-02-11
Add a comment explaining why HelpDialog has seemingly redundant fields
mrmr1993
2016-02-03
Hide help dialog when clicking outside of it
mrmr1993
2016-02-03
Fix closing the help dialog
mrmr1993
2016-02-03
Move help dialog into an iframe
mrmr1993