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


 -Original Message-
 From: David D. Kilzer [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, August 21, 2007 7:21 PM
 To: MILIANO Vitorio; Anders Carlsson
 Cc: webkit-dev@lists.webkit.org
 Subject: RE: [webkit-dev] Directory for Safari 3 for Windows 
 plugins that isn't in Program Files?
 
 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. 
 Thanks!
 
 Dave
 
 
 MILIANO Vitorio [EMAIL PROTECTED] wrote:
 
  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_proble
  m
  
  I've finally tested this, and this does not seem to be the case.
  
  Safari 3.0.3 (522.15.5) for Windows appears to only check 
  HKEY_LOCAL_MACHINE\Software\MozillaPlugins for plugins, not 
  HKEY_CURRENT_USER\Software\MozillaPlugins.  This means that it will 
  not (and does not) pick up NPAPI plugins installed without 
  Administrator privileges.
  
  Where should I file this as a bug?
  
  Thanks,
  Vitorio Miliano
 
 
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


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 for the help.

Thanks,
Vitorio Miliano



Hi!

Thank you for your bug report. I just committed a fix

http://trac.webkit.org/projects/webkit/changeset/25193

and it should be available shortly in a nightly build - see http:// 
nightly.webkit.org


Regards,
Anders


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


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) for Windows appears to only check
HKEY_LOCAL_MACHINE\Software\MozillaPlugins for plugins, not
HKEY_CURRENT_USER\Software\MozillaPlugins.  This means that it will not
(and does not) pick up NPAPI plugins installed without Administrator
privileges.

Where should I file this as a bug?

Thanks,
Vitorio Miliano
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


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
http://connect.apple.com/.

Also, please provide the Radar bug number in a reply once you've  
filed it.

Thanks!

Dave


MILIANO Vitorio [EMAIL PROTECTED] wrote:


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) for Windows appears to only check
HKEY_LOCAL_MACHINE\Software\MozillaPlugins for plugins, not
HKEY_CURRENT_USER\Software\MozillaPlugins.  This means that it will  
not

(and does not) pick up NPAPI plugins installed without Administrator
privileges.

Where should I file this as a bug?

Thanks,
Vitorio Miliano


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


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.

Thanks!


I think it's actually a WebKit bug, not a Safari bug, so in principle  
it could be filed in bugs.webkit.org instead or in addition.


 - Maciej




Dave


MILIANO Vitorio [EMAIL PROTECTED] wrote:


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) for Windows appears to only check
HKEY_LOCAL_MACHINE\Software\MozillaPlugins for plugins, not
HKEY_CURRENT_USER\Software\MozillaPlugins.  This means that it will  
not

(and does not) pick up NPAPI plugins installed without Administrator
privileges.

Where should I file this as a bug?

Thanks,
Vitorio Miliano


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


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 confirm there aren't any
others.


Have a look at Opera as well, I am not sure what its doing either. Does
Microsoft provide a directory structure suggestion for stuff that is
shared by different applications, if they aren't made by the same  
company?


Andre
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


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

files into the Program Files directory, so no way to install plugins
into Program Files\Safari\Plugins.

Is there an alternate directory location available, or will there be?
Application Data\Apple Computer\Safari\Plugins, perhaps?  I haven't
found a location that's worked.

Thanks,
Vitorio Miliano



Hi Vitorio!

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


Anders

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


[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 install plugins
into Program Files\Safari\Plugins.

Is there an alternate directory location available, or will there be?
Application Data\Apple Computer\Safari\Plugins, perhaps?  I haven't
found a location that's worked.

Thanks,
Vitorio Miliano
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


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
we would appreciate a bug being filed on it.

--Oliver

On 6/07/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
 files into the Program Files directory, so no way to install plugins
 into Program Files\Safari\Plugins.

 Is there an alternate directory location available, or will there be?
 Application Data\Apple Computer\Safari\Plugins, perhaps?  I haven't
 found a location that's worked.

 Thanks,
 Vitorio Miliano
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev