--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/55a6bda8-c9b1-4291-83cd-752fc988b4a0%40chromium.org.
For more options, visit https://groups.google.com/a/chromium.org/groups/opt_out.
Disclaimer: I wasn't involved in creating this feature. However, I've been an interested consumer and that doesn't sound like a good behavior at all.I'd suggest writing a simple repro and posting a bug to http://crbug.com/newdave
On Sun, Sep 8, 2013 at 1:30 PM, Ben McCann <benjamin...@gmail.com> wrote:
Hi,I'd like to message between an iframe and extension. I've found that sending a message from the iframe to the extension with chrome.runtime.sendMessage works only if I've listed both the domain of the web page containing the iframe and the domain of the page in the iframe src in the manifest's externally_connectable. Is it expected that I should have to list the domain of the parent page in externally_connectable? I'd like the extension to be able to message with my webpage in an iframe regardless of the site that holds it, but this seems impossible since externally_connectable will not let you wildcard the domain. Any suggestions on how I might accomplish this?Thanks,Ben
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.