In #5293 (moved) we removed the Battery API preference (dom.battery.enabled) from our custom prefs file, 000-tor-browser.js. The rationale was that Mozilla made the preference accessible only by non-webcontent (see: https://bugzilla.mozilla.org/show_bug.cgi?id=1313580) and we therefore don't need to set it ourselves anymore.
We missed that Torbutton is dealing with the pref as well. We should remove that bit, too.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items ...
Show closed items
Linked items 0
Link issues together to show that they're related.
Learn more.
r=mcs
This patch looks fine. Should we should also remove the battery status text from the security slider UI? It looks like it is mentioned in the torbutton.prefs.resist_fingerprinting_tooltip entity (within the torbutton.dtd files).
Regarding comment:2, there are several other occurrences of privacy.thirdparty.isolate that also should be fixed.
r=mcs
This patch looks fine. Should we should also remove the battery status text from the security slider UI? It looks like it is mentioned in the torbutton.prefs.resist_fingerprinting_tooltip entity (within the torbutton.dtd files).
Good idea, will do.
Regarding comment:2, there are several other occurrences of privacy.thirdparty.isolate that also should be fixed.
Yes. I added that to our "catch-all"-ticket we currently have for clean-up (#19256 (moved)).
Yes. I added that to our "catch-all"-ticket we currently have for clean-up (#19256 (moved)).
But shouldn't the code be fixed rather than removed? E.g., torbutton_update_thirdparty_prefs() will never be called, but it seems like we want that functionality. But you or Arthur would know better than me.
Yes. I added that to our "catch-all"-ticket we currently have for clean-up (#19256 (moved)).
But shouldn't the code be fixed rather than removed?
That what I wanted to ask in #19256 (moved) :)
But sharedWorkers should be removed.
E.g., torbutton_update_thirdparty_prefs() will never be called, but it seems like we want that functionality. But you or Arthur would know better than me.
Try to change third-party cookies settings in Options ;)
Yes. I added that to our "catch-all"-ticket we currently have for clean-up (#19256 (moved)).
But shouldn't the code be fixed rather than removed? E.g., torbutton_update_thirdparty_prefs() will never be called, but it seems like we want that functionality. But you or Arthur would know better than me.
Good point. I think we should fix that, although the default we ship works. I opened #22560 (moved) for that.