Changeset 88809 in webkit


Ignore:
Timestamp:
Jun 14, 2011 9:29:17 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-06-14 Ryuan Choi <ryuan.choi@samsung.com>

Reviewed by Eric Seidel.

[CMAKE] Add ENABLE_TOUCH_ICON_LOADING feature.
https://bugs.webkit.org/show_bug.cgi?id=62604

Add feature to enable or disable ENABLE_TOUCH_ICON which supports
apple-touch-icon and apple-touch-icon-precomposed in link tag.

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

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r88754 r88809  
     12011-06-14  Ryuan Choi  <ryuan.choi@samsung.com>
     2
     3        Reviewed by Eric Seidel.
     4
     5        [CMAKE] Add ENABLE_TOUCH_ICON_LOADING feature.
     6        https://bugs.webkit.org/show_bug.cgi?id=62604
     7
     8        Add feature to enable or disable ENABLE_TOUCH_ICON which supports
     9        apple-touch-icon and apple-touch-icon-precomposed in link tag.
     10
     11        * Source/cmake/OptionsEfl.cmake:
     12        * Source/cmakeconfig.h.cmake:
     13
    1142011-06-13  Joone Hur  <joone.hur@collabora.co.uk>
    215
  • trunk/Source/cmake/OptionsEfl.cmake

    r88517 r88809  
    9292WEBKIT_FEATURE(ENABLE_SVG_USE "Enable SVG use" DEFAULT ON SVG)
    9393WEBKIT_FEATURE(ENABLE_TOUCH_EVENTS "Enable Touch Events" DEFAULT OFF)
     94WEBKIT_FEATURE(ENABLE_TOUCH_ICON_LOADING "Enable Touch Icon Loading" DEFAULT OFF)
    9495WEBKIT_FEATURE(ENABLE_VIDEO "Enable video" DEFAULT ON HTML)
    9596WEBKIT_FEATURE(ENABLE_WEB_SOCKETS "Enable web sockets" DEFAULT OFF)
  • trunk/Source/cmakeconfig.h.cmake

    r88716 r88809  
    3838#cmakedefine01 ENABLE_SVG_USE
    3939#cmakedefine01 ENABLE_TOUCH_EVENTS
     40#cmakedefine01 ENABLE_TOUCH_ICON_LOADING
    4041#cmakedefine01 ENABLE_VIDEO
    4142#cmakedefine01 ENABLE_WEBGL
Note: See TracChangeset for help on using the changeset viewer.