|
|
Replace WTF_LOG() with NETWORK_DVLOG() or RESOURCE_LOADING_DVLOG().
WTF_LOG() is deprecated. Like crrev.com/411499, this CL introduce
NETWORK_DVLOG(level), which shows logs with --vmodule=NetworkLog=N, and
RESOURCE_LOADING_DVLOG(level), which shows logs with --vmodule=ResourceLoadingLog=N,
and replace WTF_LOG(Network, ...) and WTF_LOG(ResourceLoading, ...).
This CL also adds a stream printer for WTF::CString.
This CL doesn't affect production.
BUG= 596760
Committed: https://crrev.com/b300917ad36438a8bcf700980f8991bf55cf2581
Cr-Commit-Position: refs/heads/master@{#411588}
Total comments: 2
Total comments: 5
Total comments: 5
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+209 lines, -100 lines) |
Patch |
 |
M |
third_party/WebKit/Source/core/core.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/fetch/ImageResource.cpp
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/fetch/MemoryCache.cpp
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp
|
View
|
|
8 chunks |
+9 lines, -9 lines |
2 comments
|
Download
|
 |
A |
third_party/WebKit/Source/core/fetch/ResourceLoadingLog.h
|
View
|
1
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/html/HTMLImageLoader.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
View
|
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/loader/ImageLoader.cpp
|
View
|
|
6 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
View
|
|
20 chunks |
+25 lines, -20 lines |
1 comment
|
Download
|
 |
M |
third_party/WebKit/Source/modules/websockets/DOMWebSocket.cpp
|
View
|
1
2
|
15 chunks |
+17 lines, -19 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.cpp
|
View
|
1
2
|
19 chunks |
+23 lines, -18 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/Logging.h
|
View
|
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/Logging.cpp
|
View
|
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/blink_platform.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/platform/network/NetworkLog.h
|
View
|
1
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/text/CString.h
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/text/CString.cpp
|
View
|
1
2
|
2 chunks |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/text/CStringTest.cpp
|
View
|
1
2
3
|
2 chunks |
+21 lines, -0 lines |
0 comments
|
Download
|
Total messages: 30 (14 generated)
|