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

Side by Side Diff: WATCHLISTS

Issue 2843393002: Remove ulan@ from heap watchlist. (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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'yangguo@chromium.org', 83 'yangguo@chromium.org',
84 ], 84 ],
85 'interpreter': [ 85 'interpreter': [
86 'rmcilroy@chromium.org', 86 'rmcilroy@chromium.org',
87 ], 87 ],
88 'feature_shipping_status': [ 88 'feature_shipping_status': [
89 'hablich@chromium.org', 89 'hablich@chromium.org',
90 ], 90 ],
91 'gc_changes': [ 91 'gc_changes': [
92 'hpayer@chromium.org', 92 'hpayer@chromium.org',
93 'ulan@chromium.org',
94 ], 93 ],
95 'arm': [ 94 'arm': [
96 'v8-mips-ports@googlegroups.com', 95 'v8-mips-ports@googlegroups.com',
97 'v8-ppc-ports@googlegroups.com', 96 'v8-ppc-ports@googlegroups.com',
98 ], 97 ],
99 'ia32': [ 98 'ia32': [
100 'v8-x87-ports@googlegroups.com', 99 'v8-x87-ports@googlegroups.com',
101 ], 100 ],
102 'merges': [ 101 'merges': [
103 # Only enabled on branches created with tools/release/create_release.py 102 # Only enabled on branches created with tools/release/create_release.py
104 # 'v8-merges@googlegroups.com', 103 # 'v8-merges@googlegroups.com',
105 ], 104 ],
106 'gypfiles': [ 105 'gypfiles': [
107 'machenbach@chromium.org', 106 'machenbach@chromium.org',
108 ], 107 ],
109 'inspector': [ 108 'inspector': [
110 'devtools-reviews@chromium.org', 109 'devtools-reviews@chromium.org',
111 ], 110 ],
112 'wasm': [ 111 'wasm': [
113 'wasm-v8@google.com', 112 'wasm-v8@google.com',
114 ], 113 ],
115 'value_serializer': [ 114 'value_serializer': [
116 'jbroman+watch@chromium.org', 115 'jbroman+watch@chromium.org',
117 ], 116 ],
118 }, 117 },
119 } 118 }
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