RE: [webkit-dev] Directory for Safari 3 for Windows plugins that isn't in Program Files?

2007-08-22 Thread MILIANO Vitorio
I've filed it in both Apple Radar (5430584) and WebKit Bugzilla (15053). Quickly poking through Trac, addPluginsFromRegistry() in PluginDatabaseWin.cpp looks to be the culprit; it's definitely only looking at HKEY_LOCAL_MACHINE. Thanks everyone for the help. Thanks, Vitorio Miliano

Re: [webkit-dev] Directory for Safari 3 for Windows plugins that isn't in Program Files?

2007-08-22 Thread Anders Carlsson
22 aug 2007 kl. 16.29 skrev MILIANO Vitorio: I've filed it in both Apple Radar (5430584) and WebKit Bugzilla (15053). Quickly poking through Trac, addPluginsFromRegistry() in PluginDatabaseWin.cpp looks to be the culprit; it's definitely only looking at HKEY_LOCAL_MACHINE. Thanks everyone

RE: [webkit-dev] Directory for Safari 3 for Windows plugins that isn't in Program Files?

2007-08-21 Thread MILIANO Vitorio
Anders Carlsson wrote: It won't matter where you install your plug-in as long as you add a registry entry for it as described in http://developer.mozilla.org/en/docs/Plugins:_The_first_install_problem I've finally tested this, and this does not seem to be the case. Safari 3.0.3 (522.15.5)

Re: [webkit-dev] Directory for Safari 3 for Windows plugins that isn't in Program Files?

2007-08-21 Thread Adam Roben
Since this is a WebKit bug, you could file it at http://bugs.webkit.org/ instead. -Adam On Aug 21, 2007, at 5:21 PM, David D. Kilzer wrote: Please file a bug using http://bugreport.apple.com/. If you don't have an ADC account, please create a free online account using

Re: [webkit-dev] Directory for Safari 3 for Windows plugins that isn't in Program Files?

2007-08-21 Thread Maciej Stachowiak
On Aug 21, 2007, at 5:21 PM, David D. Kilzer wrote: Please file a bug using http://bugreport.apple.com/. If you don't have an ADC account, please create a free online account using http://connect.apple.com/. Also, please provide the Radar bug number in a reply once you've filed it.

Re: [webkit-dev] Directory for Safari 3 for Windows plugins that isn't in Program Files?

2007-07-07 Thread Andre-John Mas
On 7-Jul-07, at 13:13 , MILIANO Vitorio wrote: I'm not sure that makes sense, since IE doesn't support NPAPI plugins. I forgot about that IE was doing its own thing. I know Firefox also checks %APPDATA%\Mozilla\plugins and Safari doesn't look there, but I'll file a bug as soon as I

Re: [webkit-dev] Directory for Safari 3 for Windows plugins that isn't in Program Files?

2007-07-07 Thread Anders Carlsson
On Jul 6, 2007, at 4:33 PM, MILIANO Vitorio wrote: Hello, the Apple web-dev list suggested I post this question here: I'm an NPAPI plugin author looking for some help on where Safari 3 for Windows likes its plugins. For Windows users without administrator access, there's no way to write

[webkit-dev] Directory for Safari 3 for Windows plugins that isn't in Program Files?

2007-07-06 Thread MILIANO Vitorio
Hello, the Apple web-dev list suggested I post this question here: I'm an NPAPI plugin author looking for some help on where Safari 3 for Windows likes its plugins. For Windows users without administrator access, there's no way to write files into the Program Files directory, so no way to

Re: [webkit-dev] Directory for Safari 3 for Windows plugins that isn't in Program Files?

2007-07-06 Thread jhaygood
Unlike on Linux, I don't think there's a standard path for plugins that's in the user's account folder.. sadly... On 7/6/07, Oliver Hunt [EMAIL PROTECTED] wrote: I believe we are scanning everywhere NPAPI (eg. Firefox) plugins would normally live. If there's a standard path that we're missing