WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
133618
Reduce the overhead of updating the animatable style on ARMv7
https://bugs.webkit.org/show_bug.cgi?id=133618
Summary
Reduce the overhead of updating the animatable style on ARMv7
Benjamin Poulain
Reported
2014-06-08 14:19:48 PDT
Reduce the overhead of updating the animatable style on ARMv7
Attachments
Patch
(6.02 KB, patch)
2014-06-08 14:38 PDT
,
Benjamin Poulain
no flags
Details
Formatted Diff
Diff
Patch
(6.33 KB, patch)
2014-06-09 16:14 PDT
,
Benjamin Poulain
no flags
Details
Formatted Diff
Diff
Patch
(6.34 KB, patch)
2014-06-10 13:53 PDT
,
Benjamin Poulain
simon.fraser
: review+
simon.fraser
: commit-queue-
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Benjamin Poulain
Comment 1
2014-06-08 14:38:09 PDT
Created
attachment 232686
[details]
Patch
Benjamin Poulain
Comment 2
2014-06-09 16:14:33 PDT
Created
attachment 232745
[details]
Patch
Benjamin Poulain
Comment 3
2014-06-10 13:53:09 PDT
Created
attachment 232812
[details]
Patch
Simon Fraser (smfr)
Comment 4
2014-06-10 18:19:31 PDT
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?
Tim Horton
Comment 5
2014-06-10 18:26:36 PDT
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
Benjamin Poulain
Comment 6
2014-06-10 20:36:26 PDT
Committed
r169790
: <
http://trac.webkit.org/changeset/169790
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug