On Fri, Apr 22, 2016 at 1:24 AM, Rajendra Sharma <
sharma.r...@gmail.com
> wrote:
> Hi Experts ,
>
> I have a message listener in frame script loaded in content process.
> frame script is injected in tab process using window.messageManager.
> when I send message from chrome to content using
> "window.messageManager.broadcastAsyncMessage" message is received in frame
> script but when I send message from chrome to content using
> "gBrowser.selectedBrowser.messageManager.sendAsyncMessage" message is not
> received.
>
This should work. I think you'll need to provide more context to diagnose
the problem. Can you generate a reduced test case that shows the problem?
-Bill