| OLD | NEW |
| 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 'filepath': '^base/memory', | 164 'filepath': '^base/memory', |
| 165 }, | 165 }, |
| 166 'base_task_scheduler': { | 166 'base_task_scheduler': { |
| 167 'filepath': '^base/task_scheduler', | 167 'filepath': '^base/task_scheduler', |
| 168 }, | 168 }, |
| 169 'base_win': { | 169 'base_win': { |
| 170 'filepath': '^base/win', | 170 'filepath': '^base/win', |
| 171 }, | 171 }, |
| 172 'battery_status': { | 172 'battery_status': { |
| 173 'filepath': 'content/browser/battery_status/|'\ | 173 'filepath': 'content/browser/battery_status/|'\ |
| 174 'content/renderer/battery_status/|'\ | |
| 175 'content/test/data/battery_status/|'\ | 174 'content/test/data/battery_status/|'\ |
| 176 'device/battery/', | 175 'device/battery/', |
| 177 }, | 176 }, |
| 178 'blimp': { | 177 'blimp': { |
| 179 'filepath': '^blimp/', | 178 'filepath': '^blimp/', |
| 180 }, | 179 }, |
| 181 'bookmarks': { | 180 'bookmarks': { |
| 182 'filepath': 'chrome/browser/bookmarks/' \ | 181 'filepath': 'chrome/browser/bookmarks/' \ |
| 183 '|chrome/browser/extensions/api/bookmark_manager_private/' \ | 182 '|chrome/browser/extensions/api/bookmark_manager_private/' \ |
| 184 '|chrome/browser/extensions/api/bookmarks/' \ | 183 '|chrome/browser/extensions/api/bookmarks/' \ |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)', | 369 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)', |
| 371 }, | 370 }, |
| 372 'device_bluetooth': { | 371 'device_bluetooth': { |
| 373 'filepath': 'device/.*bluetooth' | 372 'filepath': 'device/.*bluetooth' |
| 374 }, | 373 }, |
| 375 'device_sensors': { | 374 'device_sensors': { |
| 376 'filepath': 'content/browser/device_sensors/|'\ | 375 'filepath': 'content/browser/device_sensors/|'\ |
| 377 'content/common/device_sensors/|'\ | 376 'content/common/device_sensors/|'\ |
| 378 'content/public/android/java/src/org/chromium/content/browser/
DeviceSensors.java|'\ | 377 'content/public/android/java/src/org/chromium/content/browser/
DeviceSensors.java|'\ |
| 379 'content/public/android/javatests/src/org/chromium/content/bro
wser/DeviceSensorsTest.java|'\ | 378 'content/public/android/javatests/src/org/chromium/content/bro
wser/DeviceSensorsTest.java|'\ |
| 380 'content/renderer/device_sensors/', | 379 'content/renderer/device_sensors/|'\ |
| 380 'content/test/data/device_sensors/|'\ |
| 381 'device/sensors/', |
| 381 }, | 382 }, |
| 382 'developer_recommended_flags': { | 383 'developer_recommended_flags': { |
| 383 'filepath': 'developer_recommended_flags.gypi', | 384 'filepath': 'developer_recommended_flags.gypi', |
| 384 }, | 385 }, |
| 385 'devtools': { | 386 'devtools': { |
| 386 'filepath': 'devtools', | 387 'filepath': 'devtools', |
| 387 }, | 388 }, |
| 388 'disk_cache': { | 389 'disk_cache': { |
| 389 'filepath': 'net/disk_cache/|http_cache', | 390 'filepath': 'net/disk_cache/|http_cache', |
| 390 }, | 391 }, |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 }, | 484 }, |
| 484 'hotword': { | 485 'hotword': { |
| 485 'filepath': 'chrome/browser/extensions/api/hotword_private/'\ | 486 'filepath': 'chrome/browser/extensions/api/hotword_private/'\ |
| 486 '|chrome/browser/resources/hotword_helper/'\ | 487 '|chrome/browser/resources/hotword_helper/'\ |
| 487 '|chrome/browser/resources/hotword/'\ | 488 '|chrome/browser/resources/hotword/'\ |
| 488 '|chrome/browser/search/hotword*'\ | 489 '|chrome/browser/search/hotword*'\ |
| 489 '|chrome/test/data/extensions/api_test/hotword_private/', | 490 '|chrome/test/data/extensions/api_test/hotword_private/', |
| 490 }, | 491 }, |
| 491 'i18n': { | 492 'i18n': { |
| 492 'filepath': 'base/i18n/|base/string|l10n|icu|'\ | 493 'filepath': 'base/i18n/|base/string|l10n|icu|'\ |
| 493 'locale_settings|encoding', | 494 'locale_settings|encoding', |
| 494 }, | 495 }, |
| 495 'importer': { | 496 'importer': { |
| 496 'filepath': 'import', | 497 'filepath': 'import', |
| 497 }, | 498 }, |
| 498 'indexed_db': { | 499 'indexed_db': { |
| 499 'filepath': 'content/browser/indexed_db|'\ | 500 'filepath': 'content/browser/indexed_db|'\ |
| 500 'content/child/indexed_db|'\ | 501 'content/child/indexed_db|'\ |
| 501 'content/common/indexed_db|'\ | 502 'content/common/indexed_db|'\ |
| 502 'content/public/browser/indexed_db|'\ | 503 'content/public/browser/indexed_db|'\ |
| 503 'content/test/data/indexeddb', | 504 'content/test/data/indexeddb', |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 819 'content/browser/browsing_instance', | 820 'content/browser/browsing_instance', |
| 820 }, | 821 }, |
| 821 'speech': { | 822 'speech': { |
| 822 'filepath': 'chrome/browser/speech/'\ | 823 'filepath': 'chrome/browser/speech/'\ |
| 823 '|content/browser/speech/'\ | 824 '|content/browser/speech/'\ |
| 824 '|content/common/.*speech'\ | 825 '|content/common/.*speech'\ |
| 825 '|content/public/.*speech' | 826 '|content/public/.*speech' |
| 826 }, | 827 }, |
| 827 'spellcheck': { | 828 'spellcheck': { |
| 828 'filepath': 'chrome/browser/spellchecker/'\ | 829 'filepath': 'chrome/browser/spellchecker/'\ |
| 829 '|chrome/browser/tab_contents/spellchecker'\ | 830 '|chrome/browser/renderer_context_menu/spelling_'\ |
| 830 '|chrome/browser/tab_contents/spelling_menu'\ | 831 '|components/spellcheck/'\ |
| 831 '|chrome/common/spellcheck_'\ | 832 '|third_party/hunspell/'\ |
| 832 '|chrome/renderer/spellchecker/'\ | 833 '|third_party/hunspell_dictionaries/', |
| 833 '|third_party/hunspell/'\ | |
| 834 '|third_party/hunspell_dictionaries/'\ | |
| 835 }, | 834 }, |
| 836 'streams': { | 835 'streams': { |
| 837 'filepath': 'content/browser/streams/', | 836 'filepath': 'content/browser/streams/', |
| 838 }, | 837 }, |
| 839 'styleguide': { | 838 'styleguide': { |
| 840 'filepath': '^styleguide/', | 839 'filepath': '^styleguide/', |
| 841 }, | 840 }, |
| 842 'supervised_users': { | 841 'supervised_users': { |
| 843 'filepath': 'chrome/browser/.*managed_mode'\ | 842 'filepath': 'chrome/browser/.*managed_mode'\ |
| 844 '|chrome/browser/.*managed_user'\ | 843 '|chrome/browser/.*managed_user'\ |
| (...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1609 'blink_serviceworkers': ['falken@chromium.org', | 1608 'blink_serviceworkers': ['falken@chromium.org', |
| 1610 'horo+watch@chromium.org', | 1609 'horo+watch@chromium.org', |
| 1611 'jsbell+serviceworker@chromium.org', | 1610 'jsbell+serviceworker@chromium.org', |
| 1612 'kinuko+serviceworker@chromium.org', | 1611 'kinuko+serviceworker@chromium.org', |
| 1613 'michaeln@chromium.org', | 1612 'michaeln@chromium.org', |
| 1614 'nhiroki@chromium.org', | 1613 'nhiroki@chromium.org', |
| 1615 'serviceworker-reviews@chromium.org', | 1614 'serviceworker-reviews@chromium.org', |
| 1616 'shimazu+serviceworker@chromium.org', | 1615 'shimazu+serviceworker@chromium.org', |
| 1617 'tzik@chromium.org'], | 1616 'tzik@chromium.org'], |
| 1618 'blink_serviceworkers_tests': ['kenjibaheux+watch@chromium.org'], | 1617 'blink_serviceworkers_tests': ['kenjibaheux+watch@chromium.org'], |
| 1619 'blink_spellcheck' : ['groby+blinkspell@chromium.org'], | 1618 'blink_spellcheck' : ['groby+blinkspell@chromium.org', |
| 1619 'timvolodine@chromium.org'], |
| 1620 'blink_spv2_layout_tests': ['jbroman+watch@chromium.org', | 1620 'blink_spv2_layout_tests': ['jbroman+watch@chromium.org', |
| 1621 'pdr+virtualspv2watchlist@chromium.org'], | 1621 'pdr+virtualspv2watchlist@chromium.org'], |
| 1622 'blink_style': ['blink-reviews-style@chromium.org'], | 1622 'blink_style': ['blink-reviews-style@chromium.org'], |
| 1623 'blink_svg': ['dschulze@chromium.org', | 1623 'blink_svg': ['dschulze@chromium.org', |
| 1624 'fmalita@chromium.org', | 1624 'fmalita@chromium.org', |
| 1625 'fs@opera.com', | 1625 'fs@opera.com', |
| 1626 'gyuyoung.kim@chromium.org', | 1626 'gyuyoung.kim@chromium.org', |
| 1627 'kouhei+svg@chromium.org', | 1627 'kouhei+svg@chromium.org', |
| 1628 'pdr+svgwatchlist@chromium.org', | 1628 'pdr+svgwatchlist@chromium.org', |
| 1629 'rob.buis@samsung.com', | 1629 'rob.buis@samsung.com', |
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1917 'nhiroki@chromium.org', | 1917 'nhiroki@chromium.org', |
| 1918 'serviceworker-reviews@chromium.org', | 1918 'serviceworker-reviews@chromium.org', |
| 1919 'shimazu+serviceworker@chromium.org', | 1919 'shimazu+serviceworker@chromium.org', |
| 1920 'tzik@chromium.org'], | 1920 'tzik@chromium.org'], |
| 1921 'site_engagement': ['dominickn+watch@chromium.org'], | 1921 'site_engagement': ['dominickn+watch@chromium.org'], |
| 1922 'site_instance': ['ajwong+watch@chromium.org', | 1922 'site_instance': ['ajwong+watch@chromium.org', |
| 1923 'creis+watch@chromium.org', | 1923 'creis+watch@chromium.org', |
| 1924 'nasko+codewatch@chromium.org'], | 1924 'nasko+codewatch@chromium.org'], |
| 1925 'spellcheck': ['groby+spellwatch@chromium.org', | 1925 'spellcheck': ['groby+spellwatch@chromium.org', |
| 1926 'rlp+watch@chromium.org', | 1926 'rlp+watch@chromium.org', |
| 1927 'rouslan+spell@chromium.org'], | 1927 'rouslan+spell@chromium.org', |
| 1928 'timvolodine@chromium.org'], |
| 1928 'streams': ['zork+watch@chromium.org'], | 1929 'streams': ['zork+watch@chromium.org'], |
| 1929 'styleguide': ['danakj+watch@chromium.org', | 1930 'styleguide': ['danakj+watch@chromium.org', |
| 1930 'jbroman+cpp@chromium.org'], | 1931 'jbroman+cpp@chromium.org'], |
| 1931 'supervised_users': ['pam+watch@chromium.org'], | 1932 'supervised_users': ['pam+watch@chromium.org'], |
| 1932 'sync': ['sync-reviews@chromium.org'], | 1933 'sync': ['sync-reviews@chromium.org'], |
| 1933 'syncfs': ['kinuko+fileapi@chromium.org', | 1934 'syncfs': ['kinuko+fileapi@chromium.org', |
| 1934 'nhiroki@chromium.org', | 1935 'nhiroki@chromium.org', |
| 1935 'tzik@chromium.org'], | 1936 'tzik@chromium.org'], |
| 1936 'tab_capture': ['miu+watch@chromium.org'], | 1937 'tab_capture': ['miu+watch@chromium.org'], |
| 1937 'tab_contents': ['ajwong+watch@chromium.org', | 1938 'tab_contents': ['ajwong+watch@chromium.org', |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1974 'raymes+watch@chromium.org'], | 1975 'raymes+watch@chromium.org'], |
| 1975 'windows_sandboxing': ['pennymac+watch@chromium.org', | 1976 'windows_sandboxing': ['pennymac+watch@chromium.org', |
| 1976 'wfh+watch@chromium.org'], | 1977 'wfh+watch@chromium.org'], |
| 1977 'x11': ['derat+watch@chromium.org', | 1978 'x11': ['derat+watch@chromium.org', |
| 1978 'sadrul@chromium.org', | 1979 'sadrul@chromium.org', |
| 1979 'yusukes+watch@chromium.org'], | 1980 'yusukes+watch@chromium.org'], |
| 1980 'xml': ['dominicc+watchlist@chromium.org'], | 1981 'xml': ['dominicc+watchlist@chromium.org'], |
| 1981 'zoom': ['wjmaclean@chromium.org'], | 1982 'zoom': ['wjmaclean@chromium.org'], |
| 1982 }, | 1983 }, |
| 1983 } | 1984 } |
| OLD | NEW |