Re: [webkit-dev] Chris Lord is now a WebKit reviewer!

2021-12-10 Thread Myles Maxfield via webkit-dev
🎉🎉🎉 > On Dec 10, 2021, at 2:05 AM, Alejandro G. Castro via webkit-dev > wrote: > > > Hello! > > I'm delighted to announce that Chris Lord is now a WebKit reviewer. He > added OffscreenCanvas support, helped with the scrolling architecture > and has contribu

[webkit-dev] Chris Lord is now a WebKit reviewer!

2021-12-10 Thread Alejandro G. Castro via webkit-dev
bugs. Please join me in congratulating Chris on his reviewer status! Alex ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] Request for Position: Origin-Agent-Cluster default / deprecating document.domain

2021-12-09 Thread Daniel Vogelheim via webkit-dev
Hello webkit-dev, I'd like to get your position on assigning documents to origin-keyed agent clusters by default. This would effectively deprecate document.domain setting, and make it available only as an opt-in feature. Explainer: https://github.com/mikewest/deprecating-document-domain De

[webkit-dev] Request for Position: Canvas2D Layers

2021-12-08 Thread Juanmi Huertas via webkit-dev
rs.md Here the WHATWG issue: https://github.com/whatwg/html/issues/7329 Here is the ChromeStatus link: https://chromestatus.com/guide/edit/5629802309484544 Thanks! Juanmi ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/ma

Re: [webkit-dev] Using C++20 in WebKit

2021-12-07 Thread Carlos Alberto Lopez Perez via webkit-dev
On 06/12/2021 22:36, Yusuke Suzuki via webkit-dev wrote: > I recently upgraded GCC requirement to 8.3.0 based > on https://trac.webkit.org/wiki/WebKitGTK/GCCRequirement > <https://trac.webkit.org/wiki/WebKitGTK/GCCRequirement>  > (https://trac.webkit.org/changeset/2833

Re: [webkit-dev] Using C++20 in WebKit

2021-12-07 Thread Carlos Alberto Lopez Perez via webkit-dev
On 06/12/2021 20:52, Alex Christensen via webkit-dev wrote: > In April 2019 in https://bugs.webkit.org/show_bug.cgi?id=197131 > <https://bugs.webkit.org/show_bug.cgi?id=197131> I increased WebKit’s > minimum C++ language requirement from C++14 to C++17.  In 2022 I’m > planning to

Re: [webkit-dev] Using C++20 in WebKit

2021-12-07 Thread Fujii Hironori via webkit-dev
On Tue, Dec 7, 2021 at 8:07 AM Alex Christensen via webkit-dev < webkit-dev@lists.webkit.org> wrote: > I’m also excited about using coroutines in WebKit. If there is already a > GCC requirement for using a compiler that supports C++20, is there a reason > not to switch from C++17

Re: [webkit-dev] Using C++20 in WebKit

2021-12-06 Thread Alex Christensen via webkit-dev
itialized bit-field bugs. > > class A { > bool m_test : 1 : { false }; > }; > > -Yusuke > >> On Dec 6, 2021, at 12:52 PM, Alex Christensen via webkit-dev >> mailto:webkit-dev@lists.webkit.org>> wrote: >> >> In April 2019 in https://bugs.webki

Re: [webkit-dev] Using C++20 in WebKit

2021-12-06 Thread Yusuke Suzuki via webkit-dev
bugs. class A { bool m_test : 1 : { false }; }; -Yusuke > On Dec 6, 2021, at 12:52 PM, Alex Christensen via webkit-dev > wrote: > > In April 2019 in https://bugs.webkit.org/show_bug.cgi?id=197131 > <https://bugs.webkit.org/show_bug.cgi?id=197131> I increased

[webkit-dev] Using C++20 in WebKit

2021-12-06 Thread Alex Christensen via webkit-dev
l 2022 be a good time to do that?___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] Request for Position: EditContext

2021-12-01 Thread Alex Keng via webkit-dev
://github.com/w3c/editing/blob/gh-pages/docs/EditContext/explainer.md> Also a 2 min quick intro video: https://w3c.github.io/editing/docs/EditContext/EditContext_tpac2021.mp4 Thanks! Alex Microsoft Edge _______ webkit-dev mailing list webkit-dev@lists.

Re: [webkit-dev] Raw string literals

2021-11-29 Thread Maciej Stachowiak via webkit-dev
> On Nov 17, 2021, at 2:58 PM, Alex Christensen via webkit-dev > 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 s

[webkit-dev] Request for position: Markup based Client Hints delegation for third-party content

2021-11-29 Thread Ari Chivukula via webkit-dev
ude sec-ch-width you could include: https://foo.bar')"> You may still omit the permission policy and rely on the default allowlist as follows: Note that this is the equivalent of the following today: ~ Ari Chivukula (Their/There/They're) _______

Re: [webkit-dev] WPT first test policy proposal

2021-11-23 Thread Ryosuke Niwa via webkit-dev
On Fri, Nov 19, 2021 at 1:06 PM Tim Nguyen via webkit-dev < webkit-dev@lists.webkit.org> wrote: > Hello everyone, > > I would like to start a discussion on a policy to enforce WPT usage as a > first choice, that would be enforced via check-webkit-style on Changelog > fi

Re: [webkit-dev] Running the GTK port on macOS with Docker

2021-11-23 Thread Philippe Normand via webkit-dev
; Alright, thanks for answering Jean-Yves :) I'll clean-up the experiment >> a bit, document it and ping you for testing when it's ready. >> >> Philippe ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Running the GTK port on macOS with Docker

2021-11-22 Thread Jean-Yves Avenard via webkit-dev
using my local tree would be ideal. >> > > Alright, thanks for answering Jean-Yves :) I'll clean-up the experiment > a bit, document it and ping you for testing when it's ready. > > Philippe smime.p7s Description: S/MIME cryptographic signature ___

Re: [webkit-dev] WPT first test policy proposal

2021-11-20 Thread Fujii Hironori via webkit-dev
than ChangeLog. It's easy to know what WPT-exemption-reason is the file you are watching. It's easy to know how many WPT-exemption-reason:urgency test cases are remaining by grepping. On Sat, Nov 20, 2021 at 6:06 AM Tim Nguyen via webkit-dev < webkit-dev@lists.webkit.org> wrot

[webkit-dev] Request for position: WebAuthn minPinLength

2021-11-19 Thread Adam Langley via webkit-dev
The CTAP 2.1 minPinLength extension can be exposed to the Web via WebAuthn's existing extensions mechansim <https://www.w3.org/TR/webauthn-2/#sctn-authenticator-extension-processing>. This request is being submitted as part of the Blink process because Blink proposes to so expose it. C

[webkit-dev] Request for position: new window.open() behavior

2021-11-19 Thread Mason Freed via webkit-dev
age of window.open() and work toward better interop in this area. We're hopeful that you're supportive of this change. Thanks, Mason _______________ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] WPT first test policy proposal

2021-11-19 Thread Tim Nguyen via webkit-dev
This would also be enforced in webkit-style, although eventually this might be replaced by a fully automated process in the future similar to Chrome/Firefox. Any feedback is absolutely welcome! Cheers, Tim_______________ webkit-dev mailing list webkit-dev@li

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 ("...&quo

[webkit-dev] Raw string literals

2021-11-17 Thread Alex Christensen via webkit-dev
caping. Would anyone oppose to my changing our style checker to allow them if I ever get around to it? ___________ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

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

2021-11-17 Thread Victor Tan via webkit-dev
-version-list Bests, Victor ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] Patrick Angle is now a WebKit reviewer!

2021-11-16 Thread Devin Rousso via webkit-dev
)/ Thanks, Devin ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] How to set up Intellisense-ish code completion/suggestions for editing WebKit sources on macOS?

2021-11-11 Thread Philippe Normand via webkit-dev
ome parts apply for macOS too: https://blogs.igalia.com/aboya/2021/10/02/setting-up-visualstudio-code-to-work-with-webkitgtk-using-clangd/ Philippe On 2021-11-11 01:48, Michael[tm] Smith via webkit-dev wrote: > Can anyone recommend a combination of text-editor/IDE, plugins/tooling > (e.g.,

Re: [webkit-dev] How to set up Intellisense-ish code completion/suggestions for editing WebKit sources on macOS?

2021-11-11 Thread Chris Dumez via webkit-dev
ay take a couple of minutes). --  Chris Dumez > On Nov 11, 2021, at 7:49 AM, Patrick Griffis via webkit-dev > wrote: > > On 2021-11-11 02:48, Michael[tm] Smith via webkit-dev wrote: >> Can anyone recommend a combination of text-editor/IDE, plugins/tooling >> (e.g

Re: [webkit-dev] How to set up Intellisense-ish code completion/suggestions for editing WebKit sources on macOS?

2021-11-11 Thread Patrick Griffis via webkit-dev
On 2021-11-11 02:48, Michael[tm] Smith via webkit-dev wrote: > Can anyone recommend a combination of text-editor/IDE, plugins/tooling > (e.g., language server), and settings/config that’ll enable me to have > usable code-(auto)completion/suggestions (like Intellisense, etc.) when > ed

[webkit-dev] How to set up Intellisense-ish code completion/suggestions for editing WebKit sources on macOS?

2021-11-10 Thread Michael[tm] Smith via webkit-dev
nments that gives them proper completion suggestions on member- function names and data-member names. –Mike -- Michael[tm] Smith https://people.w3.org/mike signature.asc Description: PGP signature _______________ webkit-dev mailing list webkit-dev@lists.webkit.org h

Re: [webkit-dev] Request for opinion: Private Network Access preflights

2021-11-10 Thread Titouan Rigoudy via webkit-dev
https://wicg.github.io/private-network-access/ > [2] https://chromestatus.com/feature/5737414355058688 > ___________ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] Request for opinion: Private Network Access preflights

2021-11-10 Thread Titouan Rigoudy via webkit-dev
x27;s opinion on this matter. For more details, see the chromestatus entry [2]. Cheers, Titouan [1] https://wicg.github.io/private-network-access/ [2] https://chromestatus.com/feature/5737414355058688 ___ webkit-dev mailing list webkit-dev@lists.webki

[webkit-dev] Peng Liu is now a WebKit reviewer!

2021-11-08 Thread Daniel Bates via webkit-dev
! ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] Request for position on Subresource loading with Web Bundles

2021-11-08 Thread Hayato Ito via webkit-dev
Hi webkit-dev. I'd like to request WebKit's official position on Subresource loading with Web Bundles. The features provides a new approach to load a large number of resources efficiently using a format that allows multiple resources to be bundled, Web Bundles. Specification Title: S

[webkit-dev] Cameron McCormack is now a WebKit reviewer!

2021-11-08 Thread Myles Maxfield via webkit-dev
Hello! I am delighted to announce that Cameron McCormack is now a WebKit reviewer. Congratulations, Cameron!___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Review request time limit

2021-11-01 Thread Michael Catanzaro via webkit-dev
On Mon, Nov 1 2021 at 01:30:28 PM -0700, Alex Christensen via webkit-dev wrote: I just removed r? on all the bugs in http://webkit.org/pending-review that had requested review in 2018 or before and had been untouched since then. I imagine that did not interrupt anyone’s work. I was thinking

[webkit-dev] Review request time limit

2021-11-01 Thread Alex Christensen via webkit-dev
months.___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Fuzzy Reftest Plans, and Metadata Locations

2021-11-01 Thread Simon Fraser via webkit-dev
> On Oct 30, 2021, at 10:45 AM, Ryosuke Niwa via webkit-dev > wrote: > > On Thu, Oct 28, 2021 at 10:24 AM Sam Sneddon via webkit-dev > mailto:webkit-dev@lists.webkit.org>> wrote: > As part of the ongoing work on GPU Process, we’re interested in adding > support

Re: [webkit-dev] Fuzzy Reftest Plans, and Metadata Locations

2021-10-30 Thread Ryosuke Niwa via webkit-dev
On Thu, Oct 28, 2021 at 10:24 AM Sam Sneddon via webkit-dev < webkit-dev@lists.webkit.org> wrote: > As part of the ongoing work on GPU Process, we’re interested in adding > support for reftest fuzzy matching (i.e., allowing a certain amount of > tolerance when comparing the g

Re: [webkit-dev] Fuzzy Reftest Plans, and Metadata Locations

2021-10-30 Thread Alejandro Garcia Castro via webkit-dev
On Thu, Oct 28, 2021 at 06:24:02PM +0100, Sam Sneddon via webkit-dev wrote: > Hi! > > As part of the ongoing work on GPU Process, we’re interested in > adding support for reftest fuzzy matching (i.e., allowing a certain > amount of tolerance when comparing the g

Re: [webkit-dev] Fuzzy Reftest Plans, and Metadata Locations

2021-10-29 Thread Myles Maxfield via webkit-dev
> On Oct 28, 2021, at 10:24 AM, Sam Sneddon via webkit-dev > wrote: > > Hi! > > As part of the ongoing work on GPU Process, we’re interested in adding > support for reftest fuzzy matching (i.e., allowing a certain amount of > tolerance when comparing the gen

Re: [webkit-dev] -Wreturn-type and -Wredundant-move reminders

2021-10-29 Thread Michael Catanzaro via webkit-dev
On Fri, Oct 29 2021 at 03:06:17 PM -0700, Myles Maxfield wrote: Will GTK/WPE EWS catch these errors? Currently no, but they will once we solve https://bugs.webkit.org/show_bug.cgi?id=155047. ___ webkit-dev mailing list webkit-dev

Re: [webkit-dev] -Wreturn-type and -Wredundant-move reminders

2021-10-29 Thread Myles Maxfield via webkit-dev
> On Oct 19, 2021, at 1:15 PM, Michael Catanzaro via webkit-dev > wrote: > > Hi devs, > > A reminder about this common idiom: > > switch (...) { > case Foo: > return ...; > case Bar: > return ...; > } > RELEASE_ASSERT_NOT_REACHED(); > >

[webkit-dev] Aditya Keerthi is now a WebKit reviewer!

2021-10-28 Thread Tim Horton via webkit-dev
Hello! I am delighted to announce that Aditya Keerthi is now a WebKit reviewer. Now it's time for all of you to send him tricky patches and see how he does :) Congratulations, Aditya! --Tim ___ webkit-dev mailing list webkit-dev@lists.webki

[webkit-dev] Fuzzy Reftest Plans, and Metadata Locations

2021-10-28 Thread Sam Sneddon via webkit-dev
___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Request for position: CSS highlight inheritance (css-pseudo #highlight-cascade)

2021-10-28 Thread Delan Azabani via webkit-dev
hlight color explicitly set on ::selection with another defaulted from the originating element _______ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] New fast commit queue mode: fast-cq

2021-10-25 Thread John Wilander via webkit-dev
nt! Thank you. > > Thanks > Aakash > >> On Oct 21, 2021, at 8:28 PM, Aakash Jain > <mailto:aakash_j...@apple.com>> wrote: >> >> >> >>> On Oct 21, 2021, at 7:36 PM, John Wilander >> <mailto:wilan...@apple.com>> wrote: >&g

Re: [webkit-dev] New fast commit queue mode: fast-cq

2021-10-25 Thread Aakash Jain via webkit-dev
er > <mailto:wilan...@apple.com>> wrote: >> >>> On Apr 8, 2021, at 1:44 PM, Aakash Jain via webkit-dev >>> mailto:webkit-dev@lists.webkit.org>> wrote: >>> >>> Hi Everyone, >>> >>> I am happy to inform you that I have added

Re: [webkit-dev] Proposal to change nested namespace indentation rule to match the existing code

2021-10-22 Thread Phil Pizlo via webkit-dev
+1 -Filip > Wiadomość napisana przez Darin Adler via webkit-dev > w dniu 22.10.2021, o godz. 14:08: > >> On Oct 22, 2021, at 12:33 AM, Kimmo Kinnunen via webkit-dev >> wrote: >> >> 1) Match what seems to already be de-facto used in code. > > Yes, d

Re: [webkit-dev] Proposal to change nested namespace indentation rule to match the existing code

2021-10-22 Thread Darin Adler via webkit-dev
> On Oct 22, 2021, at 12:33 AM, Kimmo Kinnunen via webkit-dev > wrote: > > 1) Match what seems to already be de-facto used in code. Yes, does seem to be what we’re already doing. I like it. The rest of your arguments also seem go

[webkit-dev] Proposal to change nested namespace indentation rule to match the existing code

2021-10-22 Thread Kimmo Kinnunen via webkit-dev
load { }; } Br, Kimmo ___________ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] New fast commit queue mode: fast-cq

2021-10-21 Thread Aakash Jain via webkit-dev
> On Oct 21, 2021, at 7:36 PM, John Wilander wrote: > >> On Apr 8, 2021, at 1:44 PM, Aakash Jain via webkit-dev >> mailto:webkit-dev@lists.webkit.org>> wrote: >> >> Hi Everyone, >> >> I am happy to inform you that I have added a fast-commit-

Re: [webkit-dev] New fast commit queue mode: fast-cq

2021-10-21 Thread John Wilander via webkit-dev
> On Apr 8, 2021, at 1:44 PM, Aakash Jain via webkit-dev > wrote: > > Hi Everyone, > > I am happy to inform you that I have added a fast-commit-queue mode to the > Commit-Queue. In this mode Commit-Queue would land patches quickly (typically > taking ~1 minu

[webkit-dev] Recommended GitHub Settings

2021-10-21 Thread Jonathan Bedard via webkit-dev
ub.com/WebKit <https://github.com/WebKit> when it comes. Jonathan WebKit Continuous Integration_______ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Proposal to enable logging under non-systemd linux distros

2021-10-21 Thread Pablo Correa Gomez via webkit-dev
On Tue, 2021-10-19 at 19:32 -0500, Michael Catanzaro wrote: > On Wed, Oct 20 2021 at 02:07:56 AM +0200, Pablo Correa Gomez via > webkit-dev wrote: > > - Rename USE_SYSTEMD to USE_JOURNALD and have a conditional check > > which looks for elogind if libsystemd is not fou

[webkit-dev] Status of video-dynamic-range media query

2021-10-20 Thread Will Cassella via webkit-dev
d support for that query as well. Thanks, Will _______________ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] EWS iOS, tvOS, watchOS are updated to the latest released SDK

2021-10-20 Thread Matt Lewis via webkit-dev
Hello WebKit Devs, iOS, watchOS, and tvOS bots on build.webkit.org and ews-build.webkit.org have been updated to the latest available Xcode and SDKs: iOS 15, watchOS 8, and tvOS 15. Happy Coding, Matt Lewis ___ webkit-dev mailing list webkit-dev

Re: [webkit-dev] Proposal to enable logging under non-systemd linux distros

2021-10-19 Thread Michael Catanzaro via webkit-dev
On Wed, Oct 20 2021 at 02:07:56 AM +0200, Pablo Correa Gomez via webkit-dev wrote: - Rename USE_SYSTEMD to USE_JOURNALD and have a conditional check which looks for elogind if libsystemd is not found, similar to the hack I used for proof-testing. This one! Do this one! We don't nee

[webkit-dev] Proposal to enable logging under non-systemd linux distros

2021-10-19 Thread Pablo Correa Gomez via webkit-dev
e the better way to add the possibility to configure webkit2gtk using elogind? Best regards and thank you very much for your time, Pablo Correa GĂłmez. [1] https://github.com/elogind/elogind ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] -Wreturn-type and -Wredundant-move reminders

2021-10-19 Thread Michael Catanzaro via webkit-dev
___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] Updating iOS EWS

2021-10-19 Thread Matt Lewis via webkit-dev
We are currently updating all embedded EWS hosts to iOS15 aligned releases. Expect delays and offline hosts. We appreciate your patience. Matt Lewis ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo

Re: [webkit-dev] -Wreturn-type and -Wredundant-move reminders

2021-10-19 Thread Ryosuke Niwa via webkit-dev
On Tue, Oct 19, 2021 at 1:15 PM Michael Catanzaro via webkit-dev < webkit-dev@lists.webkit.org> wrote: > A reminder about this common idiom: > > switch (...) { > case Foo: > return ...; > case Bar: > return ...; > } > RELEASE_ASSERT_NOT_REACHED(); >

[webkit-dev] -Wreturn-type and -Wredundant-move reminders

2021-10-19 Thread Michael Catanzaro via webkit-dev
d. Have a nice day, Michael ___________ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Request for position: WEBRTC-SVC

2021-10-19 Thread youenn fablet via webkit-dev
Le mar. 19 oct. 2021 Ă  00:24, Harald Alvestrand via webkit-dev < webkit-dev@lists.webkit.org> a Ă©crit : > Chrome is considering releasing an implementation of the WEBRTC-SVC API. > API documentation: https://w3c.github.io/webrtc-svc/ > > This has been available in Chrome behi

[webkit-dev] Request for position: WEBRTC-SVC

2021-10-18 Thread Harald Alvestrand via webkit-dev
release this, we would like to have input from the WebKit community. Thank you! Harald Alvestrand ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Running the GTK port on macOS with Docker

2021-10-15 Thread Philippe Normand via webkit-dev
r using my local tree would be ideal. > Alright, thanks for answering Jean-Yves :) I'll clean-up the experiment a bit, document it and ping you for testing when it's ready. Philippe > Jean-Yves > > > On 15 Oct 2021, at 1:21 am, Philippe Normand via webkit-dev >

Re: [webkit-dev] Running the GTK port on macOS with Docker

2021-10-14 Thread Jean-Yves Avenard via webkit-dev
ppe Normand via webkit-dev > wrote: > > Hi, > > The WPE/GTK ports nowadays rely on a SDK that provides all the tools > needed for development, it's used on the bots as well. Currently we run > it with Flatpak, but technically, Docker can also be used. > > I've actua

[webkit-dev] Running the GTK port on macOS with Docker

2021-10-14 Thread Philippe Normand via webkit-dev
eally I'd prefer a native Wayland compositor for macOS but that doesn't seem to exist yet. Anyway, please let me know if some folks are interested. Philippe _______________ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] Andres Gonzales is now a WebKit Reviewer

2021-10-13 Thread Chris Fleizach via webkit-dev
I'm happy to announce that Andres Gonzales is now a WebKit Reviewer! Congratulations Andres! đź‘Ť___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] GitHub Usernames in contributors.json

2021-10-08 Thread Jonathan Bedard via webkit-dev
usernames to contributors.json over the next 4-6 weeks. A GitHub username in contributors.json will be necessary to retain committer and reviewer privileges as we transition to GitHub. Jonathan_______ webkit-dev mailing list webkit-dev@lists.webkit.org https://list

[webkit-dev] Request for position: Digital Goods API

2021-10-07 Thread Glen Robertson via webkit-dev
questions. Thanks -Glen Robertson (Chrome OS web apps platform team) ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] Request for position on Canvas 2D API extensions

2021-10-06 Thread Fernando Serboncini via webkit-dev
lt;https://github.com/whatwg/html/issues/5619> - Modern filters <https://github.com/whatwg/html/issues/5621> All the issues above have had some positive signal from WebKit prior to the PR submission. _______________ webkit-dev mailing list webkit-dev@list

[webkit-dev] Request for Position on Content Security Policy for dedicated workers

2021-10-01 Thread Antonio Sartori via webkit-dev
Hello Webkit-dev, I would like to ask for Webkit's official position on how Content Security Policy [1] for dedicated workers should be delivered. We have had to possibilities in the past: (a) Dedicated workers inherit the Content Security Policy from their owner context. (b) Dedicated wo

[webkit-dev] Request for Position: MSE-for-WebCodecs

2021-10-01 Thread Matt Wolenetz via webkit-dev
Hi webkit-dev, This is a request for WebKit's position on the MSE-for-WebCodecs featgure: Explainer: https://github.com/wolenetz/mse-for-webcodecs/blob/main/explainer.md MSE spec issue tracking this feature: https://github.com/w3c/media-source/issues/184 ChromeStatus entry:

[webkit-dev] In-browser annotations

2021-09-30 Thread David Bokan via webkit-dev
Hi webkit-dev! A few of us over in Chromium are thinking of how we can enable annotation, directly in the browser, without need for extensions. In a sentence: to enable shared commentary over web content. We're very early in the stages of thinking about this, there's no prototype or co

Re: [webkit-dev] Request for Position: Unprefix -webkit-text-emphasis* properties

2021-09-29 Thread TAMURA, Kent via webkit-dev
t; > > -- TAMURA Kent Software Engineer, Google ___________ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Request for Position: CSS Text Decoration Module for SVG

2021-09-29 Thread Cameron McCormack via webkit-dev
t newly apply to SVG text should not gain presentation attributes, per the note below the table in https://svgwg.org/svg2-draft/styling.html#PresentationAttributes <https://svgwg.org/svg2-draft/styling.html#PresentationAttributes>. Cameron _______________ webk

[webkit-dev] Request for Position: Add 'xml' special handling to Node.lookupNamespaceURI()

2021-09-29 Thread TAMURA, Kent via webkit-dev
is behavior. [2] This is a RFP to change the DOM specification. [1] https://dom.spec.whatwg.org/#dom-node-lookupnamespaceuri [2] https://github.com/whatwg/dom/issues/857 -- TAMURA Kent Software Engineer, Google _______ webkit-dev mailing list webkit-dev@l

[webkit-dev] Request for Position: Unprefix -webkit-text-emphasis* properties

2021-09-29 Thread TAMURA, Kent via webkit-dev
[1] https://drafts.csswg.org/css-text-decor-4/ -- TAMURA Kent Software Engineer, Google _______ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] Request for Position: CSS Text Decoration Module for SVG

2021-09-29 Thread TAMURA, Kent via webkit-dev
ady supports various properties for SVG , including text-emphasis-style. [1] https://drafts.csswg.org/css-text-decor-4/ -- TAMURA Kent Software Engineer, Google _______ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] Request for Position on DNS-based HTTP->HTTPS redirect

2021-09-28 Thread Eric Orth via webkit-dev
since 2020, but we are unfamiliar with and request a position on Webkit's support for the specific HTTP->HTTPS redirect behavior. ___________ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Kimmo Kinnunen is a WebKit Reviewer

2021-09-27 Thread Ken Russell via webkit-dev
Congratulations and great work Kimmo! -Ken On Mon, Sep 27, 2021 at 11:07 AM Dean Jackson via webkit-dev < webkit-dev@lists.webkit.org> wrote: > I'm happy to announce that Kimmo Kinnunen is now a WebKit Reviewer. > Congratulation

[webkit-dev] Kimmo Kinnunen is a WebKit Reviewer

2021-09-27 Thread Dean Jackson via webkit-dev
I'm happy to announce that Kimmo Kinnunen is now a WebKit Reviewer. Congratulations Kimmo! Dean smime.p7s Description: S/MIME cryptographic signature ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/lis

[webkit-dev] Request for position: block navigation toward external protocol from sandboxed iframe.

2021-09-27 Thread Arthur Sonzogni via webkit-dev
Hi webkit-dev, This is a request for Webkit's position about blocking navigation toward external protocols from sandboxed iframe. *Summary:* Gates sandboxed iframe navigation toward external protocol behind any of: - allow-popups - allow-top-navigation - allow-top-navigation-with

[webkit-dev] Request for position on app history API

2021-09-24 Thread Domenic Denicola via webkit-dev
Hi webkit-dev, The Chrome team, with some help from Mozilla folks, have been working on a proposal for a new history/navigation API aimed specifically at the needs of single-page apps. The current name is the "app history API". You can see the explainer at [1] (and the name bikeshedd

[webkit-dev] Removal of makeRef() / makeRefPtr()

2021-09-22 Thread Chris Dumez via webkit-dev
t confused when they try to use makeRef() / makeRefPtr() in new code. --  Chris Dumez _______ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] Request for Position on Gamepad input events

2021-09-21 Thread Matt Reynolds via webkit-dev
Hello webkit-dev, I would like to request Webkit's official position on adding events for button and axis inputs to the Gamepad API. This feature would add events that fire when gamepad button or axis inputs change, enabling applications to respond to input changes as they occur inste

[webkit-dev] Intent to Remove: XSS Auditor

2021-09-20 Thread Brent Fulgham via webkit-dev
___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] Request for Position: Auto-expanding details elements

2021-09-16 Thread Joey Arhar via webkit-dev
make content hidden inside elements more findable, searchable, and shareable. ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Request for Position on contained body to viewport propagation

2021-09-14 Thread Simon Fraser via webkit-dev
No objection. Simon > On Sep 14, 2021, at 1:00 PM, Rune Lillesveen via webkit-dev > wrote: > > Hi, > > Blink plans to ship the spec change resolved in [1] to not propagate body > styles to the viewport when the body or root elements are contained. Also, > see the

[webkit-dev] Request for Position on contained body to viewport propagation

2021-09-14 Thread Rune Lillesveen via webkit-dev
-- Rune Lillesveen ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] Request for Position on WebTransport

2021-09-06 Thread Yutaka Hirano via webkit-dev
Hi webkit-dev, I would like to ask for WebKit's official position for WebTransport[1]. The API allows web developers to send and receive datagrams as well as stream data to/from a server. WebTransport is designed to be working with multiple protocols, including WebTransport over HTTP/3[2

[webkit-dev] Request for Position on HTMLScriptElement.supports(type) method

2021-09-05 Thread Tsuyoshi Horo via webkit-dev
Hello webkit-dev. We would like to get an official position from WebKit on HTMLScriptElement.supports(type) method ( https://html.spec.whatwg.org/multipage/scripting.html#dom-script-supports). This method was introduced by the recent spec change ( https://github.com/whatwg/html/pull/7008

Re: [webkit-dev] Request for position on Reporting API (now with structured headers!)

2021-09-02 Thread Ian Clelland via webkit-dev
get the thoughts / opinions / feedback from WebKit developers. > > Thanks! > Ian > > Some relevant links: > * Explainer: https://github.com/w3c/reporting > * Spec: https://w3c.github.io/reporting > * Recently-opened TAG review: > https://github.com/w3ctag/design-reviews/issues/58

[webkit-dev] Request for Position on WritableStream controller's AbortSignal

2021-09-01 Thread Nidhi Jaju via webkit-dev
Hello Webkit-dev, I would like to ask for Webkit's official position on WritableStream controller's AbortSignal API < https://streams.spec.whatwg.org/#writablestreamdefaultcontroller-signal and https://streams.spec.whatwg.org/#writablestreamdefaultcontroller-abortreason> spec

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

2021-08-31 Thread Ben Kelly via webkit-dev
edit#heading=h.d6e4ecicreet > [3]: https://github.com/w3c/ServiceWorker/issues/1535 > [4]: https://github.com/WICG/urlpattern/blob/main/dev-trials-feedack.md > > ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Network Information API reboot: request for early feedback

2021-08-31 Thread Thomas Steiner via webkit-dev
e to always report `false` for `metered` (despite the actual value potentially being another) and still report connection speed data via `sustainedSpeed`. Cheers, Tom _______________ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] Content Security Policy for WebAssembly

2021-08-30 Thread Francis McCabe via webkit-dev
ebAssembly's web API is https://github.com/WebAssembly/content-security-policy/tree/fgm-patch-4 Thank you Francis McCabe ___________ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Request for Position on Exception Handling in WebAssembly

2021-08-30 Thread Saam Barati via webkit-dev
Hi Andreas, We're in favor of this proposal. Tracking work for this proposal in: https://bugs.webkit.org/show_bug.cgi?id=229681 Cheers, - Saam > On Aug 27, 2021, at 3:26 AM, Andreas Haas via webkit-dev > wrote: > > Hello webkit-dev, > > We would like to get an

Re: [webkit-dev] Network Information API reboot: request for early feedback

2021-08-30 Thread Ryosuke Niwa via webkit-dev
s not acceptable. I'm going to stop replying to this thread going forward since I have other things to do but please note that my lack of future response does not, in any way, constitute a lack of signal or acceptance of an argument, idea, or amendment to the proposal. Apple's WebKit team is against this proposal like we were with the old API, and that's not going to change unless a substantial amendment is made to address all of the concerns we've raised thus far (as well as any new concerns we may raise in the future) for this proposal and the old API. - R. Niwa ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Network Information API reboot: request for early feedback

2021-08-30 Thread Thomas Steiner via webkit-dev
y compared to the current API, which exposes more information: https://wicg.github.io/netinfo/#networkinformation-interface (compared to https://raw.githack.com/tomayac/netinfo/relaunch/index.html#the-networkinformation-interface ). Cheers, Tom ___ webkit-d

Re: [webkit-dev] Network Information API reboot: request for early feedback

2021-08-30 Thread Michael Catanzaro via webkit-dev
permission prompt? It's easy for users to decide whether a website should have geolocation or microphone access, but the risk here is just extra entropy, which is going to be real hard to explain to users. Michael ___ webkit-dev mailing list webki

<    2   3   4   5   6   7   8   9   10   11   >