Bug 47617 - Use WKSI to get wheel event deltas
Summary: Use WKSI to get wheel event deltas
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-13 13:33 PDT by Anders Carlsson
Modified: 2010-10-13 13:41 PDT (History)
0 users

See Also:


Attachments
Patch (9.70 KB, patch)
2010-10-13 13:34 PDT, Anders Carlsson
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2010-10-13 13:33:11 PDT
Use WKSI to get wheel event deltas
Comment 1 Anders Carlsson 2010-10-13 13:34:01 PDT
Created attachment 70652 [details]
Patch
Comment 2 Darin Adler 2010-10-13 13:36:57 PDT
Comment on attachment 70652 [details]
Patch

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

> WebKit2/WebProcess/WebCoreSupport/mac/WebSystemInterface.mm:89
> +        INIT(AdvanceDefaultButtonPulseAnimation);
> +        INIT(CGContextGetShouldSmoothFonts);
> +        INIT(CopyCONNECTProxyResponse);
> +        INIT(CopyNSURLResponseStatusLine);
> +        INIT(CreateCustomCFReadStream);
> +        INIT(CreateNSURLConnectionDelegateProxy);
> +        INIT(DrawCapsLockIndicator);
> +        INIT(DrawBezeledTextArea);
> +        INIT(DrawBezeledTextFieldCell);
> +        INIT(DrawFocusRing);
> +        INIT(DrawMediaUIPart);
> +        INIT(DrawMediaSliderTrack);
> +        INIT(DrawTextFieldCellFocusRing);
> +        INIT(GetExtensionsForMIMEType);
> +        INIT(GetFontInLanguageForCharacter);
> +        INIT(GetFontInLanguageForRange);
> +        INIT(GetGlyphTransformedAdvances);
> +        INIT(GetMIMETypeForExtension);
> +        INIT(GetNSURLResponseLastModifiedDate);
> +        INIT(GetPreferredExtensionForMIMEType);
> +        INIT(GetWheelEventDeltas);
> +        INIT(HitTestMediaUIPart);
> +        INIT(InitializeMaximumHTTPConnectionCountPerHost);
> +        INIT(IsLatchingWheelEvent);
> +        INIT(MeasureMediaUIPart);
> +        INIT(MediaControllerThemeAvailable);
> +        INIT(PopupMenu);
> +        INIT(SetCGFontRenderingMode);
> +        INIT(SetCONNECTProxyAuthorizationForStream);
> +        INIT(SetCONNECTProxyForStream);
> +        INIT(SetDragImage);
> +        INIT(SetNSURLConnectionDefersCallbacks);
> +        INIT(SetNSURLRequestShouldContentSniff);
> +        INIT(SetPatternBaseCTM);
> +        INIT(SetPatternPhaseInUserSpace);
> +        INIT(GetUserToBaseCTM);
> +        INIT(SetUpFontCache);
> +        INIT(SignalCFReadStreamEnd);
> +        INIT(SignalCFReadStreamError);
> +        INIT(SignalCFReadStreamHasBytes);
> +        INIT(QTIncludeOnlyModernMediaFileTypes);
> +        INIT(QTMovieDataRate);
> +        INIT(QTMovieDisableComponent);
> +        INIT(QTMovieMaxTimeLoaded);
> +        INIT(QTMovieMaxTimeLoadedChangeNotification);
> +        INIT(QTMovieMaxTimeSeekable);
> +        INIT(QTMovieGetType);
> +        INIT(QTMovieHasClosedCaptions);
> +        INIT(QTMovieSetShowClosedCaptions);
> +        INIT(QTMovieSelectPreferredAlternates);
> +        INIT(QTMovieViewSetDrawSynchronously);
> +        INIT(GetGlyphsForCharacters);

Can we sort these alphabetically?
Comment 3 Anders Carlsson 2010-10-13 13:41:17 PDT
Committed r69694: <http://trac.webkit.org/changeset/69694>