Closed Bug 809564 Opened 12 years ago Closed 11 years ago

Socialapi sidebar and toolbar is hidden but the settings are enabled.

Categories

(Firefox Graveyard :: SocialAPI, defect)

defect
Not set
major

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: unique.ek, Unassigned)

Details

Attachments

(1 file)

Attached image fbchat2.png
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/18.0 Firefox/18.0
Build ID: 20121107042011

Steps to reproduce:

I don't i did something about that.


Actual results:

Facebook messenger sidebar is hidden.(toolbar button too.)But all the settings in about:config are set to enabled(true).


Expected results:

It should have shown the sidebar and toolbar.
Component: Untriaged → SocialAPI
Severity: normal → major
@unique.ek
Are you still able to reproduce this?
Nope it has been solved.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
I now have a profile that is able to reproduce this in the latest Firefox Nightly 22.0a1.

When I click "Turn On" from Facebook's activation page I'm getting an error in Error Console:
> Error: TypeError: data is null
> Source File: resource://gre/modules/SocialService.jsm
> Line: 378

This correlates to the following code:
> 372: installProvider: function(sourceURI, data, installCallback) {
> 373:   let URI = Services.io.newURI(sourceURI, null, null);
> 374:   let principal = Services.scriptSecurityManager.getNoAppCodebasePrincipal(URI);
> 375:   let installOrigin = principal.origin;
> 376:
> 377:   let id = getAddonIDFromOrigin(installOrigin);
> 378:   if (bs.getAddonBlocklistState(id, data.version || "0") == Ci.nsIBlocklistService.STATE_BLOCKED)
> 379:     throw new Error("installProvider: provider with origin [" +
> 380:                     installOrigin + "] is blocklisted");

I've tried resetting Firefox from about:support but that doesn't fix it.

Reopening in case there's something to be learned from my profile.
Status: RESOLVED → REOPENED
Ever confirmed: true
OS: Windows 7 → All
Hardware: x86_64 → All
Resolution: WORKSFORME → ---
Version: 18 Branch → Trunk
Actually this might be a regression in the Nightly. I can reproduce on a new profile too.
(In reply to Anthony Hughes, Mozilla QA (:ashughes) from comment #4)
> Actually this might be a regression in the Nightly. I can reproduce on a new
> profile too.

Yeah, this works in Firefox 19.0.2. I'm going to file a new bug for the regression. Resolving this as WORKSFORME.
Status: REOPENED → RESOLVED
Closed: 12 years ago11 years ago
Resolution: --- → WORKSFORME
Product: Firefox → Firefox Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: