Changeset 69955 in webkit


Ignore:
Timestamp:
Oct 18, 2010 5:29:01 AM (14 years ago)
Author:
levin@chromium.org
Message:

2010-10-18 David Levin <levin@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).
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r69953 r69955  
     12010-10-18  David Levin  <levin@chromium.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        check-webkit-style should treat the GObject binding directory like other GTK directories.
     6        https://bugs.webkit.org/show_bug.cgi?id=47796
     7
     8        * Scripts/webkitpy/style/checker.py: Added the GObject binding directory
     9        with the other gtk directories (and fixed typo).
     10
    1112010-10-18  David Levin  <levin@chromium.org>
    212
  • trunk/WebKitTools/Scripts/webkitpy/style/checker.py

    r69953 r69955  
    135135      # lower-cased, underscore-separated values.
    136136      # Also, GTK+ allows the use of NULL.
     137      "WebCore/bindings/scripts/test/GObject",
    137138      "WebKit/gtk/webkit/",
    138139      "WebKitTools/DumpRenderTree/gtk/"],
     
    144145     ["-build/header_guard"]),
    145146    ([# assembler has lots of opcodes that use underscores, so
    146       # we on't check for underscores in that directory.
     147      # we don't check for underscores in that directory.
    147148      "/JavaScriptCore/assembler/"],
    148149     ["-readability/naming"]),
Note: See TracChangeset for help on using the changeset viewer.