WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
93526
Avoid backing store on layers created for CoreAnimation plugins
https://bugs.webkit.org/show_bug.cgi?id=93526
Summary
Avoid backing store on layers created for CoreAnimation plugins
Simon Fraser (smfr)
Reported
2012-08-08 14:29:06 PDT
Avoid backing store on layers created for CoreAnimation plugins
Attachments
Patch
(5.76 KB, patch)
2012-08-08 14:31 PDT
,
Simon Fraser (smfr)
dino
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2012-08-08 14:31:36 PDT
Created
attachment 157299
[details]
Patch
Simon Fraser (smfr)
Comment 2
2012-08-08 14:32:26 PDT
<
rdar://problem/12052828
>
Dean Jackson
Comment 3
2012-08-08 15:02:03 PDT
Comment on
attachment 157299
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=157299&action=review
> Source/WebCore/ChangeLog:8 > + We create a compositing layer for <emebed> objects whose plug-in supports
typo emembedebed
Simon Fraser (smfr)
Comment 4
2012-08-08 15:17:57 PDT
http://trac.webkit.org/changeset/125101
Andrew Scherkus
Comment 5
2012-08-08 15:28:37 PDT
Committed
r125102
: <
http://trac.webkit.org/changeset/125102
>
Darin Adler
Comment 6
2012-08-08 17:25:36 PDT
Comment on
attachment 157299
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=157299&action=review
> Source/WebCore/rendering/RenderLayerBacking.cpp:913 > + if (renderObject->isReplaced() && !isCompositedPlugin(renderObject)) > + return false;
Wrong indentation on this return statement.
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