don't use private browsing taskbar icon when in permanent private browsing mode
Categories
(Firefox :: Shell Integration, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox105 | --- | fixed |
People
(Reporter: bhearsum, Assigned: bhearsum)
References
Details
(Whiteboard: [fidedi-pbm])
Attachments
(1 file)
I noticed some inconsistency here today. In some cases we use the regular Firefox icon, while in others we use the Private one. After a brief discussion with Romain, we decided we should never use the Private Browsing icon when in permanent private browsing mode.
There's at least two cases to fix here, although there may be more:
- Opening a New Private Window with the keyboard shortcut
- Starting Firefox with
-private-window
I also want to look at what happens when a Private Browsing shortcut is used (which has the private browsing AUMID set, and uses -private-window
-- I fear we may get a flicker of the Private Browsing icon, and then switch back to the regular one.)
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Comment 3•2 years ago
|
||
After updated Firefox beta to version 104, a new icon will pop up on taskbar when I open a new private window. Is it possible to add an option to add an option to disable this icon without using about:config?
Comment 4•2 years ago
|
||
bugherder |
Assignee | ||
Comment 5•2 years ago
|
||
(In reply to progress2048 from comment #3)
After updated Firefox beta to version 104, a new icon will pop up on taskbar when I open a new private window. Is it possible to add an option to add an option to disable this icon without using about:config?
It sounds like you're part of a study group for this (you can check in about:studies).
For now, it's possible to disable by opting out of the study and ensuring that browser.privacySegmentation.windowSeparation.enabled
is set to false
. We don't have any plans to add this to about:preferences, though.
Comment 6•2 years ago
|
||
(In reply to bhearsum@mozilla.com (:bhearsum) from comment #5)
It sounds like you're part of a study group for this (you can check in about:studies).
For now, it's possible to disable by opting out of the study and ensuring that
browser.privacySegmentation.windowSeparation.enabled
is set tofalse
. We don't have any plans to add this to about:preferences, though.
I have already set 'browser.privacySegmentation.windowSeparation.enabled' to 'false' but I think I will in this study group to stay in touch with this issue.
Description
•