[chromium-dev] Design Docs Mandatory!

2008-10-16 Thread Ben Goodger (Google)
Before embarking on serious feature or architectural restructuring, please put together a design doc explaining what you're going to do! While not every element of your system may be obvious to you before you've started writing code, you should at the very least be aware of what you're trying to do

[chromium-dev] Re: Compilation Errors

2008-10-16 Thread Marc-Antoine Ruel
Ok I'll try to debug this issue with you. I will assume you carefully followed the instructions at http://dev.chromium.org/developers/how-tos/build-instructions-windows I assume you have a platform SDK correctly installed. So, did you get the source code with gclient or from a tarball? Did you t

[chromium-dev] Adding embedded NPAPI plug-in capability

2008-10-16 Thread Marshall Greenblatt
Hi All, The context for this conversation is the chromium-based embedded browser control described in a previous thread: http://groups.google.com/group/chromium-dev/browse_thread/thread/5b23e1a218811b3d I'm exploring the best way to embed a plug-in within the browser control where the plug-in is

[chromium-dev] Re: Adding embedded NPAPI plug-in capability

2008-10-16 Thread Amanda Walker
On Thu, Oct 16, 2008 at 3:20 PM, Marshall Greenblatt <[EMAIL PROTECTED]> wrote: > I'm exploring the best way to embed a plug-in within the browser control > where the plug-in is part of the container application instead of being > loaded from a separate DLL. As a simple usage case, consider an ap

[chromium-dev] Re: Adding embedded NPAPI plug-in capability

2008-10-16 Thread Marshall Greenblatt
Hi Amanda, On Thu, Oct 16, 2008 at 3:53 PM, Amanda Walker <[EMAIL PROTECTED]> wrote: > > On Thu, Oct 16, 2008 at 3:20 PM, Marshall Greenblatt > <[EMAIL PROTECTED]> wrote: > > I'm exploring the best way to embed a plug-in within the browser control > > where the plug-in is part of the container ap

[chromium-dev] not using PLATFORM(GTK)

2008-10-16 Thread Evan Martin
Today we discussed the fate of PLATFORM(GTK) for Chromium's WebKit on Linux. We currently build WebKit with the GTK define on, but we concluded we should turn it off. There are calls in WebKit that, for example, want to bring up a file-picker dialog. Underneath the GTK platform, those call throu

[chromium-dev] Re: not using PLATFORM(GTK)

2008-10-16 Thread Darin Fisher
FYI, I'm working to turn off PLATFORM(WIN) for the windows build now. There are many hurdles in the way, so it may take me a few days to work it all out. I think the Linux port will hit fewer of those hurdles since you don't have to worry about full fidelity yet. -Darin On Thu, Oct 16, 2008 at