[webkit-reviews] review granted: [Bug 47617] Use WKSI to get wheel event deltas : [Attachment 70652] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 13 13:36:57 PDT 2010


Darin Adler <darin at apple.com> has granted Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 47617: Use WKSI to get wheel event deltas
https://bugs.webkit.org/show_bug.cgi?id=47617

Attachment 70652: Patch
https://bugs.webkit.org/attachment.cgi?id=70652&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
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?


More information about the webkit-reviews mailing list