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 generated images). > > [...] > >

Re: [webkit-dev] Concurrent display list item writing and reading in the GPU process

2020-10-30 Thread Alejandro Garcia Castro
On Wed, Oct 28, 2020 at 05:14:58PM -0700, Wenson Hsieh wrote: > Hello webkit-dev! > > [...] > > While this email is mostly informative, we are also curious whether > this overall architecture will be compatible with non-Cocoa ports > (for instance, WPE and GTK), as most of our planning so far

Re: [webkit-dev] MathML layout refactor proposal

2015-12-28 Thread Alejandro Garcia Castro
Hi Dave, thanks very much for your comments and feedback, this information is great to document the whole design process of the code. I agree with the goals you are pointing out, actually I think the change to use flexbox was a good option to try at that point. But currently considering the

Re: [webkit-dev] MathML layout refactor proposal

2015-12-14 Thread Alejandro Garcia Castro
On Mon, Dec 14, 2015 at 08:03:12PM +0100, Frédéric WANG wrote: > Le 14/12/2015 19:39, Zalan Bujtas a écrit : > > It’s great to hear that MathML is getting some proper cleanup. I think the > > proposal sounds good and I am looking forward to the patches. > > > > Minor observation: I noticed that,

[webkit-dev] MathML layout refactor proposal

2015-12-09 Thread Alejandro Garcia Castro
Hi, In the last months we have been working on refactoring the MathML layout code to make it more maintainable, because in the current point fixing issues or adding new features has been too complex. We have reached the point where we think we have to discuss whether this work makes sense and

Re: [webkit-dev] PSA: WebKit2 and DrawingAreaImpl

2013-10-02 Thread Alejandro Garcia Castro
On Wed, Oct 02, 2013 at 09:49:23AM -0700, Anders Carlsson wrote: On Oct 1, 2013, at 11:29 PM, Sergio Villar Senin svil...@igalia.com wrote: On 02/10/13 03:19, Anders Carlsson wrote: Hello, I just wanted to let everyone know that we (Apple) are moving away from DrawingAreaImpl and

Re: [webkit-dev] Todo List for WebKit2

2011-04-18 Thread Alejandro Garcia Castro
On Mon, Apr 18, 2011 at 06:08:33PM +0530, naren.me...@gmail.com wrote: Hi, On Mon, Apr 18, 2011 at 5:37 PM, Balazs Kelemen kbal...@webkit.org wrote: On 04/14/2011 02:34 PM, naren.me...@gmail.com wrote: Hi Everybody, I have recently started understanding webkit2 and am interested in

Re: [webkit-dev] A question about new-run-webkit-tests

2011-03-18 Thread Alejandro Garcia Castro
On Fri, Mar 18, 2011 at 02:25:21PM -0700, Mark Rowe wrote: On 2011-03-18, at 14:22, Dirk Pranke wrote: * There are GTK bots that run NRWT as well as the Chromium bots Where? None of the bots on build.webkit.org use it as far as I can tell. And the run-webkit-tests script contains the

Re: [webkit-dev] selecting text ignores mouse down position

2011-03-12 Thread Alejandro Garcia Castro
On Fri, Mar 11, 2011 at 01:43:25PM -0800, Evan Martin wrote: For those following at home, this moved to https://bugs.webkit.org/show_bug.cgi?id=56213 Hi Evan, I've tried to fix this issue long time ago in this bug, feel free to dup it with your new bug as I did not spend time on the issue in

Re: [webkit-dev] Building WebKit's GTK+ back-end using distcc timing

2011-03-10 Thread Alejandro Garcia Castro
On Thu, Mar 10, 2011 at 11:55:15AM +0100, Ilyes Gouta wrote: Hi, [...] Could some one enlighten us about what have changed in the build system of the Gtk+ port of WebKit that would have an impact on the total build time? Could it be that configure.ac has changed so that the final

Re: [webkit-dev] More information for crashing tests now available on build.webkit.org

2011-02-07 Thread Alejandro Garcia Castro
On Fri, Feb 04, 2011 at 02:25:10PM -0500, Adam Roben wrote: Hi all- [...] Please file any bugs you find with this feature on bugs.webkit.org, and CC me. Please also file bugs for any ideas you have for making this more useful! Nice, we have been running this crash service for the two

Re: [webkit-dev] Help with GTK build

2011-01-10 Thread Alejandro Garcia Castro
On Sat, Jan 08, 2011 at 12:50:11PM +0100, Alejandro G. Castro wrote: On Sat, Jan 08, 2011 at 12:20:18PM +0100, Alejandro G. Castro wrote: [...] Yeah, it is the length, we already had that issue when doing make dist. It looks like adding Source is adding enough characters to cause the

[webkit-dev] webkit-patch rebaseline problem

2010-12-07 Thread Alejandro Garcia Castro
Hi, does anyone know anything about this issue executing rebaseline? xmlrpclib.ProtocolError: ProtocolError for build.webkit.org/xmlrpc: 404 Not Found br ___ webkit-dev mailing list webkit-dev@lists.webkit.org

[webkit-dev] WebKitGTK+ debug buildbots crash dumps

2010-04-17 Thread Alejandro Garcia Castro
Hi, we have installed a crash dumps analysis to the WebKitGTK+ debug bots, this way it is easier to check what has failed when a test crashes inside the bots. It has already gave us good information about flacky tests root causes. You can check it here: http://webkit-bots.igalia.com/ We are