Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Issue 59623008: Let the TextTrackCue constructor return a VTTCue (Closed)

Created:
7 years, 1 month ago by philipj_slow
Modified:
7 years, 1 month ago
Reviewers:
adamk, eseidel
CC:
blink-reviews, Nils Barth (inactive), nessy, arv+blink, jsbell+bindings_chromium.org, marja+watch_chromium.org, abarth-chromium, feature-media-reviews_chromium.org, dglazkov+blink, adamk+blink_chromium.org, kojih, haraken, Nate Chapin, vcarbune.chromium, Inactive, gasubic
Base URL:
https://chromium.googlesource.com/chromium/blink.git@vttcue
Visibility:
Public.

Description

Let the TextTrackCue constructor return a VTTCue This is for legacy compat and hopefully short lived. UseCounter::TextTrackCueConstructor is brought back to help determine when this can be reverted. Note that any previously collected usage data from this counter is useless, because it accidentally counted all TextTrackCue creation, not only the script-exposed constructor. BUG=270340

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -1 line) Patch
M LayoutTests/fast/js/constructor-length.html View 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/js/constructor-length-expected.txt View 1 chunk +1 line, -0 lines 0 comments Download
A LayoutTests/media/track/text-track-cue-constructor.html View 1 chunk +23 lines, -0 lines 0 comments Download
A LayoutTests/media/track/text-track-cue-constructor-expected.txt View 1 chunk +4 lines, -0 lines 0 comments Download
M Source/bindings/v8/custom/V8TextTrackCueCustom.cpp View 1 chunk +19 lines, -0 lines 0 comments Download
M Source/core/html/track/TextTrackCue.idl View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
philipj_slow
Part 1: https://codereview.chromium.org/69993003/
7 years, 1 month ago (2013-11-13 12:42:27 UTC) #1
philipj_slow
7 years, 1 month ago (2013-11-14 08:54:14 UTC) #2

Powered by Google App Engine
This is Rietveld 408576698