summaryrefslogtreecommitdiffstats
path: root/WATCHLISTS
Commit message (Collapse)AuthorAgeFilesLines
* Add sriramsr@chromium.org and marcinjb@chromium.org to blimp WATCHLIST.sriramsr2015-10-081-1/+3
| | | | | | Review URL: https://codereview.chromium.org/1391403002 Cr-Commit-Position: refs/heads/master@{#352981}
* Remove myself from downloads watchlists and ownersbenjhayden2015-10-051-11/+2
| | | | | | Review URL: https://codereview.chromium.org/1384333002 Cr-Commit-Position: refs/heads/master@{#352354}
* Fix WATCHLISTS entry for downloads_ui.asanka2015-10-051-1/+1
| | | | | | | | | R=benjhayden@chromium.org BUG=none Review URL: https://codereview.chromium.org/1383133002 Cr-Commit-Position: refs/heads/master@{#352340}
* Cleanup: Remove all references to chrome/browser/ui/gtk.tfarina2015-10-031-3/+0
| | | | | | | | | | | This part of the UI code for the GTK port has been removed long time ago. BUG=None R=thestig@chromium.org,erg@chromium.org Review URL: https://codereview.chromium.org/1382003003 Cr-Commit-Position: refs/heads/master@{#352184}
* Remove mazda@ from the accelerator_table watchlist.mazda2015-10-021-2/+1
| | | | | | | | | | I'm leaving the team. BUG=N/A Review URL: https://codereview.chromium.org/1375923006 Cr-Commit-Position: refs/heads/master@{#351968}
* Add yunlian to the clang_update watchlisthans2015-09-291-0/+1
| | | | | | | | BUG=none Review URL: https://codereview.chromium.org/1373303002 Cr-Commit-Position: refs/heads/master@{#351393}
* Add some watchlist mailing lists.chrishtr2015-09-291-2/+4
| | | | | | | | TBR=pdr@chromium.org Review URL: https://codereview.chromium.org/1376733003 Cr-Commit-Position: refs/heads/master@{#351333}
* WATCHLISTS: Remove jhawkins,jlklein from md-settings watchlist.jhawkins2015-09-251-2/+0
| | | | | | | | | R=dbeam@chromium.org BUG= Review URL: https://codereview.chromium.org/1370783002 Cr-Commit-Position: refs/heads/master@{#350877}
* Move contents of third_party/WebKit/WATCHLISTS into WATCHLISTStimloh2015-09-251-0/+504
| | | | | | | | | | | | | | | The blink watchlists stopped working after the repo merge, so this patch merges the blink watchlists into the chromium watchlists. I did minor clean-ups and removed the web, modules, platform, filters and compositing entries since no-one was listed as watching these. I also added an entry for third_party/WebKit, to send to blink-reviews@. Previously this was covered by CCLIST in codereview.settings, but that doesn't seem to be used any more. Review URL: https://codereview.chromium.org/1361013004 Cr-Commit-Position: refs/heads/master@{#350834}
* Copy libvpx from DEPS to srcjohannkoenig2015-09-181-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Leaves the previous version in place but updates BUILD.gn and libvpx.gn to point to the new version. This allows decoupling the WebRTC update which is also in DEPS. libvpx DEPS changes ac1772e:0d6551 https://codereview.chromium.org/1339033002 https://chromium-review.googlesource.com/299759 https://codereview.chromium.org/1350853003 https://codereview.chromium.org/1353433003 Copy directory to libvpx_new to avoid breaking bisecting. This allows the user to move between and older and newer revision. A followup to rename libvpx_new to libvpx will come in some ~months because there are additional complications if one tries to sync directly from pre-move to post-rename or the other way around. Remove WATCHLISTS and codereview.settings from _new and use the parent versions. Add DEPS file to enumerate the #include paths. Check out third_party/libvpx_new/source/libvpx directly from upstream project Update all the easy clients of libvpx to depend on the new tree directly. https://chromium.googlesource.com/chromium/deps/libvpx/+/ac1772e3db5c885b554f6a72ca9dbac4245cb0e2 BUG=481034 R=tomfinegan@chromium.org,brettw@chromium.org,phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/1323333002 Cr-Commit-Position: refs/heads/master@{#349789}
* Revert of [Docs] add nodir@ and andybons@ to watchlist for docs/ dirs ↵nodir2015-09-181-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | (patchset #1 id:1 of https://codereview.chromium.org/1304203008/ ) Reason for revert: Nodir/Andrew do not watch docs Original issue's description: > [Docs] add nodir@ and andybons@ to watchlist for docs/ dirs > > BUG=none > > Committed: https://crrev.com/f4991462e4dc5c9d0a075867a5bdb557c2672c85 > Cr-Commit-Position: refs/heads/master@{#346422} TBR=ben@chromium.org,andybons@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=none Review URL: https://codereview.chromium.org/1358573002 Cr-Commit-Position: refs/heads/master@{#349711}
* Turn components/crash into a layered component.sdefresne2015-09-181-1/+1
| | | | | | | | | | | | | | | The crash component cannot be used on iOS (as it depends on //content). Turn it into a layered component so that it is possible to put shared code related to crash there (components/crash_keys and objc_zombie.{h,mm}). BUG=522955 TBR=sky@chromium.org TBR=jschuh@chromium.org NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1315303004 Cr-Commit-Position: refs/heads/master@{#349643}
* Revert of Turn components/crash into a layered component. (patchset #6 ↵sdefresne2015-09-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | id:100001 of https://codereview.chromium.org/1315303004/ ) Reason for revert: This breaks Webkit layout tests. Original issue's description: > Turn components/crash into a layered component. > > The crash component cannot be used on iOS (as it depends on //content). > Turn it into a layered component so that it is possible to put shared > code related to crash there (components/crash_keys and objc_zombie.{h,mm}). > > BUG=522955 > TBR=sky@chromium.org > TBR=jschuh@chromium.org > NOPRESUBMIT=true > > Committed: https://crrev.com/4e483c64be5136b785e92c5baa971baca7eea2bc > Cr-Commit-Position: refs/heads/master@{#349384} TBR=blundell@chromium.org,jam@chromium.org,jschuh@chromium.org,mark@chromium.org,rsesek@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=522955 Review URL: https://codereview.chromium.org/1351923002 Cr-Commit-Position: refs/heads/master@{#349417}
* Turn components/crash into a layered component.sdefresne2015-09-171-1/+1
| | | | | | | | | | | | | | | The crash component cannot be used on iOS (as it depends on //content). Turn it into a layered component so that it is possible to put shared code related to crash there (components/crash_keys and objc_zombie.{h,mm}). BUG=522955 TBR=sky@chromium.org TBR=jschuh@chromium.org NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1315303004 Cr-Commit-Position: refs/heads/master@{#349384}
* Fix WATCHLIST error.shess2015-09-161-1/+1
| | | | | | | | | | | https://crrev.com/0af49ad54149ee0c13b6e8b87d0c66a4b5d79c9f forgot a comma. BUG=NONE TBR=dtrainor@chromium.org Review URL: https://codereview.chromium.org/1349933002 Cr-Commit-Position: refs/heads/master@{#349281}
* Add dtrainor to 'blimp' watchlist.nyquist2015-09-161-3/+4
| | | | | | | | | | Also change sorting to be alphabetical. BUG=None Review URL: https://codereview.chromium.org/1349483002 Cr-Commit-Position: refs/heads/master@{#349187}
* Settings OWNERS swapdbeam2015-09-151-3/+2
| | | | | | | | | | | | BUG=none TEST=more relevant reviews R=khorimoto@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1347723003 Cr-Commit-Position: refs/heads/master@{#348937}
* WATCHLISTS: rename folder and remove wjia@ (left Cr)mcasas2015-09-111-3/+2
| | | | | | Review URL: https://codereview.chromium.org/1332353004 Cr-Commit-Position: refs/heads/master@{#348492}
* Bubble watchlist.rouslan2015-09-101-4/+8
| | | | | | | | | | | | | - Add components/bubble/ to bubble directories. - Add rouslan/hcarmona/groby to bubble watchlist recipients. - Remove 'watch' from rouslan's email address. - Remove aclicet from watchlist. BUG=NONE Review URL: https://codereview.chromium.org/1330233006 Cr-Commit-Position: refs/heads/master@{#348203}
* Add WATCHLISTS entries for blimpmaniscalco2015-09-091-0/+6
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/1329263002 Cr-Commit-Position: refs/heads/master@{#348018}
* Merge md_settings into settingsmichaelpg2015-09-041-2/+2
| | | | | | | | BUG=none Review URL: https://codereview.chromium.org/1319763005 Cr-Commit-Position: refs/heads/master@{#347503}
* Add halliwell to chromecast watchlist.halliwell2015-09-041-1/+3
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/1332433002 Cr-Commit-Position: refs/heads/master@{#347493}
* Add achuith to chromeos_login.achuith2015-09-021-1/+2
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/1325823003 Cr-Commit-Position: refs/heads/master@{#346887}
* Add jdonnelly to Autofill watchlist.jdonnelly2015-08-311-0/+1
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/1312433012 Cr-Commit-Position: refs/heads/master@{#346441}
* [Docs] add nodir@ and andybons@ to watchlist for docs/ dirsandybons2015-08-311-0/+4
| | | | | | | | BUG=none Review URL: https://codereview.chromium.org/1304203008 Cr-Commit-Position: refs/heads/master@{#346422}
* Update members of cast WATCHLIST.miu2015-08-271-4/+3
| | | | | | | | | | | Removes those no longer active on the media/cast project, and adds new members. TBR=hguihot@chromium.org Review URL: https://codereview.chromium.org/1309033006 Cr-Commit-Position: refs/heads/master@{#345759}
* Remove ianwen from several wathlistsianwen2015-08-261-2/+0
| | | | | | | | | BUG=NONE TBR=kkimlabs@chromium.org Review URL: https://codereview.chromium.org/1319763002 Cr-Commit-Position: refs/heads/master@{#345620}
* Add bondd to Autofill watchlist.bondd2015-08-241-1/+2
| | | | | | | | BUG=none Review URL: https://codereview.chromium.org/1309103004 Cr-Commit-Position: refs/heads/master@{#345213}
* Remove self from WATCHLISTSmaniscalco2015-08-181-1/+0
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/1302463003 Cr-Commit-Position: refs/heads/master@{#343938}
* Update WATCHLISTS for stevenjbstevenjb2015-08-071-6/+6
| | | | | | | | BUG=none Review URL: https://codereview.chromium.org/1281513003 Cr-Commit-Position: refs/heads/master@{#342393}
* Remove more references to myself.erikwright2015-07-311-3/+0
| | | | | | | | | BUG= TBR=rkaplow Review URL: https://codereview.chromium.org/1254893007 Cr-Commit-Position: refs/heads/master@{#341384}
* Add a WATCHLIST entry for //components/([^/]*/)*DEPS.sdefresne2015-07-221-0/+6
| | | | | | | | BUG=None Review URL: https://codereview.chromium.org/1255433003 Cr-Commit-Position: refs/heads/master@{#339910}
* Added self to net quality watch.rdsmith2015-07-221-0/+4
| | | | | | | | | BUG=None R=bengr@chromium.org Review URL: https://codereview.chromium.org/1244923002 Cr-Commit-Position: refs/heads/master@{#339796}
* Update penghuang's WATCHLISTS.penghuang2015-07-211-3/+3
| | | | | | | | BUG=None Review URL: https://codereview.chromium.org/1249713004 Cr-Commit-Position: refs/heads/master@{#339733}
* WATCHLISTS: Add blink-worker-reviews@ to 'content_worker'nhiroki2015-07-211-6/+2
| | | | | | | | | | | This CL also removes an entry for non-existent worker files. BUG=n/a NOTRY=true Review URL: https://codereview.chromium.org/1247673002 Cr-Commit-Position: refs/heads/master@{#339593}
* Update estade watchlistEvan Stade2015-07-071-1/+1
| | | | | | | | | | BUG=none NOPRESUBMIT=true NOTRY=true Review URL: https://codereview.chromium.org/1221193006 . Cr-Commit-Position: refs/heads/master@{#337626}
* Update raymes' WATCHLISTSraymes2015-07-021-4/+4
| | | | | | Review URL: https://codereview.chromium.org/1215253003 Cr-Commit-Position: refs/heads/master@{#337184}
* Merge java_staging/src into java/src.Newton Allen2015-06-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | This moves all the java files in chrome/android/java_staging to chrome/android/java, and merges the chrome_staging_java build target into chrome_java. Files moved using using: cd chrome/android/java_staging for src in $(find . -type f); do dst=../java/$src mkdir -p $(dirname $dst) mv $src $dst done BUG=501140 R=cjhopman@chromium.org, mnaganov@chromium.org, tedchoc@chromium.org, yfriedman@chromium.org TBR=sky@chromium.org Review URL: https://codereview.chromium.org/1206673003. Cr-Commit-Position: refs/heads/master@{#336008}
* Add precache watchlist.twifkak2015-06-221-0/+4
| | | | | | | | | | | Add a watchlist for all files that contain 'precache' in their path, for the Wifi Prefetch project. BUG=309216 Review URL: https://codereview.chromium.org/1191813006 Cr-Commit-Position: refs/heads/master@{#335528}
* Fix WATCHLISTS syntax erroralancutter2015-06-191-1/+1
| | | | | | | | | | | Add missing comma to WATCHLISTS. TBR=ianwen@chromium.org NOTRY=TRUE Review URL: https://codereview.chromium.org/1189253002 Cr-Commit-Position: refs/heads/master@{#335194}
* Add ianwen to watch list for related projectsianwen2015-06-181-0/+11
| | | | | | | | BUG=NONE Review URL: https://codereview.chromium.org/1187403003 Cr-Commit-Position: refs/heads/master@{#335141}
* Media Galleries: Update OWNERS and WATCHLIST to current staff.tommycli2015-06-181-2/+1
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/1192663004 Cr-Commit-Position: refs/heads/master@{#335103}
* Create a WATCHLISTS entry for //ios/chromesdefresne2015-06-181-0/+4
| | | | | | | | BUG=None Review URL: https://codereview.chromium.org/1189963005 Cr-Commit-Position: refs/heads/master@{#335044}
* Remove myself from WATCHLISTSnkostylev2015-06-101-1/+0
| | | | | | | | | BUG=none NOTRY=true Review URL: https://codereview.chromium.org/1180443002 Cr-Commit-Position: refs/heads/master@{#333728}
* Add tnakamura to watchlist for WebRTC teststnakamura2015-06-031-1/+2
| | | | | | Review URL: https://codereview.chromium.org/1155703005 Cr-Commit-Position: refs/heads/master@{#332606}
* Add self to some existing/new watchlist.mlamouri2015-06-021-1/+20
| | | | | | | | BUG=None Review URL: https://codereview.chromium.org/1157803004 Cr-Commit-Position: refs/heads/master@{#332405}
* Adding phoglund to watchlist for WebRTC tests.phoglund2015-06-021-0/+5
| | | | | | | | | | This way perhaps we can keep a closer eye on test disables, etc. BUG=491075 Review URL: https://codereview.chromium.org/1167673010 Cr-Commit-Position: refs/heads/master@{#332361}
* Remove myself from watch list of chromedriver.stgao2015-05-291-1/+1
| | | | | | | | TBR=samuong Review URL: https://codereview.chromium.org/1143253008 Cr-Commit-Position: refs/heads/master@{#332064}
* Removing myself from src/WATCHLISTS.aandrey2015-05-201-1/+0
| | | | | | | | | NOTRY=true TBR=yurys Review URL: https://codereview.chromium.org/1143163002 Cr-Commit-Position: refs/heads/master@{#330719}
* Add jlklein to closure watchlistjlklein2015-05-141-1/+2
| | | | | | | | | R=dbeam@chromium.org BUG= Review URL: https://codereview.chromium.org/1131773007 Cr-Commit-Position: refs/heads/master@{#329771}