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

Side by Side Diff: chrome/common/OWNERS

Issue 2177023002: Remove spellchecker feedback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile Created 4 years, 4 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 | « chrome/chrome_tests_unit.gypi ('k') | chrome/renderer/spellchecker/spellcheck.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 per-file chrome_switches.cc=* 1 per-file chrome_switches.cc=*
2 per-file chrome_switches.h=* 2 per-file chrome_switches.h=*
3 per-file pref_names.cc=* 3 per-file pref_names.cc=*
4 per-file pref_names.h=* 4 per-file pref_names.h=*
5 per-file url_constants.cc=* 5 per-file url_constants.cc=*
6 per-file url_constants.h=* 6 per-file url_constants.h=*
7 7
8 # Mac Sandbox profiles. 8 # Mac Sandbox profiles.
9 per-file nacl_loader.sb=set noparent 9 per-file nacl_loader.sb=set noparent
10 per-file nacl_loader.sb=rsesek@chromium.org 10 per-file nacl_loader.sb=rsesek@chromium.org
11 11
12 per-file *_messages*.h=set noparent 12 per-file *_messages*.h=set noparent
13 per-file *_messages*.h=file://ipc/SECURITY_OWNERS 13 per-file *_messages*.h=file://ipc/SECURITY_OWNERS
14 14
15 # Changes to Mojo interfaces require a security review to avoid 15 # Changes to Mojo interfaces require a security review to avoid
16 # introducing new sandbox escapes. 16 # introducing new sandbox escapes.
17 per-file *.mojom=set noparent 17 per-file *.mojom=set noparent
18 per-file *.mojom=file://ipc/SECURITY_OWNERS 18 per-file *.mojom=file://ipc/SECURITY_OWNERS
19 19
20 # Spellcheck files. Not using spellcheck* since it covers IPC messages too. 20 # Spellcheck files. Not using spellcheck* since it covers IPC messages too.
21 per-file spellcheck_bdict_language.h=groby@chromium.org 21 per-file spellcheck_bdict_language.h=groby@chromium.org
22 per-file spellcheck_bdict_language.h=rouslan@chromium.org 22 per-file spellcheck_bdict_language.h=rouslan@chromium.org
23 per-file spellcheck_common*=groby@chromium.org 23 per-file spellcheck_common*=groby@chromium.org
24 per-file spellcheck_common*=rouslan@chromium.org 24 per-file spellcheck_common*=rouslan@chromium.org
25 per-file spellcheck_marker.h=groby@chromium.org
26 per-file spellcheck_marker.h=rouslan@chromium.org
27 per-file spellcheck_result.h=groby@chromium.org 25 per-file spellcheck_result.h=groby@chromium.org
28 per-file spellcheck_result.h=rouslan@chromium.org 26 per-file spellcheck_result.h=rouslan@chromium.org
29 27
30 #Content settings 28 #Content settings
31 per-file content_settings*=markusheintz@chromium.org 29 per-file content_settings*=markusheintz@chromium.org
32 30
33 # Pepper files. 31 # Pepper files.
34 per-file pepper_*=bbudge@chromium.org 32 per-file pepper_*=bbudge@chromium.org
35 per-file pepper_*=raymes@chromium.org 33 per-file pepper_*=raymes@chromium.org
36 34
37 # Other stuff. 35 # Other stuff.
38 per-file autocomplete_match_type.*=mpearson@chromium.org 36 per-file autocomplete_match_type.*=mpearson@chromium.org
39 per-file autocomplete_match_type.*=pkasting@chromium.org 37 per-file autocomplete_match_type.*=pkasting@chromium.org
40 per-file autocomplete_match_type.*=sky@chromium.org 38 per-file autocomplete_match_type.*=sky@chromium.org
41 per-file crash_keys*=rsesek@chromium.org 39 per-file crash_keys*=rsesek@chromium.org
42 40
43 # Tracing 41 # Tracing
44 per-file trace_event_args_whitelist*=nduca@chromium.org 42 per-file trace_event_args_whitelist*=nduca@chromium.org
45 per-file trace_event_args_whitelist*=dsinclair@chromium.org 43 per-file trace_event_args_whitelist*=dsinclair@chromium.org
46 per-file trace_event_args_whitelist*=oysteine@chromium.org 44 per-file trace_event_args_whitelist*=oysteine@chromium.org
47 45
48 # IPC 46 # IPC
49 per-file *.mojom=set noparent 47 per-file *.mojom=set noparent
50 per-file *.mojom=file://ipc/SECURITY_OWNERS 48 per-file *.mojom=file://ipc/SECURITY_OWNERS
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/renderer/spellchecker/spellcheck.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698