[Webkit-unassigned] [Bug 24647] New: Add a new header file available to WebCore, WebKit and tools for configuration options

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 17 10:14:07 PDT 2009


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

           Summary: Add a new header file  available to WebCore, WebKit and
                    tools for configuration options
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.fraser at apple.com


>From bug 24396:

> > +#if !defined(BUILDING_ON_TIGER) && !defined(BUILDING_ON_LEOPARD)
> > +#define WTF_USE_ACCELERATED_COMPOSITING 0
> > +#endif
> 
> I'm worried about this. Why do we have to set this up both in config.h and in
> the prefix? This should be in exactly one place. It's OK to have that one place
> be included both by the prefix and config.h, but it's not OK to repeat things
> like this. I know this configuration stuff is a mess, but I would like to keep
> it from getting even worse. Maybe there's nothing you can easily improve here.
> We could talk about this in person at some point if you like.

Agreed. I asked Mark Rowe about this and he didn't have any suggestions. We
need a header that is included by all code in WebCore, WebKit and tools (DRT),
and gets preprocessed after the platform defines.


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