mozilla / tofino

Project Tofino is a browser interaction experiment.
https://mozilla.github.io/tofino
Apache License 2.0
647 stars 68 forks source link

Handle opening links in Tofino on Windows when it's default browser #1210

Closed jsantell closed 7 years ago

jsantell commented 8 years ago

Bit more complicated than the OSX bit due to non-single instance enforcement, which is working out general weirdness of setting defaults. Will have to use app.makeSingleInstance and translate process.argv to what OSX is using (open-file, open-url events).

jsantell commented 8 years ago

This is related to #1095, which we are not turning on the prompt to set as default on Windows yet, users can set it on their own and this should allow it to work on Windows, so moving to next