X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebKitTools%2FChangeLog;h=aeb223a9932046fe53ef8697b9b48c97679b66ca;hp=651f1ff0c426744be9a7fe3ffab60b2d1f6fda6d;hb=fbc762fa1de30b333d583531942d6d05ec3068bc;hpb=13cee58b74c3f64b98ec9a27b3f5e8bbc04ef3c3;ds=sidebyside diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog index 651f1ff0c426..aeb223a99320 100644 --- a/WebKitTools/ChangeLog +++ b/WebKitTools/ChangeLog @@ -1,3 +1,16 @@ +2009-12-01 Adam Barth + + Reviewed by Eric Seidel. + + check-webkit-style complains about #imports with / in them + https://bugs.webkit.org/show_bug.cgi?id=32022 + + We need to exclude #import directives in addition to #include from the + binary operator whitespace checks. + + * Scripts/modules/cpp_style.py: + * Scripts/modules/cpp_style_unittest.py: + 2009-11-30 Adam Barth Reviewed by Eric Seidel.