]> git.gir.st - VimFx.git/commit
remove getAnonymousNodes() code path from getAllElements()
authorgirst <girst@users.noreply.github.com>
Thu, 21 Nov 2019 15:47:49 +0000 (16:47 +0100)
committergirst <girst@users.noreply.github.com>
Wed, 27 Nov 2019 21:32:41 +0000 (22:32 +0100)
commit5612bac8bfc86989624f3e94abeb110ef5f814ec
tree34045bc660dd2d2bdf2fd8fd25cbb5b316573b97
parent0e6e95af40222bcd5c0f75312353195138746b6f
remove getAnonymousNodes() code path from getAllElements()

in fx68 and newer, there are no in-content bindings (i.e. those in .xul
about:-pages) left, and hardly any that are reachable via VimFx hints.
The only element with anonymous nodes that was reachable that way is the
(non-megabar) URL bar, which is better focused using 'o'.

The other now removed function, getBindingParent(), will have to stay;
otherwise custom elements (e.g. on bugs.chromium.org or the <xul:tree>
element on XUL-about:config) won't be properly clickable through hints.
extension/lib/markable-elements.coffee
Imprint / Impressum