Bug 89885

Summary: [Qt-on-Mac] GraphicsSurfaces should not create a global IOSurface handle
Product: WebKit Reporter: Noam Rosenthal <noam>
Component: Layout and RenderingAssignee: Noam Rosenthal <noam>
Status: RESOLVED FIXED    
Severity: Normal CC: hausmann, jturcotte, vestbo, webkit.review.bot, zeno
Priority: P2 Keywords: Qt
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Noam Rosenthal 2012-06-25 08:52:28 PDT
We're creating IOsurfaces with the "global" attribute, which means that any app on Mac can access their contents.
We should switch to using mach_ports, which would be transported via IPC on a secure side-band.
Comment 1 Noam Rosenthal 2012-10-24 10:18:55 PDT
Created attachment 170420 [details]
Patch
Comment 2 WebKit Review Bot 2012-10-24 13:21:13 PDT
Comment on attachment 170420 [details]
Patch

Clearing flags on attachment: 170420

Committed r132389: <http://trac.webkit.org/changeset/132389>
Comment 3 WebKit Review Bot 2012-10-24 13:21:17 PDT
All reviewed patches have been landed.  Closing bug.