benlilaj / gears

Automatically exported from code.google.com/p/gears
0 stars 1 forks source link

disabled gears on mac/ff 3.5.3 still causes application/x-googlegears to appear in navigator.mimeTypes #953

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. have gears 0.5.4.2 installed and upgrade mac ff to 3.5.3
2. launch ff
3. have a script that looks at navigator.mimeTypes to find application/x-
googlegears, then based on its presence tries to do new GearsFactory() and 
fails because GearsFactory isn't defined.

What is the expected output? What do you see instead?

shouldn't have the mime type present if gears is disabled.

What version of the product are you using? On what operating system?

0.5.4.2 under firefox 3.5.3 on whatever macos comes before Snow Leopard

Please provide any additional information below.

Original issue reported on code.google.com by adeb...@google.com on 2 Oct 2009 at 10:55