Re: [webkit-dev] Can we remove XXX.order files in the tree

2019-10-17 Thread Yusuke Suzuki
What benchmark do we use to track this order files’ improvement? If I just remove these files now, can perf bot tell us the results? Best regards, Yusuke Suzuki > On Oct 17, 2019, at 15:42, Stephanie wrote: > > These files haven't been updated in years so I doubt they're particularly > helpf

Re: [webkit-dev] Can we remove XXX.order files in the tree

2019-10-17 Thread Stephanie
These files haven't been updated in years so I doubt they're particularly helpful. They were at one time measurable launch time wins for hdd machines and thats what we need to validate won't regress. -- Stephanie > On Oct 17, 2019, at 3:05 PM, Yusuke Suzuki wrote: > > Hello WebKittens! > >

Re: [webkit-dev] Can we remove XXX.order files in the tree

2019-10-17 Thread Joseph Pecoraro
I put up patches a few year ago: [Cocoa] Remove or update order files It was approved at the time, but I was asked to measure performance and I'm still not sure how to do that. I'm still in favor of removing them! - Joe > On Oct 17, 2019, at 3:06 PM, Saam Barati

Re: [webkit-dev] Can we remove XXX.order files in the tree

2019-10-17 Thread Saam Barati
Can we measure the performance impact of doing this? If it's neutral, I think we should remove it. - Saam > On Oct 17, 2019, at 3:05 PM, Yusuke Suzuki wrote: > > Hello WebKittens! > > Our XXX.order file (e.g. JavaScriptCore.order) is not updated so long. The > content is already stale, and I

[webkit-dev] Can we remove XXX.order files in the tree

2019-10-17 Thread Yusuke Suzuki
Hello WebKittens! Our XXX.order file (e.g. JavaScriptCore.order) is not updated so long. The content is already stale, and I think this is no longer effective. Can we just remove these XXX.order files? -Yusuke ___ webkit-dev mailing list webkit-dev@lis

Re: [webkit-dev] Adrian Perez de Castro is now a WebKit reviewer

2019-10-17 Thread Adrian Perez de Castro
Hello WebKittens, On Mon, 14 Oct 2019 15:17:19 +0200, Carlos Alberto Lopez Perez wrote: > I would like to announce that Adrian Perez de Castro (aperezdc on #webkit) > is now a WebKit reviewer. > > Adrian has several years of experience working with the WebKitGTK and WPE > WebKit ports. He is

Re: [webkit-dev] Implementing OffscreenCanvas

2019-10-17 Thread Chris Lord
On 2019-10-17 16:23, Chris Lord wrote: > So I was just looking at adding a setting, but looks like it's already > behind a runtime-setting that's controlled by the experimental-features > flag, so I guess we're ok as it is? After discussing with Zan, we decided the best thing to do was to split

Re: [webkit-dev] Can the WebKit logo be used for WebKit ports? (like WebKitGTK)

2019-10-17 Thread Carlos Alberto Lopez Perez
On 10/10/2019 22:08, Ryosuke Niwa wrote: > People often associate the term "WebKit" with Apple's WebKit port in > practice. The risk here is really about people not understanding the nuance > of port specific bugs & set of features. WebKit's ports are unlike Gecko's > & Blink's because while they m

Re: [webkit-dev] Implementing OffscreenCanvas

2019-10-17 Thread Chris Lord
On 2019-10-11 12:13, Ryosuke Niwa wrote: > On Fri, Oct 11, 2019 at 2:09 AM Chris Lord wrote: > >> On 2019-10-10 23:15, Ryosuke Niwa wrote: >>> On Thu, Oct 10, 2019 at 2:07 PM Myles C. Maxfield >>> wrote: >>> > On Oct 10, 2019, at 12:57 PM, Ryosuke Niwa > wrote: > > Hi Chris, >