Re: [webkit-dev] Upstreaming from LayoutTests to web-platform-tests, coordinating Blink+WebKit

2017-11-21 Thread youenn fablet
I filed https://github.com/w3c/web-platform-tests/issues/8391 for the WPT server performances issues. As of upstreaming the tests, would the following solve identified issues and keep the upstream process lightweight enough? - Meta tag each upstreamed test to identify this is an upstreamed version

Re: [webkit-dev] Unified sources build errors when adding new source files

2017-11-21 Thread Darin Adler
Oh, I see. Errors in EWS in that bug. Looking. — Darin ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Unified sources build errors when adding new source files

2017-11-21 Thread Darin Adler
> On Nov 21, 2017, at 6:54 AM, Javier Fernandez wrote: > > It builds perfectly with the no-unify tag, but I produces totally > unrelated errors when using the unified building. I wonder whether my > patch could make those errors arise because of altering the building >

[webkit-dev] Unified sources build errors when adding new source files

2017-11-21 Thread Javier Fernandez
Hi, The patch at https://bugs.webkit.org/show_bug.cgi?id=179633 it's just a refactoring of the Grid Layout code which defines a new namespace with a bunch of Grid related utility functions, only used from the RenderGrid and GridTrackSizingAlgorithm classes. The patch adds a new entry to the