Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Side by Side Diff: WATCHLISTS

Issue 2779763003: Add xiaochengh into blink_spellcheck watchlist (Closed)
Patch Set: break tab... Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # Watchlist Rules 5 # Watchlist Rules
6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists 6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists
7 7
8 # IMPORTANT: The regular expression filepath is tested against each path using 8 # IMPORTANT: The regular expression filepath is tested against each path using
9 # re.search, so it is not usually necessary to add .*. 9 # re.search, so it is not usually necessary to add .*.
10 10
(...skipping 1761 matching lines...) Expand 10 before | Expand all | Expand 10 after
1772 'horo+watch@chromium.org', 1772 'horo+watch@chromium.org',
1773 'jsbell+serviceworker@chromium.org', 1773 'jsbell+serviceworker@chromium.org',
1774 'kinuko+serviceworker@chromium.org', 1774 'kinuko+serviceworker@chromium.org',
1775 'michaeln@chromium.org', 1775 'michaeln@chromium.org',
1776 'nhiroki@chromium.org', 1776 'nhiroki@chromium.org',
1777 'serviceworker-reviews@chromium.org', 1777 'serviceworker-reviews@chromium.org',
1778 'shimazu+serviceworker@chromium.org', 1778 'shimazu+serviceworker@chromium.org',
1779 'tzik@chromium.org'], 1779 'tzik@chromium.org'],
1780 'blink_serviceworkers_tests': ['kenjibaheux+watch@chromium.org'], 1780 'blink_serviceworkers_tests': ['kenjibaheux+watch@chromium.org'],
1781 'blink_spellcheck' : ['groby+blinkspell@chromium.org', 1781 'blink_spellcheck' : ['groby+blinkspell@chromium.org',
1782 'timvolodine@chromium.org'], 1782 'timvolodine@chromium.org',
1783 'xiaochengh@chromium.org'],
1783 'blink_spv2_layout_tests': ['jbroman+watch@chromium.org', 1784 'blink_spv2_layout_tests': ['jbroman+watch@chromium.org',
1784 'pdr+virtualspv2watchlist@chromium.org'], 1785 'pdr+virtualspv2watchlist@chromium.org'],
1785 'blink_style': ['blink-reviews-style@chromium.org'], 1786 'blink_style': ['blink-reviews-style@chromium.org'],
1786 'blink_svg': ['dschulze@chromium.org', 1787 'blink_svg': ['dschulze@chromium.org',
1787 'fmalita+watch@chromium.org', 1788 'fmalita+watch@chromium.org',
1788 'fs@opera.com', 1789 'fs@opera.com',
1789 'gyuyoung.kim@chromium.org', 1790 'gyuyoung.kim@chromium.org',
1790 'kouhei+svg@chromium.org', 1791 'kouhei+svg@chromium.org',
1791 'pdr+svgwatchlist@chromium.org', 1792 'pdr+svgwatchlist@chromium.org',
1792 'rob.buis@samsung.com', 1793 'rob.buis@samsung.com',
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
2206 'raymes+watch@chromium.org'], 2207 'raymes+watch@chromium.org'],
2207 'windows_sandboxing': ['pennymac+watch@chromium.org', 2208 'windows_sandboxing': ['pennymac+watch@chromium.org',
2208 'wfh+watch@chromium.org'], 2209 'wfh+watch@chromium.org'],
2209 'x11': ['derat+watch@chromium.org', 2210 'x11': ['derat+watch@chromium.org',
2210 'sadrul@chromium.org', 2211 'sadrul@chromium.org',
2211 'yusukes+watch@chromium.org'], 2212 'yusukes+watch@chromium.org'],
2212 'xml': ['dominicc+watchlist@chromium.org'], 2213 'xml': ['dominicc+watchlist@chromium.org'],
2213 'zoom': ['wjmaclean@chromium.org'], 2214 'zoom': ['wjmaclean@chromium.org'],
2214 }, 2215 },
2215 } 2216 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698