Botond Ballo

Results 15 issues of Botond Ballo

In recent Firefox releases we have implemented additional improvements to viewport-related behaviour: * In Firefox 68, we shipped the Visual Viewport API (on Android). * In Firefox 72, we fixed...

Firefox, as of version 67, now implements Chromium's "minimum scale size" model for sizing the fixed viewport. That is to say: * It computes a "minimum scale" as the largest...

On a page where the fixed viewport is larger than the ICB, what should `document.scrollingElement.clientWidth` return? My experimentation seems to show that in Chrome it currently returns the ICB width....

If you load https://bokand.github.io/viewporttest.html in Chromium, zoom in such that the target element is out of view, and click the `target.scrollIntoView` button, the element does not get scrolled into the...

I tried importing a full Kickass dump with v0.1.1. After running for ~24 hours, during which time the size of my mongodb data folder grew to over 7 GB (by...

critical

Mozilla recently [announced](https://blog.mozilla.org/addons/2016/11/23/add-ons-in-2017/) that starting in Firefox 57, Firefox will no longer support addons that are not WebExtensions. Is it possible to convert Open In Browser to be a WebExtension,...

It would be great if rr could be used to debug Firefox for Android (or other Android applications). Since Android can run on an x86 device or emulator, hopefully this...

Mozilla recently [announced](https://blog.mozilla.org/addons/2016/11/23/add-ons-in-2017/) that starting in Firefox 57, Firefox will no longer support addons that are not WebExtensions. Is it possible to convert Tab Tree to be a WebExtension, so...

`window.open()` has a feature where a caller can pass [`toolbar=no`](https://developer.mozilla.org/en-US/docs/Web/API/Window/open#Toolbar_and_chrome_features), and the resulting window will not have a tab bar or other toolbars. Tab Tree does not seem to respect...

Without this add-on, I can drag tabs between Firefox windows, or drag a tab out into "empty space" to open it in a new window. With this add-on, I can't...