Changeset 92857 in webkit


Ignore:
Timestamp:
Aug 11, 2011, 9:44:55 AM (14 years ago)
Author:
Dimitri Glazkov
Message:

Unreviewed, rolling out r92847.
http://trac.webkit.org/changeset/92847
https://bugs.webkit.org/show_bug.cgi?id=65986

Broke check-webkit-style

  • Scripts/webkitpy/style/checker.py:
  • Scripts/webkitpy/style/checker_unittest.py:
Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r92847 r92857  
     12011-08-11  Dimitri Glazkov  <dglazkov@chromium.org>
     2
     3        Unreviewed, rolling out r92847.
     4        http://trac.webkit.org/changeset/92847
     5        https://bugs.webkit.org/show_bug.cgi?id=65986
     6
     7        Broke check-webkit-style
     8
     9        * Scripts/webkitpy/style/checker.py:
     10        * Scripts/webkitpy/style/checker_unittest.py:
     11
    1122011-08-11  Pierre Rossi  <pierre.rossi@gmail.com>
    213
  • trunk/Tools/Scripts/webkitpy/style/checker.py

    r92847 r92857  
    125125      # NPP_SetWindow.
    126126      "Tools/DumpRenderTree/TestNetscapePlugIn/",
    127     ([# The MIMESniffing test tests the code directly rather than the API,
    128       # let's enable the include check for this one.
    129       "Source/WebKit/qt/tests/MIMESniffing"],
    130      ["+build/include"]),
    131127      # The API test harnesses have no config.h and use funny macros like
    132128      # TEST_CLASS_NAME.
    133129      "Tools/WebKitAPITest/",
    134130      "Tools/TestWebKitAPI/",
    135       "Source/WebKit/qt/tests/"],
     131      "Source/WebKit/qt/tests/qdeclarativewebview"],
    136132     ["-build/include",
    137133      "-readability/naming"]),
     
    142138      "Source/JavaScriptCore/qt/",
    143139      "Source/WebKit/qt/Api/",
     140      "Source/WebKit/qt/tests/",
    144141      "Source/WebKit/qt/declarative/",
    145142      "Source/WebKit/qt/examples/"],
  • trunk/Tools/Scripts/webkitpy/style/checker_unittest.py

    r92847 r92857  
    257257        assertNoCheck("Tools/MiniBrowser/qt/UrlLoader.cpp",
    258258                    "build/include")
    259         assertNoCheck("Source/WebKit/qt/tests/util.cpp",
    260                     "build/include")
    261         assertCheck("Source/WebKit/qt/tests/MIMESniffing/tst_MIMESniffing.cpp",
    262                     "build/include")
    263259
    264260        assertNoCheck("Source/WebCore/ForwardingHeaders/debugger/Debugger.h",
Note: See TracChangeset for help on using the changeset viewer.