Skip to content

Commit

Permalink
Revert 253521 "Introduce telemetry.web_components and a simple c..."
Browse files Browse the repository at this point in the history
> Introduce 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
> 
> Review URL: https://codereview.chromium.org/169283004

TBR=nduca@chromium.org

Review URL: https://codereview.chromium.org/182333004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253611 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
achuith@chromium.org committed Feb 26, 2014
1 parent c4584c6 commit 36a0f80
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 335 deletions.
6 changes: 0 additions & 6 deletions tools/telemetry/PRESUBMIT.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ def _CommonChecks(input_api, output_api):
'Docs are stale. Please run:\n' +
'$ %s' % os.path.abspath(update_docs_path)))

# Importing telemetry.web_components actually brings tvcm into the path.
import telemetry.web_components # pylint: disable=W0612
from tvcm import presubmit_checker
checker = presubmit_checker.PresubmitChecker(input_api, output_api)
results += checker.RunChecks()

results.extend(input_api.canned_checks.RunPylint(
input_api, output_api,
black_list=PYLINT_BLACKLIST,
Expand Down
23 changes: 0 additions & 23 deletions tools/telemetry/run_web_components_dev_server

This file was deleted.

12 changes: 0 additions & 12 deletions tools/telemetry/telemetry/web_components/__init__.py

This file was deleted.

23 changes: 0 additions & 23 deletions tools/telemetry/telemetry/web_components/dev_server.py

This file was deleted.

39 changes: 0 additions & 39 deletions tools/telemetry/telemetry/web_components/results_viewer.js

This file was deleted.

30 changes: 0 additions & 30 deletions tools/telemetry/telemetry/web_components/results_viewer.py

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions tools/telemetry/telemetry/web_components/tvcm_stub.py

This file was deleted.

63 changes: 0 additions & 63 deletions tools/telemetry/telemetry/web_components/viewer.py

This file was deleted.

18 changes: 0 additions & 18 deletions tools/telemetry/telemetry/web_components/viewer_bootstrap.js

This file was deleted.

25 changes: 0 additions & 25 deletions tools/telemetry/telemetry/web_components/viewer_unittest.py

This file was deleted.

34 changes: 0 additions & 34 deletions tools/telemetry/telemetry/web_components/viewer_unittest_data.js

This file was deleted.

21 changes: 0 additions & 21 deletions tools/telemetry/telemetry/web_components/web_components_project.py

This file was deleted.

This file was deleted.

0 comments on commit 36a0f80

Please sign in to comment.