NS_ERROR_XPC_SECURITY_MANAGER_VETO

Bug #1358070 reported by JorSol
22
This bug affects 4 people
Affects Status Importance Assigned to Milestone
WebApps: unity-firefox-extension
Confirmed
Undecided
Unassigned

Bug Description

This extensions gives an error on every page of firefox, printed in firebug console:

NS_ERROR_XPC_SECURITY_MANAGER_VETO: Component returned failure code: 0x80570027 (NS_ERROR_XPC_SECURITY_MANAGER_VETO) [nsIDOMWindow.window]

hackel (hackel)
Changed in unity-firefox-extension:
status: New → Confirmed
Revision history for this message
hackel (hackel) wrote :

Confirmed on Firefox 33.0+build2-0ubuntu0.14.10.1, xul-ext-unity 3.0.0+14.04.20140416-0ubuntu1. The browser console shows the error repeating 200 (?!) times:

NS_ERROR_XPC_SECURITY_MANAGER_VETO: unity-global-property-initializer.js:238

    observe: function (aWindow, aTopic, aData) {
        // This can be dispatched from either the inner or outer window
        if (aWindow.window == this._aWindow && aTopic == "dom-window-destroyed") { <------------
            Services.obs.removeObserver(this, "dom-window-destroyed");
            this._loseInterest(true);

            this._removeAllListeners();
            this._callbackManager.releaseAll();
        }
    },

Revision history for this message
Mark Dixon (mark-l-dixon) wrote :

Same error here.

Errors reported in:

observe: function (aWindow, aTopic, aData) {
        // This can be dispatched from either the inner or outer window
        if (aWindow.window == this._aWindow && aTopic == "dom-window-destroyed") {
            Services.obs.removeObserver(this, "dom-window-destroyed");
            this._loseInterest(true);

            this._removeAllListeners();
            this._callbackManager.releaseAll();
        }
    },
le shows the error repeating 200 (?!) times:
    _loseInterest: function (abandoned) {
    }

and over 200 more....

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.