Bug 57119

Summary: Microsoft Windows Presentation Foundation (WPF) plug-in complains about missing xpcom.dll
Product: WebKit Reporter: Steve Falkenburg <sfalken>
Component: Plug-insAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, bweinstein
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch bweinstein: review+

Steve Falkenburg
Reported 2011-03-25 13:39:07 PDT
Microsoft Windows Presentation Foundation (WPF) plug-in complains about missing xpcom.dll. This DLL links against a Firefox-specific library, and should be blacklisted, since this library won't be present in WebKit.
Attachments
Patch (2.96 KB, patch)
2011-03-25 13:52 PDT, Steve Falkenburg
bweinstein: review+
Steve Falkenburg
Comment 1 2011-03-25 13:39:48 PDT
Plug-in DLL name is: NPWPF.DLL. We should just blacklist by DLL name.
Steve Falkenburg
Comment 2 2011-03-25 13:42:06 PDT
Steve Falkenburg
Comment 3 2011-03-25 13:52:15 PDT
Brian Weinstein
Comment 4 2011-03-25 13:55:55 PDT
Comment on attachment 86979 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=86979&action=review > Source/WebCore/ChangeLog:6 > + https://bugs.webkit.org/show_bug.cgi?id=57119 Radar link? > Source/WebCore/plugins/win/PluginPackageWin.cpp:78 > + // Bug 57119: Microsoft Windows Presentation Foundation (WPF) plug-in complains about missing xpcom.dll It might be nice to say that this is a Mozilla only DLL. > Source/WebKit2/ChangeLog:7 > + Ditto about radar link. > Source/WebKit2/UIProcess/Plugins/win/PluginInfoStoreWin.cpp:364 > + // Bug 57119: Microsoft Windows Presentation Foundation (WPF) plug-in complains about missing xpcom.dll Ditto about Mozilla-only DLL.
Steve Falkenburg
Comment 5 2011-03-25 14:05:39 PDT
Adam Roben (:aroben)
Comment 6 2011-05-11 09:30:44 PDT
Looks like this patch wasn't quite right. See bug 60633.
Note You need to log in before you can comment on or make changes to this bug.