fune/browser/components/resistfingerprinting
Emilio Cobos Álvarez c31f962179 Bug 1816503 - Remove RFP Window.{inner,outer}{Width,Height} setter checks. r=smaug
Given Tor browser prevents content from resizing windows[1], and how the
checks work, this would only come into effect when chrome code uses
these to resize a content window.

Chrome code doesn't use these to begin with (the right thing to do would
be resizeTo()). But even if it did it'd probably do it on the chrome
window.

So all in all this shouldn't change behavior for Tor browser, and the
math here is somewhat broken to begin with. Let's remove this because it
blocks making these properties really readonly (bug 1816472).

[1]: ba59316f96 (a11e9477e16f35c1147f46dbf93e1b2c5c8b79d1_0_265)

Differential Revision: https://phabricator.services.mozilla.com/D169719
2023-02-16 13:24:33 +00:00
..
test Bug 1816503 - Remove RFP Window.{inner,outer}{Width,Height} setter checks. r=smaug 2023-02-16 13:24:33 +00:00
moz.build