Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(5058)

Issue 256760043: Convert tracks code to polymer.

Can't Edit
Can't Publish+Mail
Start Review
Created:
8 years, 9 months ago by dsinclair
Modified:
8 years, 8 months ago
Reviewers:
CC:
tracing-review_chromium.org
Base URL:
git@github.com:google/trace-viewer@master
Visibility:
Public.

Description

Convert tracks code to polymer. [DO NOT COMMIT] This is currently pretty broken... This CL converts the code for the track system over to polymer elements.

Patch Set 1 : #

Total comments: 31

Patch Set 2 : Checkpoint .... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1197 lines, -1799 lines) Patch
M tracing/examples/trace_viewer.html View 2 chunks +3 lines, -4 lines 0 comments Download
M tracing/trace_viewer.gypi View 1 chunk +0 lines, -11 lines 0 comments Download
M tracing/tracing/ui/base/dom_helpers.html View 1 2 chunks +0 lines, -8 lines 0 comments Download
M tracing/tracing/ui/base/fast_rect_renderer.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M tracing/tracing/ui/base/polymer_utils.html View 1 chunk +1 line, -0 lines 0 comments Download
M tracing/tracing/ui/base/sunburst_chart.html View 1 1 chunk +0 lines, -2 lines 0 comments Download
M tracing/tracing/ui/base/ui_state_test.html View 1 chunk +1 line, -20 lines 0 comments Download
M tracing/tracing/ui/extras/rail/rail_score_span.html View 1 chunk +7 lines, -8 lines 0 comments Download
D tracing/tracing/ui/extras/system_stats/system_stats_instance_track.css View 1 chunk +0 lines, -15 lines 0 comments Download
M tracing/tracing/ui/extras/system_stats/system_stats_instance_track.html View 7 chunks +55 lines, -68 lines 0 comments Download
D tracing/tracing/ui/extras/tcmalloc/heap_instance_track.css View 1 chunk +0 lines, -15 lines 0 comments Download
M tracing/tracing/ui/extras/tcmalloc/heap_instance_track.html View 4 chunks +27 lines, -35 lines 0 comments Download
M tracing/tracing/ui/find_control.html View 2 chunks +0 lines, -2 lines 0 comments Download
M tracing/tracing/ui/timeline_track_view.html View 28 chunks +113 lines, -129 lines 0 comments Download
M tracing/tracing/ui/timeline_view.html View 15 chunks +53 lines, -75 lines 0 comments Download
M tracing/tracing/ui/timeline_viewport.html View 1 4 chunks +28 lines, -61 lines 0 comments Download
M tracing/tracing/ui/tracks/alert_track.html View 2 chunks +16 lines, -21 lines 0 comments Download
M tracing/tracing/ui/tracks/async_slice_group_track.html View 2 chunks +15 lines, -29 lines 0 comments Download
M tracing/tracing/ui/tracks/chart_track.html View 4 chunks +32 lines, -36 lines 0 comments Download
M tracing/tracing/ui/tracks/container_track.html View 4 chunks +18 lines, -39 lines 0 comments Download
M tracing/tracing/ui/tracks/counter_track.html View 1 chunk +33 lines, -51 lines 0 comments Download
M tracing/tracing/ui/tracks/cpu_track.html View 5 chunks +18 lines, -32 lines 0 comments Download
D tracing/tracing/ui/tracks/drawing_container.css View 1 chunk +0 lines, -20 lines 0 comments Download
M tracing/tracing/ui/tracks/drawing_container.html View 6 chunks +73 lines, -68 lines 0 comments Download
M tracing/tracing/ui/tracks/frame_track.html View 2 chunks +13 lines, -39 lines 0 comments Download
M tracing/tracing/ui/tracks/global_memory_dump_track.html View 4 chunks +19 lines, -31 lines 0 comments Download
D tracing/tracing/ui/tracks/heading_track.css View 1 chunk +0 lines, -35 lines 0 comments Download
M tracing/tracing/ui/tracks/heading_track.html View 4 chunks +68 lines, -53 lines 0 comments Download
M tracing/tracing/ui/tracks/kernel_track.html View 3 chunks +41 lines, -30 lines 0 comments Download
M tracing/tracing/ui/tracks/letter_dot_track.html View 3 chunks +45 lines, -53 lines 0 comments Download
M tracing/tracing/ui/tracks/model_track.html View 10 chunks +85 lines, -90 lines 0 comments Download
M tracing/tracing/ui/tracks/multi_row_track.html View 1 3 chunks +18 lines, -31 lines 0 comments Download
M tracing/tracing/ui/tracks/object_instance_group_track.html View 3 chunks +12 lines, -26 lines 0 comments Download
D tracing/tracing/ui/tracks/object_instance_track.css View 1 chunk +0 lines, -8 lines 0 comments Download
M tracing/tracing/ui/tracks/object_instance_track.html View 7 chunks +28 lines, -44 lines 0 comments Download
M tracing/tracing/ui/tracks/process_memory_dump_track.html View 2 chunks +13 lines, -27 lines 0 comments Download
M tracing/tracing/ui/tracks/process_summary_track.html View 1 chunk +90 lines, -106 lines 0 comments Download
M tracing/tracing/ui/tracks/process_track.html View 4 chunks +42 lines, -30 lines 0 comments Download
D tracing/tracing/ui/tracks/process_track_base.css View 1 chunk +0 lines, -24 lines 0 comments Download
M tracing/tracing/ui/tracks/process_track_base.html View 12 chunks +38 lines, -58 lines 0 comments Download
D tracing/tracing/ui/tracks/rect_track.css View 1 chunk +0 lines, -8 lines 0 comments Download
M tracing/tracing/ui/tracks/rect_track.html View 1 4 chunks +52 lines, -47 lines 0 comments Download
D tracing/tracing/ui/tracks/ruler_track.css View 1 chunk +0 lines, -12 lines 0 comments Download
M tracing/tracing/ui/tracks/ruler_track.html View 3 chunks +33 lines, -32 lines 0 comments Download
M tracing/tracing/ui/tracks/sample_track.html View 2 chunks +8 lines, -27 lines 0 comments Download
M tracing/tracing/ui/tracks/slice_group_track.html View 5 chunks +14 lines, -30 lines 0 comments Download
M tracing/tracing/ui/tracks/slice_track.html View 2 chunks +8 lines, -27 lines 0 comments Download
D tracing/tracing/ui/tracks/spacing_track.css View 1 chunk +0 lines, -7 lines 0 comments Download
M tracing/tracing/ui/tracks/spacing_track.html View 1 chunk +19 lines, -26 lines 0 comments Download
M tracing/tracing/ui/tracks/stacked_bars_track.html View 4 chunks +21 lines, -30 lines 0 comments Download
D tracing/tracing/ui/tracks/thread_track.css View 1 chunk +0 lines, -10 lines 0 comments Download
M tracing/tracing/ui/tracks/thread_track.html View 6 chunks +27 lines, -34 lines 0 comments Download
D tracing/tracing/ui/tracks/track.css View 1 chunk +0 lines, -33 lines 0 comments Download
M tracing/tracing/ui/tracks/track.html View 1 4 chunks +9 lines, -42 lines 0 comments Download

Messages

Total messages: 3
dsinclair
This is getting closer, so wanted to get any early feedback you have. (If you ...
8 years, 9 months ago (2015-07-14 21:11:06 UTC) #1
petrcermak
Wow! This is really great work. Here's a couple of comments. Thanks, Petr https://codereview.appspot.com/256760043/diff/100001/tracing/tracing/ui/extras/rail/rail_score_span.html File ...
8 years, 9 months ago (2015-07-15 15:30:37 UTC) #2
dsinclair
8 years, 8 months ago (2015-08-06 15:05:29 UTC) #3

          
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b