Changeset 41348 in webkit


Ignore:
Timestamp:
Mar 1, 2009 4:45:40 PM (15 years ago)
Author:
andersca@apple.com
Message:

2009-03-01 Anders Carlsson <andersca@apple.com>

Reviewed by Sam Weinig.

WebKit side of <rdar://problem/6449689>

Pass the visible name to the plug-in host.


  • Plugins/Hosted/NetscapePluginHostManager.mm: (WebKit::NetscapePluginHostManager::spawnPluginHost):
Location:
trunk/WebKit/mac
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/mac/ChangeLog

    r41316 r41348  
     12009-03-01  Anders Carlsson  <andersca@apple.com>
     2
     3        Reviewed by Sam Weinig.
     4
     5        WebKit side of <rdar://problem/6449689>
     6
     7        Pass the visible name to the plug-in host.
     8       
     9        * Plugins/Hosted/NetscapePluginHostManager.mm:
     10        (WebKit::NetscapePluginHostManager::spawnPluginHost):
     11
    1122009-02-27  Alice Liu  <alice.liu@apple.com>
    213
  • trunk/WebKit/mac/Plugins/Hosted/NetscapePluginHostManager.mm

    r40839 r41348  
    124124    }
    125125   
     126    NSString *visibleName = [NSString stringWithFormat:@"%@ Plug-in Host - %@", [[NSProcessInfo processInfo] processName], [package filename]];
     127   
    126128    NSDictionary *hostProperties = [[NSDictionary alloc] initWithObjectsAndKeys:
     129                                    visibleName, @"visibleName",
    127130                                    [package path], @"bundlePath",
    128131                                    nil];
Note: See TracChangeset for help on using the changeset viewer.