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

Side by Side Diff: WATCHLISTS

Issue 2898043002: [V8Tracing] Add lpy@ and fmeawad@ into watchlist for tracing/. (Closed)
Patch Set: Created 3 years, 7 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 2013 the V8 project authors. All rights reserved. 1 # Copyright 2013 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'filepath': 'src/wasm/' \ 70 'filepath': 'src/wasm/' \
71 '|src/compiler/wasm', 71 '|src/compiler/wasm',
72 }, 72 },
73 'value_serializer': { 73 'value_serializer': {
74 'filepath': 'src/value-serializer', 74 'filepath': 'src/value-serializer',
75 }, 75 },
76 'parser': { 76 'parser': {
77 'filepath': 'src/ast/' \ 77 'filepath': 'src/ast/' \
78 '|src/parsing/', 78 '|src/parsing/',
79 }, 79 },
80 'tracing': {
81 'filepath': 'src/tracing/',
82 },
80 }, 83 },
81 84
82 'WATCHLISTS': { 85 'WATCHLISTS': {
83 'snapshot': [ 86 'snapshot': [
84 'yangguo@chromium.org', 87 'yangguo@chromium.org',
85 ], 88 ],
86 'debugger': [ 89 'debugger': [
87 'yangguo@chromium.org', 90 'yangguo@chromium.org',
88 ], 91 ],
89 'interpreter': [ 92 'interpreter': [
(...skipping 23 matching lines...) Expand all
113 'devtools-reviews@chromium.org', 116 'devtools-reviews@chromium.org',
114 ], 117 ],
115 'wasm': [ 118 'wasm': [
116 'wasm-v8@google.com', 119 'wasm-v8@google.com',
117 ], 120 ],
118 'value_serializer': [ 121 'value_serializer': [
119 'jbroman+watch@chromium.org', 122 'jbroman+watch@chromium.org',
120 ], 123 ],
121 'parser': [ 124 'parser': [
122 'marja+watch@chromium.org', 125 'marja+watch@chromium.org',
123 ] 126 ],
127 'tracing': [
128 'lpy+v8tracing@chromium.org',
129 'fmeawad@chromium.org',
130 ],
124 }, 131 },
125 } 132 }
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