Changeset 120064 in webkit


Ignore:
Timestamp:
Jun 12, 2012, 6:19:07 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

[CMake] Enabled CSS_BOX_DECORATION_BREAK by default
https://bugs.webkit.org/show_bug.cgi?id=88850

Patch by Thiago Marcos P. Santos <thiago.santos@intel.com> on 2012-06-12
Reviewed by Alexis Menard.

Enabled it by default on CMake ports like in other ports.
This patch is a follow up to r120029.

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

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r120054 r120064  
     12012-06-12  Thiago Marcos P. Santos  <thiago.santos@intel.com>
     2
     3        [CMake] Enabled CSS_BOX_DECORATION_BREAK by default
     4        https://bugs.webkit.org/show_bug.cgi?id=88850
     5
     6        Reviewed by Alexis Menard.
     7
     8        Enabled it by default on CMake ports like in other ports.
     9        This patch is a follow up to r120029.
     10
     11        * Source/cmake/WebKitFeatures.cmake:
     12        * Source/cmakeconfig.h.cmake:
     13
    1142012-06-11  Kaustubh Atrawalkar  <kaustubh@motorola.com>
    215
  • trunk/Source/cmake/WebKitFeatures.cmake

    r119895 r120064  
    2020    WEBKIT_OPTION_DEFINE(ENABLE_CHANNEL_MESSAGING "Toggle MessageChannel and MessagePort support" ON)
    2121    WEBKIT_OPTION_DEFINE(ENABLE_CSS3_FLEXBOX "Toggle CSS3 Flexbox support" ON)
     22    WEBKIT_OPTION_DEFINE(ENABLE_CSS_BOX_DECORATION_BREAK "Toggle Box Decoration Break (CSS Backgrounds and Borders) support" ON)
    2223    WEBKIT_OPTION_DEFINE(ENABLE_CSS_FILTERS "Toggle CSS Filters support" OFF)
    2324    WEBKIT_OPTION_DEFINE(ENABLE_CSS_IMAGE_RESOLUTION "Toggle CSS image-resolution support" OFF)
  • trunk/Source/cmakeconfig.h.cmake

    r119895 r120064  
    1515#cmakedefine01 ENABLE_CLIENT_BASED_GEOLOCATION
    1616#cmakedefine01 ENABLE_CSS3_FLEXBOX
     17#cmakedefine01 ENABLE_CSS_BOX_DECORATION_BREAK
    1718#cmakedefine01 ENABLE_CSS_IMAGE_RESOLUTION
    1819#cmakedefine01 ENABLE_CSS_IMAGE_SET
Note: See TracChangeset for help on using the changeset viewer.