Bug 20375: Warn users after entering fullscreen mode.
commitf6b52b8d7f26277569211946248307996d12099c
authorArthur Edelstein <arthuredelstein@gmail.com>
Tue, 22 Aug 2017 19:06:21 +0000 (22 12:06 -0700)
committerGeorg Koppen <gk@torproject.org>
Wed, 23 Aug 2017 14:06:13 +0000 (23 14:06 +0000)
tree2d409710618b08eccf70bf769969e1313b4ca07e
parent97380447e4ab66a44abed4ec0aeb5eeabf86404e
Bug 20375: Warn users after entering fullscreen mode.

When the browser window is maximized, we show users a notification
warning that maximizing the screen is fingerprintable. We should
show this warning when the window enters fullscreen mode as well.
This change is especially important for macOS, which uses
window.STATE_FULLSCREEN instead of window.STATE_MAXIMIZED when
the user clicks the "maximize" button on the window title bar.
src/chrome/content/torbutton.js