[Webkit-unassigned] [Bug 18913] New: WebKit does not expose that Picasa is installed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 6 13:50:22 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18913

           Summary: WebKit does not expose that Picasa is installed
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Keywords: GoogleBug
          Severity: Normal
          Priority: P2
         Component: Plug-ins
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


WebKit does not expose that Picasa is installed

0. Make sure picasa is installed
1. Go to any random picasa album:
http://picasaweb.google.com/alovic06/IMAGENESEVENTOHOMENAJEAKINGKONG#
2.  Notice how in FF/IE between "Share" and "Print" there is a "Download"
pop-down which allows you to download the album to your copy of picasa.  In
Safari there is no such link.

The page seems to be doing this:
<script type="text/javascript">
var _picasaInstalled = !!(navigator.mimeTypes['application/x-picasa-detect'] ||
navigator.mimeTypes['application/x-picasa']);
</script>
<!--[if gte Picasa 2.0]>
<script type="text/javascript">
_picasaInstalled = true;
</script>
<![endif]-->

One guess is that FF might be including mime types from registry key
HKCR\MIME\Database\Content Type and that WebKit is not.  Not sure.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list