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

Issue 150403006: [PPAPI][MediaStream] Support configure for video input. (Closed)

Created:
6 years, 10 months ago by Peng
Modified:
6 years, 10 months ago
CC:
chromium-reviews, yusukes+watch_chromium.org, tzik, jam, yzshen+watch_chromium.org, joi+watch-content_chromium.org, teravest+watch_chromium.org, darin-cc_chromium.org, raymes+watch_chromium.org, nfullagar1, piman+watch_chromium.org, noelallen1, binji, ihf+watch_chromium.org, kmixter1
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

[PPAPI][MediaStream] Support configure for video input. Support configuring frame format and size for video input. BUG=330851 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=253307

Patch Set 1 #

Patch Set 2 : Update #

Patch Set 3 : Update #

Total comments: 20

Patch Set 4 : Update #

Total comments: 52

Patch Set 5 : Fix review issues #

Patch Set 6 : Update #

Total comments: 10

Patch Set 7 : Fix review issues #

Total comments: 8

Patch Set 8 : Fix review issues #

Total comments: 6

Patch Set 9 : Fix review issues #

Total comments: 10

Patch Set 10 : Fix review issues #

Patch Set 11 : #

Total comments: 13

Patch Set 12 : Fix review issues #

Total comments: 2

Patch Set 13 : Fix review issues #

Total comments: 2

Patch Set 14 : Fix review issues #

Total comments: 1

Patch Set 15 : Update #

Patch Set 16 : Rebase #

Patch Set 17 : Rebase #

Total comments: 2

Patch Set 18 : Use libyuv:I420ToARGB() #

Patch Set 19 : Fix build errors #

Patch Set 20 : Fix build errors #

Unified diffs Side-by-side diffs Delta from patch set Stats (+708 lines, -193 lines) Patch
M content/content_renderer.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/pepper/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/pepper/pepper_media_stream_track_host_base.h View 1 chunk +4 lines, -4 lines 0 comments Download
M content/renderer/pepper/pepper_media_stream_video_track_host.h View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +27 lines, -4 lines 0 comments Download
M content/renderer/pepper/pepper_media_stream_video_track_host.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 19 5 chunks +200 lines, -44 lines 0 comments Download
M ppapi/api/ppb_media_stream_video_track.idl View 1 2 3 4 5 6 7 8 9 10 5 chunks +24 lines, -3 lines 0 comments Download
M ppapi/api/ppb_video_frame.idl View 1 2 1 chunk +6 lines, -11 lines 0 comments Download
M ppapi/c/ppb_media_stream_video_track.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +25 lines, -4 lines 0 comments Download
M ppapi/c/ppb_video_frame.h View 1 2 2 chunks +7 lines, -11 lines 0 comments Download
M ppapi/cpp/media_stream_video_track.h View 1 2 3 4 5 6 7 8 9 2 chunks +8 lines, -2 lines 0 comments Download
M ppapi/examples/media_stream_video/media_stream_video.cc View 1 2 3 4 5 6 7 8 9 14 chunks +217 lines, -88 lines 0 comments Download
M ppapi/examples/media_stream_video/media_stream_video.html View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +28 lines, -9 lines 0 comments Download
M ppapi/ppapi_shared.gypi View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/proxy/media_stream_video_track_resource.h View 1 chunk +5 lines, -1 line 0 comments Download
M ppapi/proxy/media_stream_video_track_resource.cc View 1 2 3 4 5 6 7 8 9 4 chunks +58 lines, -5 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 2 3 4 5 6 7 8 9 4 chunks +13 lines, -0 lines 0 comments Download
M ppapi/proxy/ppapi_param_traits.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/shared_impl/media_stream_buffer_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +9 lines, -7 lines 0 comments Download
A ppapi/shared_impl/media_stream_video_track_shared.h View 1 2 3 4 5 6 7 8 9 1 chunk +32 lines, -0 lines 0 comments Download
A ppapi/shared_impl/media_stream_video_track_shared.cc View 1 2 3 4 5 6 7 8 9 1 chunk +40 lines, -0 lines 0 comments Download

Messages

Total messages: 77 (0 generated)
Peng
Hi Yuzhu & Ronghua, I implement a CL for configuring the input video frame format ...
6 years, 10 months ago (2014-02-12 14:49:51 UTC) #1
Ronghua Wu (Left Chromium)
first pass https://codereview.chromium.org/150403006/diff/50001/content/renderer/pepper/pepper_media_stream_video_track_host.cc File content/renderer/pepper/pepper_media_stream_video_track_host.cc (right): https://codereview.chromium.org/150403006/diff/50001/content/renderer/pepper/pepper_media_stream_video_track_host.cc#newcode20 content/renderer/pepper/pepper_media_stream_video_track_host.cc:20: using ppapi::proxy::SerializedHandle; order https://codereview.chromium.org/150403006/diff/50001/content/renderer/pepper/pepper_media_stream_video_track_host.cc#newcode51 content/renderer/pepper/pepper_media_stream_video_track_host.cc:51: gfx::Size ComputeSize(const ...
6 years, 10 months ago (2014-02-12 19:54:14 UTC) #2
Peng
https://codereview.chromium.org/150403006/diff/50001/content/renderer/pepper/pepper_media_stream_video_track_host.cc File content/renderer/pepper/pepper_media_stream_video_track_host.cc (right): https://codereview.chromium.org/150403006/diff/50001/content/renderer/pepper/pepper_media_stream_video_track_host.cc#newcode20 content/renderer/pepper/pepper_media_stream_video_track_host.cc:20: using ppapi::proxy::SerializedHandle; On 2014/02/12 19:54:15, Ronghua Wu wrote: > ...
6 years, 10 months ago (2014-02-13 17:19:10 UTC) #3
Peng
+jschuh@chromium.org +dcheng@chromium.org for IPC changes. Thanks.
6 years, 10 months ago (2014-02-13 17:20:00 UTC) #4
yzshen1
https://codereview.chromium.org/150403006/diff/120001/content/renderer/pepper/pepper_media_stream_video_track_host.cc File content/renderer/pepper/pepper_media_stream_video_track_host.cc (right): https://codereview.chromium.org/150403006/diff/120001/content/renderer/pepper/pepper_media_stream_video_track_host.cc#newcode20 content/renderer/pepper/pepper_media_stream_video_track_host.cc:20: using ppapi::proxy::SerializedHandle; You are not using it. https://codereview.chromium.org/150403006/diff/120001/content/renderer/pepper/pepper_media_stream_video_track_host.cc#newcode24 content/renderer/pepper/pepper_media_stream_video_track_host.cc:24: ...
6 years, 10 months ago (2014-02-13 19:23:26 UTC) #5
jschuh
I need a bit more context, so just two comments for now. I'll wait for ...
6 years, 10 months ago (2014-02-13 20:38:46 UTC) #6
Peng
CL is updated. PTAL. Thanks. https://codereview.chromium.org/150403006/diff/120001/content/renderer/pepper/pepper_media_stream_video_track_host.cc File content/renderer/pepper/pepper_media_stream_video_track_host.cc (right): https://codereview.chromium.org/150403006/diff/120001/content/renderer/pepper/pepper_media_stream_video_track_host.cc#newcode20 content/renderer/pepper/pepper_media_stream_video_track_host.cc:20: using ppapi::proxy::SerializedHandle; On 2014/02/13 ...
6 years, 10 months ago (2014-02-13 21:28:33 UTC) #7
yzshen1
https://codereview.chromium.org/150403006/diff/120001/content/renderer/pepper/pepper_media_stream_video_track_host.cc File content/renderer/pepper/pepper_media_stream_video_track_host.cc (right): https://codereview.chromium.org/150403006/diff/120001/content/renderer/pepper/pepper_media_stream_video_track_host.cc#newcode211 content/renderer/pepper/pepper_media_stream_video_track_host.cc:211: DCHECK(frame->coded_size() == frame_size_); If the backend changes to support ...
6 years, 10 months ago (2014-02-14 18:25:42 UTC) #8
Peng
CL has been updated. PTAL. Thanks. https://codereview.chromium.org/150403006/diff/120001/content/renderer/pepper/pepper_media_stream_video_track_host.cc File content/renderer/pepper/pepper_media_stream_video_track_host.cc (right): https://codereview.chromium.org/150403006/diff/120001/content/renderer/pepper/pepper_media_stream_video_track_host.cc#newcode211 content/renderer/pepper/pepper_media_stream_video_track_host.cc:211: DCHECK(frame->coded_size() == frame_size_); ...
6 years, 10 months ago (2014-02-14 20:04:49 UTC) #9
Peng
+fbarchard@chromium.org for content/renderer/pepper/DEPS, Thanks.
6 years, 10 months ago (2014-02-14 20:17:16 UTC) #10
jschuh
I have a few broader questions because some of what's going on isn't exactly clear. ...
6 years, 10 months ago (2014-02-14 22:21:24 UTC) #11
Peng
https://codereview.chromium.org/150403006/diff/560001/content/renderer/pepper/pepper_media_stream_video_track_host.cc File content/renderer/pepper/pepper_media_stream_video_track_host.cc (right): https://codereview.chromium.org/150403006/diff/560001/content/renderer/pepper/pepper_media_stream_video_track_host.cc#newcode213 content/renderer/pepper/pepper_media_stream_video_track_host.cc:213: gfx::Size size = ComputeSize(source_frame_size_, plugin_frame_size_); On 2014/02/14 22:21:25, Justin ...
6 years, 10 months ago (2014-02-16 15:48:13 UTC) #12
yzshen1
https://codereview.chromium.org/150403006/diff/300001/ppapi/proxy/media_stream_video_track_resource.cc File ppapi/proxy/media_stream_video_track_resource.cc (right): https://codereview.chromium.org/150403006/diff/300001/ppapi/proxy/media_stream_video_track_resource.cc#newcode200 ppapi/proxy/media_stream_video_track_resource.cc:200: void MediaStreamVideoTrackResource::OnPluginMsgConfigureReply( On 2014/02/14 20:04:50, Peng wrote: > On ...
6 years, 10 months ago (2014-02-18 18:11:39 UTC) #13
Peng
https://codereview.chromium.org/150403006/diff/300001/ppapi/proxy/media_stream_video_track_resource.cc File ppapi/proxy/media_stream_video_track_resource.cc (right): https://codereview.chromium.org/150403006/diff/300001/ppapi/proxy/media_stream_video_track_resource.cc#newcode200 ppapi/proxy/media_stream_video_track_resource.cc:200: void MediaStreamVideoTrackResource::OnPluginMsgConfigureReply( On 2014/02/18 18:11:39, yzshen1 wrote: > On ...
6 years, 10 months ago (2014-02-18 22:30:08 UTC) #14
Peng
CL is updated. PTAL. Thanks
6 years, 10 months ago (2014-02-19 16:11:30 UTC) #15
yzshen1
https://codereview.chromium.org/150403006/diff/860001/ppapi/api/ppb_media_stream_video_track.idl File ppapi/api/ppb_media_stream_video_track.idl (right): https://codereview.chromium.org/150403006/diff/860001/ppapi/api/ppb_media_stream_video_track.idl#newcode35 ppapi/api/ppb_media_stream_video_track.idl:35: * If this attribute is not specified or value ...
6 years, 10 months ago (2014-02-19 17:00:56 UTC) #16
Ronghua Wu (Left Chromium)
https://codereview.chromium.org/150403006/diff/820001/content/renderer/pepper/pepper_media_stream_video_track_host.cc File content/renderer/pepper/pepper_media_stream_video_track_host.cc (right): https://codereview.chromium.org/150403006/diff/820001/content/renderer/pepper/pepper_media_stream_video_track_host.cc#newcode52 content/renderer/pepper/pepper_media_stream_video_track_host.cc:52: gfx::Size ComputeSize(const gfx::Size& source, ComputeSize is not very readable. ...
6 years, 10 months ago (2014-02-19 17:09:34 UTC) #17
Peng
CL is updated. PTAL. Thanks. https://codereview.chromium.org/150403006/diff/820001/content/renderer/pepper/pepper_media_stream_video_track_host.cc File content/renderer/pepper/pepper_media_stream_video_track_host.cc (right): https://codereview.chromium.org/150403006/diff/820001/content/renderer/pepper/pepper_media_stream_video_track_host.cc#newcode52 content/renderer/pepper/pepper_media_stream_video_track_host.cc:52: gfx::Size ComputeSize(const gfx::Size& source, ...
6 years, 10 months ago (2014-02-19 19:22:35 UTC) #18
Ronghua Wu (Left Chromium)
lgtm https://codereview.chromium.org/150403006/diff/820001/content/renderer/pepper/pepper_media_stream_video_track_host.cc File content/renderer/pepper/pepper_media_stream_video_track_host.cc (right): https://codereview.chromium.org/150403006/diff/820001/content/renderer/pepper/pepper_media_stream_video_track_host.cc#newcode82 content/renderer/pepper/pepper_media_stream_video_track_host.cc:82: media::YV12); On 2014/02/19 19:22:36, Peng wrote: > On ...
6 years, 10 months ago (2014-02-19 21:16:23 UTC) #19
Peng
https://codereview.chromium.org/150403006/diff/970001/content/renderer/pepper/pepper_media_stream_video_track_host.cc File content/renderer/pepper/pepper_media_stream_video_track_host.cc (right): https://codereview.chromium.org/150403006/diff/970001/content/renderer/pepper/pepper_media_stream_video_track_host.cc#newcode269 content/renderer/pepper/pepper_media_stream_video_track_host.cc:269: if (plugin_frame_format_ != attributes.format) { On 2014/02/19 21:16:24, Ronghua ...
6 years, 10 months ago (2014-02-19 22:57:00 UTC) #20
yzshen1
LGTM with one nit. https://codereview.chromium.org/150403006/diff/1070001/content/renderer/pepper/pepper_media_stream_video_track_host.cc File content/renderer/pepper/pepper_media_stream_video_track_host.cc (right): https://codereview.chromium.org/150403006/diff/1070001/content/renderer/pepper/pepper_media_stream_video_track_host.cc#newcode25 content/renderer/pepper/pepper_media_stream_video_track_host.cc:25: // Filer mode for scaling ...
6 years, 10 months ago (2014-02-20 17:18:41 UTC) #21
Peng
https://codereview.chromium.org/150403006/diff/1070001/content/renderer/pepper/pepper_media_stream_video_track_host.cc File content/renderer/pepper/pepper_media_stream_video_track_host.cc (right): https://codereview.chromium.org/150403006/diff/1070001/content/renderer/pepper/pepper_media_stream_video_track_host.cc#newcode25 content/renderer/pepper/pepper_media_stream_video_track_host.cc:25: // Filer mode for scaling frames. On 2014/02/20 17:18:42, ...
6 years, 10 months ago (2014-02-20 18:53:33 UTC) #22
Peng
https://codereview.chromium.org/150403006/diff/1360001/content/renderer/pepper/DEPS File content/renderer/pepper/DEPS (right): https://codereview.chromium.org/150403006/diff/1360001/content/renderer/pepper/DEPS#newcode12 content/renderer/pepper/DEPS:12: # TODO(penghuang): Remove it when media supports format conversion ...
6 years, 10 months ago (2014-02-21 22:24:01 UTC) #23
jschuh
Okay, ipc security lgtm. It looks like the values are checked with small enough bounds ...
6 years, 10 months ago (2014-02-24 14:02:56 UTC) #24
Peng
The CQ bit was checked by penghuang@chromium.org
6 years, 10 months ago (2014-02-24 15:10:22 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/penghuang@chromium.org/150403006/1390001
6 years, 10 months ago (2014-02-24 15:10:33 UTC) #26
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-24 15:10:42 UTC) #27
commit-bot: I haz the power
Failed to apply patch for ppapi/shared_impl/media_stream_buffer_manager.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 10 months ago (2014-02-24 15:10:43 UTC) #28
Peng
The CQ bit was checked by penghuang@chromium.org
6 years, 10 months ago (2014-02-24 15:18:43 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/penghuang@chromium.org/150403006/1660001
6 years, 10 months ago (2014-02-24 15:18:55 UTC) #30
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-24 15:23:27 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel
6 years, 10 months ago (2014-02-24 15:23:27 UTC) #32
Peng
+dmichael for content/renderer/pepper/DEPS. Thanks.
6 years, 10 months ago (2014-02-24 16:26:13 UTC) #33
dmichael (off chromium)
yzshen's lgtm should be as good as mine... I think for a DEPS change, you ...
6 years, 10 months ago (2014-02-24 16:32:51 UTC) #34
fbarchard
lgtm https://codereview.chromium.org/150403006/diff/1660001/content/renderer/pepper/pepper_media_stream_video_track_host.cc File content/renderer/pepper/pepper_media_stream_video_track_host.cc (right): https://codereview.chromium.org/150403006/diff/1660001/content/renderer/pepper/pepper_media_stream_video_track_host.cc#newcode75 content/renderer/pepper/pepper_media_stream_video_track_host.cc:75: media::ConvertYUVToRGB32(src->data(VideoFrame::kYPlane), This all looks good, but perhaps add ...
6 years, 10 months ago (2014-02-24 19:05:49 UTC) #35
Peng
https://codereview.chromium.org/150403006/diff/1660001/content/renderer/pepper/pepper_media_stream_video_track_host.cc File content/renderer/pepper/pepper_media_stream_video_track_host.cc (right): https://codereview.chromium.org/150403006/diff/1660001/content/renderer/pepper/pepper_media_stream_video_track_host.cc#newcode75 content/renderer/pepper/pepper_media_stream_video_track_host.cc:75: media::ConvertYUVToRGB32(src->data(VideoFrame::kYPlane), On 2014/02/24 19:05:50, fbarchard wrote: > This all ...
6 years, 10 months ago (2014-02-24 19:12:49 UTC) #36
Peng
The CQ bit was checked by penghuang@chromium.org
6 years, 10 months ago (2014-02-24 19:13:26 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/penghuang@chromium.org/150403006/1800001
6 years, 10 months ago (2014-02-24 19:14:34 UTC) #38
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-24 20:12:32 UTC) #39
commit-bot: I haz the power
Retried try job too often on android_clang_dbg for step(s) slave_steps http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=android_clang_dbg&number=117953
6 years, 10 months ago (2014-02-24 20:12:33 UTC) #40
Peng
The CQ bit was checked by penghuang@chromium.org
6 years, 10 months ago (2014-02-24 20:38:46 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/penghuang@chromium.org/150403006/1960001
6 years, 10 months ago (2014-02-24 20:40:04 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/penghuang@chromium.org/150403006/1960001
6 years, 10 months ago (2014-02-24 21:19:34 UTC) #43
Peng
The CQ bit was checked by penghuang@chromium.org
6 years, 10 months ago (2014-02-24 21:21:35 UTC) #44
Peng
The CQ bit was unchecked by penghuang@chromium.org
6 years, 10 months ago (2014-02-24 21:48:40 UTC) #45
Peng
The CQ bit was checked by penghuang@chromium.org
6 years, 10 months ago (2014-02-24 21:48:49 UTC) #46
commit-bot: I haz the power
Failed to trigger a try job on win_rel HTTP Error 400: Bad Request
6 years, 10 months ago (2014-02-24 21:51:11 UTC) #47
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/penghuang@chromium.org/150403006/1980001
6 years, 10 months ago (2014-02-24 21:51:38 UTC) #48
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/penghuang@chromium.org/150403006/1980001
6 years, 10 months ago (2014-02-25 01:31:57 UTC) #49
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-25 04:52:51 UTC) #50
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel
6 years, 10 months ago (2014-02-25 04:52:52 UTC) #51
Peng
The CQ bit was checked by penghuang@chromium.org
6 years, 10 months ago (2014-02-25 15:13:40 UTC) #52
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/penghuang@chromium.org/150403006/1980001
6 years, 10 months ago (2014-02-25 15:14:49 UTC) #53
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-25 15:17:03 UTC) #54
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel
6 years, 10 months ago (2014-02-25 15:17:04 UTC) #55
Peng
The CQ bit was checked by penghuang@chromium.org
6 years, 10 months ago (2014-02-25 15:20:48 UTC) #56
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/penghuang@chromium.org/150403006/1980001
6 years, 10 months ago (2014-02-25 15:21:17 UTC) #57
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-25 15:21:43 UTC) #58
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel
6 years, 10 months ago (2014-02-25 15:21:44 UTC) #59
Peng
The CQ bit was checked by penghuang@chromium.org
6 years, 10 months ago (2014-02-25 16:15:21 UTC) #60
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/penghuang@chromium.org/150403006/1980001
6 years, 10 months ago (2014-02-25 16:16:34 UTC) #61
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-25 16:16:56 UTC) #62
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel
6 years, 10 months ago (2014-02-25 16:16:57 UTC) #63
Peng
The CQ bit was checked by penghuang@chromium.org
6 years, 10 months ago (2014-02-25 16:27:09 UTC) #64
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/penghuang@chromium.org/150403006/1980001
6 years, 10 months ago (2014-02-25 16:28:13 UTC) #65
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-25 16:30:45 UTC) #66
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel
6 years, 10 months ago (2014-02-25 16:30:47 UTC) #67
Peng
The CQ bit was checked by penghuang@chromium.org
6 years, 10 months ago (2014-02-25 18:50:23 UTC) #68
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/penghuang@chromium.org/150403006/1980001
6 years, 10 months ago (2014-02-25 18:52:49 UTC) #69
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-25 18:56:20 UTC) #70
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel
6 years, 10 months ago (2014-02-25 18:56:21 UTC) #71
Peng
The CQ bit was checked by penghuang@chromium.org
6 years, 10 months ago (2014-02-25 23:27:37 UTC) #72
Peng
The CQ bit was unchecked by penghuang@chromium.org
6 years, 10 months ago (2014-02-25 23:36:28 UTC) #73
Peng
The CQ bit was checked by penghuang@chromium.org
6 years, 10 months ago (2014-02-25 23:36:29 UTC) #74
Peng
The CQ bit was checked by penghuang@chromium.org
6 years, 10 months ago (2014-02-25 23:41:52 UTC) #75
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/penghuang@chromium.org/150403006/1980001
6 years, 10 months ago (2014-02-26 00:32:39 UTC) #76
commit-bot: I haz the power
6 years, 10 months ago (2014-02-26 00:44:06 UTC) #77
Message was sent while issue was closed.
Change committed as 253307

Powered by Google App Engine
This is Rietveld 408576698