Re: [webkit-dev] Backlogs on ios-wk2

2022-03-29 Thread Ken Russell via webkit-dev
Super, thank you. -Ken On Tue, Mar 29, 2022 at 1:24 PM Simon Fraser wrote: > https://trac.webkit.org/changeset/292051/webkit should have fixed most of > those crashes. > > Simon > > On Mar 29, 2022, at 11:52 AM, Ken Russell via webkit-dev < > webkit-dev@lists.webkit.org> wrote: > > Hi WebKit d

Re: [webkit-dev] Backlogs on ios-wk2

2022-03-29 Thread Simon Fraser via webkit-dev
https://trac.webkit.org/changeset/292051/webkit should have fixed most of those crashes. Simon > On Mar 29, 2022, at 11:52 AM, Ken Russell via webkit-dev > wrote: > > Hi WebKit developers, > > It looks like there's a ~10 hour backlog on the

[webkit-dev] Backlogs on ios-wk2

2022-03-29 Thread Ken Russell via webkit-dev
Hi WebKit developers, It looks like there's a ~10 hour backlog on the ios-wk2 bot (perhaps others too?) right now: https://ews-build.webkit.org/#/builders/68 It looks like there are some crashes in layout tests that might be slowing things down due to retries: https://ews-build.webkit.org/#/build

[webkit-dev] Request for Position: Trusted Types

2022-03-29 Thread Patrick Griffis via webkit-dev
Hi everybody, I'd like input on the Trusted Types API[0]. It is a set of APIs intended to protect against DOM-based XSS attacks. It changes various APIs to not accept arbitrary strings, for example `element.innerHTML` can only be assigned a `TrustedHTML` object. These are also policies controllab

Re: [webkit-dev] Request for Position: Cross-Origin-Resource-Blocking (CORB)

2022-03-29 Thread Patrick Griffis via webkit-dev
On 2022-03-24 08:04, Anne van Kesteren wrote: > On Wed, Mar 23, 2022 at 6:19 PM Patrick Griffis via webkit-dev > wrote: >> I'd like a position on CORB and intend to implement it in the future. >> This is already part of the Fetch Standard[0] and should be relatively >> straightforward. >> >> It ef