On Tue, Jun 9, 2009 at 12:34 PM, Daniel Dreiberg <
daniel.dreiber...@gmail.com> wrote:

> Hi
> I understand TestShell is
>
> a test harness for running layout tests and a Chromium is a multi-process
> web browser.
>
> And I understand Chromium's browser thread does the I/O for each renderer
> process (using Webkit +V8).
>
> My question is much code in TestShell are 'common' with Chromium.
>
> I think these are common:
>
> * Webkit rendering engine
>
> *  V8 JS engine
> * image decoding code
> * graphics library (i.e. Skia)
>
> what about ?
> * Http stack?
> * cookie support
> * cache support
>

Yes, these are 'common' as well.

Another way to say it is that chromium's 'net' library is used in both the
TestShell and Chromium. The primary interface to the net library, used by
both TestShell and Chromium, is the URLRequest class.


>
> >
>

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