Changeset 89051 in webkit


Ignore:
Timestamp:
Jun 16, 2011 11:33:31 AM (13 years ago)
Author:
gyuyoung.kim@samsung.com
Message:

2011-06-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>

Reviewed by Eric Seidel.

[CMAKE] Enable METER_TAG of HTML5
https://bugs.webkit.org/show_bug.cgi?id=62697

Support for meter tag of html5 in CMake build system. However, this feature is
only enabled on EFL port now.

  • Source/cmake/OptionsEfl.cmake: Add ENABLE_METER_TAG.
  • Source/cmakeconfig.h.cmake:ditto.
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r89028 r89051  
     12011-06-16  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
     2
     3        Reviewed by Eric Seidel.
     4
     5        [CMAKE] Enable METER_TAG of HTML5
     6        https://bugs.webkit.org/show_bug.cgi?id=62697
     7
     8        Support for meter tag of html5 in CMake build system. However, this feature is
     9        only enabled on EFL port now.
     10
     11        * Source/cmake/OptionsEfl.cmake: Add ENABLE_METER_TAG.
     12        * Source/cmakeconfig.h.cmake:ditto.
     13
    1142011-06-16  Carlos Garcia Campos  <cgarcia@igalia.com>
    215
  • trunk/Source/cmake/OptionsEfl.cmake

    r88809 r89051  
    8080WEBKIT_FEATURE(ENABLE_JIT "Enable JIT code" DEFAULT ON)
    8181WEBKIT_FEATURE(ENABLE_MATHML "Enable MathML" DEFAULT ON)
     82WEBKIT_FEATURE(ENABLE_METER_TAG "Enable Meter tag" DEFAULT ON)
    8283WEBKIT_FEATURE(ENABLE_NETSCAPE_PLUGIN_API "Enable Netscape plugin API" DEFAULT OFF)
    8384WEBKIT_FEATURE(ENABLE_NOTIFICATIONS "Enable notifications" DEFAULT OFF)
  • trunk/Source/cmakeconfig.h.cmake

    r88809 r89051  
    2626#cmakedefine01 ENABLE_JIT
    2727#cmakedefine01 ENABLE_MATHML
     28#cmakedefine01 ENABLE_METER_TAG
    2829#cmakedefine01 ENABLE_NETSCAPE_PLUGIN_API
    2930#cmakedefine01 ENABLE_NOTIFICATIONS
Note: See TracChangeset for help on using the changeset viewer.