Bug 83379

Summary: Web Inspector: zoom on vertical mousewheel in Timeline overview
Product: WebKit Reporter: Andrey Kosyakov <caseq>
Component: Web Inspector (Deprecated)Assignee: Andrey Kosyakov <caseq>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch pfeldman: review+

Description Andrey Kosyakov 2012-04-06 10:39:37 PDT
This adds support for zooming via mouse wheel in the Timeline overview.
Comment 1 Andrey Kosyakov 2012-04-09 10:10:07 PDT
Created attachment 136252 [details]
Patch
Comment 2 Pavel Feldman 2012-04-09 10:14:38 PDT
Comment on attachment 136252 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=136252&action=review

> Source/WebCore/inspector/front-end/TimelineOverviewPane.js:594
> +        // If you drink too much from a bottle marked 'poison' it is almost certain to disagree with you sooner or later.

We only practice necessary comments in the WebKit source base.
Comment 3 Andrey Kosyakov 2012-04-09 10:37:27 PDT
Committed r113591: <http://trac.webkit.org/changeset/113591>