Re: [webkit-dev] New Feature: Canvas Path object

2012-09-24 Thread Dirk Schulze
This mailing list seems to be wrong for this kind of discussion. You opened a thread on whatgwg mailing list. Your concerns should be discussed there. Greetings, Dirk Sent from my iPhone On Sep 24, 2012, at 3:15 PM, "Elliott Sprehn" mailto:espr...@chromium.org>> wrote: On Mon, Sep 24, 2012 a

Re: [webkit-dev] New Feature: Canvas Path object

2012-09-24 Thread Elliott Sprehn
On Mon, Sep 24, 2012 at 3:56 PM, Eric Seidel wrote: > My understanding is that a name collision would only affect the > ability of existing software to use the new Path. It would not break > existing software. window.Path would just be aliased by the page, no? > > Nope, if someone had previous

Re: [webkit-dev] New Feature: Canvas Path object

2012-09-24 Thread Eric Seidel
My understanding is that a name collision would only affect the ability of existing software to use the new Path. It would not break existing software. window.Path would just be aliased by the page, no? On Mon, Sep 24, 2012 at 3:02 PM, Maciej Stachowiak wrote: > > I'm not hung up on the name. B

Re: [webkit-dev] New Feature: Canvas Path object

2012-09-24 Thread Maciej Stachowiak
I'm not hung up on the name. But if we are worried about name collision, we could do data gathering on use of Path or other candidate names instead of just guessing. - Maciej On Sep 24, 2012, at 12:22 PM, Dirk Schulze wrote: > > > On Sep 24, 2012, at 12:03 PM, "Rik Cabanier" wrote: > >>

Re: [webkit-dev] New Feature: Canvas Path object

2012-09-24 Thread Dirk Schulze
On Sep 24, 2012, at 12:03 PM, "Rik Cabanier" mailto:caban...@gmail.com>> wrote: On Mon, Sep 24, 2012 at 10:27 AM, Darin Adler mailto:da...@apple.com>> wrote: On Sep 22, 2012, at 9:21 PM, Elliott Sprehn mailto:espr...@chromium.org>> wrote: > On Fri, Sep 21, 2012 at 6:34 AM, Dirk Schulze >

Re: [webkit-dev] New Feature: Canvas Path object

2012-09-24 Thread Rik Cabanier
On Mon, Sep 24, 2012 at 10:27 AM, Darin Adler wrote: > On Sep 22, 2012, at 9:21 PM, Elliott Sprehn wrote: > > > On Fri, Sep 21, 2012 at 6:34 AM, Dirk Schulze > wrote: > > > >> I would like to ask if there are objections to implement the canvas > Path object. > > > > Do we have metrics on how of

Re: [webkit-dev] New Feature: Canvas Path object

2012-09-24 Thread Darin Adler
On Sep 22, 2012, at 9:21 PM, Elliott Sprehn wrote: > On Fri, Sep 21, 2012 at 6:34 AM, Dirk Schulze wrote: > >> I would like to ask if there are objections to implement the canvas Path >> object. > > Do we have metrics on how often people already have things named Path? All > other canvas obj

Re: [webkit-dev] SH4, MIPS, and legacy-ARM assemblers in JavaScriptCore

2012-09-24 Thread Gergely Kis
Hi, Just wanted to note, that there is a working MIPS buildslave again: http://build.webkit.org/buildslaves/mips-1 It only does builds, no tests yet, we are working on that. Thank you everyone for your help! Unfortunately, the MIPS build is still red, because the following patch was not yet ac