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

Side by Side Diff: WATCHLISTS

Issue 11085084: Added spellchecking watchlist (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 'site_instance': { 331 'site_instance': {
332 'filepath': 'content/browser/site_instance|'\ 332 'filepath': 'content/browser/site_instance|'\
333 'content/browser/browsing_instance', 333 'content/browser/browsing_instance',
334 }, 334 },
335 'speech': { 335 'speech': {
336 'filepath': 'chrome/browser/speech/'\ 336 'filepath': 'chrome/browser/speech/'\
337 '|content/browser/speech/'\ 337 '|content/browser/speech/'\
338 '|content/common/.*speech'\ 338 '|content/common/.*speech'\
339 '|content/public/.*speech' 339 '|content/public/.*speech'
340 }, 340 },
341 'spellcheck': {
342 'filepath': 'chrome/browser/spellchecker/'\
343 '|chrome/browser/tab_contents/spellchecker'\
344 '|chrome/browser/tab_contents/spelling_menu'\
345 '|chrome/common/spellcheck_'\
346 '|chrome/renderer/spellchecker/'\
347 '|webkit/tools/test_shell/mock_spellcheck'
348 },
341 'sync': { 349 'sync': {
342 'filepath': 'chrome/browser/sync/|sync/', 350 'filepath': 'chrome/browser/sync/|sync/',
343 }, 351 },
344 'tab_contents': { 352 'tab_contents': {
345 'filepath': 'chrome/browser/tab_contents/|'\ 353 'filepath': 'chrome/browser/tab_contents/|'\
346 'content/browser/tab_contents/|'\ 354 'content/browser/tab_contents/|'\
347 'chrome/browser/ui/tab_contents/', 355 'chrome/browser/ui/tab_contents/',
348 }, 356 },
349 'task_manager': { 357 'task_manager': {
350 'filepath': 'task_manager' 358 'filepath': 'task_manager'
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 'simonmorris+watch@chromium.org', 571 'simonmorris+watch@chromium.org',
564 'wez+watch@chromium.org', 572 'wez+watch@chromium.org',
565 'amit@chromium.org', 573 'amit@chromium.org',
566 'sanjeevr@chromium.org'], 574 'sanjeevr@chromium.org'],
567 'renderer': ['darin-cc@chromium.org'], 575 'renderer': ['darin-cc@chromium.org'],
568 'search': ['dhollowa+watch@chromium.org'], 576 'search': ['dhollowa+watch@chromium.org'],
569 'sessions': ['marja+watch@chromium.org'], 577 'sessions': ['marja+watch@chromium.org'],
570 'shell_window': ['jeremya+watch@chromium.org'], 578 'shell_window': ['jeremya+watch@chromium.org'],
571 'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org'], 579 'site_instance': ['creis+watch@chromium.org', 'ajwong+watch@chromium.org'],
572 'speech': ['satish@chromium.org'], 580 'speech': ['satish@chromium.org'],
581 'spellcheck': ['groby+spellwatch@chromium.org',
582 'rlp@chromium.org'],
573 'sync': ['akalin@chromium.org', 583 'sync': ['akalin@chromium.org',
574 'haitaol@chromium.org', 584 'haitaol@chromium.org',
575 'rsimha@chromium.org', 585 'rsimha@chromium.org',
576 'tim@chromium.org'], 586 'tim@chromium.org'],
577 'tab_contents': ['avi@chromium.org', 587 'tab_contents': ['avi@chromium.org',
578 'creis+watch@chromium.org', 'ajwong+watch@chromium.org'], 588 'creis+watch@chromium.org', 'ajwong+watch@chromium.org'],
579 'task_manager': ['yoshiki+watch@chromium.org'], 589 'task_manager': ['yoshiki+watch@chromium.org'],
580 'tcmalloc': ['dmikurube+memory@chromium.org'], 590 'tcmalloc': ['dmikurube+memory@chromium.org'],
581 'tests': [], 591 'tests': [],
582 'textinput': ['penghuang+watch@chromium.org', 592 'textinput': ['penghuang+watch@chromium.org',
(...skipping 16 matching lines...) Expand all
599 'groby+watch@chromium.org', 609 'groby+watch@chromium.org',
600 'rouslan+watch@chromium.org'], 610 'rouslan+watch@chromium.org'],
601 'website_settings': ['markusheintz@chromium.org'], 611 'website_settings': ['markusheintz@chromium.org'],
602 'webkit': ['darin-cc@chromium.org'], 612 'webkit': ['darin-cc@chromium.org'],
603 'worker': ['jam@chromium.org'], 613 'worker': ['jam@chromium.org'],
604 'x11': ['derat+watch@chromium.org', 614 'x11': ['derat+watch@chromium.org',
605 'sadrul@chromium.org', 615 'sadrul@chromium.org',
606 'yusukes+watch@chromium.org'], 616 'yusukes+watch@chromium.org'],
607 }, 617 },
608 } 618 }
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