mozilla-services / screenshots

Firefox Screenshots: the best way to take screenshots on the web.
https://screenshots.firefox.com
Mozilla Public License 2.0
620 stars 128 forks source link

Test Screenshots with add-on content separation #2799

Open ianb opened 7 years ago

ianb commented 7 years ago

In about:config if you set extensions.webextensions.remote to true then Screenshots will run in a separate process. Should be fine? To do it on a more continuous basis in development, use ./bin/run-addon --setup-profile and change the setting.

jaredhirsch commented 7 years ago

Note that webextensions in a separate process is due to land in 55, so we should see any breakage in nightly and dev edition sooner than later

ianb commented 7 years ago

Note content separation has been delayed to 56.

ghost commented 6 years ago

@SoftVision-CosminMuntean is this something you can test?

SoftVision-CosminMuntean commented 6 years ago

I have looked over this and it seems that the "extensions.webextensions.remote" boolean pref is set to "true" by default starting with Firefox 56. So all the tests performed from Firefox 56 until now, was made with the pref set to "true". @ian we should do some specific tests related to this pref?