[Webkit-unassigned] [Bug 16299] Add a config.h file to DRT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 11 18:21:50 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=16299


alp at nuanti.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #24295|                            |review?
               Flag|                            |




------- Comment #1 from alp at nuanti.com  2008-10-11 18:21 PDT -------
Created an attachment (id=24295)
 --> (https://bugs.webkit.org/attachment.cgi?id=24295&action=view)
Add a config.h file

This adds config.h to DumpRenderTree.

I've updated the GTK and WIN DRT tools to use the new config.h.

Things that still need to be done (and that I don't have the tools to do):

  * Update the Mac port files
  * Add config.h to vsproj/xcodeproj files.

When adding support for your platform, make sure that the correct config.h is
being included in your DRT tool's sources!

When config.h has been added to all platforms, this can be removed from
DumpRenderTree.h:

// FIXME: Remove this when all platforms are using config.h
#ifndef Config_H
#include <wtf/Platform.h>
#endif


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list