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

Issue 1067233002: Added a trace option for whitewashing trace args against a known-PII-less list. (Closed)

Created:
5 years, 8 months ago by oystein (OOO til 10th of July)
Modified:
5 years, 7 months ago
Reviewers:
dsinclair, nduca, Sami
CC:
chromium-reviews, erikwright+watch_chromium.org, tracing+reviews_chromium.org, wfh+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Patch Set 1 : #

Total comments: 3

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : Fixed NaCl build #

Patch Set 5 : Just base/trace/event/* #

Total comments: 1

Patch Set 6 : Removed enable_args_whitelist #

Patch Set 7 : Removed enable_args_whitelist #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -33 lines) Patch
M base/trace_event/trace_event_impl.h View 1 2 3 4 5 6 4 chunks +10 lines, -3 lines 0 comments Download
M base/trace_event/trace_event_impl.cc View 1 2 3 4 5 8 chunks +55 lines, -30 lines 0 comments Download
M base/trace_event/trace_event_unittest.cc View 1 2 3 4 5 6 1 chunk +44 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (7 generated)
oystein (OOO til 10th of July)
First pass at this.
5 years, 8 months ago (2015-04-08 02:10:33 UTC) #2
Sami
https://codereview.chromium.org/1067233002/diff/80001/base/trace_event/trace_event_impl_constants.cc File base/trace_event/trace_event_impl_constants.cc (right): https://codereview.chromium.org/1067233002/diff/80001/base/trace_event/trace_event_impl_constants.cc#newcode29 base/trace_event/trace_event_impl_constants.cc:29: const char* const TraceEvent::kEventArgsWhitelist[][2] = { Maybe it's just ...
5 years, 8 months ago (2015-04-09 14:46:45 UTC) #7
oystein (OOO til 10th of July)
https://codereview.chromium.org/1067233002/diff/80001/base/trace_event/trace_event_impl_constants.cc File base/trace_event/trace_event_impl_constants.cc (right): https://codereview.chromium.org/1067233002/diff/80001/base/trace_event/trace_event_impl_constants.cc#newcode29 base/trace_event/trace_event_impl_constants.cc:29: const char* const TraceEvent::kEventArgsWhitelist[][2] = { On 2015/04/09 14:46:45, ...
5 years, 8 months ago (2015-04-09 18:00:29 UTC) #8
oystein (OOO til 10th of July)
friendly ping!
5 years, 8 months ago (2015-04-10 01:50:20 UTC) #9
Sami
https://codereview.chromium.org/1067233002/diff/80001/base/trace_event/trace_event_impl_constants.cc File base/trace_event/trace_event_impl_constants.cc (right): https://codereview.chromium.org/1067233002/diff/80001/base/trace_event/trace_event_impl_constants.cc#newcode29 base/trace_event/trace_event_impl_constants.cc:29: const char* const TraceEvent::kEventArgsWhitelist[][2] = { On 2015/04/09 18:00:29, ...
5 years, 8 months ago (2015-04-10 11:08:36 UTC) #10
oystein (OOO til 10th of July)
On 2015/04/10 11:08:36, Sami wrote: > https://codereview.chromium.org/1067233002/diff/80001/base/trace_event/trace_event_impl_constants.cc > File base/trace_event/trace_event_impl_constants.cc (right): > > https://codereview.chromium.org/1067233002/diff/80001/base/trace_event/trace_event_impl_constants.cc#newcode29 > ...
5 years, 8 months ago (2015-04-10 18:58:23 UTC) #11
nduca
Is it okay for a compromised renderer process to be in charge of whitelist stripping? ...
5 years, 8 months ago (2015-04-14 19:20:05 UTC) #12
oystein (OOO til 10th of July)
On 2015/04/14 19:20:05, nduca wrote: > Is it okay for a compromised renderer process to ...
5 years, 8 months ago (2015-04-14 20:44:19 UTC) #13
nduca
Alright. I'm not particularly wild about this approach but its not something I want to ...
5 years, 8 months ago (2015-04-14 21:48:54 UTC) #14
oystein (OOO til 10th of July)
v2 uploaded; no tests yet, holding off on that until I get yea/nay on the ...
5 years, 8 months ago (2015-04-21 23:43:08 UTC) #17
oystein (OOO til 10th of July)
On 2015/04/21 23:43:08, Oystein wrote: > v2 uploaded; no tests yet, holding off on that ...
5 years, 8 months ago (2015-04-27 18:12:56 UTC) #18
Sami
Thanks, I think I like the predicate approach better than the previously hardcoded list. Others?
5 years, 7 months ago (2015-04-28 17:07:03 UTC) #19
nduca
i think it'd be good to have three patches: 1) add predicate to trace event ...
5 years, 7 months ago (2015-04-29 16:36:50 UTC) #20
nduca
(the approach seems fine, though i think there're minor tweaks that need doing that will ...
5 years, 7 months ago (2015-04-29 16:37:46 UTC) #21
oystein (OOO til 10th of July)
On 2015/04/29 16:37:46, nduca wrote: > (the approach seems fine, though i think there're minor ...
5 years, 7 months ago (2015-04-30 20:21:14 UTC) #22
nduca
(also, enable_args_whitelist -> strip_non_whitelisted_args? that's a nit and wouldn't have held an lg) https://codereview.chromium.org/1067233002/diff/200001/base/trace_event/trace_event_impl.h File ...
5 years, 7 months ago (2015-05-01 03:09:03 UTC) #23
oystein (OOO til 10th of July)
On 2015/05/01 03:09:03, nduca wrote: > (also, enable_args_whitelist -> strip_non_whitelisted_args? that's a nit and > ...
5 years, 7 months ago (2015-05-04 17:14:53 UTC) #24
oystein (OOO til 10th of July)
5 years, 7 months ago (2015-05-07 20:48:07 UTC) #25
ping :)

Powered by Google App Engine
This is Rietveld 408576698