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

Issue 2485623002: discardable_memory: Using mojo IPC to replace Chrome IPC (Closed)

Created:
4 years, 1 month ago by Peng
Modified:
4 years ago
CC:
Aaron Boodman, abarth-chromium, chromium-reviews, darin (slow to review), darin-cc_chromium.org, jam, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

discardable_memory: Using mojo IPC to replace Chrome IPC It also moves ClientDiscardableSharedMemoryManager from ChildThreadImpl to RenderThreadImpl and PpapiThread BUG=654678 Committed: https://crrev.com/a083f971261bcccc53b64e40c911435857ce3bfd Committed: https://crrev.com/342762b5a769ad9ed321ded9254bde4b44a2450b Cr-Original-Commit-Position: refs/heads/master@{#435969} Cr-Commit-Position: refs/heads/master@{#436010}

Patch Set 1 #

Patch Set 2 : WIP #

Patch Set 3 : WIP #

Patch Set 4 : Fix tests errors #

Patch Set 5 : Rebase #

Patch Set 6 : Fix build error on win #

Patch Set 7 : WIP #

Patch Set 8 : Fix build error #

Patch Set 9 : Update #

Total comments: 16

Patch Set 10 : Address review issues. #

Total comments: 12

Patch Set 11 : Address review issues #

Total comments: 2

Patch Set 12 : Address review issues #

Patch Set 13 : Fix trybot errors #

Total comments: 33

Patch Set 14 : Address review issues #

Patch Set 15 : Rebase #

Total comments: 9

Patch Set 16 : Address review issues. #

Patch Set 17 : Address review issues #

Patch Set 18 : Fix build bots. #

Total comments: 47

Patch Set 19 : Address review issues #

Patch Set 20 : Address review issues #

Total comments: 1

Patch Set 21 : rebase #

Patch Set 22 : Address review issues #

Total comments: 8

Patch Set 23 : Address review issues #

Patch Set 24 : Fix bot issues #

Unified diffs Side-by-side diffs Delta from patch set Stats (+459 lines, -424 lines) Patch
A components/discardable_memory/DEPS View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -0 lines 0 comments Download
M components/discardable_memory/client/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M components/discardable_memory/client/client_discardable_shared_memory_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 4 chunks +26 lines, -19 lines 0 comments Download
M components/discardable_memory/client/client_discardable_shared_memory_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 9 chunks +117 lines, -46 lines 0 comments Download
M components/discardable_memory/common/BUILD.gn View 1 1 chunk +0 lines, -1 line 0 comments Download
D components/discardable_memory/common/discardable_shared_memory_id.h View 1 1 chunk +0 lines, -17 lines 0 comments Download
A components/discardable_memory/public/interfaces/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +17 lines, -0 lines 0 comments Download
A components/discardable_memory/public/interfaces/OWNERS View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
A components/discardable_memory/public/interfaces/discardable_shared_memory_manager.mojom View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +16 lines, -0 lines 0 comments Download
M components/discardable_memory/service/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M components/discardable_memory/service/discardable_shared_memory_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 5 chunks +18 lines, -17 lines 0 comments Download
M components/discardable_memory/service/discardable_shared_memory_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 9 chunks +76 lines, -23 lines 0 comments Download
M components/discardable_memory/service/discardable_shared_memory_manager_unittest.cc View 1 2 7 chunks +7 lines, -14 lines 0 comments Download
M content/browser/browser_main_loop.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +4 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_message_filter.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +0 lines, -15 lines 0 comments Download
M content/browser/renderer_host/render_message_filter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +1 line, -46 lines 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 20 21 22 2 chunks +6 lines, -0 lines 0 comments Download
M content/child/BUILD.gn 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, -0 lines 0 comments Download
M content/child/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -2 lines 0 comments Download
M content/child/child_thread_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 8 chunks +4 lines, -22 lines 0 comments Download
M content/child/child_thread_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 6 chunks +2 lines, -42 lines 0 comments Download
D content/child/child_thread_impl_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -130 lines 0 comments Download
M content/common/child_process_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +0 lines, -14 lines 0 comments Download
M content/common/in_process_child_thread_params.h View 1 2 3 4 5 6 3 chunks +6 lines, -5 lines 0 comments Download
M content/common/in_process_child_thread_params.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +3 lines, -2 lines 0 comments Download
M content/ppapi_plugin/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -0 lines 0 comments Download
M content/ppapi_plugin/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -0 lines 0 comments Download
M content/ppapi_plugin/ppapi_thread.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +7 lines, -0 lines 0 comments Download
M content/ppapi_plugin/ppapi_thread.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +8 lines, -1 line 0 comments Download
M content/public/app/mojo/content_browser_manifest.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +4 lines, -1 line 0 comments Download
M content/renderer/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/render_thread_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 3 chunks +12 lines, -0 lines 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 20 21 22 4 chunks +11 lines, -5 lines 0 comments Download
M content/renderer/render_thread_impl_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +102 lines, -0 lines 0 comments Download
M content/test/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 2 chunks +1 line, -1 line 0 comments Download

Messages

Total messages: 164 (113 generated)
Peng
Hi David, PTAL. Thanks.
4 years, 1 month ago (2016-11-10 14:53:58 UTC) #29
reveman
https://codereview.chromium.org/2485623002/diff/160001/components/discardable_memory/client/client_discardable_shared_memory_manager.h File components/discardable_memory/client/client_discardable_shared_memory_manager.h (right): https://codereview.chromium.org/2485623002/diff/160001/components/discardable_memory/client/client_discardable_shared_memory_manager.h#newcode34 components/discardable_memory/client/client_discardable_shared_memory_manager.h:34: scoped_refptr<base::SingleThreadTaskRunner> io_task_runner); s/scoped_refptr<base::SingleThreadTaskRunner>/base::SingleThreadTaskRunner*/ to avoid unnecessary refcount churn https://codereview.chromium.org/2485623002/diff/160001/components/discardable_memory/client/client_discardable_shared_memory_manager.h#newcode75 ...
4 years, 1 month ago (2016-11-11 20:17:27 UTC) #33
Peng
https://codereview.chromium.org/2485623002/diff/160001/components/discardable_memory/client/client_discardable_shared_memory_manager.h File components/discardable_memory/client/client_discardable_shared_memory_manager.h (right): https://codereview.chromium.org/2485623002/diff/160001/components/discardable_memory/client/client_discardable_shared_memory_manager.h#newcode34 components/discardable_memory/client/client_discardable_shared_memory_manager.h:34: scoped_refptr<base::SingleThreadTaskRunner> io_task_runner); On 2016/11/11 20:17:26, reveman wrote: > s/scoped_refptr<base::SingleThreadTaskRunner>/base::SingleThreadTaskRunner*/ ...
4 years, 1 month ago (2016-11-11 22:50:35 UTC) #35
Peng
Kindly ping. On 2016/11/11 22:50:35, Peng wrote: > https://codereview.chromium.org/2485623002/diff/160001/components/discardable_memory/client/client_discardable_shared_memory_manager.h > File > components/discardable_memory/client/client_discardable_shared_memory_manager.h > (right): ...
4 years, 1 month ago (2016-11-15 15:50:05 UTC) #39
reveman
https://codereview.chromium.org/2485623002/diff/180001/components/discardable_memory/service/discardable_shared_memory_manager_proxy.cc File components/discardable_memory/service/discardable_shared_memory_manager_proxy.cc (right): https://codereview.chromium.org/2485623002/diff/180001/components/discardable_memory/service/discardable_shared_memory_manager_proxy.cc#newcode13 components/discardable_memory/service/discardable_shared_memory_manager_proxy.cc:13: int DiscardableSharedMemoryManagerProxy::last_client_id_ = 0; I'd still prefer to see ...
4 years, 1 month ago (2016-11-15 16:13:20 UTC) #40
Peng
https://codereview.chromium.org/2485623002/diff/180001/components/discardable_memory/service/discardable_shared_memory_manager_proxy.cc File components/discardable_memory/service/discardable_shared_memory_manager_proxy.cc (right): https://codereview.chromium.org/2485623002/diff/180001/components/discardable_memory/service/discardable_shared_memory_manager_proxy.cc#newcode13 components/discardable_memory/service/discardable_shared_memory_manager_proxy.cc:13: int DiscardableSharedMemoryManagerProxy::last_client_id_ = 0; On 2016/11/15 16:13:20, reveman wrote: ...
4 years, 1 month ago (2016-11-15 19:04:06 UTC) #42
reveman
https://codereview.chromium.org/2485623002/diff/220001/components/discardable_memory/client/client_discardable_shared_memory_manager.cc File components/discardable_memory/client/client_discardable_shared_memory_manager.cc (right): https://codereview.chromium.org/2485623002/diff/220001/components/discardable_memory/client/client_discardable_shared_memory_manager.cc#newcode162 components/discardable_memory/client/client_discardable_shared_memory_manager.cc:162: event.Wait(); Why is this proxy needed when we're using ...
4 years, 1 month ago (2016-11-15 22:57:15 UTC) #43
Peng
https://codereview.chromium.org/2485623002/diff/220001/components/discardable_memory/client/client_discardable_shared_memory_manager.cc File components/discardable_memory/client/client_discardable_shared_memory_manager.cc (right): https://codereview.chromium.org/2485623002/diff/220001/components/discardable_memory/client/client_discardable_shared_memory_manager.cc#newcode162 components/discardable_memory/client/client_discardable_shared_memory_manager.cc:162: event.Wait(); On 2016/11/15 22:57:15, reveman wrote: > Why is ...
4 years, 1 month ago (2016-11-16 19:57:03 UTC) #44
Peng
Hi David, I updated CL by following your suggestion. PTAL. Thanks.
4 years, 1 month ago (2016-11-17 15:39:15 UTC) #47
reveman
lg, mostly nits https://codereview.chromium.org/2485623002/diff/280001/components/discardable_memory/client/client_discardable_shared_memory_manager.cc File components/discardable_memory/client/client_discardable_shared_memory_manager.cc (right): https://codereview.chromium.org/2485623002/diff/280001/components/discardable_memory/client/client_discardable_shared_memory_manager.cc#newcode92 components/discardable_memory/client/client_discardable_shared_memory_manager.cc:92: void InitManagerOnIOThread(mojom::DiscardableSharedMemoryManagerPtr* manager, s/IOThread/IO/ and align ...
4 years, 1 month ago (2016-11-18 05:26:50 UTC) #61
Peng
https://codereview.chromium.org/2485623002/diff/280001/components/discardable_memory/client/client_discardable_shared_memory_manager.cc File components/discardable_memory/client/client_discardable_shared_memory_manager.cc (right): https://codereview.chromium.org/2485623002/diff/280001/components/discardable_memory/client/client_discardable_shared_memory_manager.cc#newcode92 components/discardable_memory/client/client_discardable_shared_memory_manager.cc:92: void InitManagerOnIOThread(mojom::DiscardableSharedMemoryManagerPtr* manager, On 2016/11/18 05:26:50, reveman wrote: > ...
4 years, 1 month ago (2016-11-18 16:28:28 UTC) #63
Peng
jam@chromium.org: Please review changes in //content Hi John, PTAL. Thanks.
4 years, 1 month ago (2016-11-18 16:31:00 UTC) #65
Peng
Because jam is OOO, -jam@ and +avi@ for content// Hi Avi, PTAL. Thanks.
4 years, 1 month ago (2016-11-18 18:57:46 UTC) #69
Avi (use Gerrit)
I don't know about mojo conversion. Daniel does, and you'd need a security review anyway, ...
4 years, 1 month ago (2016-11-18 19:11:20 UTC) #73
reveman
https://codereview.chromium.org/2485623002/diff/280001/components/discardable_memory/client/client_discardable_shared_memory_manager.cc File components/discardable_memory/client/client_discardable_shared_memory_manager.cc (right): https://codereview.chromium.org/2485623002/diff/280001/components/discardable_memory/client/client_discardable_shared_memory_manager.cc#newcode102 components/discardable_memory/client/client_discardable_shared_memory_manager.cc:102: if (!manager->is_bound()) On 2016/11/18 at 16:28:27, Peng wrote: > ...
4 years, 1 month ago (2016-11-18 21:55:26 UTC) #78
Peng
https://codereview.chromium.org/2485623002/diff/340001/components/discardable_memory/client/client_discardable_shared_memory_manager.cc File components/discardable_memory/client/client_discardable_shared_memory_manager.cc (right): https://codereview.chromium.org/2485623002/diff/340001/components/discardable_memory/client/client_discardable_shared_memory_manager.cc#newcode131 components/discardable_memory/client/client_discardable_shared_memory_manager.cc:131: heap_.reset(); On 2016/11/18 21:55:25, reveman wrote: > nit: please ...
4 years, 1 month ago (2016-11-21 15:56:39 UTC) #79
Peng
https://codereview.chromium.org/2485623002/diff/340001/content/ppapi_plugin/ppapi_thread.cc File content/ppapi_plugin/ppapi_thread.cc (right): https://codereview.chromium.org/2485623002/diff/340001/content/ppapi_plugin/ppapi_thread.cc#newcode112 content/ppapi_plugin/ppapi_thread.cc:112: !command_line.HasSwitch(switches::kSingleProcess)) On 2016/11/21 15:56:39, Peng wrote: > On 2016/11/18 ...
4 years, 1 month ago (2016-11-21 18:31:43 UTC) #84
reveman
I'd prefer if single process and multi process modes were as close as possible. ie. ...
4 years, 1 month ago (2016-11-21 20:06:51 UTC) #85
reveman
I'd prefer if single process and multi process modes were as close as possible. ie. ...
4 years, 1 month ago (2016-11-21 20:06:51 UTC) #86
Peng
Hi David, I have updated the CL by following your suggestion. PTAL. Thanks.
4 years, 1 month ago (2016-11-21 21:55:41 UTC) #89
Peng
On 2016/11/21 21:55:41, Peng wrote: > Hi David, I have updated the CL by following ...
4 years ago (2016-11-23 14:33:19 UTC) #96
reveman
Latest patch looks great. lgtm after addressing this final set of comments. https://codereview.chromium.org/2485623002/diff/390001/components/discardable_memory/service/discardable_shared_memory_manager.cc File components/discardable_memory/service/discardable_shared_memory_manager.cc ...
4 years ago (2016-11-23 17:07:44 UTC) #97
Peng
https://codereview.chromium.org/2485623002/diff/390001/components/discardable_memory/service/discardable_shared_memory_manager.cc File components/discardable_memory/service/discardable_shared_memory_manager.cc (right): https://codereview.chromium.org/2485623002/diff/390001/components/discardable_memory/service/discardable_shared_memory_manager.cc#newcode62 components/discardable_memory/service/discardable_shared_memory_manager.cc:62: class DiscardableSharedMemoryManagerProxy On 2016/11/23 17:07:44, reveman wrote: > Please ...
4 years ago (2016-11-24 15:04:37 UTC) #98
Peng
On 2016/11/24 15:04:37, Peng wrote: > https://codereview.chromium.org/2485623002/diff/390001/components/discardable_memory/service/discardable_shared_memory_manager.cc > File components/discardable_memory/service/discardable_shared_memory_manager.cc > (right): > > https://codereview.chromium.org/2485623002/diff/390001/components/discardable_memory/service/discardable_shared_memory_manager.cc#newcode62 ...
4 years ago (2016-11-24 15:05:29 UTC) #101
dcheng
Sorry for the review delay. One thing I'm wondering about... can we expand the CL ...
4 years ago (2016-11-25 00:07:09 UTC) #108
dcheng
https://codereview.chromium.org/2485623002/diff/390001/components/discardable_memory/public/interfaces/discardable_shared_memory_manager.mojom File components/discardable_memory/public/interfaces/discardable_shared_memory_manager.mojom (right): https://codereview.chromium.org/2485623002/diff/390001/components/discardable_memory/public/interfaces/discardable_shared_memory_manager.mojom#newcode11 components/discardable_memory/public/interfaces/discardable_shared_memory_manager.mojom:11: int32 id) => (handle<shared_buffer> memory); On 2016/11/25 00:07:08, dcheng ...
4 years ago (2016-11-25 00:08:05 UTC) #109
Peng
https://codereview.chromium.org/2485623002/diff/390001/components/discardable_memory/client/client_discardable_shared_memory_manager.cc File components/discardable_memory/client/client_discardable_shared_memory_manager.cc (right): https://codereview.chromium.org/2485623002/diff/390001/components/discardable_memory/client/client_discardable_shared_memory_manager.cc#newcode90 components/discardable_memory/client/client_discardable_shared_memory_manager.cc:90: manager_mojo->reset(); On 2016/11/25 00:07:08, dcheng wrote: > Why do ...
4 years ago (2016-11-25 16:41:53 UTC) #112
dcheng
+yzshen to confirm that transforming a sync IPC to an async mojo one + WaitableEvent ...
4 years ago (2016-11-28 18:26:54 UTC) #121
dcheng
https://codereview.chromium.org/2485623002/diff/390001/components/discardable_memory/client/client_discardable_shared_memory_manager.cc File components/discardable_memory/client/client_discardable_shared_memory_manager.cc (right): https://codereview.chromium.org/2485623002/diff/390001/components/discardable_memory/client/client_discardable_shared_memory_manager.cc#newcode90 components/discardable_memory/client/client_discardable_shared_memory_manager.cc:90: manager_mojo->reset(); On 2016/11/25 16:41:52, Peng wrote: > On 2016/11/25 ...
4 years ago (2016-11-28 18:29:14 UTC) #122
yzshen1
On Mon, Nov 28, 2016 at 10:26 AM, <dcheng@chromium.org> wrote: > +yzshen to confirm that ...
4 years ago (2016-11-28 19:23:08 UTC) #123
Peng
https://codereview.chromium.org/2485623002/diff/390001/components/discardable_memory/client/client_discardable_shared_memory_manager.cc File components/discardable_memory/client/client_discardable_shared_memory_manager.cc (right): https://codereview.chromium.org/2485623002/diff/390001/components/discardable_memory/client/client_discardable_shared_memory_manager.cc#newcode90 components/discardable_memory/client/client_discardable_shared_memory_manager.cc:90: manager_mojo->reset(); On 2016/11/28 18:29:14, dcheng wrote: > On 2016/11/25 ...
4 years ago (2016-11-29 15:20:13 UTC) #124
Peng
On 2016/11/28 19:23:08, yzshen1 wrote: > On Mon, Nov 28, 2016 at 10:26 AM, <mailto:dcheng@chromium.org> ...
4 years ago (2016-11-29 15:22:38 UTC) #125
Peng
On 2016/11/28 19:23:08, yzshen1 wrote: > On Mon, Nov 28, 2016 at 10:26 AM, <mailto:dcheng@chromium.org> ...
4 years ago (2016-11-29 15:22:41 UTC) #126
dcheng
Can we use ThreadSafeInterfacePtr now that that's landed?
4 years ago (2016-11-30 06:08:15 UTC) #131
Peng
On 2016/11/30 06:08:15, dcheng wrote: > Can we use ThreadSafeInterfacePtr now that that's landed? As ...
4 years ago (2016-11-30 15:46:00 UTC) #132
dcheng
lgtm with nits https://codereview.chromium.org/2485623002/diff/470001/components/discardable_memory/client/client_discardable_shared_memory_manager.cc File components/discardable_memory/client/client_discardable_shared_memory_manager.cc (right): https://codereview.chromium.org/2485623002/diff/470001/components/discardable_memory/client/client_discardable_shared_memory_manager.cc#newcode219 components/discardable_memory/client/client_discardable_shared_memory_manager.cc:219: base::Unretained(this), new_id))); Nit: please document why ...
4 years ago (2016-12-02 08:48:54 UTC) #133
Peng
https://codereview.chromium.org/2485623002/diff/470001/components/discardable_memory/client/client_discardable_shared_memory_manager.cc File components/discardable_memory/client/client_discardable_shared_memory_manager.cc (right): https://codereview.chromium.org/2485623002/diff/470001/components/discardable_memory/client/client_discardable_shared_memory_manager.cc#newcode219 components/discardable_memory/client/client_discardable_shared_memory_manager.cc:219: base::Unretained(this), new_id))); On 2016/12/02 08:48:54, dcheng wrote: > Nit: ...
4 years ago (2016-12-02 15:27:36 UTC) #134
Peng
+sky for content/ppapi_plugin/DEPS Hi sky, PTAL, Thanks.
4 years ago (2016-12-02 15:29:20 UTC) #136
Peng
On 2016/11/18 19:11:20, Avi wrote: > I don't know about mojo conversion. Daniel does, and ...
4 years ago (2016-12-02 15:31:19 UTC) #137
Peng
On 2016/11/18 19:11:20, Avi wrote: > I don't know about mojo conversion. Daniel does, and ...
4 years ago (2016-12-02 15:31:25 UTC) #138
Avi (use Gerrit)
stamping Daniel's lgtm
4 years ago (2016-12-02 15:34:23 UTC) #141
sky
LGTM
4 years ago (2016-12-02 17:32:04 UTC) #144
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/2485623002/490001
4 years ago (2016-12-02 17:46:21 UTC) #147
dcheng
(Also, sorry I forgot to include this previously, but should we include a TODO to ...
4 years ago (2016-12-02 17:51:15 UTC) #149
commit-bot: I haz the power
Committed patchset #23 (id:490001)
4 years ago (2016-12-02 17:51:46 UTC) #151
commit-bot: I haz the power
Patchset 23 (id:??) landed as https://crrev.com/a083f971261bcccc53b64e40c911435857ce3bfd Cr-Commit-Position: refs/heads/master@{#435969}
4 years ago (2016-12-02 17:53:46 UTC) #153
Ken Rockot(use gerrit already)
A revert of this CL (patchset #23 id:490001) has been created in https://codereview.chromium.org/2545523007/ by rockot@chromium.org. ...
4 years ago (2016-12-02 18:19:15 UTC) #154
Peng
https://codereview.chromium.org/2485623002/diff/470001/components/discardable_memory/service/discardable_shared_memory_manager.h File components/discardable_memory/service/discardable_shared_memory_manager.h (right): https://codereview.chromium.org/2485623002/diff/470001/components/discardable_memory/service/discardable_shared_memory_manager.h#newcode51 components/discardable_memory/service/discardable_shared_memory_manager.h:51: static DiscardableSharedMemoryManager* GetInstance(); On 2016/12/02 17:51:15, dcheng wrote: > ...
4 years ago (2016-12-02 18:51:13 UTC) #156
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/2485623002/510001
4 years ago (2016-12-02 18:52:05 UTC) #159
commit-bot: I haz the power
Committed patchset #24 (id:510001)
4 years ago (2016-12-02 21:05:35 UTC) #162
commit-bot: I haz the power
4 years ago (2016-12-02 21:08:42 UTC) #164
Message was sent while issue was closed.
Patchset 24 (id:??) landed as
https://crrev.com/342762b5a769ad9ed321ded9254bde4b44a2450b
Cr-Commit-Position: refs/heads/master@{#436010}

Powered by Google App Engine
This is Rietveld 408576698