Sounds like you're running into
<http://code.google.com/p/chromium/issues/detail?id=29644>.  I've just
brought it to the attention of the team.

Adam


On Tue, Dec 8, 2009 at 9:07 AM, Evgeny Shadchnev
<evgeny.shadch...@gmail.com> wrote:
> Hello,
> I can't figure out why my content script is executed several times on a
> single page. My manifest looks like this:
> "content_scripts": [
>  {
>    "matches": ["http://*/*";],
>    "js": ["jquery-1.3.2.js", "content_script.js"],
>    "css": ["ih.css"],
>    "all_frames": false,
>    "run_at": "document_end"
>  }
>
> When my content script is executed, it connects to the background page. It
> turns out that the background page receives several requests in a row with
> the same port.tab.url and port.tab.id. Is it a known bug or am I missing
> something? An example of a page that leads to multiple
> requests: http://www.amazon.com/gp/product/B001CDNM04
> Evgeny
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "Chromium-extensions" group.
> To post to this group, send email to chromium-extensi...@googlegroups.com.
> To unsubscribe from this group, send email to
> chromium-extensions+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/chromium-extensions?hl=en.
>

--

You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to chromium-extensi...@googlegroups.com.
To unsubscribe from this group, send email to 
chromium-extensions+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en.


Reply via email to