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

Side by Side Diff: WATCHLISTS

Issue 1539063002: Add myself to blink platform watchlist (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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) 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 1022 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner ', 1033 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner ',
1034 }, 1034 },
1035 'blink_public_api': { 1035 'blink_public_api': {
1036 'filepath': 'third_party/WebKit/public' 1036 'filepath': 'third_party/WebKit/public'
1037 }, 1037 },
1038 'blink_push_messaging': { 1038 'blink_push_messaging': {
1039 'filepath': 'third_party/WebKit/LayoutTests/http/tests/push_messaging' \ 1039 'filepath': 'third_party/WebKit/LayoutTests/http/tests/push_messaging' \
1040 '|third_party/WebKit/Source/modules/push_messaging' \ 1040 '|third_party/WebKit/Source/modules/push_messaging' \
1041 '|third_party/WebKit/public/platform/modules/push_messaging' 1041 '|third_party/WebKit/public/platform/modules/push_messaging'
1042 }, 1042 },
1043 'blink_platform': {
1044 'filepath': 'third_party/WebKit/Source/platform'
1045 },
1043 'blink_platform_graphics': { 1046 'blink_platform_graphics': {
1044 'filepath': 'third_party/WebKit/Source/platform/fonts' \ 1047 'filepath': 'third_party/WebKit/Source/platform/fonts' \
1045 '|third_party/WebKit/Source/platform/geometry' \ 1048 '|third_party/WebKit/Source/platform/geometry' \
1046 '|third_party/WebKit/Source/platform/graphics' 1049 '|third_party/WebKit/Source/platform/graphics'
1047 }, 1050 },
1048 'blink_indexed_db': { 1051 'blink_indexed_db': {
1049 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \ 1052 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \
1050 '|third_party/WebKit/Source/web/.*IDB' \ 1053 '|third_party/WebKit/Source/web/.*IDB' \
1051 '|third_party/WebKit/LayoutTests/storage/indexeddb' \ 1054 '|third_party/WebKit/LayoutTests/storage/indexeddb' \
1052 '|third_party/WebKit/public/platform/.*IDB' 1055 '|third_party/WebKit/public/platform/.*IDB'
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
1577 'blink_fetch': [ 'japhet@chromium.org', 1580 'blink_fetch': [ 'japhet@chromium.org',
1578 'gavinp+loader@chromium.org', 1581 'gavinp+loader@chromium.org',
1579 'tyoshino+watch@chromium.org', 1582 'tyoshino+watch@chromium.org',
1580 'loading-reviews+fetch@chromium.org' ], 1583 'loading-reviews+fetch@chromium.org' ],
1581 'blink_layers': [ 'blink-layers+watch@chromium.org' ], 1584 'blink_layers': [ 'blink-layers+watch@chromium.org' ],
1582 'blink_loader': [ 'japhet@chromium.org', 1585 'blink_loader': [ 'japhet@chromium.org',
1583 'gavinp+loader@chromium.org', 1586 'gavinp+loader@chromium.org',
1584 'tyoshino+watch@chromium.org', 1587 'tyoshino+watch@chromium.org',
1585 'loading-reviews@chromium.org' ], 1588 'loading-reviews@chromium.org' ],
1586 'blink_owners': [ 'abarth@chromium.org'], 1589 'blink_owners': [ 'abarth@chromium.org'],
1590 'blink_platform': [ 'kinuko+watch@chromium.org' ],
1587 'blink_platform_graphics': [ 'schenney@chromium.org', 1591 'blink_platform_graphics': [ 'schenney@chromium.org',
1588 'danakj@chromium.org', 1592 'danakj@chromium.org',
1589 'pdr+graphicswatchlist@chromium.org', 1593 'pdr+graphicswatchlist@chromium.org',
1590 'cabanier@adobe.com', 1594 'cabanier@adobe.com',
1591 'dschulze@chromium.org', 1595 'dschulze@chromium.org',
1592 'rob.buis@samsung.com', 1596 'rob.buis@samsung.com',
1593 'fmalita@chromium.org', 1597 'fmalita@chromium.org',
1594 'jbroman@chromium.org', 1598 'jbroman@chromium.org',
1595 'dongseong.hwang@intel.com', 1599 'dongseong.hwang@intel.com',
1596 'drott+blinkwatch@chromium.org', 1600 'drott+blinkwatch@chromium.org',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
1698 'kinuko+worker@chromium.org', 1702 'kinuko+worker@chromium.org',
1699 'horo+watch@chromium.org', 1703 'horo+watch@chromium.org',
1700 'falken@chromium.org' ], 1704 'falken@chromium.org' ],
1701 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', 1705 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com',
1702 'blink-reviews-wtf@chromium.org' ], 1706 'blink-reviews-wtf@chromium.org' ],
1703 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], 1707 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ],
1704 'test_runner': [ 'jochen+watch@chromium.org', 1708 'test_runner': [ 'jochen+watch@chromium.org',
1705 'mlamouri+watch-test-runner@chromium.org' ], 1709 'mlamouri+watch-test-runner@chromium.org' ],
1706 }, 1710 },
1707 } 1711 }
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