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

Side by Side Diff: WATCHLISTS

Issue 1655423006: Revert of Version 4.9.385.17 (cherry-pick) (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@4.9
Patch Set: Created 4 years, 10 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 | include/v8-version.h » ('j') | 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 'filepath': 'src/interpreter/', 46 'filepath': 'src/interpreter/',
47 'filepath': 'test/cctest/interpreter/', 47 'filepath': 'test/cctest/interpreter/',
48 'filepath': 'test/unittests/interpreter/', 48 'filepath': 'test/unittests/interpreter/',
49 }, 49 },
50 'feature_shipping_status': { 50 'feature_shipping_status': {
51 'filepath': 'src/flag-definitions.h', 51 'filepath': 'src/flag-definitions.h',
52 }, 52 },
53 'gc_changes': { 53 'gc_changes': {
54 'filepath': 'src/heap/', 54 'filepath': 'src/heap/',
55 }, 55 },
56 'merges': {
57 'filepath': '.',
58 },
59 }, 56 },
60 57
61 'WATCHLISTS': { 58 'WATCHLISTS': {
62 'public_api': [ 59 'public_api': [
63 'phajdan.jr@chromium.org', 60 'phajdan.jr@chromium.org',
64 ], 61 ],
65 'snapshot': [ 62 'snapshot': [
66 'yangguo@chromium.org', 63 'yangguo@chromium.org',
67 ], 64 ],
68 'debugger': [ 65 'debugger': [
69 'yangguo@chromium.org', 66 'yangguo@chromium.org',
70 ], 67 ],
71 'interpreter': [ 68 'interpreter': [
72 'rmcilroy@chromium.org', 69 'rmcilroy@chromium.org',
73 'oth@chromium.org', 70 'oth@chromium.org',
74 ], 71 ],
75 'feature_shipping_status': [ 72 'feature_shipping_status': [
76 'hablich@chromium.org', 73 'hablich@chromium.org',
77 ], 74 ],
78 'gc_changes': [ 75 'gc_changes': [
79 'hpayer@chromium.org', 76 'hpayer@chromium.org',
80 'ulan@chromium.org', 77 'ulan@chromium.org',
81 ], 78 ],
82 'merges': [
83 # Only enabled on branches created with tools/release/create_release.py
84 # 'v8-merges@googlegroups.com',
85 ],
86 }, 79 },
87 } 80 }
OLDNEW
« no previous file with comments | « no previous file | include/v8-version.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698