| Age | Commit message (Collapse) | Author |
|
|
|
|
|
https://github.com/philc/vimium/issuesearch?state=open&q=zoom#issue/271
|
|
|
|
|
|
|
|
|
|
|
|
Also refactored the test page a little.
|
|
Had to make 'this' point explicitly to 'window'.
|
|
|
|
This is to prevent excess characters from being passed into command
mode.
|
|
tagName returns 'undefined' for text nodes, so it is less desirable.
Non-html documents return nodeName/tagNames in lowercase.
|
|
|
|
It occasionally happens when hint mode is activated too early.
|
|
The hint positioning test no longer relies on hardcoded values. The
hardcoding caused problems when the HTML display got styled.
|
|
|
|
|
|
|
|
|
|
|
|
Extend a template object rather than using prototype inheritance. The
previous method created confusion about whether a given property resided
in the base or in the specialization.
|
|
|
|
|
|
Disable linkHintCharacters textbox when filterLinkHints option is on.
Enable save button whenever there is data change in the form (keyup
event does not account for the possibility of data change via mouse
copy/paste, however unlikely that use case seems.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Link hinting seems to be generally working now
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the current tab.
|
|
Also tidy up backspace handling.
|
|
|
|
|
|
Allows us to inject CSS when viewing some non-HTML documents, e.g.
images. Does not work on SVG documents though.
|