summaryrefslogtreecommitdiffstats
path: root/WATCHLISTS
Commit message (Collapse)AuthorAgeFilesLines
* 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}
* Add yzshen to the watchlist of Mandoline.yzshen2015-05-081-0/+4
| | | | | | Review URL: https://codereview.chromium.org/1137663003 Cr-Commit-Position: refs/heads/master@{#328965}
* Remove webkit from WATCHLISTS.Thiago Farina2015-05-071-9/+2
| | | | | | | | | | | Those directories in webkit/ do not exist anymore. BUG=None R=avi@chromium.org Review URL: https://codereview.chromium.org/1129943002 Cr-Commit-Position: refs/heads/master@{#328769}
* Update accessibility watchlistsje_julie.kim2015-05-061-1/+1
| | | | | | | | | | | | This patch changes je_julie.kim account with chromium.org, je_julie.kim@chromium.org. BUG=none NOTRY=true Review URL: https://codereview.chromium.org/1126263002 Cr-Commit-Position: refs/heads/master@{#328535}
* WATCHLISTS: Add nhiroki@ to 'cache_storage'nhiroki2015-04-271-1/+1
| | | | | | | | TBR=nhiroki@chromium.org Review URL: https://codereview.chromium.org/1103113002 Cr-Commit-Position: refs/heads/master@{#327009}
* Move blink scheduler implementation into a componentjochen2015-04-221-1/+1
| | | | | | | | | R=jam@chromium.org,skyostil@chromium.org,rmcilroy@chromium.org BUG=477690 Review URL: https://codereview.chromium.org/1058873010 Cr-Commit-Position: refs/heads/master@{#326320}
* Add myself to push_messaging watchlist.mvanouwerkerk2015-04-171-1/+2
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/1057923003 Cr-Commit-Position: refs/heads/master@{#325630}
* Revert "Speculative revert by sheriff"Bartosz Fabianowski2015-04-161-0/+4
| | | | | | | | | | | This reverts commit 919dce4400651813d5ff6e8a85b944a5987adcb7. BUG=None TBR=akuegel Review URL: https://codereview.chromium.org/1094553002 Cr-Commit-Position: refs/heads/master@{#325412}
* Speculative revert by sheriffBartosz Fabianowski2015-04-161-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I am reverting all CLs that could have caused this failure: http://build.chromium.org/p/chromium.linux/builders/ Android%20Tests%20%28dbg%29/builds/27276 I will start re-landing vindicated CLs shortly. Revert "Convert a11y_page.css to a11y_page_style.html. See http://goo.gl/vIGSCO for more information." This reverts commit eb48d65705e44b80d1d7a3b4f21c567802c102bb. Revert "Supply build properties to run-bisect-perf regression for android bisects." This reverts commit 9d70bb94984b02c17678ccf482d1a7b7c760a43f. Revert "[cros New-GAIA] Webview login and new GAIA endpoint enabled by default" This reverts commit 29061783f8b59f1e78286a87a3bb7d18129f639a. Revert "Prime the landing pad for the new video rendering pipeline." This reverts commit 45a3c93f745eabf6c1b1cbdac87ed4350a919e76. Revert "Implement separate error dialog for cws widget container" This reverts commit 7ed1f876f6f4d79ac074b25f2066d514603aa18d. Revert "Create device_bluetooth watchlist; add scheib." This reverts commit 40514c99cd45d1c8e9caef3245d42533d9810179. Revert "Convert checkbox.css to checkbox_style.html. See http://goo.gl/vIGSCO for more information." This reverts commit a687f31a786645508622482e9033f497364a43cd. Revert "Created new URLRequestContext for secure proxy check." This reverts commit 652eabf1141c00594aa6e9ed81beb980aec89198. Revert "Revert of Fix scroll regression when specifying an extension id. (patchset #4 id:60001 of https://codereview.chromium.org/1064573003/)" This reverts commit 488846cd562f444831982d82ef0bc9ca0dd79028. Revert "Sync: Add Android test for downloading a bookmark" This reverts commit 9c052713563111ac3d6cc64d4b5cfdfa27c202f4. Revert "ScreenOrientationController to start observing even without an internal display." This reverts commit 31fed68a524d49f99cebf02dca6ad49019e9900c. Revert "Fix MB configurations for Mac and Win GN bots." This reverts commit 31a66f3e705d20a39033a7b7d7f09a60517e6b9d. Revert "Add tool/perf/measurements path to check for CQ jobs." This reverts commit 99e1ac1d217174dad7a862f6a0fc44950d503737. Revert "Implement Notification.data for persistent notifications." This reverts commit 539f51d6af62097059c34b1c19dfbc4352413ad7. Revert "Fix playback rate calculations for WallClockTimeSource." This reverts commit 3ec02d642465872d9ab7d7db600d0480a57b3cab. Revert "Roll src/third_party/pdfium eddab44:b330016" This reverts commit 81d51e253cfacd5648cca9f12b605e63971a9ab1. Revert "cc: Make DisplayItemList::Append replay into an SkPicture" This reverts commit ec7c07e57bc5f91e3ba0bdeba8b6f534978615b0. Revert "Clean up URLFetcher unit tests, part 5." This reverts commit 8eeb3bf4a02be612cacb3cdbb5c223d909939527. BUG=None TBR=akuegel Review URL: https://codereview.chromium.org/1083683003 Cr-Commit-Position: refs/heads/master@{#325411}
* Add vabr to Password manager watchlistvabr2015-04-161-2/+3
| | | | | | | | | | | This CL does what I should have done long ago -- adding me to the password manager watchlist. Also, adding the +watchlist tag for easier filtering. R=mkwst@chromium.org BUG=None Review URL: https://codereview.chromium.org/1089803002 Cr-Commit-Position: refs/heads/master@{#325410}
* Create device_bluetooth watchlist; add scheib.scheib2015-04-151-0/+4
| | | | | | Review URL: https://codereview.chromium.org/1059963003 Cr-Commit-Position: refs/heads/master@{#325304}
* Remove myself from the Valgrind watchlisttimurrrr2015-04-151-2/+1
| | | | | | | | | TBR=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1055933007 Cr-Commit-Position: refs/heads/master@{#325223}
* Removing from watchlistmikhal2015-04-091-3/+1
| | | | | | | | | | Removing pwestin and mikhal from the cast watchlist BUG= Review URL: https://codereview.chromium.org/1070983002 Cr-Commit-Position: refs/heads/master@{#324528}
* Add content/child/scheduler to scheduler watchlistrmcilroy2015-04-091-2/+3
| | | | | | Review URL: https://codereview.chromium.org/1072803002 Cr-Commit-Position: refs/heads/master@{#324419}
* watchlists: replaces yukishiino@ with shuchen@ for text input.yukishiino2015-04-021-2/+2
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/1057793002 Cr-Commit-Position: refs/heads/master@{#323437}
* Create watchlist for zoom infrastructure.wjmaclean2015-03-311-0/+9
| | | | | | | | BUG=none Review URL: https://codereview.chromium.org/1047683002 Cr-Commit-Position: refs/heads/master@{#323081}
* Removing myself from prerender as no longer an owner, adding myself to ↵jkarlin2015-03-311-2/+13
| | | | | | | | netinfo, background_sync, and cache_storage (a directory about to be created in https://codereview.chromium.org/1039763002/) Review URL: https://codereview.chromium.org/1044203002 Cr-Commit-Position: refs/heads/master@{#323065}