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

Issue 958903002: Move activeCues ownership to TextTrack (Closed)

Created:
5 years, 10 months ago by fs
Modified:
5 years, 10 months ago
Reviewers:
philipj_slow
CC:
blink-reviews, nessy, philipj_slow, gasubic, fs, eric.carlson_apple.com, blink-reviews-html_chromium.org, dglazkov+blink, vcarbune.chromium
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Move activeCues ownership to TextTrack Instead of having a list that owns another list (that owns another list...), move the m_activeCues member from TextTrackCueList to TextTrack. This is structurally less strange, and makes TextTrackCueList slightly more self-contained. The code for building the activeCues list remains (for now.) BUG=321654 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=190923

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -17 lines) Patch
M Source/core/html/track/TextTrack.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/html/track/TextTrack.cpp View 3 chunks +10 lines, -4 lines 0 comments Download
M Source/core/html/track/TextTrackCueList.h View 2 chunks +1 line, -2 lines 0 comments Download
M Source/core/html/track/TextTrackCueList.cpp View 2 chunks +4 lines, -10 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
fs
5 years, 10 months ago (2015-02-26 14:10:12 UTC) #2
philipj_slow
lgtm Thanks, I agree this is nicer.
5 years, 10 months ago (2015-02-26 14:40:46 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/958903002/1
5 years, 10 months ago (2015-02-26 14:41:52 UTC) #5
commit-bot: I haz the power
5 years, 10 months ago (2015-02-26 15:41:59 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=190923

Powered by Google App Engine
This is Rietveld 408576698