Re: [webkit-dev] Removing webkitSlice (was Re: Existing metrics for deprecated features)

2012-09-14 Thread Adam Barth
On Thu, Sep 13, 2012 at 9:05 PM, Maciej Stachowiak wrote: > I wonder also how likely it is that some of the webkitSlice uses are on > Google-controlled Web properties and therefore could be fixed ahead of time. I looked using an internal code-search tool, and I couldn't find any uses of webkitSli

Re: [webkit-dev] Removing webkitSlice (was Re: Existing metrics for deprecated features)

2012-09-13 Thread Pavel Feldman
> > > By the way, in preparing the patch, I noticed that webkitSlice was > used by the web inspector. Note that the data above includes the use > by the web inspector. > > The usage was in the heap profiler's load snapshot routines, so I can imagine it not being invoked a lot. That matches the sta

Re: [webkit-dev] Removing webkitSlice (was Re: Existing metrics for deprecated features)

2012-09-13 Thread Adam Barth
On Thu, Sep 13, 2012 at 9:05 PM, Maciej Stachowiak wrote: > On Sep 13, 2012, at 11:15 PM, Darin Fisher wrote: > On Thu, Sep 13, 2012 at 6:16 PM, Adam Barth wrote: >> On Thu, Sep 13, 2012 at 5:13 PM, Adam Barth wrote: >> > Another metric we have is for Blob.webkitSlice: >> > >> > Ratio of Blob.w

Re: [webkit-dev] Removing webkitSlice (was Re: Existing metrics for deprecated features)

2012-09-13 Thread Maciej Stachowiak
On Sep 13, 2012, at 11:15 PM, Darin Fisher wrote: > > > On Thu, Sep 13, 2012 at 6:16 PM, Adam Barth wrote: > On Thu, Sep 13, 2012 at 5:13 PM, Adam Barth wrote: > > Another metric we have is for Blob.webkitSlice: > > > > Ratio of Blob.webkitSlice calls to Blob.slice: 14.87% > > Ratio of Blob.

Re: [webkit-dev] Removing webkitSlice (was Re: Existing metrics for deprecated features)

2012-09-13 Thread Darin Fisher
On Thu, Sep 13, 2012 at 6:16 PM, Adam Barth wrote: > On Thu, Sep 13, 2012 at 5:13 PM, Adam Barth wrote: > > Another metric we have is for Blob.webkitSlice: > > > > Ratio of Blob.webkitSlice calls to Blob.slice: 14.87% > > Ratio of Blob.webkitSlice calls to Document creation: 0.0053% > > > > It's

[webkit-dev] Removing webkitSlice (was Re: Existing metrics for deprecated features)

2012-09-13 Thread Adam Barth
On Thu, Sep 13, 2012 at 5:13 PM, Adam Barth wrote: > Another metric we have is for Blob.webkitSlice: > > Ratio of Blob.webkitSlice calls to Blob.slice: 14.87% > Ratio of Blob.webkitSlice calls to Document creation: 0.0053% > > It's difficult to know how to interpret this data because we don't > ac