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

Side by Side Diff: chrome/common/OWNERS

Issue 11419050: [Spellcheck] Fix owners to spellcheck group. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Proper capitalization. Created 8 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/common/spellcheck_result.h » ('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 # Changes to IPC messages require a security review to avoid introducing 8 # Changes to IPC messages require a security review to avoid introducing
9 # new sandbox escapes. 9 # new sandbox escapes.
10 per-file *_messages.h=set noparent 10 per-file *_messages.h=set noparent
11 per-file *_messages.h=cdn@chromium.org 11 per-file *_messages.h=cdn@chromium.org
12 per-file *_messages.h=jln@chromium.org 12 per-file *_messages.h=jln@chromium.org
13 per-file *_messages.h=jschuh@chromium.org 13 per-file *_messages.h=jschuh@chromium.org
14 per-file *_messages.h=palmer@chromium.org 14 per-file *_messages.h=palmer@chromium.org
15 per-file *_messages.h=tsepez@chromium.org 15 per-file *_messages.h=tsepez@chromium.org
16
17 # Spellcheck files. Not using spellcheck* since it covers IPC messages too.
18 per-file spellcheck_common.*=gbillock@chromium.org
19 per-file spellcheck_common.*=groby@chromium.org
20 per-file spellcheck_common.*=rlp@chromium.org
21 per-file spellcheck_common.*=rouslan@chromium.org
22 per-file spellcheck_result.h=gbillock@chromium.org
23 per-file spellcheck_result.h=groby@chromium.org
24 per-file spellcheck_result.h=rlp@chromium.org
25 per-file spellcheck_result.h=rouslan@chromium.org
OLDNEW
« no previous file with comments | « no previous file | chrome/common/spellcheck_result.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698