Commit ab4c452c authored by Matt Giuca's avatar Matt Giuca Committed by Commit Bot

Remove harrisjay@ from OWNERS and TODOs.

Jay is no longer on the project. Owners are removed, and in some cases,
replaced with the people who will be speculatively taking over those
areas. TODOs replaced with bug IDs.

Change-Id: I51c7e2ce0be28e5457dd5a805ea4cbb3e04a6ff7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067821
Auto-Submit: Matt Giuca <mgiuca@chromium.org>
Reviewed-by: default avatarEvan Stade <estade@chromium.org>
Reviewed-by: default avatarDaniel Cheng <dcheng@chromium.org>
Reviewed-by: default avatarDaniel Murphy <dmurph@chromium.org>
Reviewed-by: default avatarOlivier Yiptong <oyiptong@chromium.org>
Reviewed-by: default avatarAlexey Baskakov <loyso@chromium.org>
Reviewed-by: default avatarChris Mumford <cmumford@google.com>
Commit-Queue: Matt Giuca <mgiuca@chromium.org>
Cr-Commit-Position: refs/heads/master@{#748588}
parent e1a38d63
harrisjay@chromium.org cmumford@google.com
mgiuca@chromium.org mgiuca@chromium.org
# COMPONENT: UI>Browser>WebAppInstalls # COMPONENT: UI>Browser>WebAppInstalls
...@@ -2236,7 +2236,7 @@ ...@@ -2236,7 +2236,7 @@
}, },
{ {
"name": "file-handling-api", "name": "file-handling-api",
"owners": ["harrisjay@chromium.org", "raymes@chromium.org"], "owners": ["mgiuca@chromium.org", "oyiptong@chromium.org"],
"expiry_milestone": 82 "expiry_milestone": 82
}, },
{ {
......
estade@chromium.org estade@chromium.org
file://components/omnibox/OWNERS file://components/omnibox/OWNERS
per-file custom_tab_bar_view*=harrisjay@chromium.org
# COMPONENT: UI>Browser>Omnibox # COMPONENT: UI>Browser>Omnibox
...@@ -3,7 +3,6 @@ benwells@chromium.org ...@@ -3,7 +3,6 @@ benwells@chromium.org
calamity@chromium.org calamity@chromium.org
dominickn@chromium.org dominickn@chromium.org
ericwilligers@chromium.org ericwilligers@chromium.org
harrisjay@chromium.org
loyso@chromium.org loyso@chromium.org
mgiuca@chromium.org mgiuca@chromium.org
nigeltao@chromium.org nigeltao@chromium.org
......
alancutter@chromium.org alancutter@chromium.org
ericwilligers@chromium.org ericwilligers@chromium.org
harrisjay@chromium.org
loyso@chromium.org loyso@chromium.org
mgiuca@chromium.org mgiuca@chromium.org
ortuno@chromium.org ortuno@chromium.org
...@@ -183,7 +183,7 @@ struct BLINK_COMMON_EXPORT Manifest { ...@@ -183,7 +183,7 @@ struct BLINK_COMMON_EXPORT Manifest {
base::Optional<ShareTarget> share_target; base::Optional<ShareTarget> share_target;
// Empty if parsing failed or the field was not present. // Empty if parsing failed or the field was not present.
// TODO(harrisjay): This field is non-standard and part of a Chrome // TODO(crbug.com/829689): This field is non-standard and part of a Chrome
// experiment. See: // experiment. See:
// https://github.com/WICG/file-handling/blob/master/explainer.md // https://github.com/WICG/file-handling/blob/master/explainer.md
std::vector<FileHandler> file_handlers; std::vector<FileHandler> file_handlers;
......
...@@ -32,7 +32,7 @@ struct Manifest { ...@@ -32,7 +32,7 @@ struct Manifest {
ManifestShareTarget? share_target; ManifestShareTarget? share_target;
// TODO(harrisjay): This field is non-standard and part of a Chrome // TODO(crbug.com/829689): This field is non-standard and part of a Chrome
// experiment. See: // experiment. See:
// https://github.com/WICG/file-handling/blob/master/explainer.md // https://github.com/WICG/file-handling/blob/master/explainer.md
// As such, this field should not be exposed to the drive-by web. // As such, this field should not be exposed to the drive-by web.
......
...@@ -10,7 +10,7 @@ import "url/mojom/url.mojom"; ...@@ -10,7 +10,7 @@ import "url/mojom/url.mojom";
// Interface for getting the cause of page loads to blink. This service lives // Interface for getting the cause of page loads to blink. This service lives
// in blink and is used to implement the File Handling proposal: // in blink and is used to implement the File Handling proposal:
// https://github.com/WICG/file-handling/blob/master/explainer.md // https://github.com/WICG/file-handling/blob/master/explainer.md
// TODO(harrisjay): Replace link to explainer with link to spec, when // TODO(crbug.com/829689): Replace link to explainer with link to spec, when
// available. // available.
// //
// An instance of this service is tied to a LocalFrame. // An instance of this service is tied to a LocalFrame.
...@@ -18,4 +18,4 @@ interface WebLaunchService { ...@@ -18,4 +18,4 @@ interface WebLaunchService {
// Used to notify a frame that it was opened with |files|. This // Used to notify a frame that it was opened with |files|. This
// method is fire-and-forget. // method is fire-and-forget.
SetLaunchFiles(array<NativeFileSystemEntry> files); SetLaunchFiles(array<NativeFileSystemEntry> files);
}; };
\ No newline at end of file
harrisjay@chromium.org dmurph@chromium.org
raymes@chromium.org mgiuca@chromium.org
# TEAM: web-apps-platform-team@chromium.org # TEAM: web-apps-platform-team@chromium.org
# COMPONENT: UI>Browser>WebAppInstalls # COMPONENT: UI>Browser>WebAppInstalls
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