Re: [webkit-dev] Raw string literals

2021-11-29 Thread Maciej Stachowiak via webkit-dev
> On Nov 17, 2021, at 2:58 PM, Alex Christensen via webkit-dev > wrote: > > Right now, our style checker disapproves of raw string literals, which were > introduced in C++11. It complains with this message: > > Multi-line string ("...") found. This lint script doesn't do well with such >

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 on Storage Foundation API

2021-02-05 Thread Maciej Stachowiak via webkit-dev
We are not opposed to the concept of efficient access to files, but we are strongly opposed to minting a brand new Web API for file access instead of enhancing one of the existing ones. This issue outlines the problem: https://github.com/fivedots/storage-foundation-api-explainer/issues/4

Re: [webkit-dev] Starting January 4, 2021, Google will block all sign-ins to Google accounts from embedded browser frameworks

2020-11-17 Thread Maciej Stachowiak via webkit-dev
This sounds obnoxious and potentially anti-competitive. But I think it’s restricted to OAuth flows, which would indeed only affect other sites that allow the user to sign in with their Google account. So that would be the thing to test. > On Nov 17, 2020, at 12:20 PM, Michael Catanzaro via

Re: [webkit-dev] Reducing / removing use of Makefile based DerivedSources.make

2020-11-12 Thread Maciej Stachowiak via webkit-dev
> On Oct 17, 2020, at 10:00 AM, Sam Weinig wrote: > > Hi webkit-dev, > > I’d like to propose, and gauge feedback on, reducing (with the goal of > ultimately removing) the use of Makefile based DerivedSources.make. > > My understanding is that currently only the Xcode based ports still use