| Age | Commit message (Collapse) | Author |
|
page's styles
|
|
the HUD. Fixes #37.
|
|
|
|
This is the first pass at fixing issue #34.
|
|
updated completionKey list after every key stroke.
|
|
|
|
issue #32.
|
|
from the settings page.
|
|
the real search.
|
|
|
|
page until you hit enter and use 'n' or 'N'. While you type the first matching result will stick. Closes #24.
|
|
Lifehacker.com's right bar would previously cover our HUD.
|
|
|
|
|
|
Closes #25.
|
|
|
|
and out.
|
|
|
|
|
|
Fix involved two things: (1) unblocking the display of real spaces in the HUD when mixed in with the fake spaces intentionally inserted, (2) fixing our keydown handler to understand the scenario when we need to use the unicode keyIdentifier.
|
|
gets zoomed.
|
|
|
|
|
|
|
|
detection throws javascript error.
|
|
|
|
|
|
feature (maybe).
|
|
|
|
|
|
|
|
tasks much earlier.
This is required for restoring the page's zoom level. Otherwise, the zoom level is set after the page
is rendered, causing a large nasty flicker.
|
|
|
|
level the next time that page is loaded.
|
|
the status bar on the left.
|
|
|
|
|
|
|
|
focused before we can add event handlers (e.g. google). Also blur the text box if the user exits insert mode. Closes #4.
|
|
|
|
|
|
Conflicts:
vimiumFrontend.js
|
|
The hotkey for zoom currently doesn't work, because it's beeing eaten by insert mode.
|
|
on the top level DOM "window".
Note: We'll want to revisit this; we don't want to process multiple
keyhandlers etc. when embedded on a page containing IFrames, but
sometimes we *do* want to listen inside of the currently focused iframe.
|
|
|
|
|
|
|
|
|
|
It's easier to use on webkit and is not buggy.
|
|
|