OLD | NEW |
1 Name: inspector protocol | 1 Name: inspector protocol |
2 Short Name: inspector_protocol | 2 Short Name: inspector_protocol |
3 URL: https://chromium.googlesource.com/deps/inspector_protocol/ | 3 URL: https://chromium.googlesource.com/deps/inspector_protocol/ |
4 Version: 0 | 4 Version: 0 |
5 Revision: cf45a6e89b17cdc9eeacdef4c003fcc55f7ec2a0 | 5 Revision: cf45a6e89b17cdc9eeacdef4c003fcc55f7ec2a0 |
6 License: BSD | 6 License: BSD |
7 License File: LICENSE | 7 License File: LICENSE |
8 Security Critical: no | 8 Security Critical: no |
9 | 9 |
10 Description: | 10 Description: |
11 src/inspector uses these scripts to generate handlers from protocol | 11 src/inspector uses these scripts to generate handlers from protocol |
12 description. | 12 description. |
13 | 13 |
14 Local modifications: | 14 Local modifications: |
15 - This only includes the lib/ and templates/ directories, scripts, build | 15 - This only includes the lib/ and templates/ directories, scripts, build |
16 and the LICENSE files. | 16 and the LICENSE files. |
17 - New style domains [ "Schema", "Console", "Profiler" ] are added in | 17 - New style domains [ "Schema", "Console", "Profiler", "HeapProfiler" ] are |
18 CodeGenerator.py. | 18 added in CodeGenerator.py. |
OLD | NEW |