Primary eng (and PM) emails
Link to “Intent to Deprecate” thread
https://groups.google.com/a/chromium.org/d/msg/blink-dev/YJ4SY6WHxso/SJ_f8ZCsExwJSummary
Remove the TextTrackCue constructor, which has been removed from the spec:
http://whatwg.org/html#texttrackcue
Motivation
It has been deprecated for a release cycle to give developers a heads up. Usage remains low.
Usage information from UseCounter
0.001830792071 according to Ojan's dump from stable:
https://groups.google.com/a/chromium.org/d/msg/blink-dev/ze27T2M682w/SM3hGfQpKnoJ
Compatibility Risk
Scripts creating TextTrackCues using new TextTrackCue(...) will break. Mostly demos are likely to be affected. It is trivially fixed by using the VTTCue constructor instead.
Row on feature dashboard?
http://www.chromestatus.com/metrics/feature/timeline/popularity/187
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
lgtm.
BTW, I believe "row on the feature dashboard" corresponds to these features:
http://www.chromestatus.com/features
Which is separate from the use-counter features, although maybe
shouldn't be anymore? :)
+maxOn Mon, Feb 24, 2014 at 9:09 AM, Eric Seidel <ese...@chromium.org> wrote:
lgtm.
BTW, I believe "row on the feature dashboard" corresponds to these features:
http://www.chromestatus.com/featuresCorrect.
Which is separate from the use-counter features, although maybe
shouldn't be anymore? :)Max, perhaps we should update the email templates now that we have UserCounter data in the dashboard? "Intent to remove" emails can link to the timeline stats. "Intent to implement/ship" can still link to the feature row.
Usage information from UseCounterHow much of the web are you going to break?If you haven’t instrumented this feature yet, say so.Entry on chromestatus.com
Please link to this feature’s entry on chromestatus.com/features (example link). If this feature doesn’t have one, you may be asked to create one.
Silvia.