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

Issue 1711533002: Decouple browser-specific GPU IPC messages from GPU service IPCs (Closed)

Created:
4 years, 10 months ago by Fady Samuel
Modified:
4 years, 10 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, creis+watch_chromium.org, extensions-reviews_chromium.org, nasko+codewatch_chromium.org, jam, darin-cc_chromium.org, chromium-apps-reviews_chromium.org, mkwst+moarreviews-renderer_chromium.org, piman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Decouple browser-specific GPU IPC messages from GPU service IPCs We would like Mus to reuse GPU service IPC messages. However, browser-specific<=>gpu messages don't necessarily make sense in Mus+Ash. This CL decouples browser messages from Gpu channel messages in the following ways: 1. Browser channel messages are moved to a gpu_host_messages.h file. 2. Browser channel message handling is moved entirely to GpuChildThread. 3. GpuChannelManager is decoupled from GpuChildThread by making GpuChildThread a GpuChannelManagerDelegate. The intent here is for Mus to implement an alternative GpuChannelManagerDelegate. BUG=586374 Committed: https://crrev.com/6904b50eb105956b954279f9632f680251e41aa7 Cr-Commit-Position: refs/heads/master@{#377341} Committed: https://crrev.com/a660ce06aa37e51a849f68d01d27ce3f36cbe626 Cr-Commit-Position: refs/heads/master@{#377496}

Patch Set 1 #

Patch Set 2 : Remove gpu_browser_messages dependency on GpuCommandBufferStub #

Patch Set 3 : Removed dependencies on gpu_browser_messages in content/common/gpu #

Total comments: 2

Patch Set 4 : New Message names #

Patch Set 5 : Added a couple of missings sends in GpuChildThread #

Total comments: 10

Patch Set 6 : Addressed sievers@'s comments #

Total comments: 2

Patch Set 7 : Restored back GpuMsg/GpuHostMsg #

Patch Set 8 : Addressed Mark's nit #

Total comments: 14

Patch Set 9 : Addressed sievers@'s comments #

Patch Set 10 : Fixed Mac + Updated Tests #

Patch Set 11 : Fixed More Mac and Windows Compile issues #

Patch Set 12 : Fix more Mac and Windows issues #

Patch Set 13 : Fixed another Windows Build issue #

Total comments: 12

Patch Set 14 : Addressed sievers@'s comments #

Total comments: 8

Patch Set 15 : Rebased #

Patch Set 16 : Addressed sievers@'s nits #

Patch Set 17 : Fix Mac #

Total comments: 6

Patch Set 18 : Addressed piman@'s comments #

Patch Set 19 : Rebased #

Patch Set 20 : Restored if guards on GpuChannelManager #

Unified diffs Side-by-side diffs Delta from patch set Stats (+989 lines, -550 lines) Patch
M content/browser/gpu/gpu_data_manager_impl_private.cc View 1 2 3 4 5 6 7 8 15 16 17 18 5 chunks +11 lines, -13 lines 0 comments Download
M content/browser/gpu/gpu_process_host.cc View 1 2 3 4 5 6 7 8 5 chunks +8 lines, -12 lines 0 comments Download
M content/browser/gpu/gpu_process_host_ui_shim.h View 1 2 3 4 5 6 7 8 9 15 16 17 18 3 chunks +4 lines, -5 lines 0 comments Download
M content/browser/gpu/gpu_process_host_ui_shim.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 4 chunks +8 lines, -7 lines 0 comments Download
M content/browser/renderer_host/gpu_message_filter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M content/common/content_message_generator.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
A content/common/gpu/accelerated_surface_buffers_swapped_params_mac.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +28 lines, -0 lines 0 comments Download
A content/common/gpu/accelerated_surface_buffers_swapped_params_mac.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +14 lines, -0 lines 0 comments Download
A content/common/gpu/buffer_presented_params_mac.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +23 lines, -0 lines 0 comments Download
A content/common/gpu/buffer_presented_params_mac.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +13 lines, -0 lines 0 comments Download
M content/common/gpu/child_window_surface_win.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -2 lines 0 comments Download
A content/common/gpu/establish_channel_params.h View 1 2 3 4 5 6 7 1 chunk +27 lines, -0 lines 0 comments Download
A content/common/gpu/establish_channel_params.cc View 1 2 3 4 5 6 7 1 chunk +18 lines, -0 lines 0 comments Download
M content/common/gpu/gpu_channel.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +4 lines, -6 lines 0 comments Download
M content/common/gpu/gpu_channel_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 4 chunks +41 lines, -42 lines 0 comments Download
M content/common/gpu/gpu_channel_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 12 chunks +41 lines, -55 lines 0 comments Download
A content/common/gpu/gpu_channel_manager_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +79 lines, -0 lines 0 comments Download
M content/common/gpu/gpu_channel_manager_unittest.cc View 1 2 3 4 5 6 7 8 3 chunks +14 lines, -23 lines 0 comments Download
M content/common/gpu/gpu_channel_test_common.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 6 chunks +49 lines, -12 lines 0 comments Download
M content/common/gpu/gpu_channel_test_common.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 5 chunks +64 lines, -22 lines 0 comments Download
M content/common/gpu/gpu_channel_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +7 lines, -7 lines 0 comments Download
M content/common/gpu/gpu_command_buffer_stub.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 4 chunks +7 lines, -10 lines 0 comments Download
A content/common/gpu/gpu_host_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 15 16 17 18 1 chunk +276 lines, -0 lines 0 comments Download
M content/common/gpu/gpu_memory_manager.h View 1 2 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu/gpu_memory_manager.cc View 1 2 15 16 17 18 3 chunks +4 lines, -4 lines 0 comments Download
M content/common/gpu/gpu_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 4 chunks +1 line, -242 lines 0 comments Download
M content/common/gpu/image_transport_surface.h View 1 2 3 4 5 6 7 8 9 6 chunks +10 lines, -21 lines 0 comments Download
M content/common/gpu/image_transport_surface.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 8 chunks +19 lines, -28 lines 0 comments Download
M content/common/gpu/image_transport_surface_overlay_mac.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -2 lines 0 comments Download
M content/common/gpu/image_transport_surface_overlay_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +5 lines, -4 lines 0 comments Download
M content/content_common.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 15 16 17 18 2 chunks +8 lines, -0 lines 0 comments Download
M content/gpu/gpu_child_thread.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +44 lines, -1 line 0 comments Download
M content/gpu/gpu_child_thread.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 7 chunks +145 lines, -19 lines 0 comments Download
M content/gpu/gpu_main.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/gpu/gpu_benchmarking_extension.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +3 lines, -5 lines 0 comments Download
M ipc/ipc_message_start.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 97 (45 generated)
Fady Samuel
Hi Daniel, I was hoping you could please give me your thoughts on this patch. ...
4 years, 10 months ago (2016-02-18 03:13:31 UTC) #5
piman
https://codereview.chromium.org/1711533002/diff/40001/content/common/gpu/gpu_browser_messages.h File content/common/gpu/gpu_browser_messages.h (right): https://codereview.chromium.org/1711533002/diff/40001/content/common/gpu/gpu_browser_messages.h#newcode30 content/common/gpu/gpu_browser_messages.h:30: #define IPC_MESSAGE_START GpuMsgStart Drive-by: you need a different (new) ...
4 years, 10 months ago (2016-02-18 03:40:24 UTC) #7
Fady Samuel
On 2016/02/18 03:40:24, piman wrote: > https://codereview.chromium.org/1711533002/diff/40001/content/common/gpu/gpu_browser_messages.h > File content/common/gpu/gpu_browser_messages.h (right): > > https://codereview.chromium.org/1711533002/diff/40001/content/common/gpu/gpu_browser_messages.h#newcode30 > ...
4 years, 10 months ago (2016-02-18 04:02:08 UTC) #8
Fady Samuel
Thanks Again Antoine! Please talk a look, Daniel! Thanks! :-) https://codereview.chromium.org/1711533002/diff/40001/content/common/gpu/gpu_browser_messages.h File content/common/gpu/gpu_browser_messages.h (right): https://codereview.chromium.org/1711533002/diff/40001/content/common/gpu/gpu_browser_messages.h#newcode30 ...
4 years, 10 months ago (2016-02-18 04:48:12 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1711533002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1711533002/80001
4 years, 10 months ago (2016-02-18 14:25:01 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_android on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_android/builds/23546) linux_chromium_rel_ng on ...
4 years, 10 months ago (2016-02-18 14:41:24 UTC) #13
no sievers
This is actually a nice cleanup since it makes it clearer what the direction of ...
4 years, 10 months ago (2016-02-19 00:19:24 UTC) #14
Fady Samuel
PTAL Daniel! Unfortunately, I can't keep GpuMsg/GpuHostMsg with this move because the macros use the ...
4 years, 10 months ago (2016-02-19 01:13:11 UTC) #15
Fady Samuel
PTAL Daniel!
4 years, 10 months ago (2016-02-19 01:13:25 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1711533002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1711533002/100001
4 years, 10 months ago (2016-02-19 13:56:39 UTC) #18
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/24206) android_chromium_gn_compile_dbg on ...
4 years, 10 months ago (2016-02-19 14:08:31 UTC) #20
Mark Dittmer
https://codereview.chromium.org/1711533002/diff/100001/content/common/gpu/gpu_channel_manager_delegate.h File content/common/gpu/gpu_channel_manager_delegate.h (right): https://codereview.chromium.org/1711533002/diff/100001/content/common/gpu/gpu_channel_manager_delegate.h#newcode1 content/common/gpu/gpu_channel_manager_delegate.h:1: // Copyright 2015 The Chromium Authors. All rights reserved. ...
4 years, 10 months ago (2016-02-19 14:28:08 UTC) #22
Fady Samuel
I've restored GpuMsg/GpuHostMsg. PTAL Daniel!
4 years, 10 months ago (2016-02-19 18:39:28 UTC) #23
Fady Samuel
Addressed Mark's nit. https://codereview.chromium.org/1711533002/diff/100001/content/common/gpu/gpu_channel_manager_delegate.h File content/common/gpu/gpu_channel_manager_delegate.h (right): https://codereview.chromium.org/1711533002/diff/100001/content/common/gpu/gpu_channel_manager_delegate.h#newcode1 content/common/gpu/gpu_channel_manager_delegate.h:1: // Copyright 2015 The Chromium Authors. ...
4 years, 10 months ago (2016-02-19 18:48:12 UTC) #25
no sievers
https://codereview.chromium.org/1711533002/diff/140001/content/common/gpu/gpu_browser_messages.h File content/common/gpu/gpu_browser_messages.h (right): https://codereview.chromium.org/1711533002/diff/140001/content/common/gpu/gpu_browser_messages.h#newcode6 content/common/gpu/gpu_browser_messages.h:6: // for a much smaller-than-usual include guard section. nit: ...
4 years, 10 months ago (2016-02-19 19:46:24 UTC) #26
Fady Samuel
PTAL Daniel! :-) https://codereview.chromium.org/1711533002/diff/140001/content/common/gpu/gpu_browser_messages.h File content/common/gpu/gpu_browser_messages.h (right): https://codereview.chromium.org/1711533002/diff/140001/content/common/gpu/gpu_browser_messages.h#newcode6 content/common/gpu/gpu_browser_messages.h:6: // for a much smaller-than-usual include ...
4 years, 10 months ago (2016-02-19 20:33:31 UTC) #27
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1711533002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1711533002/160001
4 years, 10 months ago (2016-02-19 20:50:35 UTC) #29
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/161871) mac_chromium_rel_ng on ...
4 years, 10 months ago (2016-02-19 21:06:44 UTC) #31
no sievers
https://codereview.chromium.org/1711533002/diff/140001/content/common/gpu/gpu_channel_test_common.cc File content/common/gpu/gpu_channel_test_common.cc (right): https://codereview.chromium.org/1711533002/diff/140001/content/common/gpu/gpu_channel_test_common.cc#newcode66 content/common/gpu/gpu_channel_test_common.cc:66: sink_(sink) {} On 2016/02/19 20:33:30, Fady Samuel wrote: > ...
4 years, 10 months ago (2016-02-19 21:08:29 UTC) #32
Fady Samuel
PTAL Daniel! https://codereview.chromium.org/1711533002/diff/140001/content/common/gpu/gpu_channel_test_common.cc File content/common/gpu/gpu_channel_test_common.cc (right): https://codereview.chromium.org/1711533002/diff/140001/content/common/gpu/gpu_channel_test_common.cc#newcode66 content/common/gpu/gpu_channel_test_common.cc:66: sink_(sink) {} On 2016/02/19 21:08:29, sievers wrote: ...
4 years, 10 months ago (2016-02-20 02:53:08 UTC) #33
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1711533002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1711533002/180001
4 years, 10 months ago (2016-02-20 02:54:50 UTC) #35
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gn_rel/builds/69381) mac_chromium_rel_ng on ...
4 years, 10 months ago (2016-02-20 03:11:30 UTC) #37
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1711533002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1711533002/200001
4 years, 10 months ago (2016-02-20 04:51:24 UTC) #39
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_x64_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/171169)
4 years, 10 months ago (2016-02-20 05:20:40 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/1711533002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1711533002/220001
4 years, 10 months ago (2016-02-20 14:58:01 UTC) #43
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1711533002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1711533002/240001
4 years, 10 months ago (2016-02-20 15:35:24 UTC) #45
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-20 16:46:14 UTC) #52
Fady Samuel
Hi Daniel! All the bots are happy! Yay! It took more work than I expected ...
4 years, 10 months ago (2016-02-22 16:11:48 UTC) #53
no sievers
https://codereview.chromium.org/1711533002/diff/240001/content/common/gpu/gpu_channel_manager.cc File content/common/gpu/gpu_channel_manager.cc (right): https://codereview.chromium.org/1711533002/diff/240001/content/common/gpu/gpu_channel_manager.cc#newcode125 content/common/gpu/gpu_channel_manager.cc:125: int32_t routing_id, If this doesn't use AddRoute() can you ...
4 years, 10 months ago (2016-02-22 21:57:42 UTC) #54
Fady Samuel
PTAL Daniel! https://codereview.chromium.org/1711533002/diff/240001/content/common/gpu/gpu_channel_manager.cc File content/common/gpu/gpu_channel_manager.cc (right): https://codereview.chromium.org/1711533002/diff/240001/content/common/gpu/gpu_channel_manager.cc#newcode125 content/common/gpu/gpu_channel_manager.cc:125: int32_t routing_id, On 2016/02/22 21:57:42, sievers wrote: ...
4 years, 10 months ago (2016-02-23 04:45:27 UTC) #55
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1711533002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1711533002/260001
4 years, 10 months ago (2016-02-23 04:46:04 UTC) #57
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-23 05:57:43 UTC) #59
no sievers
lgtm https://codereview.chromium.org/1711533002/diff/260001/content/common/gpu/gpu_channel_manager.cc File content/common/gpu/gpu_channel_manager.cc (right): https://codereview.chromium.org/1711533002/diff/260001/content/common/gpu/gpu_channel_manager.cc#newcode123 content/common/gpu/gpu_channel_manager.cc:123: void GpuChannelManager::AddImageTransportSurface( nit: ifdef mac https://codereview.chromium.org/1711533002/diff/260001/content/common/gpu/gpu_channel_manager.h File content/common/gpu/gpu_channel_manager.h ...
4 years, 10 months ago (2016-02-23 21:50:12 UTC) #60
Fady Samuel
PTAL Antoine! :-) https://codereview.chromium.org/1711533002/diff/260001/content/common/gpu/gpu_channel_manager.cc File content/common/gpu/gpu_channel_manager.cc (right): https://codereview.chromium.org/1711533002/diff/260001/content/common/gpu/gpu_channel_manager.cc#newcode123 content/common/gpu/gpu_channel_manager.cc:123: void GpuChannelManager::AddImageTransportSurface( On 2016/02/23 21:50:12, sievers ...
4 years, 10 months ago (2016-02-23 22:43:43 UTC) #61
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1711533002/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1711533002/300001
4 years, 10 months ago (2016-02-23 22:48:22 UTC) #63
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/163461) mac_chromium_gn_rel on ...
4 years, 10 months ago (2016-02-23 23:13:55 UTC) #65
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1711533002/320001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1711533002/320001
4 years, 10 months ago (2016-02-23 23:53:32 UTC) #67
piman
lgtm https://codereview.chromium.org/1711533002/diff/320001/content/common/gpu/image_transport_surface_overlay_mac.mm File content/common/gpu/image_transport_surface_overlay_mac.mm (right): https://codereview.chromium.org/1711533002/diff/320001/content/common/gpu/image_transport_surface_overlay_mac.mm#newcode29 content/common/gpu/image_transport_surface_overlay_mac.mm:29: #include "content/common/gpu/gpu_messages.h" nit: Is this still needed? https://codereview.chromium.org/1711533002/diff/320001/content/gpu/gpu_child_thread.cc ...
4 years, 10 months ago (2016-02-24 00:58:38 UTC) #68
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-24 01:18:37 UTC) #70
Fady Samuel
+tsepez@ for IPC. Thanks! https://codereview.chromium.org/1711533002/diff/320001/content/common/gpu/image_transport_surface_overlay_mac.mm File content/common/gpu/image_transport_surface_overlay_mac.mm (right): https://codereview.chromium.org/1711533002/diff/320001/content/common/gpu/image_transport_surface_overlay_mac.mm#newcode29 content/common/gpu/image_transport_surface_overlay_mac.mm:29: #include "content/common/gpu/gpu_messages.h" On 2016/02/24 00:58:37, ...
4 years, 10 months ago (2016-02-24 01:42:30 UTC) #73
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1711533002/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1711533002/340001
4 years, 10 months ago (2016-02-24 01:45:28 UTC) #74
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-24 03:38:15 UTC) #76
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1711533002/360001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1711533002/360001
4 years, 10 months ago (2016-02-24 17:10:40 UTC) #78
Tom Sepez
IPC lgtm.
4 years, 10 months ago (2016-02-24 17:46:43 UTC) #79
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-24 18:42:51 UTC) #81
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1711533002/360001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1711533002/360001
4 years, 10 months ago (2016-02-24 18:52:06 UTC) #84
commit-bot: I haz the power
Committed patchset #19 (id:360001)
4 years, 10 months ago (2016-02-24 19:15:51 UTC) #86
commit-bot: I haz the power
Patchset 19 (id:??) landed as https://crrev.com/6904b50eb105956b954279f9632f680251e41aa7 Cr-Commit-Position: refs/heads/master@{#377341}
4 years, 10 months ago (2016-02-24 19:17:04 UTC) #88
shrike
A revert of this CL (patchset #19 id:360001) has been created in https://codereview.chromium.org/1730023004/ by shrike@chromium.org. ...
4 years, 10 months ago (2016-02-25 00:01:03 UTC) #89
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1711533002/380001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1711533002/380001
4 years, 10 months ago (2016-02-25 02:33:10 UTC) #93
commit-bot: I haz the power
Committed patchset #20 (id:380001)
4 years, 10 months ago (2016-02-25 03:56:25 UTC) #95
commit-bot: I haz the power
4 years, 10 months ago (2016-02-25 03:57:34 UTC) #97
Message was sent while issue was closed.
Patchset 20 (id:??) landed as
https://crrev.com/a660ce06aa37e51a849f68d01d27ce3f36cbe626
Cr-Commit-Position: refs/heads/master@{#377496}

Powered by Google App Engine
This is Rietveld 408576698