Bug 50262 - Pass the plug-in process shim in DYLD_INSERT_LIBRARIES when launching the plug-in process
Summary: Pass the plug-in process shim in DYLD_INSERT_LIBRARIES when launching the plu...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-30 12:57 PST by Anders Carlsson
Modified: 2010-11-30 13:06 PST (History)
0 users

See Also:


Attachments
Patch (6.32 KB, patch)
2010-11-30 13:01 PST, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>