Bug 148091 - will-change: backface-visibility should not cause stacking context
Summary: will-change: backface-visibility should not cause stacking context
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-17 13:30 PDT by Simon Fraser (smfr)
Modified: 2015-08-18 15:35 PDT (History)
4 users (show)

See Also:


Attachments
Patch (7.79 KB, patch)
2015-08-17 13:31 PDT, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff
Patch (6.76 KB, patch)
2015-08-17 17:16 PDT, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2015-08-17 13:30:00 PDT
will-change: backface-visibility should not cause stacking context
Comment 1 Simon Fraser (smfr) 2015-08-17 13:31:52 PDT
Created attachment 259177 [details]
Patch
Comment 2 zalan 2015-08-17 13:46:07 PDT
Comment on attachment 259177 [details]
Patch

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

> Source/WebCore/rendering/RenderInline.h:182
> +        return style().willChange() && style().willChange()->canCreateStackingContext() && shouldWillChangeCreateStackingContext();

return style().willChange() && style().willChange()->canCreateStackingContextOnInline();?
Comment 3 Simon Fraser (smfr) 2015-08-17 17:16:59 PDT
Created attachment 259214 [details]
Patch
Comment 4 WebKit Commit Bot 2015-08-18 15:35:16 PDT
Comment on attachment 259214 [details]
Patch

Clearing flags on attachment: 259214

Committed r188604: <http://trac.webkit.org/changeset/188604>
Comment 5 WebKit Commit Bot 2015-08-18 15:35:20 PDT
All reviewed patches have been landed.  Closing bug.