[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

abarth at webkit.org abarth at webkit.org
Thu Apr 8 00:04:41 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 43c50352020120e6dc5f090deee15f553fcc61a6
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Dec 1 07:25:13 2009 +0000

    2009-11-30  Adam Barth  <abarth at webkit.org>
    
            Reviewed by Eric Seidel.
    
            check-webkit-style is slightly too verbose
            https://bugs.webkit.org/show_bug.cgi?id=32010
    
            check-webkit-style prints out a bunch of "done" lines that seem redundant,
            especially for the style-queue.
    
            * Scripts/modules/cpp_style.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51526 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index b5c5c17..651f1ff 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,15 @@
+2009-11-30  Adam Barth  <abarth at webkit.org>
+
+        Reviewed by Eric Seidel.
+
+        check-webkit-style is slightly too verbose
+        https://bugs.webkit.org/show_bug.cgi?id=32010
+
+        check-webkit-style prints out a bunch of "done" lines that seem redundant,
+        especially for the style-queue.
+
+        * Scripts/modules/cpp_style.py:
+
 2009-11-30  Alejandro G. Castro  <alex at igalia.com>
 
         Reviewed by Eric Seidel.
diff --git a/WebKitTools/Scripts/modules/cpp_style.py b/WebKitTools/Scripts/modules/cpp_style.py
index 485b07c..842b16f 100644
--- a/WebKitTools/Scripts/modules/cpp_style.py
+++ b/WebKitTools/Scripts/modules/cpp_style.py
@@ -3038,8 +3038,6 @@ def process_file(filename, error=error):
                   'One or more unexpected \\r (^M) found;'
                   'better to use only a \\n')
 
-    sys.stderr.write('Done processing %s\n' % filename)
-
 
 def print_usage(message):
     """Prints a brief usage string and exits, optionally with an error message.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list