Title: [143223] trunk
Revision
143223
Author
[email protected]
Date
2013-02-18 08:34:41 -0800 (Mon, 18 Feb 2013)

Log Message

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

Patch by ChangSeok Oh <[email protected]> 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:

Modified Paths

Diff

Modified: trunk/ChangeLog (143222 => 143223)


--- trunk/ChangeLog	2013-02-18 16:29:29 UTC (rev 143222)
+++ trunk/ChangeLog	2013-02-18 16:34:41 UTC (rev 143223)
@@ -1,3 +1,15 @@
+2013-02-18  ChangSeok Oh  <[email protected]>
+
+        [GTK] Fix nits for configuration
+        https://bugs.webkit.org/show_bug.cgi?id=110083
+
+        Reviewed by Martin Robinson.
+
+        Remove unicode backend printing option. The only backend for unicode is icu
+        after changeset 142724.
+
+        * Source/autotools/PrintBuildConfiguration.m4:
+
 2013-02-15  Gustavo Noronha Silva  <[email protected]>
 
         Unreviewed build fix.

Modified: trunk/Source/WebCore/ChangeLog (143222 => 143223)


--- trunk/Source/WebCore/ChangeLog	2013-02-18 16:29:29 UTC (rev 143222)
+++ trunk/Source/WebCore/ChangeLog	2013-02-18 16:34:41 UTC (rev 143223)
@@ -1,3 +1,16 @@
+2013-02-18  ChangSeok Oh  <[email protected]>
+
+        [GTK] Fix nits for configuration
+        https://bugs.webkit.org/show_bug.cgi?id=110083
+
+        Reviewed by Martin Robinson.
+
+        Remove trailing white space. It has caused annoying warning while configuration.
+
+        No new tests since no funtionality change.
+
+        * GNUmakefile.list.am:
+
 2013-02-18  Kondapally Kalyan  <[email protected]>
 
         [WebGL][EFL] Refactor GraphicsContext3DPrivate to add support for SharedContext.

Modified: trunk/Source/WebCore/GNUmakefile.list.am (143222 => 143223)


--- trunk/Source/WebCore/GNUmakefile.list.am	2013-02-18 16:29:29 UTC (rev 143222)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2013-02-18 16:34:41 UTC (rev 143223)
@@ -5652,7 +5652,7 @@
 	Source/WebCore/platform/graphics/IntPointHash.h \
 	Source/WebCore/platform/graphics/IntRect.cpp \
 	Source/WebCore/platform/graphics/IntRect.h \
-	Source/WebCore/platform/graphics/IntRectExtent.h \	
+	Source/WebCore/platform/graphics/IntRectExtent.h \
 	Source/WebCore/platform/graphics/IntSize.h \
 	Source/WebCore/platform/graphics/IntSizeHash.h \
 	Source/WebCore/platform/graphics/Latin1TextIterator.h \

Modified: trunk/Source/autotools/PrintBuildConfiguration.m4 (143222 => 143223)


--- trunk/Source/autotools/PrintBuildConfiguration.m4	2013-02-18 16:29:29 UTC (rev 143222)
+++ trunk/Source/autotools/PrintBuildConfiguration.m4	2013-02-18 16:34:41 UTC (rev 143223)
@@ -8,7 +8,6 @@
  Compile with debug symbols (slow)                        : $enable_debug_symbols
  Enable GCC build optimization                            : $enable_optimizations
  Code coverage support                                    : $enable_coverage
- Unicode backend                                          : $with_unicode_backend
  Optimized memory allocator                               : $enable_fast_malloc
  Accelerated rendering backend                            : $acceleration_backend_description
 
@@ -37,8 +36,3 @@
  Introspection support                                    : $enable_introspection
  Generate documentation                                   : $enable_gtk_doc
 "
-if test "$with_unicode_backend" = "glib"; then
-    echo "     >> WARNING: the glib-based unicode backend is slow and incomplete <<"
-    echo
-    echo
-fi
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to