Changeset 52648 in webkit


Ignore:
Timestamp:
Dec 30, 2009 12:47:17 AM (14 years ago)
Author:
Simon Hausmann
Message:

Turn off DataGrid support by default.

Patch by Laszlo Gombos <Laszlo Gombos> on 2009-12-30
Reviewed by Simon Hausmann.

No new tests, as there is no new functionality.

  • WebCore.pro:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r52647 r52648  
     12009-12-30  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     2
     3        Reviewed by Simon Hausmann.
     4
     5        Turn off DataGrid support by default.
     6
     7        No new tests, as there is no new functionality.
     8
     9        * WebCore.pro:
     10
    1112009-12-29  Dirk Schulze  <krit@webkit.org>
    212
  • trunk/WebCore/WebCore.pro

    r52633 r52648  
    147147!contains(DEFINES, ENABLE_WORKERS=.): DEFINES += ENABLE_WORKERS=1
    148148!contains(DEFINES, ENABLE_XHTMLMP=.): DEFINES += ENABLE_XHTMLMP=0
    149 !contains(DEFINES, ENABLE_DATAGRID=.): DEFINES += ENABLE_DATAGRID=1
     149!contains(DEFINES, ENABLE_DATAGRID=.): DEFINES += ENABLE_DATAGRID=0
    150150
    151151# SVG support
Note: See TracChangeset for help on using the changeset viewer.