Bug 50262

Summary: Pass the plug-in process shim in DYLD_INSERT_LIBRARIES when launching the plug-in process
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-30 12:57:14 PST
Pass the plug-in process shim in DYLD_INSERT_LIBRARIES when launching the plug-in process
Comment 1 Anders Carlsson 2010-11-30 13:01:24 PST
Created attachment 75185 [details]
Patch
Comment 2 Sam Weinig 2010-11-30 13:04:51 PST
Comment on attachment 75185 [details]
Patch

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

> WebKit2/UIProcess/Launcher/mac/ProcessLauncherMac.mm:163
> +    char *valueIfVariableHasName(const char* environmentVariable, const char* name) const

* on wrong side.
Comment 3 Anders Carlsson 2010-11-30 13:06:21 PST
Committed r72957: <http://trac.webkit.org/changeset/72957>