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

Issue 14056005: Added code to enable the first caption track if the user has requested captions and one such track … (Closed)

Created:
7 years, 8 months ago by vcarbune.chromium
Modified:
7 years, 8 months ago
CC:
blink-reviews, feature-media-reviews_chromium.org, vcarbune.chromium
Visibility:
Public.

Description

Added code to enable the first caption track if the user has requested captions and one such track is available, but not yet displayed. Update previous timing out test (video-controls-captions) to test the new logic and removed it from TestExpectations. Additionally, I separated language behaviour test from the video-controls-captions into a new test, video-controls-captions-load-by-lang. BUG=224700 R=scherkus,abarth,eseidel,eae CC=feature-media-reviews@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=148780

Patch Set 1 #

Total comments: 3

Patch Set 2 : Updated patch set #

Patch Set 3 : Rebased #

Patch Set 4 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+262 lines, -62 lines) Patch
M LayoutTests/TestExpectations View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M LayoutTests/media/media-controls.js View 1 2 chunks +35 lines, -0 lines 0 comments Download
M LayoutTests/media/video-controls-captions.html View 1 5 chunks +12 lines, -48 lines 0 comments Download
M LayoutTests/media/video-controls-captions-expected.txt View 1 chunk +0 lines, -2 lines 0 comments Download
A LayoutTests/media/video-controls-captions-load-by-lang.html View 1 chunk +50 lines, -0 lines 0 comments Download
A LayoutTests/media/video-controls-captions-load-by-lang-expected.txt View 1 chunk +19 lines, -0 lines 0 comments Download
A LayoutTests/media/video-controls-captions-multiple-clicks.html View 1 1 chunk +86 lines, -0 lines 0 comments Download
A LayoutTests/media/video-controls-captions-multiple-clicks-expected.txt View 1 1 chunk +36 lines, -0 lines 0 comments Download
M Source/core/html/HTMLMediaElement.cpp View 1 2 14 chunks +24 lines, -10 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
vcarbune.chromium
7 years, 8 months ago (2013-04-11 09:59:59 UTC) #1
scherkus (not reviewing)
this looks LGTM but you'll still need an OWNERS review (abarth/eseidel/eae?)
7 years, 8 months ago (2013-04-17 20:35:36 UTC) #2
abarth-chromium
rs=me (LGTM) https://codereview.chromium.org/14056005/diff/1/Source/WebCore/html/HTMLMediaElement.cpp File Source/WebCore/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/14056005/diff/1/Source/WebCore/html/HTMLMediaElement.cpp#newcode3976 Source/WebCore/html/HTMLMediaElement.cpp:3976: if (closedCaptionsVisible && !m_haveVisibleTextTrack) Multiline if statements ...
7 years, 8 months ago (2013-04-18 05:36:39 UTC) #3
vcarbune.chromium
Thanks for the review, can you please take another look? My initial fixed was more ...
7 years, 8 months ago (2013-04-20 00:30:12 UTC) #4
eseidel
lgtm
7 years, 8 months ago (2013-04-20 19:01:03 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vcarbune@chromium.org/14056005/6001
7 years, 8 months ago (2013-04-20 19:01:12 UTC) #6
commit-bot: I haz the power
Failed to apply patch for Source/core/platform/Logging.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 8 months ago (2013-04-20 19:01:16 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vcarbune@chromium.org/14056005/9003
7 years, 8 months ago (2013-04-20 22:18:52 UTC) #8
commit-bot: I haz the power
7 years, 8 months ago (2013-04-20 22:41:14 UTC) #9
Message was sent while issue was closed.
Change committed as 148780

Powered by Google App Engine
This is Rietveld 408576698