[dev-platform] Intent to prototype SVG new path data API

2024-12-11 Thread Robert Longson
Summary: SVG 1.1 had a path API that was deprecated in SVG 2 and removed from all browsers. A new API has been created. A polyfill already exists for part of this API https://github.com/jarek-foksa/path-data-polyfill We can compare our implementation's functionality against that. Bug: https://

Re: [dev-platform] Intent to prototype SVG new path data API

2024-12-11 Thread 'Mike Conca' via dev-platform@mozilla.org
Hi Robert, Can you please share the status of this API in the other browser engines? Thanks, Mike Mike Conca Director of Product, Firefox Web Platform On Wed, Dec 11, 2024 at 7:41 AM Robert Longson wrote: > Summary: SVG 1.1 had a path API that was deprecated in SVG 2 and removed > from all b

Re: [dev-platform] Intent to prototype SVG new path data API

2024-12-11 Thread Robert Longson
Hi Mike, Various requests in https://issues.chromium.org/issues/40441025 for it to be implemented but seems like little progress. Looks like Safari hasn't implemented either the path d property (https://bugs.webkit.org/show_bug.cgi?id=234227) or removed the old path API (https://bugs.webkit.or

[dev-platform] New crash ping dashboard now available

2024-12-11 Thread 'Alex Franchuk' via dev-platform@mozilla.org
I’m announcing the availability of a new crash ping dashboard: https://crash-pings.mozilla.org. Some of you may be familiar with Socorro , our crash report dashboard. The difference is that crash pings are default-on with telemetry, and don’t require user input

[dev-platform] BackstagePass is renamed to SystemGlobal

2024-12-11 Thread Tooru Fujisawa
In bug 1767888, we've renamed the "BackstagePass" object to "SystemGlobal". https://bugzilla.mozilla.org/show_bug.cgi?id=1767888 "BackstagePass" was a name of global, which is mostly used for the shared system global for system modules (previously .jsm and now .sys.mjs), and also used for xpcsh

Re: [dev-platform] New crash ping dashboard now available

2024-12-11 Thread 'Jeff Muizelaar' via dev-platform@mozilla.org
I'm excited to see this finally done! I noticed that there are no GPU process crashes on Android. Any idea why? -Jeff On Wed, Dec 11, 2024 at 10:14 AM 'Alex Franchuk' via dev-platform@mozilla.org wrote: > I’m announcing the availability of a new crash ping dashboard: > https://crash-pings.mozi

Re: [dev-platform] New crash ping dashboard now available

2024-12-11 Thread 'Bobby Holley' via dev-platform@mozilla.org
Great work everyone! This is a big milestone in a multi-year journey to level-up our stability infrastructure. Thanks to everyone involved along the way for getting us here. On Wed, Dec 11, 2024 at 7:14 AM 'Alex Franchuk' via dev-platform@mozilla.org wrote: > I’m announcing the availability of a

[dev-platform] Intent to Ship: High-precision coordinates, i.e., fractional coordinates, of PointerEvents in Nightly builds

2024-12-11 Thread Masayuki Nakano
We shipped high-precision coordinates, i.e., fractional coordinates, of PointerEvents in Nightly builds. Summary: `|screenX|`, `screenY`, `clientX`, `clientY`, `pageX`, `pageY`, `offsetX` and `offsetY` of DOM events are now changed from `long` to `double`. And these values may be fractional va

Re: [dev-platform] New crash ping dashboard now available

2024-12-11 Thread 'Alex Franchuk' via dev-platform@mozilla.org
Jeff, I haven't looked closer at the technical details behind it, but based on the list of possible values for https://searchfox.org/mozilla-central/rev/8f423e3c79147c65d078589f3666dd25ffe80840/mobile/android/android-components/components/lib/crash/src/main/java/mozilla/components/lib/crash/Cras