Closed Bug 1116181 Opened 9 years ago Closed 8 years ago

TypeError: this._browser.messageManager is null in e10s

Categories

(Toolkit :: Find Toolbar, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME
Tracking Status
e10s + ---

People

(Reporter: ehsan.akhgari, Unassigned)

Details

This is coming from:

function RemoteFinder(browser) {
  this._browser = browser;
  this._listeners = [];
  this._searchString = null;

  this._browser.messageManager.addMessageListener("Finder:Result", this); // <- here!
  this._browser.messageManager.addMessageListener("Finder:MatchesResult", this);
  this._browser.messageManager.sendAsyncMessage("Finder:Initialize");
}

I saw this in the error console.  I don't have an STR.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
Hello.

Removing the qawanted keyword, as discussed with Brad Lassey on IRC. 

Thank you.
Keywords: qawanted
You need to log in before you can comment on or make changes to this bug.