Re: [webkit-dev] Deployment of new EWS Non-Unified builder

2022-09-08 Thread Claudio Saavedra via webkit-dev
If I may add, On Thu, 2022-09-08 at 02:27 +, Alexey Proskuryakov via webkit-dev wrote: > With non-unified EWS: > - many patches get rejected for breaking it; > - it's easy for the patch author to add the includes. - over time, by force of habit /less patches break/, as contributors become m

Re: [webkit-dev] Deployment of new EWS Non-Unified builder

2022-06-02 Thread Claudio Saavedra via webkit-dev
On Wed, 2022-06-01 at 16:39 -0700, Ryosuke Niwa via webkit-dev wrote: > One day per month for one beginner sounds like a really low > maintenance cost compared to having every WebKit developer fix non- > unified builds at all times. I'm sorry, but this is not about having "every WK developer fix

Re: [webkit-dev] Reducing globals

2019-01-15 Thread Claudio Saavedra
On Thu, 2018-12-20 at 17:12 -0800, Alex Christensen wrote: > It’s been three weeks. Is anyone maintaining the soup or curl > loading code? If the main concern is the usage of NetworkProcess::singleton(), turns out that in the end this patch is all that is needed https://bugs.webkit.org/show_bug.

Re: [webkit-dev] Reducing globals

2018-12-21 Thread Claudio Saavedra
On Thu, 2018-12-20 at 17:12 -0800, Alex Christensen wrote: > It’s been three weeks. Is anyone maintaining the soup or curl > loading code? I've started on the soup work locally but I've been swamped with other things and now it's time for the holiday break. I'll retake it in January. Claudio _

Re: [webkit-dev] Reducing globals

2018-11-30 Thread Claudio Saavedra
On Thu, 2018-11-29 at 18:15 -0800, Alex Christensen wrote: > I am embarking on a journey to reduce the number of global variables > and singletons we use instead member variables on the proper > objects. Feel free to join! > > Specifically, I’m looking into reducing the number of members in the >

[webkit-dev] Clipboard API and events

2016-01-05 Thread Claudio Saavedra
Hi, It seems to me that this API is missing from WK. Is there a reason for this other than "nobody has stepped up yet"? Claudio ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Can we remove Notification.show()?

2013-02-07 Thread Claudio Saavedra
On Thu, 2013-02-07 at 13:55 +0100, Andrew Wilson wrote: > It should definitely not be necessary to call Notification.show(), > although I have not removed that API since I am busy with some other > tasks currently. What browser/WebKit revision are you using? You're right. It's a fairly recent mast

Re: [webkit-dev] Can we remove Notification.show()?

2013-02-07 Thread Claudio Saavedra
On Mon, 2013-01-28 at 10:35 +0100, Andrew Wilson wrote: > So, we've recently landed some fixes to address permissions handling > for Notification.show(): http://trac.webkit.org/changeset/140927 > > Turns out, the notifications specification does not have a show() API > (the notification is automati

Re: [webkit-dev] WebKit2GTK+ breakage due to removal of WKPageResourceLoadClient

2013-01-21 Thread Claudio Saavedra
On Mon, 2013-01-21 at 15:27 +0100, Xan Lopez wrote: > On Mon, Jan 21, 2013 at 2:53 PM, Mario Sanchez Prada > wrote: > > Hi, > > > > (...) > > > > > If anyone could drop some light on this issue or provide some pointers to > > better understand the motivation of this change, I’d really appreciate