Chromium Code Reviews
DescriptionIntroduce telemetry.web_components and a simple component-based Results object
The main result of this patch is that
cd $TELEMETRY && python -m telemetry.web_components.results_viewer
will produce an HTML file that has the same standalone-and-emailable properties as telemetry's existing HTML results object, but that is built out of tvcm components, trace-viewer's component model. Followup patches will expand out results_viewer.js with features to actually be a viable replacement for Telemetry's existing results.html.
Importantly, with this checkin, telemetry's existing ./run_tests will also run any javascript unittests and the presubmit will lint the same js and css files.
BUG=340096
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=253521
Patch Set 1 #Patch Set 2 : Added HTML output, ready for review #
Total comments: 18
Patch Set 3 : feedback applied #
Total comments: 1
Patch Set 4 : nitfix #Patch Set 5 : Disable problematic test. Will fix on followup #Patch Set 6 : Renable web_components_unittest #Patch Set 7 : nop #
Total comments: 1
Messages
Total messages: 26 (0 generated)
|