]> git.gir.st - VimFx.git/commit
getAnonymousNodes() and getBindingParent() removed from fx72
authorgirst <girst@users.noreply.github.com>
Thu, 21 Nov 2019 13:10:44 +0000 (14:10 +0100)
committergirst <girst@users.noreply.github.com>
Wed, 27 Nov 2019 21:32:41 +0000 (22:32 +0100)
commit0e6e95af40222bcd5c0f75312353195138746b6f
treeca339fbf09b8cf526abe36717c1077896137ea97
parent5e43361782515736e0525caf2971b98c43d61c0e
getAnonymousNodes() and getBindingParent() removed from fx72

see also: https://bugzil.la/1596800

the whole XULDocument code path in
markable-elements.coffee::getAllElements() is now obsolete, since
getAnonymousNodes() no longer exists, and before that, returned nothing
of importance, since most XBL bindings have been removed before Firefox
68. Removal of the code path will follow in a follow up to ease a
possible revert, since a very small amount of hints might get lost in
68esr without it (the only concrete example I've found is the urlbar in
'eb' mode, which can also be reached with 'o').
extension/lib/markable-elements.coffee
Imprint / Impressum