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

Issue 210660043: Navigate using FindController (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 7 months ago by jackyang
Modified:
9 years, 7 months ago
Reviewers:
nduca
CC:
trace-viewer-review_googlegroups.com
Base URL:
https://github.com/jackjyang/trace-viewer.git@master
Visibility:
Public.

Description

Navigate using FindController This allows navigating the timeline by entering a string in the find input box in the format of (timestamp)@(pid).(tid)x(scaleX). The pid and tid will be brought into view, and zoom will be applied. This also adds new functions to Location class: - loading from stableId and timestamp - getters for outer most track and timestamp As well as a new UIState class that contains a Location specifying the point of interest on the timeline and the current scaleX value of the timeline. BUG=17 R=nduca@chromium.org Committed: https://chromium.googlesource.com/external/trace-viewer/+/ca5ccc002ba1b92f8bc61e5aaec374672fabbc9f

Patch Set 1 #

Patch Set 2 : modify locations to make more precise #

Total comments: 12

Patch Set 3 : reviewer comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+374 lines, -39 lines) Patch
M BUILD.gn View 2 chunks +2 lines, -0 lines 0 comments Download
M trace_viewer.gyp View 2 chunks +2 lines, -0 lines 0 comments Download
M trace_viewer/core/find_controller.html View 1 2 5 chunks +54 lines, -13 lines 0 comments Download
M trace_viewer/core/find_controller_test.html View 1 2 1 chunk +31 lines, -0 lines 0 comments Download
M trace_viewer/core/location.html View 1 3 chunks +75 lines, -22 lines 0 comments Download
M trace_viewer/core/location_test.html View 2 chunks +10 lines, -4 lines 0 comments Download
M trace_viewer/core/timeline_track_view.html View 1 chunk +21 lines, -0 lines 0 comments Download
A trace_viewer/core/ui_state.html View 1 2 1 chunk +94 lines, -0 lines 0 comments Download
A trace_viewer/core/ui_state_test.html View 1 chunk +85 lines, -0 lines 0 comments Download

Messages

Total messages: 6
jackyang
9 years, 7 months ago (2015-03-11 17:05:32 UTC) #1
nduca
https://codereview.appspot.com/210660043/diff/20001/trace_viewer/core/find_control.html File trace_viewer/core/find_control.html (left): https://codereview.appspot.com/210660043/diff/20001/trace_viewer/core/find_control.html#oldcode115 trace_viewer/core/find_control.html:115: this.filterTextChanged(); can this be a separate change? not a ...
9 years, 7 months ago (2015-03-12 05:32:15 UTC) #2
nduca
also either fill inBUG= ot be BUG=#733 or whatevr bug id you have on github. ...
9 years, 7 months ago (2015-03-12 05:32:46 UTC) #3
jackyang
https://codereview.appspot.com/210660043/diff/20001/trace_viewer/core/find_control.html File trace_viewer/core/find_control.html (left): https://codereview.appspot.com/210660043/diff/20001/trace_viewer/core/find_control.html#oldcode115 trace_viewer/core/find_control.html:115: this.filterTextChanged(); On 2015/03/12 05:32:15, nduca wrote: > can this ...
9 years, 7 months ago (2015-03-12 14:37:17 UTC) #4
nduca
lgtm! sorry for the delay i didn't see the review email! feel free to ping ...
9 years, 7 months ago (2015-03-19 01:33:18 UTC) #5
jackyang
9 years, 7 months ago (2015-03-19 14:55:49 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
ca5ccc002ba1b92f8bc61e5aaec374672fabbc9f (presubmit successful).
Sign in to reply to this message.

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