Bug 83379 - Web Inspector: zoom on vertical mousewheel in Timeline overview
Summary: Web Inspector: zoom on vertical mousewheel in Timeline overview
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Andrey Kosyakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-06 10:39 PDT by Andrey Kosyakov
Modified: 2012-04-09 10:37 PDT (History)
10 users (show)

See Also:


Attachments
Patch (4.28 KB, patch)
2012-04-09 10:10 PDT, Andrey Kosyakov
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>