Re: Intent to Implement and Ship: window.screenLeft and window.screenTop aliases

2018-10-17 Thread Emilio Cobos Álvarez
On 10/17/18 3:04 PM, Tom Ritter wrote: I believe that we fiddle these for Resist Fingerprinting; can you ensure the new values are similarly fiddled? Yeah, they reuse literally the same code path, so they also have the same fiddling for RFP. -- Emilio -tom On Tue, Oct 16, 2018 at 10:02 P

Re: Intent to Implement and Ship: window.screenLeft and window.screenTop aliases

2018-10-17 Thread Tom Ritter
I believe that we fiddle these for Resist Fingerprinting; can you ensure the new values are similarly fiddled? -tom On Tue, Oct 16, 2018 at 10:02 PM Emilio Cobos Álvarez wrote: > (Trying to be more disciplined about pinging dev-platform@ about > web-exposed changes, a few other emails will come

Intent to Implement and Ship: window.screenLeft and window.screenTop aliases

2018-10-16 Thread Emilio Cobos Álvarez
(Trying to be more disciplined about pinging dev-platform@ about web-exposed changes, a few other emails will come up in a bit) Summary: I plan to add the screenLeft and screenTop properties to the window, as aliases of screenX and screenY respectively, mostly for compat with other engines.