[chromium-dev] How to get a pointer/reference to HTML Document from a pointer to WebView

2009-05-31 Thread Daniel Dreiberg
Hi, If I have a pointer to WebView, how can I get a pointer/reference to HTML Document of the Loaded Document? Thank you. --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options, or unsubscribe:

[chromium-dev] Re: How to get a pointer/reference to HTML Document from a pointer to WebView

2009-05-31 Thread Adam Barth
I don't think you can do that. That would violate the abstraction of the WebKit API. What are you trying to do? There might be another way to accomplish your goal. Adam On Sat, May 30, 2009 at 11:21 PM, Daniel Dreiberg daniel.dreiber...@gmail.com wrote: Hi, If I have a pointer to WebView,

[chromium-dev] mingw build of chromium?

2009-05-31 Thread Dan Kegel
Does anyone have tips for how to try building chromium with mingw? I know it's not expected to work (since we still use ATL etc.), but I'd like to try anyway, and it'd be nice to not have to reinvent the wheel if somebody's already figured out how to coax gyp into outputting scons files that