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

Issue 240563002: Extract SandboxIPCProcess into its own file. (Closed)

Created:
6 years, 8 months ago by Jorge Lucangeli Obes
Modified:
6 years, 8 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Extract SandboxIPCProcess into its own file. This is the first step to turning SandboxIPCProcess into a thread in the browser process. BUG=322185 TEST=Chrome builds and loads web pages. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=265836

Patch Set 1 #

Patch Set 2 : Set upstream correctly. #

Total comments: 12

Patch Set 3 : Address comments, add new files to OWNERS. #

Patch Set 4 : Update DEPS. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+773 lines, -697 lines) Patch
M content/browser/renderer_host/DEPS View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M content/browser/renderer_host/OWNERS View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_sandbox_host_linux.h View 1 chunk +0 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_sandbox_host_linux.cc View 1 2 1 chunk +1 line, -692 lines 0 comments Download
A content/browser/renderer_host/sandbox_ipc_linux.h View 1 2 1 chunk +97 lines, -0 lines 0 comments Download
A content/browser/renderer_host/sandbox_ipc_linux.cc View 1 2 1 chunk +664 lines, -0 lines 0 comments Download
M content/content_browser.gypi View 1 2 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Jorge Lucangeli Obes
jln: It's gonna be hard to convert SandboxIPCProcess to a thread as long as it's ...
6 years, 8 months ago (2014-04-17 00:22:03 UTC) #1
jln (very slow on Chromium)
lgtm with nits. - Rename the files as _linux.* or you will have issue on ...
6 years, 8 months ago (2014-04-17 00:28:37 UTC) #2
Jorge Lucangeli Obes
https://chromiumcodereview.appspot.com/240563002/diff/20001/content/browser/renderer_host/sandbox_ipc.cc File content/browser/renderer_host/sandbox_ipc.cc (right): https://chromiumcodereview.appspot.com/240563002/diff/20001/content/browser/renderer_host/sandbox_ipc.cc#newcode1 content/browser/renderer_host/sandbox_ipc.cc:1: // Copyright (c) 2014 The Chromium Authors. All rights ...
6 years, 8 months ago (2014-04-23 00:38:57 UTC) #3
Jorge Lucangeli Obes
Antoine: this CL is only extracting code in preparation for a refactor that will get ...
6 years, 8 months ago (2014-04-23 00:43:04 UTC) #4
piman
On 2014/04/23 00:43:04, Jorge Lucangeli Obes wrote: > Antoine: this CL is only extracting code ...
6 years, 8 months ago (2014-04-23 00:51:58 UTC) #5
Jorge Lucangeli Obes
On 2014/04/23 00:51:58, piman wrote: > On 2014/04/23 00:43:04, Jorge Lucangeli Obes wrote: > > ...
6 years, 8 months ago (2014-04-23 16:19:59 UTC) #6
jln (very slow on Chromium)
On 2014/04/23 16:19:59, Jorge Lucangeli Obes wrote: > On 2014/04/23 00:51:58, piman wrote: > > ...
6 years, 8 months ago (2014-04-23 20:40:09 UTC) #7
Jorge Lucangeli Obes
On 2014/04/23 20:40:09, jln wrote: > On 2014/04/23 16:19:59, Jorge Lucangeli Obes wrote: > > ...
6 years, 8 months ago (2014-04-23 20:47:50 UTC) #8
Jorge Lucangeli Obes
Updated DEPS, PTAL.
6 years, 8 months ago (2014-04-23 21:45:57 UTC) #9
Jorge Lucangeli Obes
Scott for content/browser OWNERS. I'm extracting a class that was fully declared inside render_sandbox_host_linux.cc into ...
6 years, 8 months ago (2014-04-23 23:12:29 UTC) #10
piman
lgtm
6 years, 8 months ago (2014-04-24 00:04:14 UTC) #11
Jorge Lucangeli Obes
The CQ bit was checked by jorgelo@chromium.org
6 years, 8 months ago (2014-04-24 01:00:01 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jorgelo@chromium.org/240563002/60001
6 years, 8 months ago (2014-04-24 01:00:44 UTC) #13
sky
piman owns all these files, so you don't need me: -sky
6 years, 8 months ago (2014-04-24 03:21:30 UTC) #14
commit-bot: I haz the power
6 years, 8 months ago (2014-04-24 03:34:18 UTC) #15
Message was sent while issue was closed.
Change committed as 265836

Powered by Google App Engine
This is Rietveld 408576698