[webkit-dev] Request for position: CSS Ruby Layout Module

2020-09-23 Thread TAMURA, Kent
I'd like to request an official position of WebKit on CSS Ruby Layout Module [1], especially on the following features in the specification: - Ruby-specific 'display' property values: ruby, ruby-base, ruby-text, ruby-base-container, ruby-text-container - 'ruby-merge' property - 'ruby-align'

Re: [webkit-dev] Problems with code review tool

2020-09-23 Thread Aakash Jain
Interesting. I haven't noticed such problem myself and wasn't aware of this issue. I was aware that the EWS status-bubble loading time has been increasing steadily as we have been increasing number of EWS queues. Tracked in https://bugs.webkit.org/show_bug.cgi?id=214821. I will prioritize

Re: [webkit-dev] Smart Pointer Analysis Tool for WebKit

2020-09-23 Thread Jan Korous
Hi all, I am an engineer at Security Tools team at Apple responsible for the tooling support for this effort. > On Sep 23, 2020, at 12:34 PM, Darin Adler wrote: > >> On Sep 23, 2020, at 12:18 PM, Ryosuke Niwa wrote: >> >> There are quite a few cases where data members are references but

Re: [webkit-dev] Question: referrerpolicy in Safari

2020-09-23 Thread Michael Catanzaro
On Wed, Sep 23, 2020 at 1:50 pm, Dominic Farolino wrote: I haven't dug too deep here, but just going to post this in case it answers your question and saves you some time. As documented here, it appears that Safari is starting to not honor the `referrerpolicy` attribute on HTML elements

Re: [webkit-dev] Question: referrerpolicy in Safari

2020-09-23 Thread Dominic Farolino
On Wed, Sep 23, 2020 at 12:16 PM Maud Nalpas wrote: > Hi, > > I'm reaching out for a question about Referrer-Policy, more specifically > about *element**-level* referrer policies (referrerpolicy=...) > > . > > I

Re: [webkit-dev] Smart Pointer Analysis Tool for WebKit

2020-09-23 Thread Darin Adler
> On Sep 23, 2020, at 12:18 PM, Ryosuke Niwa wrote: > > There are quite a few cases where data members are references but then those > can also be replaced by a simple member function which retrieves the value of > the smart pointer member variable and returns a reference. I think this should

Re: [webkit-dev] Smart Pointer Analysis Tool for WebKit

2020-09-23 Thread Ryosuke Niwa
On Wed, Sep 23, 2020 at 10:32 AM Darin Adler wrote: > On Sep 16, 2020, at 11:32 PM, Ryosuke Niwa wrote: > >1. Every data member to a ref counted object must use either Ref, >RefPtr, or WeakPtr. webkit.NoUncountedMemberChecker > >

[webkit-dev] Question: referrerpolicy in Safari

2020-09-23 Thread Maud Nalpas
Hi, I'm reaching out for a question about Referrer-Policy, more specifically about *element**-level* referrer policies (referrerpolicy=...) . I would expect referrerpolicy on HTML elements to override a page's

Re: [webkit-dev] Smart Pointer Analysis Tool for WebKit

2020-09-23 Thread Darin Adler
> On Sep 23, 2020, at 10:32 AM, Darin Adler wrote: > >> On Sep 16, 2020, at 11:32 PM, Ryosuke Niwa > > wrote: >> Every data member to a ref counted object must use either Ref, RefPtr, or >> WeakPtr. webkit.NoUncountedMemberChecker >>

Re: [webkit-dev] Smart Pointer Analysis Tool for WebKit

2020-09-23 Thread Darin Adler
> On Sep 16, 2020, at 11:32 PM, Ryosuke Niwa wrote: > Every data member to a ref counted object must use either Ref, RefPtr, or > WeakPtr. webkit.NoUncountedMemberChecker > My > only worry here is

Re: [webkit-dev] Smart Pointer Analysis Tool for WebKit

2020-09-23 Thread Ryosuke Niwa
On Thu, Sep 17, 2020 at 2:51 AM Emilio Cobos Álvarez wrote: > Interesting. This looks fairly similar to some of the checkers we use in > mozilla-central, fwiw. > > One interesting difference is that we opted for explicitly annotating > the functions that can run script (think

Re: [webkit-dev] Smart Pointer Analysis Tool for WebKit

2020-09-23 Thread Ryosuke Niwa
On Thu, Sep 17, 2020 at 2:11 AM Konstantin Tokarev wrote: > > Sounds great! A few questions: > * Do I understand correctly that analyzer is a part of upstream clang and > can work on any platform? > Yes. * Does it require WebKit trunk or can work with older branches? It should work with

Re: [webkit-dev] Request for position on isInputPending

2020-09-23 Thread Ryosuke Niwa
On Fri, Sep 18, 2020 at 11:56 AM Andrew Comminos wrote: > We're looking to gather a position from WebKit folks on isInputPending, > an API to query for the presence of pending input events. It allows > sites to reduce event latency by yielding during longer computational > tasks, without

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

2020-09-23 Thread Ryosuke Niwa
On Fri, Sep 18, 2020 at 7:35 AM David Bokan wrote: > Friendly ping to get an answer here. > > Do my answers above address those points or is there anything else I can > clarify? > > Thanks, > David > > On Mon, Aug 31, 2020 at 1:42 PM David Bokan wrote: > >> [sending (again, sorry) from correct

[webkit-dev] Request for position: 'display: list-item' by default for

2020-09-23 Thread TAMURA, Kent
Hi, I'd like to request an official position of WebKit on changing the default ' display' property value of to 'list-item', and the relevant changes below: - Add 'disclosure-closed' and 'disclosure-open' keywords to ' list-style-type' property - Add ::marker pseudo element selector support to