Comment #3 on issue 16228 by [email protected]: Regression: extension
messaging doesn't work in content scripts
http://code.google.com/p/chromium/issues/detail?id=16228
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=20677
------------------------------------------------------------------------
r20677 | [email protected] | 2009-07-14 15:14:01 -0700 (Tue, 14 Jul
2009) | 15 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/renderer/extensions/bindings_utils.h?r1=20677&r2=20676
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/renderer/extensions/event_bindings.cc?r1=20677&r2=20676
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/renderer/render_view.cc?r1=20677&r2=20676
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/renderer/render_view.h?r1=20677&r2=20676
M
http://src.chromium.org/viewvc/chrome/trunk/src/webkit/glue/webframeloaderclient_impl.cc?r1=20677&r2=20676
M
http://src.chromium.org/viewvc/chrome/trunk/src/webkit/glue/webframeloaderclient_impl.h?r1=20677&r2=20676
M
http://src.chromium.org/viewvc/chrome/trunk/src/webkit/glue/webview_delegate.h?r1=20677&r2=20676
Chrome-side of fixes for content-script messaging.
This change adds registration of content scripts, parented to a frame's
context. When a frame's context goes away, we unregister it and any content
script contexts for it.
There's a corresponding webkit change that lets us know when a content
script
context is created. Filed upstream as
https://bugs.webkit.org/show_bug.cgi?id=27104.
BUG=16228
TEST=install an extension with a content script that communicates with a
parent
process. Messages should be sendable both ways.
Review URL: http://codereview.chromium.org/155309
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---