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

Issue 2741343017: Move files in wtf/ to platform/wtf/ (Part 4). (Closed)

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

Description

Move files in wtf/ to platform/wtf/ (Part 4). This patch moves the following files to platform/wtf/. ASCIICType.{h,cpp} Assertions.h (Note: Assertions.cpp is left in wtf/; see below.) Atomics.h SpinLock.h StringExtras.h text/Unicode.h text/icu/UnicodeIcu.h Assertions.cpp is still in wtf/, but this is safe because no cpp files in wtf/ and platform/wtf/ use the symbols defined in Assertions.cpp. Assertions.cpp has dependencies to Threading.h and ThreadSpecific.h, which cannot be moved easily, so it will be moved in a later batch. BUG=691465 Review-Url: https://codereview.chromium.org/2741343017 Cr-Commit-Position: refs/heads/master@{#458305} Committed: https://chromium.googlesource.com/chromium/src/+/ecdb463e1dee6caa00d6c4c805af7f1608f558f5

Patch Set 1 #

Patch Set 2 : De-inline a static member function to fix Windows build. #

Patch Set 3 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -1273 lines) Patch
A + third_party/WebKit/Source/platform/wtf/ASCIICType.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/ASCIICType.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/wtf/Assertions.h View 1 3 chunks +9 lines, -8 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/Atomics.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/wtf/BUILD.gn View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/SpinLock.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/StringExtras.h View 2 chunks +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/text/Unicode.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/text/icu/UnicodeIcu.h View 0 chunks +-1 lines, --1 lines 0 comments Download
M third_party/WebKit/Source/wtf/ASCIICType.h View 1 chunk +7 lines, -182 lines 0 comments Download
D third_party/WebKit/Source/wtf/ASCIICType.cpp View 1 chunk +0 lines, -57 lines 0 comments Download
M third_party/WebKit/Source/wtf/Assertions.h View 1 chunk +7 lines, -256 lines 0 comments Download
M third_party/WebKit/Source/wtf/Assertions.cpp View 1 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/wtf/Atomics.h View 1 chunk +7 lines, -400 lines 0 comments Download
M third_party/WebKit/Source/wtf/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/wtf/SpinLock.h View 1 chunk +5 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/wtf/StringExtras.h View 1 chunk +7 lines, -87 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/Unicode.h View 1 chunk +7 lines, -33 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/icu/UnicodeIcu.h View 1 chunk +7 lines, -224 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 31 (22 generated)
Yuta Kitamura
PTAL
3 years, 9 months ago (2017-03-16 09:51:05 UTC) #4
haraken
LGTM
3 years, 9 months ago (2017-03-16 09:53:21 UTC) #5
Yuta Kitamura
FYI, I applied a small change that moves the inlined implementation of a static member ...
3 years, 9 months ago (2017-03-17 18:19:42 UTC) #16
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/2741343017/20001
3 years, 9 months ago (2017-03-17 18:20:20 UTC) #19
commit-bot: I haz the power
Failed to apply patch for third_party/WebKit/Source/platform/wtf/BUILD.gn: While running git apply --index -p1; error: patch failed: ...
3 years, 9 months ago (2017-03-17 18:27:47 UTC) #21
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/2741343017/40001
3 years, 9 months ago (2017-03-21 01:16:29 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/410864)
3 years, 9 months ago (2017-03-21 02:23:48 UTC) #26
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/2741343017/40001
3 years, 9 months ago (2017-03-21 02:40:11 UTC) #28
commit-bot: I haz the power
3 years, 9 months ago (2017-03-21 03:58:18 UTC) #31
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/ecdb463e1dee6caa00d6c4c805af...

Powered by Google App Engine
This is Rietveld 408576698