|
Deprecate some macros in wtf/Assertions.h in favor of base/logging.h
- We may use *CHECK* macros instead of *ASSERT* macros.
- We may use *LOG* macros instead of WTF_LOG.
- Update the following files as examples:
- HashTable.h
- RefCountedLeakCounter.cpp
It uses VLOG(0) because the log channel was enabled by default.
- StringBuilder.*
- TextCodecICU.cpp
- TextEncodingRegistry.cpp
- Move WTFTestPrinters implementation to WTFString.cpp and AtomicString.cpp in
order to pass String and AtomicString to base/logging macros.
Also, this CL removes wtf_unittest_helpers build target.
This CL has no behavior changes.
Committed: https://crrev.com/d4640bcf2f2502deb74c019e40d1cd1ae32da64d
Cr-Commit-Position: refs/heads/master@{#381919}
Total comments: 6
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+145 lines, -323 lines) |
Patch |
 |
M |
third_party/WebKit/Source/core/BUILD.gn
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/core.gyp
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/BUILD.gn
|
View
|
1
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/blink_platform_tests.gyp
|
View
|
1
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/BUILD.gn
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/web.gyp
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/web_tests.gyp
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/Assertions.h
|
View
|
1
2
3
|
8 chunks |
+26 lines, -16 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/BUILD.gn
|
View
|
1
|
2 chunks |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/DEPS
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/HashTable.h
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
3 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/RefCountedLeakCounter.cpp
|
View
|
1
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/wtf/testing/WTFTestPrinters.cpp
|
View
|
1
|
1 chunk |
+0 lines, -85 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/wtf/testing/WTFTestPrintersTest.cpp
|
View
|
1
|
1 chunk |
+0 lines, -68 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/wtf/testing/WTFUnitTestHelpersExport.h
|
View
|
1
|
1 chunk |
+0 lines, -53 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/text/AtomicString.h
|
View
|
1
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/text/AtomicString.cpp
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/text/StringBuilder.h
|
View
|
1
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/text/StringBuilder.cpp
|
View
|
1
|
15 chunks |
+28 lines, -27 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/text/TextCodecICU.cpp
|
View
|
1
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/text/TextEncodingRegistry.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/text/WTFString.h
|
View
|
1
2
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/text/WTFString.cpp
|
View
|
1
2
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/text/WTFStringTest.cpp
|
View
|
1
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/wtf.gypi
|
View
|
1
2
3
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/wtf_tests.gyp
|
View
|
1
|
2 chunks |
+0 lines, -17 lines |
0 comments
|
Download
|
Total messages: 39 (13 generated)
|