Bug 49817

Summary: Add SandboxExtension abstraction and use it for the injected bundle extension
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch sam: review+

Description Anders Carlsson 2010-11-19 11:40:48 PST
Add SandboxExtension abstraction and use it for the injected bundle extension
Comment 1 Anders Carlsson 2010-11-19 11:49:45 PST
Created attachment 74409 [details]
Patch
Comment 2 Sam Weinig 2010-11-19 11:54:03 PST
Comment on attachment 74409 [details]
Patch

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

So much win!

> WebKit2/Shared/SandboxExtension.h:35
> +typedef struct __WKSandboxExtension *WKSandboxExtensionRef;

* on the wrong side.
Comment 3 Anders Carlsson 2010-11-19 12:02:09 PST
Committed r72422: <http://trac.webkit.org/changeset/72422>