Intent to Remove: Prefixed Resource Timing buffer-management API

閲覧: 69 回
最初の未読メッセージにスキップ

Kunihiko Sakamoto

未読、
2017/01/05 23:42:082017/01/05
To: blink-dev

Primary eng (and PM) emails

ksak...@chromium.org


Link to “Intent to Deprecate” thread

No deprecate thread; a deprecation message was added as part of the Intent to ship unprefixed Resource Timing API.


Summary

Remove webkitClearResourceTimings(), webkitSetResourceTimingBufferSize(), and onwebkitresourcetimingbufferfull from the Performance interface, in favor of clearResourceTimings(), setResourceTimingBufferSize(), and onresourcetimingbufferfull.


Motivation

This aligns ResourceTiming with the specification and Chrome’s general desire of not using prefixed features anymore.


Compatibility Risk

Low.

The webkit-prefixed APIs have been supported since Chrome 25 (Feb 2013). It was originally implemented in WebKit, but Safari has not enabled it. Firefox, IE 10+, and Edge have only unprefixed version of the API.

Deprecation message has been around for a long time, since Chrome 46 (Oct 2015).


Usage information from UseCounter

PrefixedPerformanceClearResourceTimings: 0.006%

PrefixedPerformanceSetResourceTimingBufferSize: 0.001%

PrefixedPerformanceResourceTimingBufferFull: 0.025%


The usage of onresourcetimingbufferfull is probably inflated since it's measuring any access to the attribute (not when events are actually fired).


OWP launch tracking bug

https://crbug.com/678547


Entry on the feature dashboard

https://www.chromestatus.com/feature/5688905986736128

Ilya Grigorik

未読、
2017/01/06 0:20:442017/01/06
To: Kunihiko Sakamoto、blink-dev
\o/ .. yay! 

Dimitri Glazkov

未読、
2017/01/06 0:35:402017/01/06
To: Ilya Grigorik、Kunihiko Sakamoto、blink-dev
LGTM1

Chris Harrelson

未読、
2017/01/06 11:37:542017/01/06
To: Dimitri Glazkov、Ilya Grigorik、Kunihiko Sakamoto、blink-dev
LGTM2

LGTM1
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.

PhistucK

未読、
2017/01/06 12:37:572017/01/06
To: Chris Harrelson、Dimitri Glazkov、Ilya Grigorik、Kunihiko Sakamoto、blink-dev
I thought there was an "Alternatives for web developers" section in the intent template, or is it only in the intent to deprecate template?

I know the summary already states it, but it is better to spell it out in its own section (and on ChromeStatus) for easier look up for web developers.


PhistucK

Kunihiko Sakamoto

未読、
2017/01/09 22:36:172017/01/09
To: PhistucK、Chris Harrelson、Dimitri Glazkov、Ilya Grigorik、Kunihiko Sakamoto、blink-dev
Yeah the alternatives section was only in the intent-to-deprecate template.

For this case, alternatives are the unprefixed buffer-management API:
  • performance.clearResourceTimings()
  • performance.setResourceTimingBufferSize()
  • performance.onresourcetimingbufferfull

Rick Byers

未読、
2017/01/10 14:21:282017/01/10
To: Kunihiko Sakamoto、PhistucK、Chris Harrelson、Dimitri Glazkov、Ilya Grigorik、blink-dev
LGTM3
全員に返信
投稿者に返信
転送
新着メール 0 件