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

Issue 10546079: Added sandboxed process service. (Closed)

Created:
8 years, 6 months ago by michaelbai
Modified:
4 years, 11 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, jochen+watch-content_chromium.org, no sievers
Visibility:
Public.

Description

Added sandboxed process service. BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=141618

Patch Set 1 : Init #

Total comments: 19

Patch Set 2 : Addressed the comments and add 'jni+' into common/DEPS. #

Total comments: 9

Patch Set 3 : Addressed comments #

Patch Set 4 : address comments #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : Sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1329 lines, -8 lines) Patch
A build/java_aidl.gypi View 1 chunk +56 lines, -0 lines 0 comments Download
M content/DEPS View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M content/app/DEPS View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M content/app/android/content_jni_registrar.cc View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
A content/app/android/sandboxed_process_service.h View 1 chunk +15 lines, -0 lines 0 comments Download
A content/app/android/sandboxed_process_service.cc View 1 2 3 1 chunk +101 lines, -0 lines 0 comments Download
M content/browser/DEPS View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
A content/common/android/surface_callback.h View 1 1 chunk +59 lines, -0 lines 0 comments Download
A content/common/android/surface_callback.cc View 1 chunk +159 lines, -0 lines 0 comments Download
A content/common/android/surface_texture_peer.h View 1 chunk +45 lines, -0 lines 0 comments Download
A content/common/android/surface_texture_peer.cc View 1 chunk +33 lines, -0 lines 0 comments Download
M content/content.gyp View 1 2 3 4 5 1 chunk +16 lines, -1 line 0 comments Download
M content/content_app.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M content/content_common.gypi View 1 2 3 4 2 chunks +15 lines, -0 lines 0 comments Download
M content/content_jni.gypi View 3 chunks +4 lines, -0 lines 0 comments Download
M content/public/android/java/content.xml View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
A content/public/android/java/org/chromium/content/app/SandboxedProcessService.java View 1 2 1 chunk +227 lines, -0 lines 0 comments Download
A content/public/android/java/org/chromium/content/app/SandboxedProcessService0.java View 1 chunk +12 lines, -0 lines 0 comments Download
A content/public/android/java/org/chromium/content/app/SandboxedProcessService1.java View 1 chunk +12 lines, -0 lines 0 comments Download
A content/public/android/java/org/chromium/content/app/SandboxedProcessService2.java View 1 chunk +12 lines, -0 lines 0 comments Download
A content/public/android/java/org/chromium/content/app/SandboxedProcessService3.java View 1 chunk +12 lines, -0 lines 0 comments Download
A content/public/android/java/org/chromium/content/app/SandboxedProcessService4.java View 1 chunk +12 lines, -0 lines 0 comments Download
A content/public/android/java/org/chromium/content/browser/SandboxedProcessConnection.java View 1 2 3 4 5 1 chunk +429 lines, -0 lines 0 comments Download
A content/public/android/java/org/chromium/content/common/ISandboxedProcessCallback.aidl View 1 chunk +14 lines, -0 lines 0 comments Download
A content/public/android/java/org/chromium/content/common/ISandboxedProcessService.aidl View 1 chunk +18 lines, -0 lines 0 comments Download
A content/public/android/java/org/chromium/content/common/SurfaceCallback.java View 1 chunk +29 lines, -0 lines 0 comments Download
A content/public/android/java/org/chromium/content/common/common.aidl View 1 chunk +10 lines, -0 lines 0 comments Download
M content/public/app/android_library_loader_hooks.h View 1 chunk +4 lines, -0 lines 0 comments Download
M content/shell/DEPS View 1 2 3 4 1 chunk +0 lines, -3 lines 0 comments Download
M content/shell/android/AndroidManifest.xml View 1 2 3 4 5 6 1 chunk +23 lines, -1 line 0 comments Download

Messages

Total messages: 19 (1 generated)
michaelbai
8 years, 6 months ago (2012-06-11 17:42:39 UTC) #1
Yaron
Generally looks fine http://codereview.chromium.org/10546079/diff/2001/content/app/android/sandboxed_process_service.cc File content/app/android/sandboxed_process_service.cc (right): http://codereview.chromium.org/10546079/diff/2001/content/app/android/sandboxed_process_service.cc#newcode69 content/app/android/sandboxed_process_service.cc:69: #if !defined(ANDROID_UPSTREAM_BRINGUP) Please remove this. It ...
8 years, 6 months ago (2012-06-11 19:46:22 UTC) #2
jam
http://codereview.chromium.org/10546079/diff/2001/content/app/android/content_jni_registrar.cc File content/app/android/content_jni_registrar.cc (right): http://codereview.chromium.org/10546079/diff/2001/content/app/android/content_jni_registrar.cc#newcode15 content/app/android/content_jni_registrar.cc:15: #include "content/common/android/surface_callback.h" nit: order http://codereview.chromium.org/10546079/diff/2001/content/app/android/sandboxed_process_service.cc File content/app/android/sandboxed_process_service.cc (right): http://codereview.chromium.org/10546079/diff/2001/content/app/android/sandboxed_process_service.cc#newcode69 ...
8 years, 6 months ago (2012-06-11 20:13:17 UTC) #3
michaelbai
PTAL http://codereview.chromium.org/10546079/diff/2001/content/app/android/content_jni_registrar.cc File content/app/android/content_jni_registrar.cc (right): http://codereview.chromium.org/10546079/diff/2001/content/app/android/content_jni_registrar.cc#newcode15 content/app/android/content_jni_registrar.cc:15: #include "content/common/android/surface_callback.h" On 2012/06/11 20:13:17, John Abd-El-Malek wrote: ...
8 years, 6 months ago (2012-06-11 20:30:15 UTC) #4
Yaron
http://codereview.chromium.org/10546079/diff/2001/content/public/android/java/org/chromium/content/app/SandboxedProcessService.java File content/public/android/java/org/chromium/content/app/SandboxedProcessService.java (right): http://codereview.chromium.org/10546079/diff/2001/content/public/android/java/org/chromium/content/app/SandboxedProcessService.java#newcode69 content/public/android/java/org/chromium/content/app/SandboxedProcessService.java:69: mChromePakFd = args.getParcelable(SandboxedProcessConnection.EXTRA_CHROME_PAK_FD); On 2012/06/11 20:30:16, michaelbai wrote: > ...
8 years, 6 months ago (2012-06-11 20:45:50 UTC) #5
michaelbai
PTAL http://codereview.chromium.org/10546079/diff/9001/content/app/android/sandboxed_process_service.cc File content/app/android/sandboxed_process_service.cc (right): http://codereview.chromium.org/10546079/diff/9001/content/app/android/sandboxed_process_service.cc#newcode78 content/app/android/sandboxed_process_service.cc:78: jint chrome_pak_fd, On 2012/06/11 20:45:51, Yaron wrote: > ...
8 years, 6 months ago (2012-06-11 21:00:10 UTC) #6
Yaron
lgtm modulo the one comment http://codereview.chromium.org/10546079/diff/9001/content/app/android/sandboxed_process_service.cc File content/app/android/sandboxed_process_service.cc (right): http://codereview.chromium.org/10546079/diff/9001/content/app/android/sandboxed_process_service.cc#newcode68 content/app/android/sandboxed_process_service.cc:68: } Did you intentionally ...
8 years, 6 months ago (2012-06-11 21:09:39 UTC) #7
michaelbai
http://codereview.chromium.org/10546079/diff/9001/content/app/android/sandboxed_process_service.cc File content/app/android/sandboxed_process_service.cc (right): http://codereview.chromium.org/10546079/diff/9001/content/app/android/sandboxed_process_service.cc#newcode68 content/app/android/sandboxed_process_service.cc:68: } Yes, this code was missing. On 2012/06/11 21:09:39, ...
8 years, 6 months ago (2012-06-11 21:21:30 UTC) #8
jam
lgtm http://codereview.chromium.org/10546079/diff/9001/content/common/DEPS File content/common/DEPS (right): http://codereview.chromium.org/10546079/diff/9001/content/common/DEPS#newcode4 content/common/DEPS:4: "+jni", # For generated JNI includes On 2012/06/11 ...
8 years, 6 months ago (2012-06-11 23:51:16 UTC) #9
michaelbai
Moved '+jni'
8 years, 6 months ago (2012-06-12 01:07:41 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/michaelbai@chromium.org/10546079/10007
8 years, 6 months ago (2012-06-12 01:08:06 UTC) #11
commit-bot: I haz the power
Try job failure for 10546079-10007 (retry) on android for steps "compile, build" (clobber build). It's ...
8 years, 6 months ago (2012-06-12 01:21:47 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/michaelbai@chromium.org/10546079/7032
8 years, 6 months ago (2012-06-12 03:26:42 UTC) #13
commit-bot: I haz the power
Failed to apply patch for content/shell/android/AndroidManifest.xml: While running patch -p1 --forward --force; patching file content/shell/android/AndroidManifest.xml ...
8 years, 6 months ago (2012-06-12 03:26:59 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/michaelbai@chromium.org/10546079/9007
8 years, 6 months ago (2012-06-12 03:32:56 UTC) #15
commit-bot: I haz the power
Change committed as 141618
8 years, 6 months ago (2012-06-12 05:00:07 UTC) #16
Ted C
lgtm
8 years, 6 months ago (2012-06-13 16:58:34 UTC) #17
jurogan17
4 years, 11 months ago (2016-01-01 17:33:24 UTC) #19
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698