Commit b4c9b9e9 authored by Daniel Erat's avatar Daniel Erat Committed by Commit Bot

Delete derat@chromium.org from OWNERS files.

Delete myself from various OWNERS files. Also delete my
entries from WATCHLISTS and delete an old TODO.

Bug: none
Change-Id: Id226c2eb8ecf2aebe1c9dd2008f52de5f2050a34
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1643400
Commit-Queue: Dan Erat <derat@chromium.org>
Auto-Submit: Dan Erat <derat@chromium.org>
Reviewed-by: default avatarScott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/master@{#666057}
parent ef95a7e3
...@@ -767,11 +767,6 @@ ...@@ -767,11 +767,6 @@
'extensions/browser/api/networking_private/|'\ 'extensions/browser/api/networking_private/|'\
'ui/chromeos/network/', 'ui/chromeos/network/',
}, },
'chromeos_power': {
'filepath': 'ash/system/power/|'\
'chromeos/dbus/power_.*|'\
'chrome/browser/chromeos/power/',
},
'chromeos_timezone': { 'chromeos_timezone': {
'filepath': 'chromeos/timezone/', 'filepath': 'chromeos/timezone/',
}, },
...@@ -1111,11 +1106,6 @@ ...@@ -1111,11 +1106,6 @@
'filepath': 'third_party/libxml/' \ 'filepath': 'third_party/libxml/' \
'|third_party/libxslt/', '|third_party/libxslt/',
}, },
'linux_fonts': {
'filepath': 'ui/gfx/font_render_params_.*|'\
'ui/gfx/platform_font_linux.*|'\
'ui/gfx/render_text_harfbuzz.*',
},
'linux_sandboxing': { 'linux_sandboxing': {
'filepath': 'sandbox/linux/', 'filepath': 'sandbox/linux/',
}, },
...@@ -1886,8 +1876,7 @@ ...@@ -1886,8 +1876,7 @@
'WATCHLISTS': { 'WATCHLISTS': {
'about_flags': ['asvitkine+watch@chromium.org', 'about_flags': ['asvitkine+watch@chromium.org',
'jmedley+watch@chromium.org'], 'jmedley+watch@chromium.org'],
'accelerator_table': ['derat+watch@chromium.org', 'accelerator_table': ['yusukes+watch@chromium.org'],
'yusukes+watch@chromium.org'],
'accessibility': ['aboxhall+watch@chromium.org', 'accessibility': ['aboxhall+watch@chromium.org',
'akihiroota@chromium.org', 'akihiroota@chromium.org',
'aleventhal+watch@chromium.org', 'aleventhal+watch@chromium.org',
...@@ -2221,7 +2210,6 @@ ...@@ -2221,7 +2210,6 @@
'jlklein+watch-network@chromium.org', 'jlklein+watch-network@chromium.org',
'khorimoto+watch-network@chromium.org', 'khorimoto+watch-network@chromium.org',
'stevenjb+watch-network@chromium.org'], 'stevenjb+watch-network@chromium.org'],
'chromeos_power': ['derat+watch@chromium.org'],
'chromeos_timezone': ['alemate+watch@chromium.org'], 'chromeos_timezone': ['alemate+watch@chromium.org'],
'chromeos_webui': ['alemate+watch@chromium.org'], 'chromeos_webui': ['alemate+watch@chromium.org'],
'chromevox': ['anastasi+watch@google.com'], 'chromevox': ['anastasi+watch@google.com'],
...@@ -2387,7 +2375,6 @@ ...@@ -2387,7 +2375,6 @@
'urvang@chromium.org'], 'urvang@chromium.org'],
'libxml_xslt': ['ail@google.com', 'libxml_xslt': ['ail@google.com',
'dominicc+watchlist@chromium.org'], 'dominicc+watchlist@chromium.org'],
'linux_fonts': ['derat+watch@chromium.org'],
'linux_sandboxing': ['jln+watch@chromium.org'], 'linux_sandboxing': ['jln+watch@chromium.org'],
'linux_seccomp_bpf': ['jln+watch@chromium.org'], 'linux_seccomp_bpf': ['jln+watch@chromium.org'],
'mac' : ['mac-reviews@chromium.org'], 'mac' : ['mac-reviews@chromium.org'],
...@@ -2665,8 +2652,7 @@ ...@@ -2665,8 +2652,7 @@
'msramek+watch@chromium.org'], 'msramek+watch@chromium.org'],
'webui_backend': ['dbeam+watch-webui-backend@chromium.org'], 'webui_backend': ['dbeam+watch-webui-backend@chromium.org'],
'windows_sandboxing': ['wfh+watch@chromium.org'], 'windows_sandboxing': ['wfh+watch@chromium.org'],
'x11': ['derat+watch@chromium.org', 'x11': ['sadrul@chromium.org',
'sadrul@chromium.org',
'yusukes+watch@chromium.org'], 'yusukes+watch@chromium.org'],
'zlib': ['cblume+zlib@chromium.org'], 'zlib': ['cblume+zlib@chromium.org'],
'zoom': ['wjmaclean@chromium.org'], 'zoom': ['wjmaclean@chromium.org'],
......
afakhry@chromium.org afakhry@chromium.org
derat@chromium.org
jamescook@chromium.org jamescook@chromium.org
oshima@chromium.org oshima@chromium.org
sky@chromium.org sky@chromium.org
......
...@@ -47,10 +47,6 @@ enum DateFormat { ...@@ -47,10 +47,6 @@ enum DateFormat {
DATE_FORMAT_MONTH_WEEKDAY_DAY, DATE_FORMAT_MONTH_WEEKDAY_DAY,
}; };
// TODO(derat@chromium.org): Update all of these functions to return boolean
// "success" values and use out-params for formatted strings:
// http://crbug.com/698802
// Returns the time of day, e.g., "3:07 PM". // Returns the time of day, e.g., "3:07 PM".
BASE_I18N_EXPORT string16 TimeFormatTimeOfDay(const Time& time); BASE_I18N_EXPORT string16 TimeFormatTimeOfDay(const Time& time);
......
...@@ -4,7 +4,6 @@ per-file BUILD.gn=* ...@@ -4,7 +4,6 @@ per-file BUILD.gn=*
achuith@chromium.org achuith@chromium.org
alemate@chromium.org alemate@chromium.org
derat@chromium.org
jamescook@chromium.org jamescook@chromium.org
oshima@chromium.org oshima@chromium.org
satorux@chromium.org satorux@chromium.org
......
achuith@chromium.org achuith@chromium.org
derat@chromium.org
stevenjb@chromium.org stevenjb@chromium.org
amoylan@chromium.org amoylan@chromium.org
derat@chromium.org
jiameng@chromium.org jiameng@chromium.org
martis@chromium.org martis@chromium.org
derat@chromium.org
jamescook@chromium.org jamescook@chromium.org
oshima@chromium.org oshima@chromium.org
sky@chromium.org sky@chromium.org
......
...@@ -9,7 +9,6 @@ per-file *.xtb=file://tools/translation/TRANSLATION_OWNERS ...@@ -9,7 +9,6 @@ per-file *.xtb=file://tools/translation/TRANSLATION_OWNERS
achuith@chromium.org achuith@chromium.org
alemate@chromium.org alemate@chromium.org
derat@chromium.org
oshima@chromium.org oshima@chromium.org
rkc@chromium.org rkc@chromium.org
satorux@chromium.org satorux@chromium.org
......
stevenjb@chromium.org stevenjb@chromium.org
hashimoto@chromium.org hashimoto@chromium.org
derat@chromium.org
per-file *smb_provider*=amistry@chromium.org per-file *smb_provider*=amistry@chromium.org
per-file *smb_provider*=baileyberro@chromium.org per-file *smb_provider*=baileyberro@chromium.org
......
chirantan@chromium.org chirantan@chromium.org
derat@chromium.org
# Please talk to the apps shell team before adding DEPS. # Please talk to the apps shell team before adding DEPS.
per-file DEPS=set noparent per-file DEPS=set noparent
per-file DEPS=benwells@chromium.org per-file DEPS=benwells@chromium.org
per-file DEPS=derat@chromium.org
per-file DEPS=rockot@google.com per-file DEPS=rockot@google.com
per-file DEPS=rdevlin.cronin@chromium.org per-file DEPS=rdevlin.cronin@chromium.org
......
boliu@chromium.org boliu@chromium.org
hashimoto@chromium.org hashimoto@chromium.org
per-file power_save_blocker_chromeos.cc=derat@chromium.org
# COMPONENT: Internals>Core # COMPONENT: Internals>Core
per-file *x11*=derat@chromium.org
davemoore@chromium.org piman@chromium.org
sadrul@chromium.org sadrul@chromium.org
derat@chromium.org thomasanderson@chromium.org
derat@chromium.org
jamescook@chromium.org jamescook@chromium.org
oshima@chromium.org oshima@chromium.org
stevenjb@chromium.org stevenjb@chromium.org
......
afakhry@chromium.org afakhry@chromium.org
derat@chromium.org
dnicoara@chromium.org dnicoara@chromium.org
marcheu@chromium.org marcheu@chromium.org
oshima@chromium.org oshima@chromium.org
......
...@@ -12,9 +12,6 @@ per-file color_utils*=pkasting@chromium.org ...@@ -12,9 +12,6 @@ per-file color_utils*=pkasting@chromium.org
per-file display*=oshima@chromium.org per-file display*=oshima@chromium.org
per-file screen*=oshima@chromium.org per-file screen*=oshima@chromium.org
# Font-rendering configuration.
per-file font_render_params*=derat@chromium.org
# Canvas painting. # Canvas painting.
per-file canvas*=danakj@chromium.org per-file canvas*=danakj@chromium.org
......
# Testing support for Linux implementation of FontRenderParams.
per-file fontconfig_util_linux.*=derat@chromium.org
derat@chromium.org thomasanderson@chromium.org
# Adding new atoms is allowed without OWNERS review. # Adding new atoms is allowed without OWNERS review.
per-file x11_atom_cache.cc=* per-file x11_atom_cache.cc=*
......
per-file shadow*=derat@chromium.org
per-file shadow*=estade@chromium.org per-file shadow*=estade@chromium.org
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment