Comment #1 on issue 18240 by a...@chromium.org: Regression: r21621 (add mole  
info...) breaks page action event setup
http://code.google.com/p/chromium/issues/detail?id=18240

Yeah, the problem is that the creation of  ExtensionFunctionDispatcher was  
moved from
RenderViewCreated() to DidNavigate(). We need to send extension-specific  
state (like
events) to the renderer before javascript runs, which is before navigation.

One way to fix the problem we have here is to just keep the old EFD and  
change its
URL. Since we aren't changing extensions, we don't need to send any new  
state to the
renderer process, so we don't need to create a new EFD.

Can we add a browsertest for this detail?

--
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to