Fixes for extensions broken since new addon manager landed

Discussion about official Mozilla Firefox builds
Locked
User avatar
bogas04
Posts: 977
Joined: May 18th, 2010, 1:14 am

Re: Fixes for extensions broken since new addon manager land

Post by bogas04 »

Stylish for 4.0b4?

Addon compatibility reporter help me
Last edited by bogas04 on August 8th, 2010, 4:24 am, edited 1 time in total.
bogas04.github.io
MacBook Air Mid 2013 |@bogas04
User avatar
WildcatRay
Posts: 7486
Joined: October 18th, 2007, 7:03 pm
Location: Columbus, OH

Re: Fixes for extensions broken since new addon manager land

Post by WildcatRay »

bogas04 wrote:Stylish for 4.0b4?

Did you try searching for "stylish" in this thread?
Ray

OS'es: 4 computers with Win10 Pro 64-bit; Current Firefox, Beta, Nightly, Chrome, Vivaldi
User avatar
Adrian1
Posts: 154
Joined: May 5th, 2010, 4:40 am

temp

Post by Adrian1 »

Anyone have some news about a Adblock addon fix?
KWierso
Posts: 8829
Joined: May 7th, 2006, 10:29 pm
Location: California

Re: Fixes for extensions broken since new addon manager land

Post by KWierso »

Should this thread just get renamed to something more general for broken extensions in Firefox 4? Most extensions have fixes for the EM changes back in May by now.
mxyztplk
Posts: 4
Joined: May 13th, 2006, 11:21 am

Re: Fixes for extensions broken since new addon manager land

Post by mxyztplk »

Does anyone have the XPCOM fixes for PlainOldFavorites?

PlainOldFavorites 1.0.3 (the latest version) plainly does not have the XPCOM updates, and it no longer works for me in Firefox 4.0 beta 2. (Add-on Compatibility Reporter 0.5.1 does not help.)
GTK66
Posts: 1896
Joined: May 30th, 2004, 5:20 am

Re: temp

Post by GTK66 »

Adrian1 wrote:Anyone have some news about a Adblock addon fix?


The below will fix it but I have heard nothing about a permanent fix. I suspect a new Dev release will be forthcoming.

too extensionpath(os different)\extensions\{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}\modules\ContentPolicy.jsm in line 395
under

// nsIChannelEventSink interface implementation

add this

asyncOnChannelRedirect: function(oldChan, newChan, flags, redirectCallback) {
this.onChannelRedirect(oldChan, newChan, flags);
redirectCallback.onRedirectVerifyCallback(0);
},

so it looks like

// nsIChannelEventSink interface implementation
//
asyncOnChannelRedirect: function(oldChan, newChan, flags, redirectCallback) {
this.onChannelRedirect(oldChan, newChan, flags);
redirectCallback.onRedirectVerifyCallback(0);
},
onChannelRedirect: function(oldChannel, newChannel, flags)
{

that should fix the move problems with AB
peeppeep
Posts: 87
Joined: September 11th, 2004, 9:34 am

Re: Fixes for extensions broken since new addon manager land

Post by peeppeep »

I have several errors with Adblock Plus and it happens frequently that replies to blogs are not submitted. Sometimes I get an error about the failure, but not always. So the "fix" has not entirely cured the problem.
GTK66
Posts: 1896
Joined: May 30th, 2004, 5:20 am

Re: Fixes for extensions broken since new addon manager land

Post by GTK66 »

peeppeep wrote:I have several errors with Adblock Plus and it happens frequently that replies to blogs are not submitted. Sometimes I get an error about the failure, but not always. So the "fix" has not entirely cured the problem.

The temporary fix does solve the problem. Without it ABP can't be used. The errors are there but ABP functions. If you do not want to see the errors, remove ABP completely and put up with the ads.
alex_mayorga
Posts: 1921
Joined: May 8th, 2008, 9:35 am
Location: Monterrey/Zacatecas, Mexico

Re: Fixes for extensions broken since new addon manager land

Post by alex_mayorga »

In case anyone feels like taking a stab at fixing the remaining Adblock Plus error:

Code: Select all

Error: invalid 'instanceof' operand Ci.nsIDOMNSHTMLAnchorElement
Source File: file:///C:/Users/me/AppData/Roaming/Mozilla/Firefox/Profiles/meqm7asv.default/extensions/%7Bd10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d%7D/modules/AppIntegration.jsm
Line: 655

The bug
The offending line
[-o<
peeppeep
Posts: 87
Joined: September 11th, 2004, 9:34 am

Re: Fixes for extensions broken since new addon manager land

Post by peeppeep »

Yeah, then possibly it isn't adblock but something else. Just lost all my history. It started with all "By last visited" but now everything is gone, including half of my bookmarks. A lot of places errors in the console.
I'll go back to an older build and see what happens.
peeppeep
Posts: 87
Joined: September 11th, 2004, 9:34 am

Re: Fixes for extensions broken since new addon manager land

Post by peeppeep »

>> remove ABP completely and put up with the ads.

I know all possibilities but thanks.
User avatar
earlpiggot
Posts: 726
Joined: May 30th, 2004, 2:40 pm
Location: Greece

Re: Fixes for extensions broken since new addon manager land

Post by earlpiggot »

Organize Search Engines now has a working beta for Fx4
User avatar
Terepin
Posts: 1081
Joined: March 11th, 2009, 2:35 am
Location: Košice, Slovakia
Contact:

Re: Fixes for extensions broken since new addon manager land

Post by Terepin »

God, I REALLY need working ABP!
Hope dies penultimate. What remains till the end is sarcasm. And I have plenty of it.
GTK66
Posts: 1896
Joined: May 30th, 2004, 5:20 am

Re: Fixes for extensions broken since new addon manager land

Post by GTK66 »

Mr.Henky wrote:God, I REALLY need working ABP!


FWIW, it will be at least another week, Wladimir is on vacation.
Locked