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

Issue 2683633006: [WebVTT] Rename Middle to Center (Closed)

Created:
3 years, 10 months ago by maksims (do not use this acc)
Modified:
3 years, 10 months ago
CC:
fs, asvitkine+watch_chromium.org, blink-reviews, blink-reviews-html_chromium.org, chromium-reviews, dglazkov+blink, eric.carlson_apple.com, gasubic, nessy
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[WebVTT] Rename Middle to Center BUG=663797 Review-Url: https://codereview.chromium.org/2683633006 Cr-Commit-Position: refs/heads/master@{#450901} Committed: https://chromium.googlesource.com/chromium/src/+/c129fcf7b932d95939244304d7e6db825c65117b

Patch Set 1 #

Total comments: 3

Patch Set 2 : fix layout tests #

Patch Set 3 : rebased #

Total comments: 4

Patch Set 4 : fix tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -83 lines) Patch
M third_party/WebKit/LayoutTests/external/wpt/webvtt/webvtt-api-for-browsers/vttcue-interface/align-expected.txt View 1 2 3 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/media/track/opera/interfaces/VTTCue/align.html View 1 2 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/track/opera/track/webvtt/parsing/001.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/media/track/opera/track/webvtt/parsing/support/settings-align.vtt View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/track/opera/track/webvtt/parsing/support/settings-multiple.vtt View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/track/track-add-remove-cue.html View 1 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/track/track-cue-mutable.html View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/track/track-cue-rendering-position-auto.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/media/track/track-cue-rendering-position-auto-rtl.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/media/track/track-cue-rendering-snap-to-lines-not-set.html View 1 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/track/track-webvtt-tc013-settings.html View 1 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/track/track-webvtt-tc014-alignment.html View 1 2 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/track/track-webvtt-tc016-align-positioning.html View 1 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/track/track-webvtt-tc018-align-text-line-position.html View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/track/track-webvtt-tc020-cue-size-align.html View 1 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/track/track-webvtt-tc021-valign.html View 1 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/frame/UseCounter.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/track/vtt/VTTCue.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/track/vtt/VTTCue.cpp View 1 2 11 chunks +20 lines, -20 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 46 (33 generated)
maksims (do not use this acc)
ericwilligers@, please review histograms foolip@, please review vtt
3 years, 10 months ago (2017-02-08 13:08:46 UTC) #6
foolip
Change itself lgtm, but I think there will be failing tests to fix. I think ...
3 years, 10 months ago (2017-02-08 13:39:41 UTC) #8
maksims (do not use this acc)
https://codereview.chromium.org/2683633006/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2683633006/diff/1/tools/metrics/histograms/histograms.xml#newcode89508 tools/metrics/histograms/histograms.xml:89508: + <int value="416" label="VTTCueRenderAlignNotCenter"/> On 2017/02/08 13:39:41, foolip wrote: ...
3 years, 10 months ago (2017-02-08 14:44:27 UTC) #9
Rick Byers
https://codereview.chromium.org/2683633006/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2683633006/diff/1/tools/metrics/histograms/histograms.xml#newcode89508 tools/metrics/histograms/histograms.xml:89508: + <int value="416" label="VTTCueRenderAlignNotCenter"/> On 2017/02/08 14:44:27, maksims wrote: ...
3 years, 10 months ago (2017-02-08 22:00:52 UTC) #12
foolip
Thanks Rick, so the use counter stuff is fine, just needs tests.
3 years, 10 months ago (2017-02-08 23:06:32 UTC) #13
Eric Willigers
histograms.xml lgtm
3 years, 10 months ago (2017-02-08 23:24:37 UTC) #14
foolip
A test for this is now being enabled in https://codereview.chromium.org/2694623006
3 years, 10 months ago (2017-02-15 05:50:03 UTC) #19
maksims (do not use this acc)
On 2017/02/15 05:50:03, foolip wrote: > A test for this is now being enabled in ...
3 years, 10 months ago (2017-02-15 09:14:18 UTC) #28
fs
On 2017/02/15 at 09:14:18, maksim.sisov wrote: > On 2017/02/15 05:50:03, foolip wrote: > > A ...
3 years, 10 months ago (2017-02-15 09:38:50 UTC) #30
maksims (do not use this acc)
Any additional comments? https://codereview.chromium.org/2683633006/diff/60001/third_party/WebKit/LayoutTests/media/track/opera/track/webvtt/parsing/001.html File third_party/WebKit/LayoutTests/media/track/opera/track/webvtt/parsing/001.html (right): https://codereview.chromium.org/2683633006/diff/60001/third_party/WebKit/LayoutTests/media/track/opera/track/webvtt/parsing/001.html#newcode20 third_party/WebKit/LayoutTests/media/track/opera/track/webvtt/parsing/001.html:20: "align":"center" On 2017/02/15 09:38:50, fs wrote: ...
3 years, 10 months ago (2017-02-16 06:41:09 UTC) #39
foolip
Nothing further from me, just happy to see third_party/WebKit/LayoutTests/external/wpt/webvtt/webvtt-api-for-browsers/vttcue-interface/align-expected.txt in there :)
3 years, 10 months ago (2017-02-16 07:47:30 UTC) #40
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2683633006/100001
3 years, 10 months ago (2017-02-16 08:34:26 UTC) #43
commit-bot: I haz the power
3 years, 10 months ago (2017-02-16 08:50:14 UTC) #46
Message was sent while issue was closed.
Committed patchset #4 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/c129fcf7b932d95939244304d7e6...

Powered by Google App Engine
This is Rietveld 408576698