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

Issue 1079323002: Support text track selection in video controls (Closed)

Created:
5 years, 8 months ago by srivats
Modified:
4 years, 8 months ago
CC:
Aaron Boodman, abarth-chromium, ben+mojo_chromium.org, chromium-reviews, darin (slow to review), darin-cc_chromium.org, jam, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Support text track selection in video controls Enable the user to select between text tracks with a menu that is displayed when the CC button is clicked. BUG=353105, 495851 TEST=run-webkit-tests media* Committed: https://crrev.com/c060c876bf0fb1aafc6fe0cab783583142e20007 Cr-Commit-Position: refs/heads/master@{#389201}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed Avi's comment #

Patch Set 3 : Updated track menu header to Subtitles #

Total comments: 2

Patch Set 4 : Rebased and no more changes in mojo/ #

Patch Set 5 : Merge Blink repo changes and addressed comments from philipj and UX #

Total comments: 60

Patch Set 6 : Rebase and addressed fs' comments #

Total comments: 12

Patch Set 7 : Addressed comments from fs #

Total comments: 62

Patch Set 8 : Philip's comments #

Patch Set 9 : Rebase #

Patch Set 10 : Addressed UX comment on displaying icons only for duplicate labels and rebase #

Total comments: 4

Patch Set 11 : Rebase and Philip's comments #

Total comments: 4

Patch Set 12 : Rebase and lgtm nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+839 lines, -282 lines) Patch
M content/app/strings/content_strings.grd View 1 2 3 4 5 6 7 8 9 1 chunk +8 lines, -0 lines 0 comments Download
M content/child/blink_platform_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +22 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/media-controls.js View 1 2 3 4 5 6 7 2 chunks +45 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/track/cue-style-invalidation.html View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
A third_party/WebKit/LayoutTests/media/track/text-track-selection-menu-add-track.html View 1 2 3 4 5 6 7 1 chunk +51 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/media/track/text-track-selection-menu-add-track-expected.txt View 1 2 3 4 5 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/media/track/text-track-selection-menu-multiple-tracks.html View 1 2 3 4 5 6 7 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/media/track/text-track-selection-menu-multiple-tracks-expected.txt View 1 2 3 4 5 1 chunk +57 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/video-controls-captions.html View 1 2 3 4 5 4 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/video-controls-captions-expected.txt View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
D third_party/WebKit/LayoutTests/media/video-controls-captions-load-by-lang.html View 1 2 3 4 5 1 chunk +0 lines, -52 lines 0 comments Download
D third_party/WebKit/LayoutTests/media/video-controls-captions-load-by-lang-expected.txt View 1 2 3 4 1 chunk +0 lines, -19 lines 0 comments Download
D third_party/WebKit/LayoutTests/media/video-controls-captions-multiple-clicks.html View 1 2 3 4 5 1 chunk +0 lines, -88 lines 0 comments Download
D third_party/WebKit/LayoutTests/media/video-controls-captions-multiple-clicks-expected.txt View 1 2 3 4 1 chunk +0 lines, -36 lines 0 comments Download
A + third_party/WebKit/LayoutTests/media/video-controls-captions-on-off.html View 1 2 3 4 5 4 chunks +13 lines, -14 lines 0 comments Download
A + third_party/WebKit/LayoutTests/media/video-controls-captions-on-off-expected.txt View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
A third_party/WebKit/LayoutTests/media/video-controls-track-selection-menu.html View 1 2 3 4 5 6 7 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/media/video-controls-track-selection-menu-expected.txt View 1 2 3 4 1 chunk +26 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +9 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSSelector.cpp View 1 2 3 4 5 6 7 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSValueKeywords.in View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/mediaControls.css View 1 2 3 4 5 6 7 8 9 3 chunks +77 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/mediaControlsNew.css View 1 2 3 4 5 6 7 8 9 3 chunks +60 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLMediaElement.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLMediaElement.cpp View 1 2 3 4 5 6 7 8 9 10 7 chunks +18 lines, -29 lines 0 comments Download
M third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/html/shadow/MediaControlElements.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +28 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +171 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/html/shadow/MediaControls.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/html/shadow/MediaControls.cpp View 1 2 3 4 5 6 7 8 9 10 6 chunks +25 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/html/track/TextTrack.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/track/TextTrack.cpp View 1 2 3 4 5 6 7 8 9 10 2 chunks +13 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/track/TextTrackContainer.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/MediaControlsPainter.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp View 1 2 3 4 5 6 7 2 chunks +34 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/ThemePainter.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/ThemeTypes.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/public/blink_image_resources.grd View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/public/default_100_percent/blink/mediaplayer_closedcaptions_icon.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A third_party/WebKit/public/default_100_percent/blink/mediaplayer_closedcaptions_icon_new.png View 1 2 3 4 Binary file 0 comments Download
A third_party/WebKit/public/default_100_percent/blink/mediaplayer_subtitles_icon.png View 1 2 3 4 Binary file 0 comments Download
A third_party/WebKit/public/default_100_percent/blink/mediaplayer_subtitles_icon_new.png View 1 2 3 4 Binary file 0 comments Download
A third_party/WebKit/public/default_100_percent/blink/mediaplayer_trackselection_checkmark.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
A third_party/WebKit/public/default_100_percent/blink/mediaplayer_trackselection_checkmark_new.png View 1 2 3 4 Binary file 0 comments Download
M third_party/WebKit/public/platform/WebLocalizedString.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 68 (19 generated)
srivats
Hi all, I've added strings for the text track selection menu in Blink. Here's the ...
5 years, 8 months ago (2015-04-11 01:00:28 UTC) #3
Avi (use Gerrit)
lgtm Owner stamp; get media reviewer OK. https://codereview.chromium.org/1079323002/diff/1/content/child/blink_platform_impl.cc File content/child/blink_platform_impl.cc (right): https://codereview.chromium.org/1079323002/diff/1/content/child/blink_platform_impl.cc#newcode865 content/child/blink_platform_impl.cc:865: { "mediaplayerTrackSelectionCheckmark", ...
5 years, 8 months ago (2015-04-13 21:10:40 UTC) #4
srivats
https://codereview.chromium.org/1079323002/diff/1/content/child/blink_platform_impl.cc File content/child/blink_platform_impl.cc (right): https://codereview.chromium.org/1079323002/diff/1/content/child/blink_platform_impl.cc#newcode865 content/child/blink_platform_impl.cc:865: { "mediaplayerTrackSelectionCheckmark", On 2015/04/13 21:10:39, Avi wrote: > No ...
5 years, 8 months ago (2015-04-16 23:39:27 UTC) #5
srivats
5 years, 8 months ago (2015-04-21 21:12:05 UTC) #6
philipj_slow
https://codereview.chromium.org/1079323002/diff/40001/content/child/blink_platform_impl.cc File content/child/blink_platform_impl.cc (right): https://codereview.chromium.org/1079323002/diff/40001/content/child/blink_platform_impl.cc#newcode879 content/child/blink_platform_impl.cc:879: {"mediaplayerTrackSelectionCheckmark", Is there a bitmap to go with this ...
5 years, 8 months ago (2015-04-23 13:53:37 UTC) #7
philipj_slow
https://codereview.chromium.org/1079323002/diff/40001/content/child/blink_platform_impl.cc File content/child/blink_platform_impl.cc (right): https://codereview.chromium.org/1079323002/diff/40001/content/child/blink_platform_impl.cc#newcode879 content/child/blink_platform_impl.cc:879: {"mediaplayerTrackSelectionCheckmark", On 2015/04/23 13:53:37, philipj_UTC2 wrote: > Is there ...
5 years, 8 months ago (2015-04-23 14:02:45 UTC) #8
srivats
5 years, 8 months ago (2015-04-27 20:08:31 UTC) #10
srivats
Hey all, Due to the Blink repo merge, this code review is now combined with: ...
4 years, 10 months ago (2016-02-23 01:37:24 UTC) #13
fs
https://codereview.chromium.org/1079323002/diff/80001/third_party/WebKit/LayoutTests/media/media-controls.js File third_party/WebKit/LayoutTests/media/media-controls.js (right): https://codereview.chromium.org/1079323002/diff/80001/third_party/WebKit/LayoutTests/media/media-controls.js#newcode140 third_party/WebKit/LayoutTests/media/media-controls.js:140: function textTrackListItem(video, index) ...AtIndex? ...WithIndex? https://codereview.chromium.org/1079323002/diff/80001/third_party/WebKit/LayoutTests/media/track/text-track-selection-menu-add-track.html File third_party/WebKit/LayoutTests/media/track/text-track-selection-menu-add-track.html (right): ...
4 years, 10 months ago (2016-02-23 13:16:44 UTC) #14
msw
https://codereview.chromium.org/1079323002/diff/80001/components/html_viewer/blink_resource_constants.h File components/html_viewer/blink_resource_constants.h (right): https://codereview.chromium.org/1079323002/diff/80001/components/html_viewer/blink_resource_constants.h#newcode47 components/html_viewer/blink_resource_constants.h:47: {"mediaplayerClosedCaptionsIcon", IDR_MEDIAPLAYER_CLOSEDCAPTIONS_ICON}, This file no longer exists, please sync ...
4 years, 10 months ago (2016-02-23 18:17:02 UTC) #15
srivats
https://codereview.chromium.org/1079323002/diff/80001/third_party/WebKit/LayoutTests/media/media-controls.js File third_party/WebKit/LayoutTests/media/media-controls.js (right): https://codereview.chromium.org/1079323002/diff/80001/third_party/WebKit/LayoutTests/media/media-controls.js#newcode140 third_party/WebKit/LayoutTests/media/media-controls.js:140: function textTrackListItem(video, index) On 2016/02/23 13:16:43, fs wrote: > ...
4 years, 10 months ago (2016-02-24 05:20:18 UTC) #17
srivats
On 2016/02/23 18:17:02, msw wrote: > https://codereview.chromium.org/1079323002/diff/80001/components/html_viewer/blink_resource_constants.h > File components/html_viewer/blink_resource_constants.h (right): > > https://codereview.chromium.org/1079323002/diff/80001/components/html_viewer/blink_resource_constants.h#newcode47 > ...
4 years, 10 months ago (2016-02-24 05:20:47 UTC) #18
fs
This mostly looks LG-TM (a few minor nits still), but I imagine philipj might want ...
4 years, 10 months ago (2016-02-24 10:14:57 UTC) #19
philipj_slow
On 2016/02/24 10:14:57, fs wrote: > This mostly looks LG-TM (a few minor nits still), ...
4 years, 10 months ago (2016-02-24 10:30:26 UTC) #20
fs
On 2016/02/24 at 10:30:26, philipj wrote: > On 2016/02/24 10:14:57, fs wrote: > > This ...
4 years, 10 months ago (2016-02-24 12:07:58 UTC) #21
srivats
https://codereview.chromium.org/1079323002/diff/80001/third_party/WebKit/Source/core/html/shadow/MediaControls.cpp File third_party/WebKit/Source/core/html/shadow/MediaControls.cpp (right): https://codereview.chromium.org/1079323002/diff/80001/third_party/WebKit/Source/core/html/shadow/MediaControls.cpp#newcode156 third_party/WebKit/Source/core/html/shadow/MediaControls.cpp:156: // | +-MediaControlTextTrackListHeader (-internal-media-controls-text-track-list-header) On 2016/02/24 10:14:57, fs wrote: ...
4 years, 10 months ago (2016-02-25 21:47:56 UTC) #22
fs
LGTM w/ the EventDispatchForbiddenScope added. You'll need someone else (presumably philipj) to approve the platform/ ...
4 years, 10 months ago (2016-02-25 22:06:48 UTC) #23
srivats
https://codereview.chromium.org/1079323002/diff/100001/third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp File third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp (right): https://codereview.chromium.org/1079323002/diff/100001/third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp#newcode512 third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp:512: EventDispatchForbiddenScope::AllowUserAgentEvents allowEvents; On 2016/02/25 22:06:48, fs wrote: > On ...
4 years, 10 months ago (2016-02-25 22:28:36 UTC) #24
philipj_slow
I won't have time to get to this today (i.e. this week) I'm afraid. If ...
4 years, 10 months ago (2016-02-26 08:44:22 UTC) #25
fs
https://codereview.chromium.org/1079323002/diff/100001/third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp File third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp (right): https://codereview.chromium.org/1079323002/diff/100001/third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp#newcode512 third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp:512: EventDispatchForbiddenScope::AllowUserAgentEvents allowEvents; On 2016/02/25 at 22:28:36, srivats wrote: > ...
4 years, 10 months ago (2016-02-26 09:09:12 UTC) #26
philipj_slow
Comments from getting this to build and a few quick tests. If you click the ...
4 years, 9 months ago (2016-03-01 08:51:41 UTC) #27
fs
On 2016/03/01 at 08:51:41, philipj wrote: ... > Another issue is when the label is ...
4 years, 9 months ago (2016-03-01 09:01:00 UTC) #28
philipj_slow
On 2016/03/01 09:01:00, fs wrote: > On 2016/03/01 at 08:51:41, philipj wrote: > ... > ...
4 years, 9 months ago (2016-03-01 09:06:49 UTC) #29
philipj_slow
https://codereview.chromium.org/1079323002/diff/120001/third_party/WebKit/LayoutTests/media/track/text-track-selection-menu-add-track.html File third_party/WebKit/LayoutTests/media/track/text-track-selection-menu-add-track.html (right): https://codereview.chromium.org/1079323002/diff/120001/third_party/WebKit/LayoutTests/media/track/text-track-selection-menu-add-track.html#newcode3 third_party/WebKit/LayoutTests/media/track/text-track-selection-menu-add-track.html:3: <script src="../video-test.js"></script> In the new tests that use video-test.js, ...
4 years, 9 months ago (2016-03-01 09:08:28 UTC) #30
philipj_slow
third_party/WebKit/public/default_100_percent/blink/mediaplayer_closedcaptions_icon.png looks quite out of place, and it turns out that it's a 31x28 image. ...
4 years, 9 months ago (2016-03-01 09:11:40 UTC) #31
fs
On 2016/03/01 at 09:06:49, philipj wrote: > On 2016/03/01 09:01:00, fs wrote: > > On ...
4 years, 9 months ago (2016-03-01 09:20:52 UTC) #32
philipj_slow
Sorry for the delay! I've tried to not repeat things already discussed, please just set ...
4 years, 9 months ago (2016-03-01 13:01:17 UTC) #33
philipj_slow
linux_chromium_rel_ng is a sad, red bot. srivats@, do you have try bot access so that ...
4 years, 9 months ago (2016-03-01 13:02:06 UTC) #34
srivats
On 2016/03/01 13:02:06, philipj_UTC7 wrote: > linux_chromium_rel_ng is a sad, red bot. srivats@, do you ...
4 years, 9 months ago (2016-03-02 18:58:03 UTC) #35
philipj_slow
On 2016/03/02 18:58:03, srivats wrote: > On 2016/03/01 13:02:06, philipj_UTC7 wrote: > > linux_chromium_rel_ng is ...
4 years, 9 months ago (2016-03-03 09:54:23 UTC) #36
srivats
https://codereview.chromium.org/1079323002/diff/120001/content/app/strings/content_strings.grd File content/app/strings/content_strings.grd (right): https://codereview.chromium.org/1079323002/diff/120001/content/app/strings/content_strings.grd#newcode858 content/app/strings/content_strings.grd:858: <message name="IDS_PLUGIN_INITIALIZATION_ERROR" desc="A message displayed when a plug-in failed ...
4 years, 8 months ago (2016-03-30 00:46:44 UTC) #38
srivats
On 2016/03/03 09:54:23, philipj_UTC7 wrote: > On 2016/03/02 18:58:03, srivats wrote: > > On 2016/03/01 ...
4 years, 8 months ago (2016-03-30 00:49:51 UTC) #39
Avi (use Gerrit)
On 2016/03/30 00:49:51, srivats wrote: > On 2016/03/03 09:54:23, philipj_UTC7 wrote: > > On 2016/03/02 ...
4 years, 8 months ago (2016-03-30 02:20:25 UTC) #41
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1079323002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1079323002/140001
4 years, 8 months ago (2016-03-30 02:20:26 UTC) #42
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_blink_oilpan_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_blink_oilpan_rel/builds/23214) linux_chromium_compile_dbg_32_ng on ...
4 years, 8 months ago (2016-03-30 02:23:18 UTC) #44
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1079323002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1079323002/160001
4 years, 8 months ago (2016-03-30 06:26:43 UTC) #46
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-03-30 07:53:28 UTC) #48
srivats
4 years, 8 months ago (2016-04-11 05:43:07 UTC) #50
philipj_slow
On 2016/04/11 05:43:07, srivats wrote: I got an empty message in my inbox, do you ...
4 years, 8 months ago (2016-04-11 11:05:29 UTC) #51
srivats
On 2016/04/11 11:05:29, philipj wrote: > On 2016/04/11 05:43:07, srivats wrote: > > I got ...
4 years, 8 months ago (2016-04-11 14:46:08 UTC) #52
Avi (use Gerrit)
On 2016/04/11 14:46:08, srivats wrote: > On 2016/04/11 11:05:29, philipj wrote: > > On 2016/04/11 ...
4 years, 8 months ago (2016-04-11 15:12:08 UTC) #53
philipj_slow
Looks good, can you rebase and start the bots? Before landing I'd like to apply ...
4 years, 8 months ago (2016-04-19 15:21:09 UTC) #54
srivats
PTAL https://codereview.chromium.org/1079323002/diff/200001/third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp File third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp (right): https://codereview.chromium.org/1079323002/diff/200001/third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp#newcode473 third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp:473: bool MediaControlTextTrackListElement::shouldDisplayTrackKindMarker(TextTrack* currentTrack, String currentTrackLabel) On 2016/04/19 15:21:09, ...
4 years, 8 months ago (2016-04-19 23:19:02 UTC) #56
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1079323002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1079323002/240001
4 years, 8 months ago (2016-04-19 23:20:14 UTC) #58
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-20 01:02:33 UTC) #60
philipj_slow
LGTM % nits. I've also tested this locally, and it seems to work great. Thank ...
4 years, 8 months ago (2016-04-20 15:27:22 UTC) #61
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1079323002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1079323002/260001
4 years, 8 months ago (2016-04-22 15:16:59 UTC) #64
commit-bot: I haz the power
Committed patchset #12 (id:260001)
4 years, 8 months ago (2016-04-22 19:12:52 UTC) #66
commit-bot: I haz the power
4 years, 8 months ago (2016-04-22 19:51:23 UTC) #68
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/c060c876bf0fb1aafc6fe0cab783583142e20007
Cr-Commit-Position: refs/heads/master@{#389201}

Powered by Google App Engine
This is Rietveld 408576698