I'm working on setting up support for the spelling correction panel in
chromium (there is a somewhat disorganized planning document on the wiki:
http://code.google.com/p/chromium/wiki/SpellingPanelPlanningDoc) and I was
wondering how to do IPC from the webkit glue code, specifically
editor_client_impl.cc, as I am attempting to hook into some of the existing
webkit code for this sort of thing. From what I can tell, the best way to
send an IPC call would be to call a method in RenderView that would do the
actual Send(), but I'm not sure of the best way to get to the right
RenderView from editor_client_impl.cc. Does this sound about right and if it
does, how do I get to the right RenderView from something in the webkit glue
code?

-Paul Wicks

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to