[webkit-dev] PSA: String shouldn't be a member of a ThreadSafeRefCounted class

2018-02-23 Thread Ryosuke Niwa
Hi all, This is a remainder that our *String class is NOT thread safe*, and should NOT be used inside an object shared across multiple threads. In particular, it's not necessarily safe to have it as a member of ThreadSafeRefCounted class, which can be *accessed* from multiple threads. Let's consi

Re: [webkit-dev] Certificate issue on https://nightly.webkit.org/

2018-02-23 Thread Ling Ho
Apologies for the outage. The certificate issue should be fixed now. Please report to ad...@webkit.org if you see any further problem. Thanks, ... ling WebKit Operations On 2/23/18 12:18 PM, Ryosuke Niwa wrote: Yes, we're aware of the problem, and actively working on a fix. Sorry for the downt

Re: [webkit-dev] Certificate issue on https://nightly.webkit.org/

2018-02-23 Thread Ryosuke Niwa
Yes, we're aware of the problem, and actively working on a fix. Sorry for the downtime. - R. Niwa On Fri, Feb 23, 2018 at 12:17 PM, Mathias Bynens wrote: > Not sure what’s the best way to escalate this, but > https://nightly.webkit.org/ is broken due to a certificate issue. > > https://github.c

Re: [webkit-dev] WebKit support in web-platform-tests

2018-02-23 Thread zan
Hi, in case of no additional comments against this, I'll be opening a pull request to merge the web-platform-tests changes into that repository in the following days. The WebKit changes will follow after some further work. Cheers, Zan On Mon, Feb 12, 2018, at 4:06 PM, z...@falconsigh.net wrote