Re: recording use counters for web features

2015-09-15 Thread Nathan Froyd
On Mon, Aug 24, 2015 at 8:40 PM, Karl Dubost wrote: > Is there a plan for a step by step guide on how to > > 1. implement a new counter > I plan on writing some documentation for https://developer.mozilla.org/en-US/docs/Mozilla/Performance/Adding_a_new_Telemetry_probe very soon. > 2. access th

Re: recording use counters for web features

2015-09-15 Thread Nathan Froyd
On Mon, Aug 31, 2015 at 1:11 PM, Josh Matthews wrote: > Servo is particularly interested in getting usage data for just about > every DOM API that exists in Gecko. We'd like to use this to inform our > priorities for implementing missing features in Servo. Is this a realistic > request? If not, w

Re: recording use counters for web features

2015-08-31 Thread Josh Matthews
Servo is particularly interested in getting usage data for just about every DOM API that exists in Gecko. We'd like to use this to inform our priorities for implementing missing features in Servo. Is this a realistic request? If not, what about instrumenting all SVG APIs to figure out if there'

Re: recording use counters for web features

2015-08-24 Thread Karl Dubost
Nathan, Wonderful news! About: Le 20 août 2015 à 00:35, Nathan Froyd a écrit : > Please see dom/base/UseCounters.conf for more information, and come find > people in #content if you have questions. Is there a plan for a step by step guide on how to 1. implement a new counter 2. access the dat

Re: recording use counters for web features

2015-08-24 Thread Jeff Griffiths
This looks like it will be amazing. I would like to talk about expanding css coverage as much as possible, as a followup to the initial work. On Thu, Aug 20, 2015 at 9:38 AM, Nathan Froyd wrote: > [Responding to the list this time...] > > On Thu, Aug 20, 2015 at 4:05 AM, Patrick Brosset > wrote:

Re: recording use counters for web features

2015-08-24 Thread Ehsan Akhgari
On 2015-08-24 11:45 AM, Benjamin Smedberg wrote: * How are we going to do data-collection reviews for additions, especially if the collection is added through WebIDL/UseCounters? I do not know. hg push hooks? Let's start out by just stating the obvious, that you cannot add a new use

Re: recording use counters for web features

2015-08-24 Thread Benjamin Smedberg
On 8/20/2015 12:56 PM, Nathan Froyd wrote: On Wed, Aug 19, 2015 at 7:11 PM, Benjamin Smedberg mailto:benja...@smedbergs.us>> wrote: On 8/19/15 11:35 AM, Nathan Froyd wrote: These statistics are reported through Telemetry. Have the in-tree docs been updated to document this?

Re: recording use counters for web features

2015-08-20 Thread Nathan Froyd
On Wed, Aug 19, 2015 at 7:11 PM, Benjamin Smedberg wrote: > On 8/19/15 11:35 AM, Nathan Froyd wrote: > >> These statistics are reported through Telemetry. >> > Have the in-tree docs been updated to document this? I don't recall being > asked to review the final data collection proposal for this m

Re: recording use counters for web features

2015-08-20 Thread Nathan Froyd
On Wed, Aug 19, 2015 at 7:49 PM, Ehsan Akhgari wrote: > On 2015-08-19 11:35 AM, Nathan Froyd wrote: > >> - WebIDL method >> - WebIDL attribute (getters and setters reported separately) >> - CSS property >> - operation listed in dom/base/nsDeprecatedOperationList.h >> > > Is there support for coun

Re: recording use counters for web features

2015-08-20 Thread Nathan Froyd
[Responding to the list this time...] On Thu, Aug 20, 2015 at 4:05 AM, Patrick Brosset wrote: > [Cc dev-developer-tools because this is relevant to devtools] > > On Wed, Aug 19, 2015 at 5:35 PM, Nathan Froyd wrote: >> >> - CSS property >> > > Awesome! This is going to be useful for bug 1168246

Re: recording use counters for web features

2015-08-20 Thread Patrick Brosset
[Cc dev-developer-tools because this is relevant to devtools] On Wed, Aug 19, 2015 at 5:35 PM, Nathan Froyd wrote: > Bug 968923, "Implement some equivalent of Chrome's use counters", has > landed on mozilla-central. We are now able to report statistics on whether > individual documents use a gi

Re: recording use counters for web features

2015-08-19 Thread Ehsan Akhgari
On 2015-08-19 11:35 AM, Nathan Froyd wrote: Bug 968923, "Implement some equivalent of Chrome's use counters", has landed on mozilla-central. Hurray! \o/ - WebIDL method - WebIDL attribute (getters and setters reported separately) - CSS property - operation listed in dom/base/nsDeprecatedOper

Re: recording use counters for web features

2015-08-19 Thread Benjamin Smedberg
On 8/19/15 11:35 AM, Nathan Froyd wrote: These statistics are reported through Telemetry. Have the in-tree docs been updated to document this? I don't recall being asked to review the final data collection proposal for this mechanism. In particular: * Will this only collect to the opt-in (pre

Re: recording use counters for web features

2015-08-19 Thread Bobby Holley
This is awesome - thanks Nathan! On Wed, Aug 19, 2015 at 8:35 AM, Nathan Froyd wrote: > Bug 968923, "Implement some equivalent of Chrome's use counters", has > landed on mozilla-central. We are now able to report statistics on whether > individual documents use a given: > > - WebIDL method > -