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

Side by Side Diff: WATCHLISTS

Issue 2937563002: Remove the EV Certs Whitelist (Closed)
Patch Set: Update comment Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # Watchlist Rules 5 # Watchlist Rules
6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists 6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists
7 7
8 # IMPORTANT: The regular expression filepath is tested against each path using 8 # IMPORTANT: The regular expression filepath is tested against each path using
9 # re.search, so it is not usually necessary to add .*. 9 # re.search, so it is not usually necessary to add .*.
10 10
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 'cast_certificate': { 264 'cast_certificate': {
265 'filepath': 'components/cast_certificate/'\ 265 'filepath': 'components/cast_certificate/'\
266 '|components/test/data/cast_certificate/', 266 '|components/test/data/cast_certificate/',
267 }, 267 },
268 'cast_channel': { 268 'cast_channel': {
269 'filepath': 'chrome/test/data/extensions/api_test/cast_channel/' \ 269 'filepath': 'chrome/test/data/extensions/api_test/cast_channel/' \
270 '|extensions/(browser|common)/api/cast_channel' 270 '|extensions/(browser|common)/api/cast_channel'
271 }, 271 },
272 'certificate_transparency': { 272 'certificate_transparency': {
273 'filepath': 'components/certificate_transparency/'\ 273 'filepath': 'components/certificate_transparency/'\
274 '|components/packed_ct_ev_whitelist/'\
275 '|net/cert/ct_'\ 274 '|net/cert/ct_'\
276 '|net/cert/multi_log_ct_verifier'\ 275 '|net/cert/multi_log_ct_verifier'\
277 '|net/cert/sct_status_flags.h'\ 276 '|net/cert/sct_status_flags.h'\
278 '|net/cert/signed_certificate_timestamp'\ 277 '|net/cert/signed_certificate_timestamp'\
279 '|net/cert/signed_tree_head'\ 278 '|net/cert/signed_tree_head'\
280 '|net/test/ct_', 279 '|net/test/ct_',
281 }, 280 },
282 'chromecast': { 281 'chromecast': {
283 'filepath': 'chromecast/', 282 'filepath': 'chromecast/',
284 }, 283 },
(...skipping 2009 matching lines...) Expand 10 before | Expand all | Expand 10 after
2294 'msramek+watch@chromium.org', 2293 'msramek+watch@chromium.org',
2295 'raymes+watch@chromium.org'], 2294 'raymes+watch@chromium.org'],
2296 'windows_sandboxing': ['pennymac+watch@chromium.org', 2295 'windows_sandboxing': ['pennymac+watch@chromium.org',
2297 'wfh+watch@chromium.org'], 2296 'wfh+watch@chromium.org'],
2298 'x11': ['derat+watch@chromium.org', 2297 'x11': ['derat+watch@chromium.org',
2299 'sadrul@chromium.org', 2298 'sadrul@chromium.org',
2300 'yusukes+watch@chromium.org'], 2299 'yusukes+watch@chromium.org'],
2301 'zoom': ['wjmaclean@chromium.org'], 2300 'zoom': ['wjmaclean@chromium.org'],
2302 }, 2301 },
2303 } 2302 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698