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

Issue 2243473002: Adding overflow menu to media player (Closed)

Created:
4 years, 4 months ago by kdsilva
Modified:
4 years, 3 months ago
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-api_chromium.org, blink-reviews-css, blink-reviews-html_chromium.org, blink-reviews-paint_chromium.org, chromium-reviews, darin-cc_chromium.org, dglazkov+blink, dshwang, eric.carlson_apple.com, feature-media-reviews_chromium.org, fs, gasubic, jam, mlamouri+watch-blink_chromium.org, rwlbuis, nessy, slimming-paint-reviews_chromium.org, vcarbune.chromium
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adding overflow menu to media player. Adding an overflow menu makes the media player more scalable to support additional actions and features. BUG=601247 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Committed: https://crrev.com/c9f6b3de90a660387f17278e1f99684f5ddacaca Cr-Commit-Position: refs/heads/master@{#417921}

Patch Set 1 #

Patch Set 2 #

Total comments: 27

Patch Set 3 : Addressed comments #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 16

Patch Set 6 : Addressed comments #

Patch Set 7 #

Total comments: 4

Patch Set 8 : Addressed comments #

Total comments: 24

Patch Set 9 : Addressed comments #

Patch Set 10 : Added tests #

Total comments: 7

Patch Set 11 : Addressed comments #

Patch Set 12 : #

Patch Set 13 : added more tests #

Total comments: 28

Patch Set 14 : Addressed comments #

Patch Set 15 : #

Patch Set 16 : #

Patch Set 17 : rebasing #

Patch Set 18 #

Total comments: 26

Patch Set 19 : Addressed comments #

Patch Set 20 : small changes #

Total comments: 18

Patch Set 21 : addressed comments #

Patch Set 22 : small changes #

Patch Set 23 : rebased, fixed tests #

Patch Set 24 : #

Patch Set 25 : Updating tests #

Patch Set 26 : updated testexpectations #

Patch Set 27 : fixed bug #

Patch Set 28 : updated tests #

Patch Set 29 : updated tests, again #

Patch Set 30 : updated tests #

Patch Set 31 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+871 lines, -76 lines) Patch
M content/app/strings/content_strings.grd View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +30 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 12 13 14 15 16 17 18 19 20 21 22 2 chunks +23 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/media/fullscreen-controls-visible-last.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +13 lines, -2 lines 0 comments Download
D third_party/WebKit/LayoutTests/media/media-controls-play-button-visible.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -45 lines 0 comments Download
A third_party/WebKit/LayoutTests/media/overflow-menu.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +34 lines, -0 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 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
A third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-appears-when-expected.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-closed-captions-button.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-correct-ordering.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-fullscreen-button.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-last-button-visible.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-mute-button.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +37 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-play-button.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +37 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-text.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-updates-appropriately.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-visibility.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +45 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/paint/invalidation/video-mute-repaint-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/paint/invalidation/video-unmute-repaint-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/media/video-zoom-controls-expected.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/media/video-zoom-controls-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +8 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSValueKeywords.in View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/mediaControlsNew.css View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 3 chunks +24 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 6 chunks +42 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 3 chunks +47 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 12 13 14 15 16 17 18 7 chunks +50 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 12 13 14 15 16 17 18 19 20 7 chunks +88 lines, -0 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 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +7 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 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 8 chunks +66 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/paint/MediaControlsPainter.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/paint/ThemePainter.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/ThemeTypes.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/blink_image_resources.grd View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/public/default_100_percent/blink/mediaplayer_overflow_menu.png View 1 2 3 4 5 6 7 8 9 10 Binary file 0 comments Download
M third_party/WebKit/public/platform/WebLocalizedString.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +10 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 112 (75 generated)
kdsilva
PTAL. Tests are currently in the works :)
4 years, 4 months ago (2016-08-19 15:34:41 UTC) #5
whywhat
Here's a first round of comments. I'm not super confident in the media controls and ...
4 years, 4 months ago (2016-08-19 23:56:55 UTC) #6
kdsilva
@liberato could you take a look at our approach to creating an overflow menu? https://codereview.chromium.org/2243473002/diff/80001/third_party/WebKit/Source/core/css/CSSValueKeywords.in ...
4 years, 4 months ago (2016-08-24 05:33:26 UTC) #10
kdsilva
@liberato could you take a look at our approach to creating an overflow menu? https://codereview.chromium.org/2243473002/diff/80001/third_party/WebKit/Source/core/html/shadow/MediaControls.h ...
4 years, 4 months ago (2016-08-24 05:33:27 UTC) #11
kdsilva
@liberato could you take a look at our approach to creating an overflow menu? https://codereview.chromium.org/2243473002/diff/80001/third_party/WebKit/Source/core/html/shadow/MediaControls.cpp ...
4 years, 4 months ago (2016-08-24 05:33:27 UTC) #12
Timothy Loh
https://codereview.chromium.org/2243473002/diff/80001/third_party/WebKit/Source/core/css/CSSValueKeywords.in File third_party/WebKit/Source/core/css/CSSValueKeywords.in (right): https://codereview.chromium.org/2243473002/diff/80001/third_party/WebKit/Source/core/css/CSSValueKeywords.in#newcode650 third_party/WebKit/Source/core/css/CSSValueKeywords.in:650: media-overflow-menu-button On 2016/08/24 05:33:25, kdsilva wrote: > On 2016/08/19 ...
4 years, 4 months ago (2016-08-24 06:19:38 UTC) #13
liberato (no reviews please)
really sorry for the delay. overall looks like a great start. just a few questions. ...
4 years, 4 months ago (2016-08-24 16:44:23 UTC) #14
whywhat
On 2016/08/24 at 06:19:38, timloh wrote: > https://codereview.chromium.org/2243473002/diff/80001/third_party/WebKit/Source/core/css/CSSValueKeywords.in > File third_party/WebKit/Source/core/css/CSSValueKeywords.in (right): > > https://codereview.chromium.org/2243473002/diff/80001/third_party/WebKit/Source/core/css/CSSValueKeywords.in#newcode650 ...
4 years, 4 months ago (2016-08-24 18:39:17 UTC) #15
Timothy Loh
On 2016/08/24 18:39:17, whywhat wrote: > Right, I was wondering if -internal is what makes ...
4 years, 4 months ago (2016-08-25 05:24:32 UTC) #16
mlamouri (slow - plz ping)
On 2016/08/25 at 05:24:32, timloh wrote: > On 2016/08/24 18:39:17, whywhat wrote: > > Right, ...
4 years, 3 months ago (2016-08-26 17:07:38 UTC) #17
kdsilva
Thank you all for the feedback! If I missed responding to a comment, let me ...
4 years, 3 months ago (2016-08-26 18:11:03 UTC) #18
whywhat
lgtm modulo Frank's approval https://codereview.chromium.org/2243473002/diff/80001/third_party/WebKit/Source/core/html/shadow/MediaControlElements.h File third_party/WebKit/Source/core/html/shadow/MediaControlElements.h (right): https://codereview.chromium.org/2243473002/diff/80001/third_party/WebKit/Source/core/html/shadow/MediaControlElements.h#newcode34 third_party/WebKit/Source/core/html/shadow/MediaControlElements.h:34: #include <set> On 2016/08/24 at ...
4 years, 3 months ago (2016-08-26 20:57:26 UTC) #19
kdsilva
https://codereview.chromium.org/2243473002/diff/180001/third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp File third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp (left): https://codereview.chromium.org/2243473002/diff/180001/third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp#oldcode292 third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp:292: On 2016/08/26 20:57:26, whywhat wrote: > ditto Done. https://codereview.chromium.org/2243473002/diff/180001/third_party/WebKit/Source/core/html/shadow/MediaControlElements.h ...
4 years, 3 months ago (2016-08-27 14:20:50 UTC) #20
kdsilva
https://codereview.chromium.org/2243473002/diff/200001/third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.cpp File third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.cpp (right): https://codereview.chromium.org/2243473002/diff/200001/third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.cpp#newcode127 third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.cpp:127: if (shouldShow) On 2016/08/27 14:20:49, kdsilva wrote: > It's ...
4 years, 3 months ago (2016-08-29 14:33:15 UTC) #21
liberato (no reviews please)
looks good so far. i'm still going over this, but wanted to send out what ...
4 years, 3 months ago (2016-08-29 17:38:39 UTC) #22
kdsilva
https://codereview.chromium.org/2243473002/diff/200001/third_party/WebKit/Source/core/css/mediaControlsNew.css File third_party/WebKit/Source/core/css/mediaControlsNew.css (right): https://codereview.chromium.org/2243473002/diff/200001/third_party/WebKit/Source/core/css/mediaControlsNew.css#newcode421 third_party/WebKit/Source/core/css/mediaControlsNew.css:421: video::-internal-overflow-menu-button { I followed the way the closed captions ...
4 years, 3 months ago (2016-08-29 20:44:14 UTC) #23
liberato (no reviews please)
https://codereview.chromium.org/2243473002/diff/200001/third_party/WebKit/Source/core/css/mediaControlsNew.css File third_party/WebKit/Source/core/css/mediaControlsNew.css (right): https://codereview.chromium.org/2243473002/diff/200001/third_party/WebKit/Source/core/css/mediaControlsNew.css#newcode421 third_party/WebKit/Source/core/css/mediaControlsNew.css:421: video::-internal-overflow-menu-button { On 2016/08/29 20:44:13, kdsilva wrote: > I ...
4 years, 3 months ago (2016-08-30 16:42:07 UTC) #24
whywhat
https://codereview.chromium.org/2243473002/diff/240001/third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.cpp File third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.cpp (right): https://codereview.chromium.org/2243473002/diff/240001/third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.cpp#newcode179 third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.cpp:179: HTMLLabelElement* element = HTMLLabelElement::create(mediaControls.document()); On 2016/08/30 at 16:42:07, liberato ...
4 years, 3 months ago (2016-08-30 20:22:05 UTC) #25
liberato (no reviews please)
https://codereview.chromium.org/2243473002/diff/240001/third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.cpp File third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.cpp (right): https://codereview.chromium.org/2243473002/diff/240001/third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.cpp#newcode179 third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.cpp:179: HTMLLabelElement* element = HTMLLabelElement::create(mediaControls.document()); On 2016/08/30 20:22:05, whywhat wrote: ...
4 years, 3 months ago (2016-08-30 20:59:39 UTC) #26
kdsilva
https://codereview.chromium.org/2243473002/diff/240001/third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.cpp File third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.cpp (right): https://codereview.chromium.org/2243473002/diff/240001/third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.cpp#newcode175 third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.cpp:175: MediaControlInputElement* button = createOverflowButton(mediaControls); On 2016/08/30 16:42:07, liberato wrote: ...
4 years, 3 months ago (2016-08-31 00:17:05 UTC) #27
mlamouri (slow - plz ping)
I've updated the bug to be 601247. It was linked to the flash rewrite launch ...
4 years, 3 months ago (2016-08-31 23:54:01 UTC) #29
liberato (no reviews please)
a few minor comments only. lgtm. nice work. https://codereview.chromium.org/2243473002/diff/300001/third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.h File third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.h (right): https://codereview.chromium.org/2243473002/diff/300001/third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.h#newcode175 third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.h:175: void ...
4 years, 3 months ago (2016-09-01 18:05:19 UTC) #30
mlamouri (slow - plz ping)
https://codereview.chromium.org/2243473002/diff/300001/content/app/strings/content_strings.grd File content/app/strings/content_strings.grd (right): https://codereview.chromium.org/2243473002/diff/300001/content/app/strings/content_strings.grd#newcode862 content/app/strings/content_strings.grd:862: <message name="IDS_MEDIA_OVERFLOW_MENU_CAPTIONS" desc="Media controls overflow menu item label for ...
4 years, 3 months ago (2016-09-01 18:29:15 UTC) #31
kdsilva
https://codereview.chromium.org/2243473002/diff/300001/content/app/strings/content_strings.grd File content/app/strings/content_strings.grd (right): https://codereview.chromium.org/2243473002/diff/300001/content/app/strings/content_strings.grd#newcode862 content/app/strings/content_strings.grd:862: <message name="IDS_MEDIA_OVERFLOW_MENU_CAPTIONS" desc="Media controls overflow menu item label for ...
4 years, 3 months ago (2016-09-05 14:39:35 UTC) #35
mlamouri (slow - plz ping)
https://codereview.chromium.org/2243473002/diff/400001/third_party/WebKit/LayoutTests/media/overflow-menu.js File third_party/WebKit/LayoutTests/media/overflow-menu.js (right): https://codereview.chromium.org/2243473002/diff/400001/third_party/WebKit/LayoutTests/media/overflow-menu.js#newcode2 third_party/WebKit/LayoutTests/media/overflow-menu.js:2: var overflowButtonsCSS = ["-webkit-media-controls-mute-button", nit: for readability, I would ...
4 years, 3 months ago (2016-09-06 10:25:46 UTC) #44
kdsilva
https://codereview.chromium.org/2243473002/diff/400001/third_party/WebKit/LayoutTests/media/overflow-menu.js File third_party/WebKit/LayoutTests/media/overflow-menu.js (right): https://codereview.chromium.org/2243473002/diff/400001/third_party/WebKit/LayoutTests/media/overflow-menu.js#newcode2 third_party/WebKit/LayoutTests/media/overflow-menu.js:2: var overflowButtonsCSS = ["-webkit-media-controls-mute-button", On 2016/09/06 10:25:44, mlamouri (slow) ...
4 years, 3 months ago (2016-09-06 17:32:46 UTC) #45
mlamouri (slow - plz ping)
lgtm with comments applied https://codereview.chromium.org/2243473002/diff/440001/content/app/strings/content_strings.grd File content/app/strings/content_strings.grd (right): https://codereview.chromium.org/2243473002/diff/440001/content/app/strings/content_strings.grd#newcode868 content/app/strings/content_strings.grd:868: <message name="IDS_MEDIA_OVERFLOW_MENU_FULLSCREEN" desc="Media controls overflow ...
4 years, 3 months ago (2016-09-07 09:07:55 UTC) #46
kdsilva
@clamy: Could you rubber stamp the content code? @foolip: Could you rubber stamp the Webkit ...
4 years, 3 months ago (2016-09-07 11:01:10 UTC) #48
kdsilva
@clamy: Could you rubber stamp the content code? @foolip: Could you rubber stamp the Webkit ...
4 years, 3 months ago (2016-09-07 11:01:16 UTC) #49
clamy
content/ lgtm
4 years, 3 months ago (2016-09-07 14:05:15 UTC) #50
foolip
rs lgtm, I took a very quick look and it looks like a MediaControls change ...
4 years, 3 months ago (2016-09-07 19:25:08 UTC) #51
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/2243473002/580001
4 years, 3 months ago (2016-09-09 14:50:40 UTC) #78
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/2243473002/680001
4 years, 3 months ago (2016-09-12 08:53:03 UTC) #100
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/67329) ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years, 3 months ago (2016-09-12 08:55:05 UTC) #102
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/2243473002/700001
4 years, 3 months ago (2016-09-12 12:08:44 UTC) #109
commit-bot: I haz the power
Committed patchset #31 (id:700001)
4 years, 3 months ago (2016-09-12 12:13:14 UTC) #110
commit-bot: I haz the power
4 years, 3 months ago (2016-09-12 12:14:47 UTC) #112
Message was sent while issue was closed.
Patchset 31 (id:??) landed as
https://crrev.com/c9f6b3de90a660387f17278e1f99684f5ddacaca
Cr-Commit-Position: refs/heads/master@{#417921}

Powered by Google App Engine
This is Rietveld 408576698