Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 03-May-2024 | - | 25,791 | 16,658 | ||
.gitignore | D | 03-May-2024 | 22 | 3 | 2 | |
AUTHORS | D | 03-May-2024 | 3.3 KiB | 92 | 90 | |
LICENSE | D | 03-May-2024 | 1.5 KiB | 28 | 27 | |
MODULE_LICENSE_BSD_LIKE | D | 03-May-2024 | 0 | |||
README | D | 03-May-2024 | 845 | 16 | 12 | |
config.py | D | 03-May-2024 | 1.1 KiB | 48 | 34 | |
init.js | D | 03-May-2024 | 463 | 20 | 15 | |
script.js | D | 03-May-2024 | 86 KiB | 164 | 163 | |
style.css | D | 03-May-2024 | 10.9 KiB | 1 | 1 | |
systrace.py | D | 03-May-2024 | 7.5 KiB | 212 | 189 | |
update.py | D | 03-May-2024 | 1.7 KiB | 56 | 39 |
README
1The src directory contains Chromium source from the following locations: 2 3 http://src.chromium.org/chrome/trunk/src/chrome/browser/resources/shared/ 4 http://src.chromium.org/chrome/trunk/src/chrome/browser/resources/tracing/ 5 6The file src/UPSTREAM_REVISION contains the upstream revision number that was 7last pulled. There may be local patches applied on top of the upstream source, 8but we should keep those to a minimum. 9 10The update.py script should be used to package the CSS and Javascript files in 11the src directory into the style.css and script.js files. These files are 12being checked in, and get embedded in each trace HTML file the systrace.py 13generates. Each time a file in the www directory gets updated, this script 14will need to be rerun, and the generated files must be committed along with the 15changes to the www directory. 16