[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

levin at chromium.org levin at chromium.org
Wed Dec 22 14:42:58 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit a17c69417e950bba4f9352968d3f8e817c452567
Author: levin at chromium.org <levin at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 18 12:29:01 2010 +0000

    2010-10-18  David Levin  <levin at chromium.org>
    
            Reviewed by Adam Barth.
    
            check-webkit-style should treat the GObject binding directory like other GTK directories.
            https://bugs.webkit.org/show_bug.cgi?id=47796
    
            * Scripts/webkitpy/style/checker.py: Added the GObject binding directory
            with the other gtk directories (and fixed typo).
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69955 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index e9a37d0..b3b3b7d 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,15 @@
 2010-10-18  David Levin  <levin at chromium.org>
 
+        Reviewed by Adam Barth.
+
+        check-webkit-style should treat the GObject binding directory like other GTK directories.
+        https://bugs.webkit.org/show_bug.cgi?id=47796
+
+        * Scripts/webkitpy/style/checker.py: Added the GObject binding directory
+        with the other gtk directories (and fixed typo).
+
+2010-10-18  David Levin  <levin at chromium.org>
+
         Reviewed by Oliver Hunt.
 
         check-webkit-style needs to ignore underscores in opcode names and vm_throw
diff --git a/WebKitTools/Scripts/webkitpy/style/checker.py b/WebKitTools/Scripts/webkitpy/style/checker.py
index 4651859..e0c956f 100644
--- a/WebKitTools/Scripts/webkitpy/style/checker.py
+++ b/WebKitTools/Scripts/webkitpy/style/checker.py
@@ -134,6 +134,7 @@ _PATH_RULES_SPECIFIER = [
     ([# The GTK+ APIs use GTK+ naming style, which includes
       # lower-cased, underscore-separated values.
       # Also, GTK+ allows the use of NULL.
+      "WebCore/bindings/scripts/test/GObject",
       "WebKit/gtk/webkit/",
       "WebKitTools/DumpRenderTree/gtk/"],
      ["-readability/naming",
@@ -143,7 +144,7 @@ _PATH_RULES_SPECIFIER = [
       "/ForwardingHeaders/"],
      ["-build/header_guard"]),
     ([# assembler has lots of opcodes that use underscores, so
-      # we on't check for underscores in that directory.
+      # we don't check for underscores in that directory.
       "/JavaScriptCore/assembler/"],
      ["-readability/naming"]),
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list