]> git.gir.st - VimFx.git/commit
replace imported ContentClick module with stub
authorgirst <girst@users.noreply.github.com>
Mon, 2 Dec 2019 14:36:43 +0000 (15:36 +0100)
committergirst <girst@users.noreply.github.com>
Thu, 5 Dec 2019 20:19:22 +0000 (21:19 +0100)
commit28fcf32ce2dd434f8436657d248fab55ab9005be
tree7ec6bdc355b96dc00e746fd11d5ee5a666d97f96
parent71a6d3c092d8b86bf868e4ebce0ec73d6df8957f
replace imported ContentClick module with stub

The module was replaced at the very end of the 72 cycle with
ClickHandlerParent.jsm, which made contentAreaClick non-static. It would
have been technically possible to just ship the old module with either
VimFx or LegacFox, but since it is so small and it was replaced to
support Fission, it seemed better to extract the relevant parts of the
method and just inline them. We'll need to keep it up-to-date either
way.
Note that despite this we are _not_ fission compatible; when a 3rd-party
iframe is present, hints mode breaks.

Regressed by: Bug 1595155
extension/lib/commands.coffee
Imprint / Impressum