summaryrefslogtreecommitdiffstats
path: root/chrome/common/OWNERS
Commit message (Collapse)AuthorAgeFilesLines
* Remove cdn from OWNERS for IPC security review.palmer@chromium.org2014-06-081-1/+0
| | | | | | | | | | | Since he is no longer on the project. Sniff. :'( BUG=none R=jln@chromium.org Review URL: https://codereview.chromium.org/317243005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275756 0039d316-1c4b-4281-b951-d872f2087c98
* Add kmadhusu@ as a search/instant OWNER.kmadhusu@chromium.org2014-05-301-0/+3
| | | | | | | | | | | | patch from issue 308103003 BUG=none TEST=none TBR=samarth@chromium.org,sky@chromium.org,jered@chromium.org Review URL: https://codereview.chromium.org/308653007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273922 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Redesign the avatar bubble UI. Again.noms@chromium.org2014-04-231-1/+0
| | | | | | | | | | | | | | | | | Mocks: https://docs.google.com/a/google.com/file/d/0BxMIIGI80eU-VW16NEloUFdyaXc/edit This CL does not implement the "round" avatar icon, nor the top-left corner info button, but it does set up the layout for the other elements. There is also an intermediate flag now, --new-avatar-menu, which enables the new UI but not the mirror-specific features (such as account management or the user manager). In this menu we always display the fast user switcher. BUG=353398 Review URL: https://codereview.chromium.org/235833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265432 0039d316-1c4b-4281-b951-d872f2087c98
* Update the owner of crash_key to include unittestsoshima@chromium.org2014-04-101-1/+1
| | | | | | | | | BUG=None R=rsesek@chromium.org, thestig@chromium.org Review URL: https://codereview.chromium.org/231103003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263095 0039d316-1c4b-4281-b951-d872f2087c98
* Add jorgelo@ to IPC security OWNERS.jorgelo@chromium.org2014-03-041-0/+1
| | | | | | | | BUG=None Review URL: https://codereview.chromium.org/184763009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254726 0039d316-1c4b-4281-b951-d872f2087c98
* Make per-file message file reviewers consistent across owners.tsepez@chromium.org2014-01-171-0/+3
| | | | | | | | TBR=darin@chromium.org,isherman@chromium.org,thakis@chromium.org,jam@chromium.org Review URL: https://codereview.chromium.org/130433008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245439 0039d316-1c4b-4281-b951-d872f2087c98
* Support experiment control of profile-management flags.bcwhite@chromium.org2014-01-081-0/+1
| | | | | | | | | | | | | | | | Three flags can now be controlled via an "experiment". EnableWebBasedSignin GoogleProfileInfo NewProfileManagement Also, correct name of function to match command-line flag change: EnableInlineSignin => !EnableWebBasedSignin BUG=324046 Review URL: https://codereview.chromium.org/111033005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243668 0039d316-1c4b-4281-b951-d872f2087c98
* Add the chrome/browser/autocomplete/ OWNERS as per-file owners ofpkasting@chromium.org2013-12-181-1/+4
| | | | | | | | | | | | chrome/common/autocomplete_match_type.*. BUG=none TEST=none R=sky@chromium.org Review URL: https://codereview.chromium.org/113713007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241655 0039d316-1c4b-4281-b951-d872f2087c98
* Add myself to OWNERS for IPC messages.dcheng@chromium.org2013-12-071-0/+1
| | | | | | | | | BUG=none R=jam@chromium.org, palmer@chromium.org Review URL: https://codereview.chromium.org/100823011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239279 0039d316-1c4b-4281-b951-d872f2087c98
* Make security team OWNERS for all IPC *_messages*.h files.palmer@chromium.org2013-06-121-7/+7
| | | | | | | | | | | | | We were set for *_messages.h, but there exist other files such as *_messages_android.h and *_messages_internal.h which we should also perform security review on. BUG=247434 R=cevans@chromium.org Review URL: https://codereview.chromium.org/16830003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205901 0039d316-1c4b-4281-b951-d872f2087c98
* Instant: Update OWNERS and WATCHLISTSsreeram@chromium.org2013-06-051-5/+5
| | | | | | | | | | | BUG=none NOTRY=true R=samarth@chromium.org TEST=none Review URL: https://chromiumcodereview.appspot.com/16357019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204102 0039d316-1c4b-4281-b951-d872f2087c98
* Make sreeram@ an OWNER to review instant_restricted_id_cache* changes.kmadhusu@chromium.org2013-06-031-0/+1
| | | | | | | | | | | BUG=none TEST=none NOTRY=true TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/16098016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203781 0039d316-1c4b-4281-b951-d872f2087c98
* Add a struct for spellcheck markerrouslan@chromium.org2013-05-141-2/+3
| | | | | | | | | | | | | Blink includes spellcheck marker data in spellcheck requests to Chrome browser. The Chrome browser will use the struct added in this CL to store the spellcheck marker data. This data will be used for sending feedback to spelling service to improve spelling suggestions. BUG=170514 Review URL: https://chromiumcodereview.appspot.com/15093006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199876 0039d316-1c4b-4281-b951-d872f2087c98
* Add myself as a per-file OWNERS to chrome/common/crash_keys.*rsesek@chromium.org2013-04-251-0/+3
| | | | | | | | NOTRY=true Review URL: https://chromiumcodereview.appspot.com/13888013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196491 0039d316-1c4b-4281-b951-d872f2087c98
* Update OWNERS for instant/search.samarth@chromium.org2013-03-181-0/+10
| | | | | | | | | | | Add jered@ and samarth@ to instant/search OWNERS; remove sky@ and tonyg@. NOTRY=true BUG=none Review URL: https://chromiumcodereview.appspot.com/12869005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188880 0039d316-1c4b-4281-b951-d872f2087c98
* Add cevans as an IPC OWNER for all areas.palmer@chromium.org2013-03-181-1/+2
| | | | | | | | | | He was an OWNER of some; now all. NOTRY=true Review URL: https://codereview.chromium.org/12672006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188870 0039d316-1c4b-4281-b951-d872f2087c98
* Add myself as an owner for Mac sandbox files.jeremy@chromium.org2012-12-171-0/+4
| | | | | | | | | | BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/11590012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173552 0039d316-1c4b-4281-b951-d872f2087c98
* [Spellcheck] Fix owners to spellcheck group.groby@chromium.org2012-11-171-0/+10
| | | | | | | | | | | | Also fixes a typo. R=jam@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/11419050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168410 0039d316-1c4b-4281-b951-d872f2087c98
* Add security team as IPC file reviewers.tsepez@chromium.org2012-11-091-0/+9
| | | | | | | TBR=mirandac@chromium.org, kalman@chromium.org, Review URL: https://codereview.chromium.org/11191040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166950 0039d316-1c4b-4281-b951-d872f2087c98
* Add chrome/{browser,common}/OWNERS and allow all committers to make changes ↵jochen@chromium.org2012-11-071-0/+6
to some common files BUG=none R=jam@chromium.org,thakis@chromium.org Review URL: https://chromiumcodereview.appspot.com/11358137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166530 0039d316-1c4b-4281-b951-d872f2087c98