Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Intent to ship: resource timing

350 views
Skip to first unread message

Valentin Gosu

unread,
Sep 23, 2014, 9:11:58 PM9/23/14
to dev-pl...@lists.mozilla.org
As of next week we intend to turn on resource timing. It has been developed
behind the dom.enable_resource_timing pref.

== Summary ==

The Resource Timing API allows web applications to access timing
information for resources in a document.

== Platform Coverage ==
Resource timing works on all platforms. An issue tracked in bug 1064706 is
that in e10s the performance.getEntries() will return an empty array.

== Test coverage ==
dom/tests/mochitest/general/test_resource_timing.html
dom/tests/mochitest/general/test_resource_timing_cross_origin.html

There is also the w3c test, which presents some failures for all UAs
because of bugs in the test.
http://w3c-test.org/resource-timing/test_resource_timing.html

== Interop ==

Chrome and Opera have prefixed the webkitClearResourceTimings and
webkitSetResourceTimingBufferSize methods, and the
onwebkitresourcetimingbufferfull event handler.

== Links ==
http://www.w3.org/TR/resource-timing/
https://bugzilla.mozilla.org/show_bug.cgi?id=1002855

Thanks
--
Valentin

talb...@gmail.com

unread,
Sep 23, 2014, 11:17:55 PM9/23/14
to
Awesome work guys. Thanks!

James Graham

unread,
Sep 24, 2014, 5:08:19 AM9/24/14
to dev-pl...@lists.mozilla.org
On 24/09/14 02:11, Valentin Gosu wrote:

> == Test coverage ==
> dom/tests/mochitest/general/test_resource_timing.html
> dom/tests/mochitest/general/test_resource_timing_cross_origin.html
>
> There is also the w3c test, which presents some failures for all UAs
> because of bugs in the test.
> http://w3c-test.org/resource-timing/test_resource_timing.html

If this test is buggy, have we submitted patches?

Valentin Gosu

unread,
Sep 24, 2014, 9:27:15 AM9/24/14
to James Graham, dev-pl...@lists.mozilla.org
I have filed 3 bugs for the test:
https://bugzilla.mozilla.org/show_bug.cgi?id=1002855#c18
I intend to submit pull requests for this as soon as possible.

James Graham

unread,
Sep 24, 2014, 10:40:29 AM9/24/14
to dev-pl...@lists.mozilla.org
Great! Let me know if you need any help.

0 new messages