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

Issue 630123003: [Android] Do not warm up access to the profile directory in isolated services. (Closed)

Created:
6 years, 2 months ago by Robert Sesek
Modified:
6 years, 2 months ago
CC:
chromium-reviews, Feng
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[Android] Do not warm up access to the profile directory in isolated services. This is motivated by a change in the SELinux policies for isolated services: https://android-review.googlesource.com/#/c/109577/ Committed: https://crrev.com/cb03e2e2687edcd5f43269d513c62fba5751a926 Cr-Commit-Position: refs/heads/master@{#298855}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M chrome/common/chrome_paths_android.cc View 2 chunks +5 lines, -0 lines 2 comments Download

Messages

Total messages: 19 (6 generated)
Robert Sesek
dtrainor: You added this file initially, are you the best reviewer for this CL?
6 years, 2 months ago (2014-10-07 17:49:05 UTC) #2
Robert Sesek
dtrainor: ping
6 years, 2 months ago (2014-10-08 17:24:30 UTC) #3
David Trainor- moved to gerrit
lgtm sorry for the delay!
6 years, 2 months ago (2014-10-08 17:33:13 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/630123003/1
6 years, 2 months ago (2014-10-08 17:45:07 UTC) #6
Robert Sesek
+jochen for OWNERS stamp
6 years, 2 months ago (2014-10-08 17:51:06 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/16350)
6 years, 2 months ago (2014-10-08 17:53:48 UTC) #10
jochen (gone - plz use gerrit)
lgtm
6 years, 2 months ago (2014-10-09 11:29:52 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/630123003/1
6 years, 2 months ago (2014-10-09 12:39:44 UTC) #13
commit-bot: I haz the power
Committed patchset #1 (id:1) as ff947eff605b5e5b55edd2d390e91b2f4efddef5
6 years, 2 months ago (2014-10-09 12:45:41 UTC) #14
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/cb03e2e2687edcd5f43269d513c62fba5751a926 Cr-Commit-Position: refs/heads/master@{#298855}
6 years, 2 months ago (2014-10-09 12:46:28 UTC) #15
klobag.chromium
https://codereview.chromium.org/630123003/diff/1/chrome/common/chrome_paths_android.cc File chrome/common/chrome_paths_android.cc (right): https://codereview.chromium.org/630123003/diff/1/chrome/common/chrome_paths_android.cc#newcode55 chrome/common/chrome_paths_android.cc:55: if (process_type == switches::kRendererProcess) How about the other child ...
6 years, 2 months ago (2014-10-17 17:41:14 UTC) #17
Robert Sesek
https://codereview.chromium.org/630123003/diff/1/chrome/common/chrome_paths_android.cc File chrome/common/chrome_paths_android.cc (right): https://codereview.chromium.org/630123003/diff/1/chrome/common/chrome_paths_android.cc#newcode55 chrome/common/chrome_paths_android.cc:55: if (process_type == switches::kRendererProcess) On 2014/10/17 17:41:14, klobag.chromium wrote: ...
6 years, 2 months ago (2014-10-17 18:00:32 UTC) #18
klobag.chromium
6 years, 2 months ago (2014-10-17 18:34:55 UTC) #19
Message was sent while issue was closed.
Please make this return true for empty string only. All the child processes are
created as isolated services on Android, including renderer, utility and soon
GPU.

Powered by Google App Engine
This is Rietveld 408576698