Changeset 92857 in webkit
- Timestamp:
- Aug 11, 2011, 9:44:55 AM (14 years ago)
- Location:
- trunk/Tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r92847 r92857 1 2011-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 1 12 2011-08-11 Pierre Rossi <pierre.rossi@gmail.com> 2 13 -
trunk/Tools/Scripts/webkitpy/style/checker.py
r92847 r92857 125 125 # NPP_SetWindow. 126 126 "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"]),131 127 # The API test harnesses have no config.h and use funny macros like 132 128 # TEST_CLASS_NAME. 133 129 "Tools/WebKitAPITest/", 134 130 "Tools/TestWebKitAPI/", 135 "Source/WebKit/qt/tests/ "],131 "Source/WebKit/qt/tests/qdeclarativewebview"], 136 132 ["-build/include", 137 133 "-readability/naming"]), … … 142 138 "Source/JavaScriptCore/qt/", 143 139 "Source/WebKit/qt/Api/", 140 "Source/WebKit/qt/tests/", 144 141 "Source/WebKit/qt/declarative/", 145 142 "Source/WebKit/qt/examples/"], -
trunk/Tools/Scripts/webkitpy/style/checker_unittest.py
r92847 r92857 257 257 assertNoCheck("Tools/MiniBrowser/qt/UrlLoader.cpp", 258 258 "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")263 259 264 260 assertNoCheck("Source/WebCore/ForwardingHeaders/debugger/Debugger.h",
Note:
See TracChangeset
for help on using the changeset viewer.