[webkit-dev] WebKit SVN Tree clousure (Nov 22nd - Nov 26th, 2020)

2020-11-11 Thread Ling Ho via webkit-dev
Hello WebKit, Some of our critical continuous integration services will be unavailable due to planned underlying infrastructure maintenance. Most EWS and post-commit bots will be down, so we will be closing the WebKit SVN tree to avoid accumulating difficult to diagnose regressions during

[webkit-dev] Request for position on Readable Byte Streams

2020-11-11 Thread Nidhi Jaju via webkit-dev
Hello Webkit-dev, I would like to ask for Webkit's official position on the readable byte streams API specification. For streams representing bytes, readable byte streams are an extended version of readable streams which are provided to

[webkit-dev] Change to the lists.webkit.org From header field

2020-11-11 Thread Ling Ho via webkit-dev
To counter the recent increase in bounced mails due to DMARC enforcement by many receipient domains, we have made a configuration change. This is to prevent bounces which are causing list users from being unsubcribed from the webkit-dev and other WebKit mailing lists. The "From" header field

Re: [webkit-dev] Reminder: include everything that you use in implementation files

2020-11-11 Thread Peng (WebKit) Liu via webkit-dev
Hi Brian, Any way/option to turn off the unified build completely or partially in a local build? That would be very helpful for a developer to locally verify that header files are included correctly in a patch. Thanks! Best regards Peng > On Nov 6, 2020, at 11:21 AM, Brian Burg via webkit-dev

[webkit-dev] Position on WebXr Lighting Estimation Module

2020-11-11 Thread Alex Cooper via webkit-dev
Hello Webkit, I'd like to ask for WebKit's position on the WebXR Lighting Estimation Module. It's an extension of the WebXr Device API from the Immersive Web Community Group. The API allows web applications to request both the spherical harmonics representing ambient light as well as a reflection

Re: [webkit-dev] Embedding Identifiers in Commit Messages

2020-11-11 Thread Jonathan Bedard
Forgot to update this thread: taking a different approach, will be tracked by the same bug. Will answer inline. > On Nov 11, 2020, at 7:56 AM, Michael Catanzaro wrote: > > On Wed, Nov 4, 2020 at 11:51 am, Jonathan Bedard wrote: >> We don´t have post commit hooks in SVN to do this sort of

Re: [webkit-dev] Embedding Identifiers in Commit Messages

2020-11-11 Thread Michael Catanzaro
On Wed, Nov 4, 2020 at 11:51 am, Jonathan Bedard wrote: We don’t have post commit hooks in SVN to do this sort of thing, and I don’t intend to add them now. We are going to have a system on GitHub to do this (not post commit hooks, but I won’t dive into the details here). There really

[webkit-dev] Missing mails since Nov 2, 2020.

2020-11-11 Thread Ling Ho
Looks like there was a hiccup in the webkit-dev list this past week. I am sending this out to make sure every one can receive mails now. I don't know if it is possible to have them resent, so I'd like to encourage everyone to take a look at the list archive

[webkit-dev] 2020 WebKit Contributors Meeting - Registration Reminder

2020-11-11 Thread Jonathan Davis via webkit-dev
Hello WebKit Contributors, Reminder to register for the WebKit Contributors Meeting! You can register at: https://webkit.org/meeting/ . Registration is open to active contributors to the WebKit open-source project and the meeting is free of charge. The virtual

[webkit-dev] Reminder: include everything that you use in implementation files

2020-11-11 Thread Brian Burg via webkit-dev
Hello folks, I'd like to remind everyone to please include what you use in .cpp, .mm, and other files. When reviewing patches, please ensure that new mentions of classes, structs, etc. within an implementation file have a corresponding header include. All of our headers have #pragma once, so

[webkit-dev] Request for position on changing click, auxclick, contextmenu to PointerEvent

2020-11-11 Thread Liviu Tinta via webkit-dev
Hello WebKit-dev, I'd like to ask for Webkit's official position on changing “click”, “contextmenu”, “auxclick” events to PointerEvent (instead of MouseEvent) to let developers: - distinguish between mouse, pen and individual fingers in a multitouch interaction through pointerType and pointerId

[webkit-dev] Build bot workers aperez-{wpe, gtk}-ews to be rebooted for maintenance

2020-11-11 Thread Adrian Perez de Castro via webkit-dev
Hi all, Quick PSA: the two build bot workers I run will be brought down for a short period of time at 05:30 PST due to a kernel update; the machine where they are hosted is going to be rebooted. Most likely this will take only a few minutes =) Cheers, —Adrián pgpLIHd8suLcc.pgp Description: PGP

Re: [webkit-dev] Build bot workers aperez-{wpe, gtk}-ews to be rebooted for maintenance

2020-11-11 Thread Adrian Perez de Castro via webkit-dev
On Fri, 06 Nov 2020 15:05:59 +0200 Adrian Perez de Castro wrote: > Quick PSA: the two build bot workers I run will be brought down for a short > period of time at 05:30 PST due to a kernel update; the machine where they > are hosted is going to be rebooted. Most likely this will take only a

Re: [webkit-dev] Feedback on Blink's text fragment directive proposal

2020-11-11 Thread David Bokan via webkit-dev
Thanks Maciej, that's helpful feedback. I'll work on the spec text to clarify all these cases and circle back when that's done. On Sun, Nov 1, 2020 at 8:24 PM Maciej Stachowiak wrote: > > > On Oct 30, 2020, at 1:40 PM, David Bokan wrote: > > Hi Ryosuke, > > Would just like to clarify one

[webkit-dev] Container Queries

2020-11-11 Thread Anders Hartvoll Ruud via webkit-dev
Hi, We're about to start looking at Container Queries in Chromium. The syntax is a bit up in the air at the moment, so ignoring that, I was wondering what Webkit's feelings are regarding the underlying feature? As far as I

Re: [webkit-dev] Embedding Identifiers in Commit Messages

2020-11-11 Thread Jonathan Bedard
> > We appreciate everyone’s feedback on transitioning away from Subversion to > > Git, I’ll be releasing an expected timeline of up-coming changes in the > > next week before the contributors meeting. > > > > In the mean time, we’re preparing on adding identifiers to new commit > > messages,

Re: [webkit-dev] Embedding Identifiers in Commit Messages

2020-11-11 Thread Jonathan Bedard
>> On Mon, Nov 2, 2020 at 2:04 PM Jonathan Bedard > > wrote: >> >>> We appreciate everyone’s feedback on transitioning away from Subversion to >>> Git, I’ll be releasing >>> an expected timeline of up-coming changes in the next week before

Re: [webkit-dev] User Agent Client Hints

2020-11-11 Thread Yoav Weiss
On Tue, Nov 3, 2020 at 8:03 PM Alex Christensen wrote: > If I understand this correctly, the state of having received an Accept-CH > header field in a response to a previous request is used to determine > whether these new Sec-CH-* header fields will be sent. Not only does this > add a new

Re: [webkit-dev] User Agent Client Hints

2020-11-11 Thread Alex Christensen
If I understand this correctly, the state of having received an Accept-CH header field in a response to a previous request is used to determine whether these new Sec-CH-* header fields will be sent. Not only does this add a new place to store bits on the client (as acknowledged by

Re: [webkit-dev] Embedding Identifiers in Commit Messages

2020-11-11 Thread Adrien Destugues
3 novembre 2020 00:10 "Ryosuke Niwa" a écrit: > On Mon, Nov 2, 2020 at 2:04 PM Jonathan Bedard wrote: > >> We appreciate everyone’s feedback on transitioning away from Subversion to >> Git, I’ll be releasing >> an expected timeline of up-coming changes in the next week before the >>

Re: [webkit-dev] Request for position on Element Timing

2020-11-11 Thread Ryosuke Niwa
On Fri, Oct 30, 2020 at 1:58 PM Nicolás Peña Moreno wrote: > > Hi, I'd like to request WebKit's position on the Element Timing API, which lets web developers annotate images or text whose performance they care about. They can then obtain rendering timestamps from the PerformanceObserver. For

Re: [webkit-dev] User Agent Client Hints

2020-11-11 Thread Yoav Weiss
Thanks for the background. Let's continue to discuss on the issue. On Tue, Nov 3, 2020 at 12:32 AM Maciej Stachowiak wrote: > > > On Nov 2, 2020, at 8:56 AM, Yoav Weiss wrote: > > Thanks for re-reviewing, Maciej! > > Adding Mike Taylor, who's likely to take a closer look at this. > > On Mon,