Chris Peterson
Chris Peterson
One Firefox gotcha highlighted in the article: In Firefox 40 and earlier, `document.queryCommandSupported("copy"/"cut")` returns true but calling `document.execCommand("copy"/"cut")` will throw a SecurityException. The copy/cut commands were implemented, but restricted to...
> @cpeterso when do we start the experiment? > So we can deploy it on webcompat.com side before it's on. I don't have an exact date yet. I'm hoping before...
If we are fixing Focus's desktop UA to remove "FxiOS", we should also consider removing "FxiOS" from Focus's default mobile UA. Since Firefox iOS has a smaller market share that...
Note that including `FxiOS` in Focus's desktop UA means that users won't be able to use Focus's desktop mode to work around websites broken by a three-digit version number like...
This issue is about Focus's desktop UA string, but to improve web compatibility, Focus's mobile UA string should probably include Safari's `Version/` token. See mozilla-mobile/firefox-ios#11464 for more information.
GeckoView bug to target Android API 33 (Android 13): https://bugzilla.mozilla.org/show_bug.cgi?id=1771343
I see this bug, too. When I first launch Lockwise with my iPad is in landscape orientation, the progress message is cut off, showing only "Syncing your". But if I...
> @cpeterso Does GV use Socorro built-in for crash reporting? Or would we need to implement our own? GV doesn't have a built-in crash reporter. When GV crashes, it passes...
> I see that the lib-crash docs say it supports native code crashes - would this also catch WebView crashes? We're still trying to figure out a way to count...