Bug 125909

Summary: Web Inspector: handle scroll to zoom in TimelineOverview
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Web InspectorAssignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, graouts, joepeck, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch joepeck: review+, timothy: commit-queue-

Description Timothy Hatcher 2013-12-17 20:06:57 PST
Support scroll up and down to zoom TimelineOverview.
Comment 1 Timothy Hatcher 2013-12-17 20:13:17 PST
Created attachment 219499 [details]
Patch
Comment 2 Timothy Hatcher 2013-12-18 10:33:06 PST
Created attachment 219546 [details]
Patch
Comment 3 Joseph Pecoraro 2013-12-18 10:46:45 PST
Comment on attachment 219546 [details]
Patch

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

r=me

> Source/WebInspectorUI/UserInterface/TimelineOverview.js:169
> +        var deviceDirection = event.webkitDirectionInvertedFromDevice ? -1 : 1;

Does this match Instruments / OS X Maps? As long as we are consistent with something in the system =).
Comment 4 Timothy Hatcher 2014-01-18 00:35:54 PST
*** Bug 14378 has been marked as a duplicate of this bug. ***
Comment 5 Radar WebKit Bug Importer 2014-01-18 01:03:37 PST
<rdar://problem/15852729>
Comment 6 Timothy Hatcher 2014-01-20 19:02:52 PST
https://trac.webkit.org/changeset/162409