[Webkit-unassigned] [Bug 37125] Enable setting MOBILE flag at build time

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 5 16:30:30 PDT 2010


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


Laszlo Gombos <laszlo.1.gombos at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #52587|                            |review?, commit-queue?
               Flag|                            |




--- Comment #1 from Laszlo Gombos <laszlo.1.gombos at nokia.com>  2010-04-05 16:30:30 PST ---
Created an attachment (id=52587)
 --> (https://bugs.webkit.org/attachment.cgi?id=52587)
1st try, remove the define

Alternatively we can put the define around guards like other feature flags,
like this:

#ifndef MOBILE
#define MOBILE 0
#endif

I'm also happy to change the name of the define if there is a better proposal.
I think a global define like MOBILE does not quite make sense.

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



More information about the webkit-unassigned mailing list