| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Don't suppress default action for non-printing keys in link hints | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | FF: Restore window expando on every event listener | 
|  |  | 
|  | Start searching for scrollable elements from <body> instead of <html> whenever possible | 
|  |  | 
|  | This restores the old behaviour prior to
c4cc76e9f6a0a99ebc297e420be739a0fc77f827 (PR #2772). | 
|  |  | 
|  | This should fix *most* problems from Firefox issue 1408996[1].
The root cause of the bug is that document.domain is set, and Firefox
discards the 'expando' for the window that contains all properties we
set. Technically, this can happen at any time, and so some failures are
still possible. This fixes #2799.
[1]: https://bugzilla.mozilla.org/show_bug.cgi?id=1408996 | 
|  |  | 
|  |  | 
|  |  | 
|  | This changes the behaviour of Enter and Space.
* It should make no difference for Enter, as it exits the mode.
* It makes no sense for rotating the layering of the hints to clear the
  active hint (when the next key is pressed), so I suspect it was an
  oversight. | 
|  |  | 
|  |  | 
|  | Credit to @gdh1995 for catching this. | 
|  | Credit to @gdh1995 for catching these oversights. | 
|  | This fixes #2757. | 
|  | Add some roles used by GMail to link hints | 
|  |  | 
|  |  | 
|  | We don't care about overlap at the border here, so we can happily use
intersects over intersectsStrict. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Move normal mode and its commands out of vimium_frontend.coffee | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  |