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

Side by Side Diff: WATCHLISTS

Issue 12961008: Update WATCHLIST with new Instant names (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | Annotate | Revision Log
« 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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 'imageburner': { 250 'imageburner': {
251 'filepath': 'imageburner' 251 'filepath': 'imageburner'
252 }, 252 },
253 'importer': { 253 'importer': {
254 'filepath': 'import', 254 'filepath': 'import',
255 }, 255 },
256 'installer': { 256 'installer': {
257 'filepath': 'chrome/installer/', 257 'filepath': 'chrome/installer/',
258 }, 258 },
259 'instant': { 259 'instant': {
260 'filepath': 'instant|searchbox|/ui/search/', 260 'filepath': 'instant|searchbox|'\
261 'chrome/browser/search/|'\
262 'chrome/browser/ui/search|'\
263 'chrome/common/search_types.*',
261 }, 264 },
262 'ipc': { 265 'ipc': {
263 'filepath': 'ipc/ipc', 266 'filepath': 'ipc/ipc',
264 }, 267 },
265 'layout_tests': { 268 'layout_tests': {
266 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/', 269 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/',
267 }, 270 },
268 'linux_fonts': { 271 'linux_fonts': {
269 'filepath': 'ui/gfx/font_render_params_.*|'\ 272 'filepath': 'ui/gfx/font_render_params_.*|'\
270 'ui/gfx/platform_font_pango.*|'\ 273 'ui/gfx/platform_font_pango.*|'\
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 'gpu': ['apatrick@chromium.org'], 600 'gpu': ['apatrick@chromium.org'],
598 'history_ui': ['dubroy@chromium.org', 'pam+watch@chromium.org'], 601 'history_ui': ['dubroy@chromium.org', 'pam+watch@chromium.org'],
599 'i18n': ['jshin+watch@chromium.org'], 602 'i18n': ['jshin+watch@chromium.org'],
600 'imageburner': ['achuith+watch@chromium.org', 'tbarzic+watch@chromium.org'], 603 'imageburner': ['achuith+watch@chromium.org', 'tbarzic+watch@chromium.org'],
601 'importer': ['tfarina@chromium.org'], 604 'importer': ['tfarina@chromium.org'],
602 'installer': ['grt+watch@chromium.org'], 605 'installer': ['grt+watch@chromium.org'],
603 'instant': ['sreeram@chromium.org', 'gideonwald@chromium.org', 606 'instant': ['sreeram@chromium.org', 'gideonwald@chromium.org',
604 'dcblack@chromium.org', 'jered@chromium.org', 607 'dcblack@chromium.org', 'jered@chromium.org',
605 'dominich@chromium.org', 'samarth+watch@chromium.org', 608 'dominich@chromium.org', 'samarth+watch@chromium.org',
606 'melevin@chromium.org', 'dougw+watch@chromium.org', 609 'melevin@chromium.org', 'dougw+watch@chromium.org',
607 'kmadhusu+watch@chromium.org'], 610 'kmadhusu+watch@chromium.org', 'dhollowa+watch@chromium.org'],
608 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'], 611 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'],
609 'linux_fonts': ['derat+watch@chromium.org'], 612 'linux_fonts': ['derat+watch@chromium.org'],
610 'linux_sandboxing': ['agl@chromium.org', 'jln+watch@chromium.org'], 613 'linux_sandboxing': ['agl@chromium.org', 'jln+watch@chromium.org'],
611 'linux_seccomp_bpf': ['jln+watch@chromium.org'], 614 'linux_seccomp_bpf': ['jln+watch@chromium.org'],
612 'locale_settings': ['finnur+watch@chromium.org'], 615 'locale_settings': ['finnur+watch@chromium.org'],
613 'mac': ['sail+watch@chromium.org'], 616 'mac': ['sail+watch@chromium.org'],
614 'managed_users': ['pam+watch@chromium.org'], 617 'managed_users': ['pam+watch@chromium.org'],
615 'media': ['feature-media-reviews@chromium.org'], 618 'media': ['feature-media-reviews@chromium.org'],
616 'message_loop': ['sadrul@chromium.org'], 619 'message_loop': ['sadrul@chromium.org'],
617 'metrics': ['jar@chromium.org', 620 'metrics': ['jar@chromium.org',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 'garykac+watch@chromium.org', 652 'garykac+watch@chromium.org',
650 'hclam+watch@chromium.org', 653 'hclam+watch@chromium.org',
651 'jamiewalch+watch@chromium.org', 654 'jamiewalch+watch@chromium.org',
652 'lambroslambrou+watch@chromium.org', 655 'lambroslambrou+watch@chromium.org',
653 'rmsousa+watch@chromium.org', 656 'rmsousa+watch@chromium.org',
654 'sergeyu+watch@chromium.org', 657 'sergeyu+watch@chromium.org',
655 'simonmorris+watch@chromium.org', 658 'simonmorris+watch@chromium.org',
656 'wez+watch@chromium.org', 659 'wez+watch@chromium.org',
657 'amit@chromium.org', 660 'amit@chromium.org',
658 'sanjeevr@chromium.org'], 661 'sanjeevr@chromium.org'],
659 'search': ['dhollowa+watch@chromium.org'],
660 'sessions': ['marja+watch@chromium.org'], 662 'sessions': ['marja+watch@chromium.org'],
661 'shell_window': ['jeremya+watch@chromium.org'], 663 'shell_window': ['jeremya+watch@chromium.org'],
662 'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org'], 664 'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org'],
663 'spellcheck': ['groby+spellwatch@chromium.org', 665 'spellcheck': ['groby+spellwatch@chromium.org',
664 'rlp@chromium.org', 666 'rlp@chromium.org',
665 'rouslan+spellwatch@chromium.org'], 667 'rouslan+spellwatch@chromium.org'],
666 'sync': ['akalin@chromium.org', 668 'sync': ['akalin@chromium.org',
667 'haitaol@chromium.org', 669 'haitaol@chromium.org',
668 'rsimha@chromium.org', 670 'rsimha@chromium.org',
669 'tim@chromium.org'], 671 'tim@chromium.org'],
(...skipping 18 matching lines...) Expand all
688 'views': ['tfarina@chromium.org'], 690 'views': ['tfarina@chromium.org'],
689 'views_core': ['ben+watch@chromium.org'], 691 'views_core': ['ben+watch@chromium.org'],
690 'website_settings': ['markusheintz@chromium.org'], 692 'website_settings': ['markusheintz@chromium.org'],
691 'webkit': ['darin-cc@chromium.org'], 693 'webkit': ['darin-cc@chromium.org'],
692 'worker': ['jam@chromium.org'], 694 'worker': ['jam@chromium.org'],
693 'x11': ['derat+watch@chromium.org', 695 'x11': ['derat+watch@chromium.org',
694 'sadrul@chromium.org', 696 'sadrul@chromium.org',
695 'yusukes+watch@chromium.org'], 697 'yusukes+watch@chromium.org'],
696 }, 698 },
697 } 699 }
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