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

Issue 1419083012: Create a field trial for Seccomp-BPF on Android. (Closed)

Created:
5 years, 1 month ago by Robert Sesek
Modified:
5 years, 1 month ago
CC:
chromium-reviews, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, jam, darin-cc_chromium.org, jln (very slow on Chromium), gayane -on leave until 09-2017
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Create a field trial for Seccomp-BPF on Android. BUG=477049 Committed: https://crrev.com/a8dcaa96573ff917fe9347609855241224824e1f Cr-Commit-Position: refs/heads/master@{#361136}

Patch Set 1 #

Patch Set 2 : Use FeatureList #

Patch Set 3 : Fix define issue #

Total comments: 3

Patch Set 4 : Add content_features #

Total comments: 2

Patch Set 5 : nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -19 lines) Patch
M chrome/browser/about_flags.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M content/content_common.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A content/public/common/content_features.h View 1 2 3 4 1 chunk +27 lines, -0 lines 0 comments Download
A content/public/common/content_features.cc View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download
M content/public/common/content_switches.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M content/public/common/content_switches.cc View 1 1 chunk +0 lines, -5 lines 0 comments Download
M content/renderer/renderer_main_platform_delegate_android.cc View 1 2 3 2 chunks +47 lines, -10 lines 0 comments Download

Messages

Total messages: 28 (10 generated)
Robert Sesek
5 years, 1 month ago (2015-11-06 21:57:25 UTC) #2
Alexei Svitkine (slow)
Gayane pointed me at this CL and mentioned you were asking about FeatureList. I think ...
5 years, 1 month ago (2015-11-09 16:51:43 UTC) #4
Robert Sesek
On 2015/11/09 16:51:43, Alexei Svitkine (slow) wrote: > The FeatureList check would replace the command-line ...
5 years, 1 month ago (2015-11-09 21:26:12 UTC) #7
Alexei Svitkine (slow)
There definitely is! Use the FEATURE_VALUE_TYPE() macro in about_flags.cc and pass in your feature. On ...
5 years, 1 month ago (2015-11-09 21:46:04 UTC) #8
Alexei Svitkine (slow)
LGTM, sorry for the delay - didn't realise you made the about_flags.cc changes in the ...
5 years, 1 month ago (2015-11-12 23:22:29 UTC) #9
Robert Sesek
On 2015/11/12 23:22:29, Alexei Svitkine (slow) wrote: > LGTM, sorry for the delay - didn't ...
5 years, 1 month ago (2015-11-13 02:36:50 UTC) #10
Robert Sesek
+jam for //content OWNERS
5 years, 1 month ago (2015-11-13 02:37:17 UTC) #12
jam
https://codereview.chromium.org/1419083012/diff/40001/content/public/common/sandbox_init.h File content/public/common/sandbox_init.h (right): https://codereview.chromium.org/1419083012/diff/40001/content/public/common/sandbox_init.h#newcode122 content/public/common/sandbox_init.h:122: CONTENT_EXPORT extern const base::Feature kSeccompSandboxAndroidFeature; hmm, as we convert ...
5 years, 1 month ago (2015-11-13 17:20:17 UTC) #13
Alexei Svitkine (slow)
https://codereview.chromium.org/1419083012/diff/40001/content/public/common/sandbox_init.h File content/public/common/sandbox_init.h (right): https://codereview.chromium.org/1419083012/diff/40001/content/public/common/sandbox_init.h#newcode122 content/public/common/sandbox_init.h:122: CONTENT_EXPORT extern const base::Feature kSeccompSandboxAndroidFeature; On 2015/11/13 17:20:17, jam ...
5 years, 1 month ago (2015-11-13 17:33:02 UTC) #14
Robert Sesek
https://codereview.chromium.org/1419083012/diff/40001/content/public/common/sandbox_init.h File content/public/common/sandbox_init.h (right): https://codereview.chromium.org/1419083012/diff/40001/content/public/common/sandbox_init.h#newcode122 content/public/common/sandbox_init.h:122: CONTENT_EXPORT extern const base::Feature kSeccompSandboxAndroidFeature; On 2015/11/13 17:33:02, Alexei ...
5 years, 1 month ago (2015-11-14 01:18:03 UTC) #16
Alexei Svitkine (slow)
lgtm
5 years, 1 month ago (2015-11-16 16:06:55 UTC) #17
jam
lgtm https://codereview.chromium.org/1419083012/diff/80001/content/public/common/content_features.h File content/public/common/content_features.h (right): https://codereview.chromium.org/1419083012/diff/80001/content/public/common/content_features.h#newcode5 content/public/common/content_features.h:5: // This file defines all the base::FeatureList features ...
5 years, 1 month ago (2015-11-16 22:19:32 UTC) #18
Robert Sesek
https://codereview.chromium.org/1419083012/diff/80001/content/public/common/content_features.h File content/public/common/content_features.h (right): https://codereview.chromium.org/1419083012/diff/80001/content/public/common/content_features.h#newcode5 content/public/common/content_features.h:5: // This file defines all the base::FeatureList features for ...
5 years, 1 month ago (2015-11-21 03:32:47 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1419083012/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1419083012/100001
5 years, 1 month ago (2015-11-21 03:33:29 UTC) #22
commit-bot: I haz the power
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/134192)
5 years, 1 month ago (2015-11-21 04:04:35 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1419083012/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1419083012/100001
5 years, 1 month ago (2015-11-23 14:47:19 UTC) #26
commit-bot: I haz the power
Committed patchset #5 (id:100001)
5 years, 1 month ago (2015-11-23 17:55:16 UTC) #27
commit-bot: I haz the power
5 years, 1 month ago (2015-11-23 17:56:04 UTC) #28
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/a8dcaa96573ff917fe9347609855241224824e1f
Cr-Commit-Position: refs/heads/master@{#361136}

Powered by Google App Engine
This is Rietveld 408576698