Bug 1711515 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(As noted in bug 1709425, we should not land a patch for this before May 20th. A patch for bug 1711500 will need to land first.)

[All of these checks](https://searchfox.org/mozilla-central/search?q=gProton%5BDA%5D&path=&case=true&regexp=true) are redundant with proton enabled by default. We should remove the checks, and remove code that only runs if these getters return `false`.

We should leave the pref getters themselves for now.
(As noted in bug 1709425, we should not land a patch for this before May 20th. A patch for bug 1711500 will need to land first.)

[All of these checks](https://searchfox.org/mozilla-central/search?q=gProton%5BDA%5D&path=&case=true&regexp=true) are redundant with proton enabled by default. We should remove the checks, and remove code that only runs if these getters return `false`.

We should leave `gProtonDoorhangers` as it's declared in the browser window which is shared, but can remove the other getters declared in jsms here.

Back to Bug 1711515 Comment 0