зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1258212 - Hook the parent up to the cild for registerContentHandler. r=gwright
This commit is contained in:
Родитель
a9b65ecfb0
Коммит
04fbd5fdd6
|
@ -20,6 +20,7 @@ this.Feeds = {
|
|||
init() {
|
||||
let mm = Cc["@mozilla.org/globalmessagemanager;1"].getService(Ci.nsIMessageListenerManager);
|
||||
mm.addMessageListener("WCCR:registerProtocolHandler", this);
|
||||
mm.addMessageListener("WCCR:registerContentHandler", this);
|
||||
|
||||
Services.ppmm.addMessageListener("WCCR:setAutoHandler", this);
|
||||
Services.ppmm.addMessageListener("FeedConverter:addLiveBookmark", this);
|
||||
|
|
Загрузка…
Ссылка в новой задаче