This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The following changes for vabr: * Improve e-mail tags for better watchlist message filtering. * Watch directories where vabr recently became an owner. * Stop watching directories which are no longer interesting to vabr. [email protected] Review URL: https://codereview.chromium.org/1415463023 Cr-Commit-Position: refs/heads/master@{#358875}
- Loading branch information
vabr
authored and
Commit bot
committed
Nov 10, 2015
1 parent
cb61f37
commit aafbd4f
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -275,10 +275,6 @@ | |
'filepath': 'net/cookies/|'\ | ||
'chrome/browser/net/sqlite_persistent_cookie_store', | ||
}, | ||
'custom_handlers': { | ||
'filepath': 'chrome/browser/custom_handlers/|'\ | ||
'chrome/common/custom_handlers/', | ||
}, | ||
'custom_tabs': { | ||
'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\ | ||
'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/', | ||
|
@@ -440,6 +436,9 @@ | |
'filepath': '_message.*.h|'\ | ||
'_messages.cc', | ||
}, | ||
'login': { | ||
'filepath': 'chrome/browser/ui/login' | ||
}, | ||
'libwebp': { | ||
'filepath': 'third_party/libwebp' | ||
}, | ||
|
@@ -1244,7 +1243,8 @@ | |
'autofill': ['[email protected]', | ||
'[email protected]', | ||
'[email protected]', | ||
'[email protected]'], | ||
'[email protected]', | ||
'[email protected]'], | ||
'automation': ['[email protected]'], | ||
'background_sync': ['[email protected]'], | ||
'base': ['[email protected]'], | ||
|
@@ -1316,7 +1316,6 @@ | |
'[email protected]'], | ||
'content_worker': ['[email protected]', | ||
'[email protected]'], | ||
'custom_handlers': ['[email protected]'], | ||
'deep_memory_profiler': ['[email protected]'], | ||
'device_bluetooth': ['[email protected]'], | ||
'device_sensors': ['[email protected]', | ||
|
@@ -1365,6 +1364,7 @@ | |
'[email protected]', '[email protected]'], | ||
'ios_chrome': ['[email protected]'], | ||
'ipc': ['[email protected]', '[email protected]'], | ||
'login': ['[email protected]'], | ||
'libwebp': ['[email protected]', '[email protected]', | ||
'[email protected]', '[email protected]'], | ||
'libvpx': ['[email protected]', '[email protected]', | ||
|
@@ -1420,7 +1420,7 @@ | |
'[email protected]', '[email protected]'], | ||
'password_manager': ['[email protected]', | ||
'[email protected]', | ||
'vabr+watchlist@chromium.org'], | ||
'vabr+watchlistpasswordmanager@chromium.org'], | ||
'pepper_api': ['[email protected]', | ||
'[email protected]', '[email protected]', | ||
'[email protected]', '[email protected]', | ||
|