Thorin-Oakenpants

Results 516 comments of Thorin-Oakenpants

> I get 90hz on a pixel 5 with the latest tor browser on ufotest. @v-0-d What do you get now on Nightly since [1692609](https://bugzilla.mozilla.org/show_bug.cgi?id=1692609) landed - edit: with and...

> With RFP on, I get 49-60. that's so [0xBADA55](https://news.ycombinator.com/item?id=31673662)

FYI: https://bugzilla.mozilla.org/show_bug.cgi?id=1774247

https://abrahamjuliot.github.io/creepjs/tests/screen.html orientation and viewport are `undefined` - FF nightly 86, and yes my inner is square :) ![undefined](https://user-images.githubusercontent.com/16656956/104116201-6ee3c300-530e-11eb-8b28-6fc6154ea081.png) tzp has a scrollbar hence viewport is not 1000x1000 ![tzp](https://user-images.githubusercontent.com/16656956/104116241-ace0e700-530e-11eb-93c9-b139f2f21420.png)

https://jsfiddle.net/873kspn4/1/ FF nightly 86 RFP off = prefersColorScheme: "", prefersReducedMotion: "" FF nightly 86 RFP on = prefersColorScheme: "", prefersReducedMotion: "no-preference" What does import gain over just a straight css...

https://bugzilla.mozilla.org/show_bug.cgi?id=1579584#c5 and subsequent comments I've been letting android tests lapse. Anyway, if I read that right, then we can detect if dynamic toolbar is enabled? I should make a test:...

I do not know what you mean by `@media` and by `MediaQueryList`. What is the difference? Which one is `@matchmedia` if any? I have questions. Using Firefox Nightly on Android....

> I don't have a dynamic toolbar Android > Firefox > Settings > General > Customize > Scroll to hide toolbar (default = on)

what are you using for getting vunits? ```js function get_vunits() { let div, vh1, vw1 div = document.createElement("vunits") div.style.height = "100vh" div.style.width = "100vw" div.style.maxHeight = "none" div.style.boxSizing = "content-box"...

> Are you getting a fake screen on an actual android device Yes. The screen shots are from my realsies android > but the floating point might provide some entropy...