satyr / uc

userChromeJS + subscriptoverlayloader.js
https://addons.mozilla.org/addon/122179/
30 stars 5 forks source link

Firefox 15 + UC breaks GMail #5

Closed confluence closed 12 years ago

confluence commented 12 years ago

Today I upgraded to Firefox 15 in Ubuntu Precise. I have discovered that if the UC extension is enabled, GMail's normal interface will not load -- the page with the progress bar stops loading before the progress bar has finished. I can only load the HTML interface. If the extension is disabled, everything works as normal.

confluence commented 12 years ago

I have fallen back to the vanilla userChromeJS extension from mozdev.org, which does not seem to have the same problem.

satyr commented 12 years ago

Irreproducible here. Any suspicious errors on Error Console?

confluence commented 12 years ago

I get two of these whenever I try to reload the main GMail page with UC enabled:

Timestamp: 08/29/2012 11:34:54 PM Error: Error: Permission denied for https://mail.google.com to create wrapper for object of class XPCComponents_Results Source File: resource://uc/uc.jsm -> resource://uc/uc.js Line: 1

confluence commented 12 years ago

To verify that this is not an interaction between UC and another extension, I turned off all extensions except UC -- I was still able to reproduce the bug.

satyr commented 12 years ago

Alright. Can you try: https://addons.mozilla.org/firefox/downloads/file/165527/uc-20120830-fx.xpi

confluence commented 12 years ago

That seems to fix the issue. Thanks!