David and all,

Thanks for the link and the Qt port advice... I'm still confused about what does DumpRenderTree do exactly!! Does it only set up WebKit to run a specific test case? Does it make any decision concerning wether the Layout test is failing or passing? if yes, can someone please tell me what part of the code is responsible for that and how browser specific it is?

Thanks,

-Reem


From:  "David Carson" <[EMAIL PROTECTED]>
To:  "Reem Yazigi" <[EMAIL PROTECTED]>
CC:  webkit-dev@lists.webkit.org
Subject:  Re: [webkit-dev] layout tests
Date:  Tue, 15 May 2007 12:34:04 -0400
>Reem,
>I forgot to add that there is some documentation here:
>http://trac.webkit.org/projects/webkit/wiki/Writing%20Layout%20Tests%20for%20DumpRenderTree
>this does not explain DumpRenderTree, but does explain some of the
>_javascript_ interfaces I refereed to below.
>
>Cheers
>Davidc
>
>On 5/15/07, David Carson <[EMAIL PROTECTED]> wrote:
>>Hi Reem,
>>My understanding of DumpRenderTree is that is a component of the
>>script WebKitTools/Scripts/run-webkit-tests. It sets up WebKit to
>>run
>>a particular test case. When I say sets up WebKit, what I mean is
>>that
>>it binds a set of interfaces into _javascript_, sets the window size
>>to
>>be 800x600, sets the colour depth to a known value (not sure what
>>this
>>is) and moves the window off the screen, and stdout is written to
>>an
>>output file.
>>I believe that there is checked in Qt port that might be easier to
>>port than the objective-C based Mac version.
>>
>>Cheers
>>Davidc
>>
>>
>>
>>
>>
>>On 5/14/07, Reem Yazigi <[EMAIL PROTECTED]> wrote:
>> >
>> >
>> >
>> > Hello,
>> > I'm currently using WebKit and trying to estimate how
>>complicated will
>> > porting the "DumpRenderTree" project be. I need to run WebKit's
>>Layout tests
>> > on Linux with gdk. So, I want to understand the code of
>>"DumpRenderTree"
>> > first and figure out how browser and OS dependent it is. So, I
>>was wondering
>> > if you have any documentation for this project!! Please let me
>>know Where
>> > can I find some documentation for the code. There's no comments
>>inside the
>> > code and I need to understand what it does quickly to be able to
>>estimated
>> > the amount of work needed to port "DumpRenderTree".
>> > Thanks,
>> > Reem.
>> > ________________________________
>> >  More photos, more messages, more storage—get 2GB with Windows
>>Live Hotmail.
>> > _______________________________________________
>> > webkit-dev mailing list
>> > webkit-dev@lists.webkit.org
>> > http://lists.webkit.org/mailman/listinfo/webkit-dev
>> >
>> >
>>


More photos, more messages, more storage—get 2GB with Windows Live Hotmail.
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to