Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Firefox Quantum #2

Open
andrewducker opened this issue Nov 20, 2017 · 3 comments
Open

Firefox Quantum #2

andrewducker opened this issue Nov 20, 2017 · 3 comments

Comments

@andrewducker
Copy link

Is there an issue on Firefox Bugzilla for the lacking functionality?

Chrome has the LocalLink addon, so Firefox should support something similar for parity.

@mjg
Copy link
Owner

mjg commented Dec 10, 2017

So far I have not found the necessary support in Firefox. But thanks for pointing out the Chrome addon, I'll check whether its methods can be carried over.

@bradstech01
Copy link

Just throwing my 2 cents in here because I was checking on whether this had already been done today - I've taken a cursory look at the LocalLinks chrome add on and thrown some effort at trying to port it back to firefox. It looks like it would depend pretty heavily on the chrome.tabs.update and chrome.tabs.create methods (or the "browser" namespace equivalents for firefox). The problem is, if you try to update a tab's URL to a file:// link or create a new tab with a file:// link using those API, you'll get an error like this:

Unchecked lastError value: Error: Illegal URL: file:///D:/Programming/Web/test.pdf

It would seem that the moz-extension:// URI doesn't have the same permission as the chrome:// URI had in this regard, so unless that changes, I think it would take some left field solution to get it working.

@mjg
Copy link
Owner

mjg commented Feb 25, 2018

Yes, I arrived at the same conclusion, and I've pretty much given up on this, sorry. (In fact, I've given up on everything Mozilla, but that's a different issue.)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants