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

Issue 77853002: Move VTT functionality from TextTrackCue.* to VTTCue.* (Closed)

Created:
7 years, 1 month ago by gasubic
Modified:
7 years ago
CC:
blink-reviews, nessy, zoltan1, eae+blinkwatch, philipj_slow, gasubic, leviw+renderwatch, feature-media-reviews_chromium.org, dglazkov+blink, adamk+blink_chromium.org, jchaffraix+rendering, bemjb+rendering_chromium.org, vcarbune.chromium
Visibility:
Public.

Description

Move VTT functionality from TextTrackCue.* to VTTCue.* BUG=270340 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=162550

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address comments in https://codereview.chromium.org/77853002/#msg2. #

Total comments: 15

Patch Set 3 : Address nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1295 lines, -1564 lines) Patch
M Source/core/core.gypi View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLMediaElement.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/html/shadow/MediaControlElements.cpp View 1 2 1 chunk +1 line, -23 lines 0 comments Download
M Source/core/html/track/TextTrackCue.h View 1 2 3 chunks +20 lines, -130 lines 0 comments Download
M Source/core/html/track/TextTrackCue.cpp View 1 2 7 chunks +8 lines, -1038 lines 0 comments Download
M Source/core/html/track/vtt/VTTCue.h View 1 2 1 chunk +153 lines, -1 line 0 comments Download
M Source/core/html/track/vtt/VTTCue.cpp View 1 2 1 chunk +1074 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderTextTrackCue.h View 1 1 chunk +0 lines, -64 lines 0 comments Download
M Source/core/rendering/RenderTextTrackCue.cpp View 1 1 chunk +0 lines, -270 lines 0 comments Download
A + Source/core/rendering/RenderVTTCue.h View 1 3 chunks +8 lines, -7 lines 0 comments Download
A + Source/core/rendering/RenderVTTCue.cpp View 1 16 chunks +27 lines, -25 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
gasubic
7 years, 1 month ago (2013-11-20 11:47:46 UTC) #1
acolwell GONE FROM CHROMIUM
https://codereview.chromium.org/77853002/diff/1/Source/core/html/shadow/MediaControlElements.cpp File Source/core/html/shadow/MediaControlElements.cpp (right): https://codereview.chromium.org/77853002/diff/1/Source/core/html/shadow/MediaControlElements.cpp#newcode738 Source/core/html/shadow/MediaControlElements.cpp:738: if (cue->isVTTCue()) { It feels like this logic should ...
7 years, 1 month ago (2013-11-20 18:38:44 UTC) #2
gasubic
https://codereview.chromium.org/77853002/diff/1/Source/core/html/shadow/MediaControlElements.cpp File Source/core/html/shadow/MediaControlElements.cpp (right): https://codereview.chromium.org/77853002/diff/1/Source/core/html/shadow/MediaControlElements.cpp#newcode738 Source/core/html/shadow/MediaControlElements.cpp:738: if (cue->isVTTCue()) { On 2013/11/20 18:38:45, acolwell wrote: > ...
7 years, 1 month ago (2013-11-21 03:07:37 UTC) #3
acolwell GONE FROM CHROMIUM
lgtm % nits. https://codereview.chromium.org/77853002/diff/100001/Source/core/html/HTMLMediaElement.h File Source/core/html/HTMLMediaElement.h (right): https://codereview.chromium.org/77853002/diff/100001/Source/core/html/HTMLMediaElement.h#newcode585 Source/core/html/HTMLMediaElement.h:585: if (cue->isVTTCue()) { nit: It seems ...
7 years, 1 month ago (2013-11-21 19:21:59 UTC) #4
acolwell GONE FROM CHROMIUM
lgtm % nits.
7 years, 1 month ago (2013-11-21 19:22:00 UTC) #5
esprehn
lgtm, can you add the argument names for the simple types before landing? An interface ...
7 years, 1 month ago (2013-11-22 04:52:29 UTC) #6
gasubic
https://codereview.chromium.org/77853002/diff/100001/Source/core/html/HTMLMediaElement.h File Source/core/html/HTMLMediaElement.h (right): https://codereview.chromium.org/77853002/diff/100001/Source/core/html/HTMLMediaElement.h#newcode585 Source/core/html/HTMLMediaElement.h:585: if (cue->isVTTCue()) { On 2013/11/21 19:22:00, acolwell wrote: > ...
7 years, 1 month ago (2013-11-22 15:27:33 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/glenn@chromium.org/77853002/330001
7 years, 1 month ago (2013-11-22 16:08:45 UTC) #8
commit-bot: I haz the power
7 years, 1 month ago (2013-11-22 16:50:43 UTC) #9
Message was sent while issue was closed.
Change committed as 162550

Powered by Google App Engine
This is Rietveld 408576698