gomita / firegestures

FireGestures, a Firefox extension.
http://www.xuldev.org/firegestures/
Other
128 stars 30 forks source link

Support BackToOwner Addon via XUL script #85

Open orbisvicis opened 10 years ago

orbisvicis commented 10 years ago

For compatibility with the Back-to-Owner-Tab addon, per piroor/backtoowner#6 I've been trying to get FireGestures to navigate history via XUL commands. Though I've tried many variants of the command below, nothing has worked:

   goDoCommand("Browser:Back")

Apparently goDoCommand isn't scoped, and I'm not sure if I need to (somehow) include chrome://global/content/globalOverlay.js or just focus the correct element.