Changeset 52605 in webkit


Ignore:
Timestamp:
Dec 28, 2009 3:34:40 PM (14 years ago)
Author:
kov@webkit.org
Message:

2009-12-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>

Rubber-stamped by Xan Lopez.

Follow Apple's decision to disable HTML DataGrid by default.

  • GNUmakefile.am:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r52603 r52605  
     12009-12-28  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
     2
     3        Rubber-stamped by Xan Lopez.
     4
     5        Follow Apple's decision to disable HTML DataGrid by default.
     6
     7        * GNUmakefile.am:
     8
    192009-12-28  Gustavo Noronha Silva  <gns@gnome.org>
    210
  • trunk/WebCore/GNUmakefile.am

    r52603 r52605  
    21122112
    21132113# ----
    2114 # HTML Data Grid - enable always.
    2115 # ----
    2116 FEATURE_DEFINES_JAVASCRIPT += ENABLE_DATAGRID=1
     2114# HTML Data Grid - disable for now.
     2115# ----
     2116FEATURE_DEFINES_JAVASCRIPT += ENABLE_DATAGRID=0
    21172117
    21182118webcore_cppflags += \
    2119         -DENABLE_DATAGRID=1
     2119        -DENABLE_DATAGRID=0
    21202120
    21212121# ----
Note: See TracChangeset for help on using the changeset viewer.