Changeset 148793 in webkit


Ignore:
Timestamp:
Apr 20, 2013, 12:21:51 PM (12 years ago)
Author:
zandobersek@gmail.com
Message:

Enable sub-pixel layout for the GTK port
https://bugs.webkit.org/show_bug.cgi?id=94792

Reviewed by Martin Robinson.

  • Source/autotools/SetupWebKitFeatures.m4: Enable the subpixel layout.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r148789 r148793  
     12013-04-20  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        Enable sub-pixel layout for the GTK port
     4        https://bugs.webkit.org/show_bug.cgi?id=94792
     5
     6        Reviewed by Martin Robinson.
     7
     8        * Source/autotools/SetupWebKitFeatures.m4: Enable the subpixel layout.
     9
    1102013-04-20  Andras Becsi  <andras.becsi@digia.com>
    211
  • trunk/Source/autotools/SetupWebKitFeatures.m4

    r148264 r148793  
    169169    ENABLE_SMOOTH_SCROLLING=1 \
    170170    ENABLE_SQL_DATABASE=1 \
     171    ENABLE_SUBPIXEL_LAYOUT=1 \
    171172    ENABLE_STYLE_SCOPED=0 \
    172173    ENABLE_TEMPLATE_ELEMENT=0 \
Note: See TracChangeset for help on using the changeset viewer.