Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Issue 2799593002: Rewrite references to "wtf/" to "platform/wtf/" in platform/network. (Closed)

Created:
3 years, 8 months ago by Yuta Kitamura
Modified:
3 years, 8 months ago
Reviewers:
haraken
CC:
chromium-reviews, blink-reviews, kinuko+watch
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Rewrite references to "wtf/" to "platform/wtf/" in platform/network. This is essentially the result of the following shell command followed by git cl format: find . -type f -exec sed -i 's/"wtf\//"platform\/wtf\//g' {} \; DEPS is updated in order to prevent further introduction of "wtf/". BUG=691465 Review-Url: https://codereview.chromium.org/2799593002 Cr-Commit-Position: refs/heads/master@{#462368} Committed: https://chromium.googlesource.com/chromium/src/+/e748e6f44641fe0fd756c06ea34bd9b58c690b6d

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -80 lines) Patch
M third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/network/ContentSecurityPolicyResponseHeaders.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/network/DEPS View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/network/EncodedFormData.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/network/EncodedFormData.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/network/FormDataEncoder.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/network/FormDataEncoder.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/network/HTTPHeaderMap.h View 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/network/HTTPHeaderMap.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/network/HTTPParsers.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/network/HTTPParsers.cpp View 1 chunk +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/network/HTTPParsersTest.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/network/NetworkHints.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/network/NetworkLog.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/network/NetworkStateNotifier.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/network/NetworkStateNotifier.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/network/NetworkStateNotifierTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/network/NetworkUtils.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/network/NetworkUtils.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/network/NetworkUtilsTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/network/ParsedContentType.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/network/ParsedContentType.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/network/WebSocketHandshakeRequest.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/network/WebSocketHandshakeResponse.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/network/WebSocketHandshakeResponse.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/network/mime/ContentType.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/network/mime/MIMETypeFromURL.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/network/mime/MIMETypeFromURL.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/network/mime/MIMETypeRegistry.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/network/mime/MIMETypeRegistry.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (9 generated)
Yuta Kitamura
haraken: PTAL?
3 years, 8 months ago (2017-04-05 11:05:42 UTC) #5
haraken
LGTM
3 years, 8 months ago (2017-04-05 11:34:27 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2799593002/1
3 years, 8 months ago (2017-04-06 05:38:54 UTC) #10
commit-bot: I haz the power
3 years, 8 months ago (2017-04-06 05:47:22 UTC) #13
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/e748e6f44641fe0fd756c06ea34b...

Powered by Google App Engine
This is Rietveld 408576698