| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |