Re: [webkit-dev] Request for Position on URLPattern

2021-08-31 Thread Ben Kelly via webkit-dev
FYI, there is now an intent-to-ship [0] for this feature in chromium. [0]: https://groups.google.com/a/chromium.org/g/blink-dev/c/-T5pJtBO8h4/m/cAkpQec1AwAJ On Fri, Aug 13, 2021 at 4:19 PM Ben Kelly wrote: > Hello, > > I would like to request an official WebKit position on URLP

[webkit-dev] Request for Position on URLPattern

2021-08-13 Thread Ben Kelly via webkit-dev
Hello, I would like to request an official WebKit position on URLPattern [0]. This is a web API for matching against URLs which is often done in javascript routing systems. We also intend to use this same matching primitive in future changes to service worker scopes. This larger set of use

Re: [webkit-dev] Growing tired of long build times? Check out this awesome new way to speed up your build... soon (HINT: It's not buying a new computer)

2017-08-29 Thread Ben Kelly
On Tue, Aug 29, 2017 at 12:10 PM, Chris Dumez wrote: > I worry about adopting unity build because while it makes clean builds > faster, it also slows down incremental builds. As a developer, I rarely do > clean builds, I mostly do incremental builds so this would likely make my

Re: [webkit-dev] Another WPT bite

2017-05-16 Thread Ben Kelly
On Sat, May 13, 2017 at 8:55 PM, Michael[tm] Smith wrote: > Anne van Kesteren , 2017-05-13 06:20 +0200: > > > > On Fri, May 12, 2017 at 11:49 PM, Maciej Stachowiak > wrote: > > > It seems like there's two unusual things about WPT: > > > - At least

Re: [webkit-dev] Another WPT bite

2017-05-12 Thread Ben Kelly
On Fri, May 12, 2017 at 2:26 PM, Rick Byers wrote: > On Fri, May 12, 2017 at 2:06 PM, Alexey Proskuryakov > wrote: > >> Since imported WPT tests are very flaky, and are not necessarily written >> to defend against important regressions, investigating issues

Re: [webkit-dev] ccache on mac

2017-05-08 Thread Ben Kelly
On Mon, May 8, 2017 at 10:25 AM, Alex Christensen wrote: > It would be nice if we could just get the CMake built WebKit working with > run-safari and run-webkit-tests. That’s something I’ve been meaning to do > for a while but haven’t gotten around to it. Something is

Re: [webkit-dev] ccache on mac

2017-05-08 Thread Ben Kelly
On Mon, May 8, 2017 at 12:32 AM, youenn fablet <youe...@gmail.com> wrote: > I had this setup working a year or so ago. I was using the regular Mac > "make" build. > > Le dim. 7 mai 2017 à 19:28, Ben Kelly <b...@wanderview.com> a écrit : > >> Hi all, >

[webkit-dev] ccache on mac

2017-05-07 Thread Ben Kelly
Hi all, Does anyone have ccache (or an equivalent) working with local webkit builds on mac? I've spent the last couple of days trying to figure out, but have not had much luck. I've installed ccache via homebrew and its in my path. I *do* see ccache being used if I do a `webkit-build --cmake`,