Bug 38072 - Don't propagate compositing out of iframes on Mac
Summary: Don't propagate compositing out of iframes on Mac
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-23 18:01 PDT by Simon Fraser (smfr)
Modified: 2010-04-24 20:18 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.45 KB, patch)
2010-04-23 18:15 PDT, Simon Fraser (smfr)
mitz: review+
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) 2010-04-23 18:01:08 PDT
The fix for bug 37878 had too many side effects on Mac. I'll #ifdef this out for Mac until we sort them out.
Comment 1 Simon Fraser (smfr) 2010-04-23 18:15:06 PDT
Created attachment 54207 [details]
Patch
Comment 2 mitz 2010-04-23 18:31:49 PDT
Comment on attachment 54207 [details]
Patch

Should there be a bug for re-enabling this?
Comment 3 mitz 2010-04-24 17:00:12 PDT
Landed in <http://trac.webkit.org/projects/webkit/changeset/58222>.
Comment 4 WebKit Review Bot 2010-04-24 17:36:22 PDT
http://trac.webkit.org/changeset/58222 might have broken SnowLeopard Intel Release (Tests)
Comment 5 Simon Fraser (smfr) 2010-04-24 20:18:09 PDT
Thanks for landing this, Mitz!