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

Issue 138330043: Clicking on scroll bar in timing mode should get handled by scrollbar only. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 1 month ago by r.kasibhatla
Modified:
9 years, 7 months ago
Reviewers:
nduca
CC:
kphanee, trace-viewer-review_googlegroups.com
Base URL:
https://chromium.googlesource.com/external/trace-viewer.git@master
Visibility:
Public.

Description

Clicking on scroll bar in timing mode should get handled by scrollbar only. On clicking scroll bar of 'timing mode', thread times window is shifting to right side and user is unable to scroll down. We are assuming that every hit in timing mode is on the canvas area itself and moving to setting the interest range value including that the range right is being selected. Do the interest range actions only if the mousedown hit point is in the canvas rect. BUG=549

Patch Set 1 #

Patch Set 2 : Fixed the failing unittests! #

Total comments: 6

Patch Set 3 : Review comments addressed! #

Total comments: 2

Patch Set 4 : Patch for landing! #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -0 lines) Patch
M trace_viewer/tracing/timing_tool.html View 1 2 3 2 chunks +17 lines, -0 lines 0 comments Download

Messages

Total messages: 9
r.kasibhatla
PTAL.
10 years, 1 month ago (2014-09-11 07:01:23 UTC) #1
vivekg
https://codereview.appspot.com/138330043/diff/20001/trace_viewer/tracing/timing_tool.html File trace_viewer/tracing/timing_tool.html (right): https://codereview.appspot.com/138330043/diff/20001/trace_viewer/tracing/timing_tool.html#newcode48 trace_viewer/tracing/timing_tool.html:48: onBeginTiming: function(e) { I think it would be better ...
10 years, 1 month ago (2014-09-11 14:29:33 UTC) #2
nduca
https://codereview.appspot.com/138330043/diff/20001/trace_viewer/tracing/timing_tool.html File trace_viewer/tracing/timing_tool.html (right): https://codereview.appspot.com/138330043/diff/20001/trace_viewer/tracing/timing_tool.html#newcode48 trace_viewer/tracing/timing_tool.html:48: onBeginTiming: function(e) { agreed. even better would be a ...
10 years, 1 month ago (2014-09-11 22:41:32 UTC) #3
r.kasibhatla
PTAL. https://codereview.appspot.com/138330043/diff/20001/trace_viewer/tracing/timing_tool.html File trace_viewer/tracing/timing_tool.html (right): https://codereview.appspot.com/138330043/diff/20001/trace_viewer/tracing/timing_tool.html#newcode48 trace_viewer/tracing/timing_tool.html:48: onBeginTiming: function(e) { On 2014/09/11 14:29:33, vivekg wrote: ...
10 years, 1 month ago (2014-09-12 05:23:07 UTC) #4
r.kasibhatla
On 2014/09/12 05:23:07, r.kasibhatla wrote: > PTAL. > > https://codereview.appspot.com/138330043/diff/20001/trace_viewer/tracing/timing_tool.html > File trace_viewer/tracing/timing_tool.html (right): > ...
10 years, 1 month ago (2014-09-16 03:31:36 UTC) #5
dsinclair
https://codereview.appspot.com/138330043/diff/80001/trace_viewer/tracing/timing_tool.html File trace_viewer/tracing/timing_tool.html (right): https://codereview.appspot.com/138330043/diff/80001/trace_viewer/tracing/timing_tool.html#newcode106 trace_viewer/tracing/timing_tool.html:106: } This is missing a final return statement. Can ...
10 years, 1 month ago (2014-09-18 00:33:22 UTC) #6
r.kasibhatla
PTAL. Thanks! https://codereview.appspot.com/138330043/diff/80001/trace_viewer/tracing/timing_tool.html File trace_viewer/tracing/timing_tool.html (right): https://codereview.appspot.com/138330043/diff/80001/trace_viewer/tracing/timing_tool.html#newcode106 trace_viewer/tracing/timing_tool.html:106: } On 2014/09/18 00:33:21, dsinclair wrote: > ...
10 years, 1 month ago (2014-09-18 04:13:37 UTC) #7
dsinclair
This is good to me. Can you turn it into a pull request against the ...
10 years, 1 month ago (2014-09-18 13:19:29 UTC) #8
dsinclair
9 years, 7 months ago (2015-03-07 15:21:11 UTC) #9

          
Sign in to reply to this message.

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