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

Side by Side Diff: WATCHLISTS

Issue 569873002: Adding myself to WATCHLISTS for a few directories. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 '|Source/web/.*Media' \ 168 '|Source/web/.*Media' \
169 '|LayoutTests/media/' \ 169 '|LayoutTests/media/' \
170 '|public/.*Media' 170 '|public/.*Media'
171 }, 171 },
172 'media_queries': { 172 'media_queries': {
173 'filepath': 'Source/core/css/CSSMediaRule' \ 173 'filepath': 'Source/core/css/CSSMediaRule' \
174 '|Source/core/css/MediaList' \ 174 '|Source/core/css/MediaList' \
175 '|Source/core/css/MediaQuery' \ 175 '|Source/core/css/MediaQuery' \
176 '|Source/core/css/parser/MediaQuery' 176 '|Source/core/css/parser/MediaQuery'
177 }, 177 },
178 'modules': {
179 'filepath': 'Source/modules/'
180 },
178 'navigator_content_utils': { 181 'navigator_content_utils': {
179 'filepath': 'Source/modules/navigatorcontentutils' \ 182 'filepath': 'Source/modules/navigatorcontentutils' \
180 '|LayoutTests/fast/dom/navigatorcontentutils' 183 '|LayoutTests/fast/dom/navigatorcontentutils'
181 }, 184 },
182 'out_of_process_frames': { 185 'out_of_process_frames': {
183 'filepath': 'Source/core/frame/FrameOwner' \ 186 'filepath': 'Source/core/frame/FrameOwner' \
184 '|Source/web/WebRemoteFrameImpl' \ 187 '|Source/web/WebRemoteFrameImpl' \
185 }, 188 },
186 'fileapi': { 189 'fileapi': {
187 'filepath': 'Source/modules/filesystem/' \ 190 'filepath': 'Source/modules/filesystem/' \
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 'filepath': 'LayoutTests/vibration/' \ 242 'filepath': 'LayoutTests/vibration/' \
240 '|Source/modules/vibration/' 243 '|Source/modules/vibration/'
241 }, 244 },
242 'device_orientation': { 245 'device_orientation': {
243 'filepath': 'Source/modules/device_orientation/' \ 246 'filepath': 'Source/modules/device_orientation/' \
244 '|LayoutTests/fast/dom/DeviceMotion/' \ 247 '|LayoutTests/fast/dom/DeviceMotion/' \
245 '|LayoutTests/fast/dom/DeviceOrientation/' \ 248 '|LayoutTests/fast/dom/DeviceOrientation/' \
246 '|Source/core/frame/DeviceEvent(Controller|Dispatcher)Base' \ 249 '|Source/core/frame/DeviceEvent(Controller|Dispatcher)Base' \
247 '|Source/core/frame/DeviceSingleWindowEventController' 250 '|Source/core/frame/DeviceSingleWindowEventController'
248 }, 251 },
252 'web': {
253 'filepath': 'Source/web/'
254 },
249 'webp': { 255 'webp': {
250 'filepath': 'Source/platform/image-decoders/webp' \ 256 'filepath': 'Source/platform/image-decoders/webp' \
251 '|Source/platform/image-encoders/skia/WEBP' 257 '|Source/platform/image-encoders/skia/WEBP'
252 }, 258 },
253 'css_grid_layout': { 259 'css_grid_layout': {
254 'filepath': 'Source/core/rendering/.*Grid' \ 260 'filepath': 'Source/core/rendering/.*Grid' \
255 '|Source/core/css/.*Grid' \ 261 '|Source/core/css/.*Grid' \
256 '|LayoutTests/fast/css-grid-layout/' \ 262 '|LayoutTests/fast/css-grid-layout/' \
257 '|LayoutTests/ietestcenter/css3/grid/' \ 263 '|LayoutTests/ietestcenter/css3/grid/' \
258 '|LayoutTests/platform/.*/fast/css-grid-layout/' \ 264 '|LayoutTests/platform/.*/fast/css-grid-layout/' \
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 'owners': [ 'abarth@chromium.org'], 332 'owners': [ 'abarth@chromium.org'],
327 'test_runner': [ 'jochen+watch@chromium.org' ], 333 'test_runner': [ 'jochen+watch@chromium.org' ],
328 'platform_graphics': [ 'jamesr@chromium.org', 334 'platform_graphics': [ 'jamesr@chromium.org',
329 'schenney@chromium.org', 335 'schenney@chromium.org',
330 'danakj@chromium.org', 336 'danakj@chromium.org',
331 'pdr@chromium.org', 337 'pdr@chromium.org',
332 'cabanier@adobe.com', 338 'cabanier@adobe.com',
333 'dschulze@chromium.org', 339 'dschulze@chromium.org',
334 'rob.buis@samsung.com', 340 'rob.buis@samsung.com',
335 'jbroman@chromium.org' ], 341 'jbroman@chromium.org' ],
342 'platform': [ 'mkwst+moarreviews@chromium.org' ],
343 'web': [ 'mkwst+moarreviews@chromium.org' ],
336 'svg': [ 'schenney@chromium.org', 'pdr@chromium.org', 'fmalita@chromium.org' , 'dschulze@chromium.org', 'rob.buis@samsung.com', 'fs@opera.com', 'ed+blinkwatc h@opera.com', 'gyuyoung.kim@webkit.org', 'kouhei+svg@chromium.org' ], 344 'svg': [ 'schenney@chromium.org', 'pdr@chromium.org', 'fmalita@chromium.org' , 'dschulze@chromium.org', 'rob.buis@samsung.com', 'fs@opera.com', 'ed+blinkwatc h@opera.com', 'gyuyoung.kim@webkit.org', 'kouhei+svg@chromium.org' ],
337 'css': [ 'alexis.menard@intel.com', 'apavlov+blink@chromium.org', 'dglazkov+ blink@chromium.org', 'ed+blinkwatch@opera.com', 'rune+blink@opera.com', 'rob.bui s@samsung.com', 'blink-reviews-css@chromium.org' ], 345 'css': [ 'alexis.menard@intel.com', 'apavlov+blink@chromium.org', 'dglazkov+ blink@chromium.org', 'ed+blinkwatch@opera.com', 'rune+blink@opera.com', 'rob.bui s@samsung.com', 'blink-reviews-css@chromium.org' ],
338 'dom': [ 'eae+blinkwatch@chromium.org', 346 'dom': [ 'eae+blinkwatch@chromium.org',
339 'dglazkov+blink@chromium.org', 347 'dglazkov+blink@chromium.org',
340 'sigbjornf@opera.com', 348 'sigbjornf@opera.com',
341 'rob.buis@samsung.com', 349 'rob.buis@samsung.com',
342 'blink-reviews-dom@chromium.org' ], 350 'blink-reviews-dom@chromium.org' ],
343 'events': [ 'eae+blinkwatch@chromium.org', 'dglazkov+blink@chromium.org', 'b link-reviews-events@chromium.org' ], 351 'events': [ 'eae+blinkwatch@chromium.org', 'dglazkov+blink@chromium.org', 'b link-reviews-events@chromium.org' ],
344 'heap': [ 'ager@chromium.org', 'haraken@chromium.org', 'kouhei+heap@chromium .org' ], 352 'heap': [ 'ager@chromium.org', 'haraken@chromium.org', 'kouhei+heap@chromium .org' ],
345 'html': [ 'dglazkov+blink@chromium.org', 'blink-reviews-html@chromium.org' ] , 353 'html': [ 'dglazkov+blink@chromium.org', 'blink-reviews-html@chromium.org' ] ,
346 'public_api': [ 'abarth@chromium.org', 'jamesr@chromium.org', 'dglazkov+blin k@chromium.org' ], 354 'public_api': [ 'abarth@chromium.org', 'jamesr@chromium.org', 'dglazkov+blin k@chromium.org' ],
347 'workers': [ 'kinuko+worker@chromium.org', 355 'workers': [ 'kinuko+worker@chromium.org',
348 'horo+watch@chromium.org', 356 'horo+watch@chromium.org',
349 'falken@chromium.org' ], 357 'falken@chromium.org' ],
350 'wtf': [ 'abarth@chromium.org', 358 'wtf': [ 'abarth@chromium.org',
351 'mikhail.pozdnyakov@intel.com', 359 'mikhail.pozdnyakov@intel.com',
352 'aandrey+blink@chromium.org', 360 'aandrey+blink@chromium.org',
353 'blink-reviews-wtf@chromium.org' ], 361 'blink-reviews-wtf@chromium.org'
362 'mkwst+moarreviews@chromium.org' ],
354 'indexed_db': ['dgrogan@chromium.org', 363 'indexed_db': ['dgrogan@chromium.org',
355 'jsbell+idb@chromium.org', 'cmumford@chromium.org'], 364 'jsbell+idb@chromium.org', 'cmumford@chromium.org'],
356 'rendering': [ 'pdr@chromium.org', 365 'rendering': [ 'pdr@chromium.org',
357 'eae+blinkwatch@chromium.org', 366 'eae+blinkwatch@chromium.org',
358 'jchaffraix+rendering@chromium.org', 367 'jchaffraix+rendering@chromium.org',
359 'leviw+renderwatch@chromium.org', 368 'leviw+renderwatch@chromium.org',
360 'zoltan@webkit.org', 369 'zoltan@webkit.org',
361 'rune+blink@opera.com', 370 'rune+blink@opera.com',
362 'blink-reviews-rendering@chromium.org' ], 371 'blink-reviews-rendering@chromium.org' ],
363 'compositing': [ 'abarth@chromium.org' ], 372 'compositing': [ 'abarth@chromium.org' ],
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 'skal@google.com', 414 'skal@google.com',
406 'vikasa@google.com' ], 415 'vikasa@google.com' ],
407 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig alia.com' ], 416 'css_grid_layout': [ 'svillar@igalia.com', 'jfernandez@igalia.com', 'rego@ig alia.com' ],
408 'css_flexbox': [ 'cbiesinger@chromium.org' ], 417 'css_flexbox': [ 'cbiesinger@chromium.org' ],
409 'battery_status': [ 'timvolodine@chromium.org' ], 418 'battery_status': [ 'timvolodine@chromium.org' ],
410 'out_of_process_frames': [ 'dcheng@chromium.org' ], 419 'out_of_process_frames': [ 'dcheng@chromium.org' ],
411 'device_light': [ 'timvolodine@chromium.org' ], 420 'device_light': [ 'timvolodine@chromium.org' ],
412 'websockets': [ 'tyoshino+watch@chromium.org', 'yhirano+watch@chromium.org' ], 421 'websockets': [ 'tyoshino+watch@chromium.org', 'yhirano+watch@chromium.org' ],
413 }, 422 },
414 } 423 }
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