[webkit-dev] Problem with a crash using JSC code

2015-01-21 Thread Xabier Rodríguez Calvar
Hi! I am now implementing with Youenn the Streams API standard [1] in WebKit. You can find the first patch at [2] (it's r? now). While we get that patch reviewed and landed we are adding more tests and working out the problems. One of them is one crash that I cannot hunt, with the

Re: [webkit-dev] Abandoned Tests

2015-01-21 Thread Myles C. Maxfield
On which platforms do they fail? —Myles On Jan 21, 2015, at 8:48 PM, Brent Fulgham bfulg...@apple.com wrote: I’ve been reviewing the various Windows layout tests, and have run across a few tests that seem to be leftovers from the Chromium project. I think all ports currently skip these

[webkit-dev] Abandoned Tests

2015-01-21 Thread Brent Fulgham
I’ve been reviewing the various Windows layout tests, and have run across a few tests that seem to be leftovers from the Chromium project. I think all ports currently skip these tests: 1. fast/dom/title-directionality-removeChild.html 2. fast/dom/title-directionality.html 3.

Re: [webkit-dev] Abandoned Tests

2015-01-21 Thread Brent Fulgham
Hi Myles, These tests don’t fail — they are all skipped on mac, win, gtk, and efl. -Brent On Jan 21, 2015, at 9:24 PM, Myles C. Maxfield mmaxfi...@apple.com wrote: On which platforms do they fail? —Myles On Jan 21, 2015, at 8:48 PM, Brent Fulgham bfulg...@apple.com wrote: I’ve been

[webkit-dev] Implementing ES6 class syntax in JSC

2015-01-21 Thread Ryosuke Niwa
Hello WebKittens, I'm implementing ES6 class syntax behind a build flag in https://webkit.org/b/140491. Please let me know if you have any concerns or comments. - R. Niwa ___ webkit-dev mailing list webkit-dev@lists.webkit.org

[webkit-dev] CSS Grid Layout Status Review (Jan 2015)

2015-01-21 Thread Manuel Rego Casasnovas
Hi, this is a new status review (last one was in August 2014 [1]) of the CSS Grid Layout [2] implementation done by Igalia. We'll summarize the work done during the past months and the plans for the future. Of course, we'll be really happy to get any kind of feedback from the community. The