Summary: | Reduce the overhead of updating the animatable style on ARMv7 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Benjamin Poulain <benjamin> | ||||||||
Component: | New Bugs | Assignee: | Benjamin Poulain <benjamin> | ||||||||
Status: | RESOLVED FIXED | ||||||||||
Severity: | Normal | CC: | commit-queue, esprehn+autocc, glenn, gyuyoung.kim, kondapallykalyan, macpherson, menard | ||||||||
Priority: | P2 | ||||||||||
Version: | 528+ (Nightly build) | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Attachments: |
|
Description
Benjamin Poulain
2014-06-08 14:19:48 PDT
Created attachment 232686 [details]
Patch
Created attachment 232745 [details]
Patch
Created attachment 232812 [details]
Patch
Comment on attachment 232812 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=232812&action=review > Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:1066 > + CGFloat scaleFactor = contentZoomScale(self); > + [_contentView scaleFactorDidChange:scaleFactor]; Unrelated? Comment on attachment 232812 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=232812&action=review > Source/WebCore/ChangeLog:8 > + While udpating the style for animations, most of the time spent was pure calling overhead. updating Committed r169790: <http://trac.webkit.org/changeset/169790> |