WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 113080
Web Inspector: Flame Chart. Scroll dividers together with underlying chart.
https://bugs.webkit.org/show_bug.cgi?id=113080
Summary
Web Inspector: Flame Chart. Scroll dividers together with underlying chart.
Ilya Tikhonovsky
Reported
2013-03-22 10:13:48 PDT
patch to follow.
Attachments
Patch
(3.49 KB, patch)
2013-03-23 08:17 PDT
,
Ilya Tikhonovsky
no flags
Details
Formatted Diff
Diff
Patch
(7.17 KB, patch)
2013-03-26 02:36 PDT
,
Ilya Tikhonovsky
pfeldman
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Ilya Tikhonovsky
Comment 1
2013-03-23 08:17:27 PDT
Created
attachment 194703
[details]
Patch
Pavel Feldman
Comment 2
2013-03-25 01:05:24 PDT
Comment on
attachment 194703
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=194703&action=review
> Source/WebCore/inspector/front-end/TimelineGrid.js:94 > + if (calculator.grandMinimumBoundary)
Checking for function existence is not compiler friendly.
> Source/WebCore/inspector/front-end/TimelineGrid.js:132 > + left = calculator.computePosition(calculator.minimumBoundary() + slice * i - sliceRemainder);
If you want dividers to be consistent with your canvas data, you should paint them on canvas. updateDividers is an expensive method.
Ilya Tikhonovsky
Comment 3
2013-03-26 02:36:24 PDT
Created
attachment 195041
[details]
Patch
Pavel Feldman
Comment 4
2013-03-26 04:20:03 PDT
Comment on
attachment 195041
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=195041&action=review
> Source/WebCore/ChangeLog:26 > +2013-03-22 Ilya Tikhonovsky <
loislo@chromium.org
>
One of these is extra.
> Source/WebCore/inspector/front-end/TimelineGrid.js:235 > + grandMinimumBoundary: function() { },
What if this is 0 at all times?
Ilya Tikhonovsky
Comment 5
2013-03-26 08:57:05 PDT
Committed
r146890
: <
http://trac.webkit.org/changeset/146890
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug