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

Side by Side Diff: chrome/common/OWNERS

Issue 2387613002: Merge Content Settings IPCs back to chrome/common/render_messages.h (Closed)
Patch Set: Cover param_traits in chrome/common/OWNERS, as requested by the presubmit script Created 4 years, 2 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
OLDNEW
1 per-file chrome_features.cc=* 1 per-file chrome_features.cc=*
2 per-file chrome_features.h=* 2 per-file chrome_features.h=*
3 per-file chrome_switches.cc=* 3 per-file chrome_switches.cc=*
4 per-file chrome_switches.h=* 4 per-file chrome_switches.h=*
5 per-file pref_names.cc=* 5 per-file pref_names.cc=*
6 per-file pref_names.h=* 6 per-file pref_names.h=*
7 per-file url_constants.cc=* 7 per-file url_constants.cc=*
8 per-file url_constants.h=* 8 per-file url_constants.h=*
9 9
10 # This is for the common case of adding or renaming files. If you're doing 10 # This is for the common case of adding or renaming files. If you're doing
11 # structural changes, use usual OWNERS rules. 11 # structural changes, use usual OWNERS rules.
12 per-file BUILD.gn=* 12 per-file BUILD.gn=*
13 13
14 # Mac Sandbox profiles. 14 # Mac Sandbox profiles.
15 per-file nacl_loader.sb=set noparent 15 per-file nacl_loader.sb=set noparent
16 per-file nacl_loader.sb=rsesek@chromium.org 16 per-file nacl_loader.sb=rsesek@chromium.org
17 17
18 per-file *_messages*.h=set noparent 18 per-file *_messages*.h=set noparent
19 per-file *_messages*.h=file://ipc/SECURITY_OWNERS 19 per-file *_messages*.h=file://ipc/SECURITY_OWNERS
20 20
21 per-file *_param_traits*.*=set noparent
22 per-file *_param_traits*.*=file://ipc/SECURITY_OWNERS
23
21 # Changes to Mojo interfaces require a security review to avoid 24 # Changes to Mojo interfaces require a security review to avoid
22 # introducing new sandbox escapes. 25 # introducing new sandbox escapes.
23 per-file *.mojom=set noparent 26 per-file *.mojom=set noparent
24 per-file *.mojom=file://ipc/SECURITY_OWNERS 27 per-file *.mojom=file://ipc/SECURITY_OWNERS
25 28
26 #Content settings 29 #Content settings
27 per-file content_settings*=markusheintz@chromium.org 30 per-file content_settings*=markusheintz@chromium.org
28 31
29 # Pepper files. 32 # Pepper files.
30 per-file pepper_*=bbudge@chromium.org 33 per-file pepper_*=bbudge@chromium.org
31 per-file pepper_*=raymes@chromium.org 34 per-file pepper_*=raymes@chromium.org
32 35
33 # Other stuff. 36 # Other stuff.
34 per-file autocomplete_match_type.*=mpearson@chromium.org 37 per-file autocomplete_match_type.*=mpearson@chromium.org
35 per-file autocomplete_match_type.*=pkasting@chromium.org 38 per-file autocomplete_match_type.*=pkasting@chromium.org
36 per-file autocomplete_match_type.*=sky@chromium.org 39 per-file autocomplete_match_type.*=sky@chromium.org
37 per-file crash_keys*=rsesek@chromium.org 40 per-file crash_keys*=rsesek@chromium.org
38 41
39 # Tracing 42 # Tracing
40 per-file trace_event_args_whitelist*=nduca@chromium.org 43 per-file trace_event_args_whitelist*=nduca@chromium.org
41 per-file trace_event_args_whitelist*=dsinclair@chromium.org 44 per-file trace_event_args_whitelist*=dsinclair@chromium.org
42 per-file trace_event_args_whitelist*=oysteine@chromium.org 45 per-file trace_event_args_whitelist*=oysteine@chromium.org
43 46
44 # IPC 47 # IPC
45 per-file *.mojom=set noparent 48 per-file *.mojom=set noparent
46 per-file *.mojom=file://ipc/SECURITY_OWNERS 49 per-file *.mojom=file://ipc/SECURITY_OWNERS
OLDNEW
« no previous file with comments | « chrome/browser/ui/content_settings/content_setting_bubble_model.cc ('k') | chrome/common/common_param_traits_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698