I don't think we want to support Chrome UI disembodied from the Chrome browser. Much of it is designed with a certain amount of cohesion in mind which wouldn't work in an embedding situation, and represent functionality which we do not now nor probably ever want to make a long term commitment to support. At any rate, it's typical of web frame embedding APIs to defer this functionality to the client.
This concern is solely related to UI. This is why I am referring you to RenderViewHost, which is the lower level object that provides just the page rendering/event receiving element built on top of the multi-process architecture, as well as a rich array of delegate methods that can be implemented by the embedding app to customize functionality as required. What functionality do you require? What kind of app are you building? -Ben On Sun, Nov 16, 2008 at 4:35 PM, Marshall Greenblatt <[EMAIL PROTECTED]> wrote: > Hi Ben, > > On Sun, Nov 16, 2008 at 6:21 PM, Ben Goodger (Google) <[EMAIL PROTECTED]> > wrote: >> >> Any embedding should _not_ touch the browser code (and changes to this >> code to support it won't be accepted). WebContents/etc is probably the >> highest level you want to get. I would probably suggest re-using >> RenderViewHost. It has the fewest constraints and offers the user most >> customization. > > Thank you for your feedback. It's good to know Google's opinion on this > important issue. If you review previous emails you'll see that our intent > with the ActiveX control is to use existing browser functionality without > re-implementing it. Perhaps we can agree on a > re-organization/modularization of the browser code that will allow all of us > to satisfy our needs. > >> >> -Ben > > Regards, > Marshall > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-dev?hl=en -~----------~----~----~----~------~----~------~--~---
