Re: [webkit-dev] Request for position: New Canvas 2D API

2021-05-05 Thread Maciej Stachowiak via webkit-dev
> On May 3, 2021, at 9:58 AM, Simon Fraser via webkit-dev > wrote: > > >> On May 1, 2021, at 10:07 AM, Aaron Krajeski via webkit-dev >> mailto:webkit-dev@lists.webkit.org>> wrote: >> >> Hi webkit-dev, >> >> This is a request for WebKit's position on New Canvas 2D API >>

Re: [webkit-dev] Request for Position: Compute Pressure API

2021-05-05 Thread Olivier Yiptong via webkit-dev
Yes, we've internally discussed how this can increase precision in fingerprinting. The result of these discussions resulted in mitigations that address this: https://github.com/oyiptong/compute-pressure#minimizing-information-exposure The main thrusts are as follows: - The UA can control how

Re: [webkit-dev] Request for Position: Compute Pressure API

2021-05-05 Thread Ryosuke Niwa via webkit-dev
On Wed, May 5, 2021 at 11:37 AM Olivier Yiptong via webkit-dev < webkit-dev@lists.webkit.org> wrote: > > We propose a new API that conveys the utilization of CPU resources on the > user's device. This API targets applications that can trade off CPU > resources for an improved user experience. For

Re: [webkit-dev] Request for Position: Compute Pressure API

2021-05-05 Thread Alex Christensen via webkit-dev
Has anyone discussed how this can increase the precision of fingerprinting? It seems to reveal more information or more precise information about what else is going on on a user’s system. > On May 5, 2021, at 11:37 AM, Olivier Yiptong via webkit-dev > wrote: > > Hello WebKit devs, > > We'd

Re: [webkit-dev] JPEG XL support?

2021-05-05 Thread Michael Catanzaro via webkit-dev
Hi Sami, I don't have any strong opinion on JPEG XL, asides from the general observation that adding more image decoders written in memory-unsafe languages is a generally sad thing to do. (I'm still not happy about how we were forced to support JPEG 2000 a couple years back due to websites

[webkit-dev] Request for Position: Compute Pressure API

2021-05-05 Thread Olivier Yiptong via webkit-dev
Hello WebKit devs, We'd like to get WebKit's position on the Compute Pressure API. Description: We propose a new API that conveys the utilization of CPU resources on the user's device. This API targets applications that can trade off CPU resources for an improved user experience. For example, ma

[webkit-dev] JPEG XL support?

2021-05-05 Thread Sami Boukortt via webkit-dev
Hello WebKit developers, I am Sami from the team at Google+Cloudinary that is working on JPEG XL . We are making good progress on our integration in the Chrome browser , and we would be delighted if there were support for it in WebK