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

Issue 92783002: Move code that applies to audio and video tracks into TrackBase. (Closed)

Created:
7 years ago by Brendan Long
Modified:
6 years, 11 months ago
CC:
blink-reviews, nessy, philipj_slow, gasubic, dglazkov+blink, adamk+blink_chromium.org, vcarbune.chromium
Base URL:
https://chromium.googlesource.com/chromium/blink.git@tmp
Visibility:
Public.

Description

Move code that applies to audio and video tracks into TrackBase. I also moved the EventTarget code into TextTrack, because audio and video tracks aren't event targets. BUG=249427 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=165093

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fix copyright, explicit constructor, and AtomicString oldKind, and replace mediaElement() with trac… #

Total comments: 3

Patch Set 3 : Fixed nits and rebased #

Patch Set 4 : Rebased again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -64 lines) Patch
M Source/core/core.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/html/track/TextTrack.h View 1 2 7 chunks +11 lines, -19 lines 0 comments Download
M Source/core/html/track/TextTrack.cpp View 1 2 5 chunks +11 lines, -18 lines 0 comments Download
M Source/core/html/track/TextTrackList.cpp View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/html/track/TrackBase.h View 1 2 1 chunk +23 lines, -5 lines 0 comments Download
A + Source/core/html/track/TrackBase.cpp View 1 1 chunk +21 lines, -18 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
acolwell GONE FROM CHROMIUM
Here are some initial comments. https://codereview.chromium.org/92783002/diff/1/Source/core/html/track/TextTrack.cpp File Source/core/html/track/TextTrack.cpp (right): https://codereview.chromium.org/92783002/diff/1/Source/core/html/track/TextTrack.cpp#newcode151 Source/core/html/track/TextTrack.cpp:151: String oldKind = kind(); ...
7 years ago (2013-11-28 03:02:17 UTC) #1
acolwell GONE FROM CHROMIUM
lgtm % nits. Sorry for the delay. I didn't realize you had made the changes ...
7 years ago (2013-12-06 01:35:53 UTC) #2
Brendan Long
On 2013/12/06 01:35:53, acolwell wrote: > https://codereview.chromium.org/92783002/diff/40001/Source/core/html/track/TextTrack.h#newcode132 > Source/core/html/track/TextTrack.h:132: virtual bool isValidKind(const > AtomicString& kind) ...
7 years ago (2013-12-16 18:59:12 UTC) #3
Brendan Long
eseidel: Can you review this so I can commit it?
7 years ago (2013-12-16 19:35:31 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/self@brendanlong.com/92783002/80001
6 years, 11 months ago (2014-01-14 18:07:41 UTC) #5
commit-bot: I haz the power
6 years, 11 months ago (2014-01-14 21:38:00 UTC) #6
Message was sent while issue was closed.
Change committed as 165093

Powered by Google App Engine
This is Rietveld 408576698