History log of /external/chromium-trace/update.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6907377c1209c22a89bd1fdb8700e49b6a80d9c0 20-Sep-2012 Jamie Gennis <jgennis@google.com> systrace: add args to update.py

This change adds command line options to the update.py script to allow the svn
checkout and the minifcation steps to be skipped.

Change-Id: Id0ddce2abc6e4d1d0158c29c0ec3a47cb140e6a1
/external/chromium-trace/update.py
2da489cd246702bee5938545b18a6f710ed214bc 20-Sep-2012 Jamie Gennis <jgennis@google.com> systrace: rebase against upstream trace-viewer

This changes replaces the use of the Chromium trace viewer code with that of
the trace-viewer project (essentially the Chromium code factored out into its
own project). It updates the update.py script to pull the source from there
and adds an argument to systrace.py to use linked assets from a different
directory to facilitate development of trace-viewer code using systrace to
test.

Change-Id: I5c5a4ce336ce82cd07f1f42e97d4b4cb918ec17a
/external/chromium-trace/update.py
156c2a72ab4eff47374216f2943bdc0c70e10338 30-May-2012 Jeff Brown <jeffbrown@google.com> Use async slices for filesystem and block device operations.

Ensure that overlapping I/O operations are correctly visualized.

Change-Id: I486ecef8e157e3c08f6fe26cb761fdadacdd037b
/external/chromium-trace/update.py
50dfd0660916e38f7e186b97be4b5b1a1a693a8a 23-May-2012 Jamie Gennis <jgennis@google.com> systrace: check for errors when compiling JS

Change-Id: I0daba4b5977734ce819451dd9200317d7e0c4ca9
/external/chromium-trace/update.py
595ae1e4b47b4a51f2339c2672e63c17d4922a95 22-May-2012 Jeff Brown <jeffbrown@google.com> Clean up systrace a bit.

Extract the various event definitions into a table instead of a
switch statement.

Add a --link-assets option to systrace.py to generate a trace.html
file that has the CSS and JS assets linked in rather than embedded,
which is useful for debugging purposes.

Fixed a bug in the tests for lineRE.

Bug: 6488845
Change-Id: I90634f7144fa0a050b911bb9854e5d5662dd6330
/external/chromium-trace/update.py
e524f4e1556f062b93bd099289001fb3de88bb71 09-May-2012 Jamie Gennis <jgennis@google.com> systrace: move init code into a js file

This change moves the initialization Javascript code out of the HTML portion of
systrace.py and into init.js. This new Javascript file is then included in the
Javascript minification.

Change-Id: I3a474331a5970309b8166b57b52789932283c6b1
/external/chromium-trace/update.py
d1270ce027b82d14c215719b236b3fe37695827e 06-May-2012 Jamie Gennis <jgennis@google.com> update minified code and generator script

Change-Id: I3b94a13c9ba26a8e0e97f51ebd591eaf6a0e892a
/external/chromium-trace/update.py