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

Issue 1930963002: 🌈 Upstream some code related to PolicyAuditing. (Closed)

Created:
4 years, 7 months ago by Yaron
Modified:
4 years, 7 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Upstream some code related to PolicyAuditing. Provides basic mapping from security failure states to an enum for consumption by auditors. BUG=607207 TBR=thestig Committed: https://crrev.com/0c14f2687aaf35d401f532ca65bed43bad603019 Cr-Commit-Position: refs/heads/master@{#390662}

Patch Set 1 #

Total comments: 11

Patch Set 2 : comments #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -6 lines) Patch
M chrome/android/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/policy/PolicyAuditor.java View 1 1 chunk +6 lines, -4 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/tab/TabWebContentsObserver.java View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/android/chrome_jni_registrar.cc View 2 chunks +2 lines, -0 lines 0 comments Download
A chrome/browser/android/policy/policy_auditor.h View 1 chunk +12 lines, -0 lines 0 comments Download
A chrome/browser/android/policy/policy_auditor.cc View 1 2 3 4 1 chunk +71 lines, -0 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 3 chunks +12 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 26 (12 generated)
Yaron
mimics the AuditEvent approach that I see was done - lmk what you think https://codereview.chromium.org/1930963002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/policy/PolicyAuditor.java ...
4 years, 7 months ago (2016-04-28 15:13:59 UTC) #3
Bernhard Bauer
https://codereview.chromium.org/1930963002/diff/1/chrome/browser/android/policy/policy_auditor.cc File chrome/browser/android/policy/policy_auditor.cc (right): https://codereview.chromium.org/1930963002/diff/1/chrome/browser/android/policy/policy_auditor.cc#newcode14 chrome/browser/android/policy/policy_auditor.cc:14: int GetCertificateFailure(JNIEnv* env, Just to check: the generated JNI ...
4 years, 7 months ago (2016-04-28 16:33:08 UTC) #4
Yaron
https://codereview.chromium.org/1930963002/diff/1/chrome/browser/android/policy/policy_auditor.cc File chrome/browser/android/policy/policy_auditor.cc (right): https://codereview.chromium.org/1930963002/diff/1/chrome/browser/android/policy/policy_auditor.cc#newcode14 chrome/browser/android/policy/policy_auditor.cc:14: int GetCertificateFailure(JNIEnv* env, On 2016/04/28 16:33:08, Bernhard Bauer wrote: ...
4 years, 7 months ago (2016-04-28 19:30:49 UTC) #5
Bernhard Bauer
LGTM! https://codereview.chromium.org/1930963002/diff/60001/chrome/browser/android/policy/policy_auditor.cc File chrome/browser/android/policy/policy_auditor.cc (right): https://codereview.chromium.org/1930963002/diff/60001/chrome/browser/android/policy/policy_auditor.cc#newcode60 chrome/browser/android/policy/policy_auditor.cc:60: if (!!(ssl.content_status & Would you mind removing the ...
4 years, 7 months ago (2016-04-29 08:25:02 UTC) #6
Yaron
tbr thestig for trivial chrome.gyp change https://codereview.chromium.org/1930963002/diff/60001/chrome/browser/android/policy/policy_auditor.cc File chrome/browser/android/policy/policy_auditor.cc (right): https://codereview.chromium.org/1930963002/diff/60001/chrome/browser/android/policy/policy_auditor.cc#newcode60 chrome/browser/android/policy/policy_auditor.cc:60: if (!!(ssl.content_status & ...
4 years, 7 months ago (2016-04-29 13:43:57 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1930963002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1930963002/80001
4 years, 7 months ago (2016-04-29 13:44:19 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_gn/builds/27301) ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 7 months ago (2016-04-29 13:47:24 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1930963002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1930963002/100001
4 years, 7 months ago (2016-04-29 13:54:19 UTC) #17
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 7 months ago (2016-04-29 16:07:11 UTC) #19
mdjones
A revert of this CL (patchset #6 id:100001) has been created in https://codereview.chromium.org/1937473002/ by mdjones@chromium.org. ...
4 years, 7 months ago (2016-04-29 16:55:57 UTC) #20
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/0c14f2687aaf35d401f532ca65bed43bad603019 Cr-Commit-Position: refs/heads/master@{#390662}
4 years, 7 months ago (2016-04-30 17:26:11 UTC) #21
Lei Zhang
lgtm, but please remember to actually email me.
4 years, 7 months ago (2016-05-10 00:50:34 UTC) #24
Yaron
On 2016/05/10 00:50:34, Lei Zhang wrote: > lgtm, but please remember to actually email me.
4 years, 7 months ago (2016-05-10 13:08:30 UTC) #25
Yaron
4 years, 7 months ago (2016-05-10 13:08:43 UTC) #26
Message was sent while issue was closed.
On 2016/05/10 13:08:30, Yaron wrote:
> On 2016/05/10 00:50:34, Lei Zhang wrote:
> > lgtm, but please remember to actually email me.

oops, sorry about that!

Powered by Google App Engine
This is Rietveld 408576698