| 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 'fileapi': { | 287 'fileapi': { |
| 288 'filepath': 'file_system/|' \ | 288 'filepath': 'file_system/|' \ |
| 289 'fileapi/' | 289 'fileapi/' |
| 290 }, | 290 }, |
| 291 'filebrowse': { | 291 'filebrowse': { |
| 292 'filepath': 'file_browser|' \ | 292 'filepath': 'file_browser|' \ |
| 293 'file_manager|' \ | 293 'file_manager|' \ |
| 294 'filebrowse' | 294 'filebrowse' |
| 295 }, | 295 }, |
| 296 'filesapp': { | 296 'filesapp': { |
| 297 'filepath': 'chrome/browser/resources/file_manager|' \ | 297 'filepath': 'ui/file_manager' |
| 298 'ui/file_manager' | |
| 299 }, | 298 }, |
| 300 'ftp': { | 299 'ftp': { |
| 301 'filepath': 'ftp', | 300 'filepath': 'ftp', |
| 302 }, | 301 }, |
| 303 'geolocation': { | 302 'geolocation': { |
| 304 'filepath': 'chrome/browser/geolocation/|'\ | 303 'filepath': 'chrome/browser/geolocation/|'\ |
| 305 'content/browser/geolocation|'\ | 304 'content/browser/geolocation|'\ |
| 306 'content/public/common/geoposition.*|'\ | 305 'content/public/common/geoposition.*|'\ |
| 307 'content/public/browser/geolocation.*|'\ | 306 'content/public/browser/geolocation.*|'\ |
| 308 'content/renderer/geolocation.*|'\ | 307 'content/renderer/geolocation.*|'\ |
| (...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 923 'webrtc_media': ['fischman+watch@chromium.org', | 922 'webrtc_media': ['fischman+watch@chromium.org', |
| 924 'wjia+watch@chromium.org', | 923 'wjia+watch@chromium.org', |
| 925 'mcasas+watch@chromium.org'], | 924 'mcasas+watch@chromium.org'], |
| 926 'website_settings': ['markusheintz@chromium.org'], | 925 'website_settings': ['markusheintz@chromium.org'], |
| 927 'worker': ['jam@chromium.org'], | 926 'worker': ['jam@chromium.org'], |
| 928 'x11': ['derat+watch@chromium.org', | 927 'x11': ['derat+watch@chromium.org', |
| 929 'sadrul@chromium.org', | 928 'sadrul@chromium.org', |
| 930 'yusukes+watch@chromium.org'], | 929 'yusukes+watch@chromium.org'], |
| 931 }, | 930 }, |
| 932 } | 931 } |
| OLD | NEW |