Changeset 143223 in webkit


Ignore:
Timestamp:
Feb 18, 2013 8:34:41 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] Fix nits for configuration
https://bugs.webkit.org/show_bug.cgi?id=110083

Patch by ChangSeok Oh <ChangSeok Oh> on 2013-02-18
Reviewed by Martin Robinson.

.:

Remove unicode backend printing option. The only backend for unicode is icu
after changeset 142724.

  • Source/autotools/PrintBuildConfiguration.m4:

Source/WebCore:

Remove trailing white space. It has caused annoying warning while configuration.

No new tests since no funtionality change.

  • GNUmakefile.list.am:
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r143001 r143223  
     12013-02-18  ChangSeok Oh  <shivamidow@gmail.com>
     2
     3        [GTK] Fix nits for configuration
     4        https://bugs.webkit.org/show_bug.cgi?id=110083
     5
     6        Reviewed by Martin Robinson.
     7
     8        Remove unicode backend printing option. The only backend for unicode is icu
     9        after changeset 142724.
     10
     11        * Source/autotools/PrintBuildConfiguration.m4:
     12
    1132013-02-15  Gustavo Noronha Silva  <gns@gnome.org>
    214
  • trunk/Source/WebCore/ChangeLog

    r143220 r143223  
     12013-02-18  ChangSeok Oh  <shivamidow@gmail.com>
     2
     3        [GTK] Fix nits for configuration
     4        https://bugs.webkit.org/show_bug.cgi?id=110083
     5
     6        Reviewed by Martin Robinson.
     7
     8        Remove trailing white space. It has caused annoying warning while configuration.
     9
     10        No new tests since no funtionality change.
     11
     12        * GNUmakefile.list.am:
     13
    1142013-02-18  Kondapally Kalyan  <kalyan.kondapally@intel.com>
    215
  • trunk/Source/WebCore/GNUmakefile.list.am

    r143090 r143223  
    56535653        Source/WebCore/platform/graphics/IntRect.cpp \
    56545654        Source/WebCore/platform/graphics/IntRect.h \
    5655         Source/WebCore/platform/graphics/IntRectExtent.h \     
     5655        Source/WebCore/platform/graphics/IntRectExtent.h \
    56565656        Source/WebCore/platform/graphics/IntSize.h \
    56575657        Source/WebCore/platform/graphics/IntSizeHash.h \
  • trunk/Source/autotools/PrintBuildConfiguration.m4

    r142818 r143223  
    99 Enable GCC build optimization                            : $enable_optimizations
    1010 Code coverage support                                    : $enable_coverage
    11  Unicode backend                                          : $with_unicode_backend
    1211 Optimized memory allocator                               : $enable_fast_malloc
    1312 Accelerated rendering backend                            : $acceleration_backend_description
     
    3837 Generate documentation                                   : $enable_gtk_doc
    3938"
    40 if test "$with_unicode_backend" = "glib"; then
    41     echo "     >> WARNING: the glib-based unicode backend is slow and incomplete <<"
    42     echo
    43     echo
    44 fi
Note: See TracChangeset for help on using the changeset viewer.