Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 1126018 - [e10s] Add shims for some observer topics (r=mconley)
Browse files Browse the repository at this point in the history
  • Loading branch information
bill-mccloskey committed Jan 29, 2015
1 parent 2bed324 commit da1fdb9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions toolkit/components/addoncompat/RemoteAddonsParent.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,13 @@ let ObserverParent = {
ObserverParent.init();

// We only forward observers for these topics.
let TOPIC_WHITELIST = ["content-document-global-created",
"document-element-inserted",];
let TOPIC_WHITELIST = [
"content-document-global-created",
"document-element-inserted",
"dom-window-destroyed",
"inner-window-destroyed",
"outer-window-destroyed",
];

// This interposition listens for
// nsIObserverService.{add,remove}Observer.
Expand Down

0 comments on commit da1fdb9

Please sign in to comment.