Bug 52635 - Plug-in hosting WebProcess instances appear in Activity Monitor as WebProcess
Summary: Plug-in hosting WebProcess instances appear in Activity Monitor as WebProcess
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: 2011-01-18 09:52 PST by Anders Carlsson
Modified: 2011-01-18 10:11 PST (History)
0 users

See Also:


Attachments
Patch (13.13 KB, patch)
2011-01-18 09:55 PST, Anders Carlsson
mitz: 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 2011-01-18 09:52:10 PST
Plug-in hosting WebProcess instances appear in Activity Monitor as WebProcess
Comment 1 Anders Carlsson 2011-01-18 09:55:13 PST
Created attachment 79289 [details]
Patch
Comment 2 mitz 2011-01-18 10:00:53 PST
Comment on attachment 79289 [details]
Patch

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

> Source/WebKit2/PluginProcess/mac/PluginProcessMac.mm:87
> +    };      
> +    

No need for these spaces.

> Source/WebKit2/PluginProcess/mac/PluginProcessMac.mm:99
> +                                 [[(NSString*)parameters.pluginPath lastPathComponent] stringByDeletingPathExtension], 

Need space before the asterisk. Is this what the WebKit1 plug-in host does (use the path, not the display name from the bundle)?
Comment 3 Anders Carlsson 2011-01-18 10:11:21 PST
Committed r76034: <http://trac.webkit.org/changeset/76034>