RE: [Web Timing] Interface names

Thanks for catching this. I agree we should be consistent with the interface names, especially moving towards an implementation where the we can drop the vendor prefix.

The open question is that do we want to move NavigationInfo --> Navigation or keep NavigationInfo.

Proposed interface names:
Performance
NavigationInfo -or- Navigation
NavigationTiming

As for the name of the interface prototype object, on IE we believe that the WebIDL spec [1] is crucial to get right. The naming conventions of the interface prototype object should be left up to that working group.

[1] http://www.w3.org/TR/WebIDL/


From: public-web-perf-request@w3.org [mailto:public-web-perf-request@w3.org] On Behalf Of Tony Gentilcore
Sent: Thursday, October 14, 2010 8:35 PM
To: public-web-perf@w3.org
Subject: [Web Timing] Interface names

Since user agents expose the interface names to the DOM, I'd like to reconsider the interface names as a whole to get a consistent scheme.

Spec              IE                                WebKit
Performance       MSPerformancePrototype            Performance
NavigationInfo    MSPerformanceNavigationPrototype  Navigation
NavigationTiming  MSPerformanceTimingPrototype      Timing

I recommend we standardize on Performance, PerformanceNavigation, and PerformanceTiming.

For every other interface I checked, IE uses a Prototype suffix, but other UAs don't use it and it isn't in any specs that I've found. So I assume that we should standardize on something without Prototype and IE will might add a Prototype suffix for internal consistency.

Thoughts?

-Tony

Received on Monday, 18 October 2010 19:08:54 UTC