• Home
Name Date Size #Lines LOC

..--

src/03-May-2024-25,79116,658

.gitignoreD03-May-202422 32

AUTHORSD03-May-20243.3 KiB9290

LICENSED03-May-20241.5 KiB2827

MODULE_LICENSE_BSD_LIKED03-May-20240

READMED03-May-2024845 1612

config.pyD03-May-20241.1 KiB4834

init.jsD03-May-2024463 2015

script.jsD03-May-202486 KiB164163

style.cssD03-May-202410.9 KiB11

systrace.pyD03-May-20247.5 KiB212189

update.pyD03-May-20241.7 KiB5639

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