Re: [webkit-dev] Raw string literals

2021-11-17 Thread Ryosuke Niwa via webkit-dev
On Wed, Nov 17, 2021 at 2:59 PM Alex Christensen via webkit-dev < webkit-dev@lists.webkit.org> 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

[webkit-dev] Raw string literals

2021-11-17 Thread Alex Christensen via webkit-dev
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 strings, and may give bogus warnings. They're ugly and unnecessary, and you should use

[webkit-dev] Intent to Ship Sec-CH-UA-Full-Version-List User Agent Client Hint

2021-11-17 Thread Victor Tan via webkit-dev
Hi, We are going to ship a new client hint Sec-CH-UA-Full-Version-List. Please let us know if you have any questions or comments. You can check the following documents for details: * https://github.com/WICG/ua-client-hints/issues/196 *