Re: Intent to ship: Path2D + addition canvas APIs

2014-03-26 Thread Ehsan Akhgari
On 2014-03-26, 12:51 AM, Rik Cabanier wrote: I'm not too familiar with the "intent to ship" process for mozilla [1] Given that no one objected to my proposal, can I submit a patch to remove the runtime flag and put it up for review? 1: https://wiki.mozilla.org/WebAPI/ExposureGuidelines Yes, pl

Re: Intent to ship: Path2D + addition canvas APIs

2014-03-25 Thread Rik Cabanier
I'm not too familiar with the "intent to ship" process for mozilla [1] Given that no one objected to my proposal, can I submit a patch to remove the runtime flag and put it up for review? 1: https://wiki.mozilla.org/WebAPI/ExposureGuidelines On Tue, Mar 25, 2014 at 11:11 AM, Rik Cabanier wrote:

Re: Intent to ship: Path2D + addition canvas APIs

2014-03-25 Thread Rik Cabanier
On Tue, Mar 25, 2014 at 9:43 AM, Anne van Kesteren wrote: > On Tue, Mar 25, 2014 at 4:22 PM, Rik Cabanier wrote: > > The one shipping implementation was Safari and it was implemented last > year > > by Dirk. He renamed it last week to Path2D. > > I see, if it has been in Safari for over a year a

Re: Intent to ship: Path2D + addition canvas APIs

2014-03-25 Thread Anne van Kesteren
On Tue, Mar 25, 2014 at 4:22 PM, Rik Cabanier wrote: > The one shipping implementation was Safari and it was implemented last year > by Dirk. He renamed it last week to Path2D. I see, if it has been in Safari for over a year as Path, the claims it causes compatibility issues seem somewhat overblo

Re: Intent to ship: Path2D + addition canvas APIs

2014-03-25 Thread Rik Cabanier
On Tue, Mar 25, 2014 at 5:08 AM, Dirk Schulze wrote: > Hi Anne, > On Mar 25, 2014, at 11:29 AM, Anne van Kesteren wrote: > > > On Tue, Mar 25, 2014 at 3:53 AM, Rik Cabanier > wrote: > >> It's defined as the "Path" object in the WhatWG spec [1] but after a > long > >> discussion and author feedb

Re: Intent to ship: Path2D + addition canvas APIs

2014-03-25 Thread Dirk Schulze
Hi Anne, On Mar 25, 2014, at 11:29 AM, Anne van Kesteren wrote: > On Tue, Mar 25, 2014 at 3:53 AM, Rik Cabanier wrote: >> It's defined as the "Path" object in the WhatWG spec [1] but after a long >> discussion and author feedback that name was considered too generic and >> renamed. > > Pointer?

Re: Intent to ship: Path2D + addition canvas APIs

2014-03-25 Thread Anne van Kesteren
On Tue, Mar 25, 2014 at 3:53 AM, Rik Cabanier wrote: > It's defined as the "Path" object in the WhatWG spec [1] but after a long > discussion and author feedback that name was considered too generic and > renamed. Pointer? Almost none of the other -related interfaces have a suffix. Also, if there

Intent to ship: Path2D + addition canvas APIs

2014-03-24 Thread Rik Cabanier
Path2D is a new object in the global namespace. Its main use case is to cache path segments. For instance, shumway could use it to cache the flash edgelists which should increase its drawing performance. Eventually it will act as a bridge between SVG and Canvas but for now its use is limited to ca