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

Issue 2767153004: Move files in wtf/ to platform/wtf/ (Part 12). (Closed)

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

Description

Move files in wtf/ to platform/wtf/ (Part 12). This patch moves all the remaining files (except tests) in wtf/: BloomFilter.h, ByteOrder.h, DateMath.{h,cpp}, FilePrintStream.cpp, InstanceCounter.cpp, PrintStream.cpp, RefVector.h, SaturatedArithmetic.h, SizeLimits.cpp, StackUtil.cpp, TerminatedArrayBuilder.h, TerminatedArray.h, ThreadingPthreads.cpp, ThreadingWin.cpp, ThreadSpecificWin.cpp, WTF.cpp, WTFThreadData.cpp, debug/Alias.h, debug/CrashLogging.h Additionally, miscellaneous documents are moved to the new location, and debug/DEPS is copied, too. UniquePtrTransitionGuide.md isn't moved, because the content is now mostly obsolete and it can be removed. BUG=691465 Review-Url: https://codereview.chromium.org/2767153004 Cr-Commit-Position: refs/heads/master@{#459386} Committed: https://chromium.googlesource.com/chromium/src/+/c8ae0d577aa536d84ce37a570dd7c26709ea25c6

Patch Set 1 #

Patch Set 2 : Fix typo in BUILD.gn. #

Patch Set 3 : Sort files correctly in BUILD.gn. #

Patch Set 4 : Fix wrong #include paths. #

Patch Set 5 : Add empty cpp file to fix libtool error on Mac. #

Patch Set 6 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+175 lines, -3620 lines) Patch
A + third_party/WebKit/Source/platform/wtf/Allocator.md View 0 chunks +-1 lines, --1 lines 0 comments Download
M third_party/WebKit/Source/platform/wtf/BUILD.gn View 1 2 3 4 5 6 chunks +25 lines, -5 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/BloomFilter.h View 1 chunk +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/ByteOrder.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/CONTRIBUTORS.pthreads-win32 View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/DateMath.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/DateMath.cpp View 1 chunk +9 lines, -9 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/FilePrintStream.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/InstanceCounter.cpp View 1 chunk +8 lines, -8 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/PrintStream.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/RefVector.h View 1 chunk +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/SaturatedArithmetic.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/ScopedLogger.md View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/SizeLimits.cpp View 1 chunk +9 lines, -9 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/StackUtil.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/TerminatedArray.h View 1 chunk +4 lines, -4 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/TerminatedArrayBuilder.h View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/wtf/ThreadSpecificWin.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/ThreadingPthreads.cpp View 1 chunk +9 lines, -9 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/ThreadingWin.cpp View 1 chunk +9 lines, -9 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/WTF.cpp View 1 chunk +10 lines, -10 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/WTFThreadData.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/debug/Alias.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/debug/CrashLogging.h View 1 chunk +1 line, -1 line 0 comments Download
A third_party/WebKit/Source/platform/wtf/debug/DEPS View 1 chunk +6 lines, -0 lines 0 comments Download
D third_party/WebKit/Source/wtf/Allocator.md View 1 chunk +0 lines, -186 lines 0 comments Download
M third_party/WebKit/Source/wtf/BUILD.gn View 1 2 3 4 6 chunks +1 line, -23 lines 0 comments Download
M third_party/WebKit/Source/wtf/BloomFilter.h View 1 chunk +7 lines, -147 lines 0 comments Download
M third_party/WebKit/Source/wtf/ByteOrder.h View 1 chunk +7 lines, -84 lines 0 comments Download
D third_party/WebKit/Source/wtf/CONTRIBUTORS.pthreads-win32 View 1 chunk +0 lines, -137 lines 0 comments Download
M third_party/WebKit/Source/wtf/DateMath.h View 1 chunk +7 lines, -119 lines 0 comments Download
D third_party/WebKit/Source/wtf/DateMath.cpp View 1 chunk +0 lines, -842 lines 0 comments Download
A third_party/WebKit/Source/wtf/Dummy.cpp View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
D third_party/WebKit/Source/wtf/FilePrintStream.cpp View 1 chunk +0 lines, -59 lines 0 comments Download
D third_party/WebKit/Source/wtf/InstanceCounter.cpp View 1 chunk +0 lines, -155 lines 0 comments Download
D third_party/WebKit/Source/wtf/PrintStream.cpp View 1 chunk +0 lines, -101 lines 0 comments Download
M third_party/WebKit/Source/wtf/RefVector.h View 1 chunk +5 lines, -44 lines 0 comments Download
M third_party/WebKit/Source/wtf/SaturatedArithmetic.h View 1 chunk +7 lines, -46 lines 0 comments Download
D third_party/WebKit/Source/wtf/ScopedLogger.md View 1 chunk +0 lines, -103 lines 0 comments Download
D third_party/WebKit/Source/wtf/SizeLimits.cpp View 1 chunk +0 lines, -103 lines 0 comments Download
D third_party/WebKit/Source/wtf/StackUtil.cpp View 1 chunk +0 lines, -197 lines 0 comments Download
M third_party/WebKit/Source/wtf/TerminatedArray.h View 1 chunk +5 lines, -119 lines 0 comments Download
M third_party/WebKit/Source/wtf/TerminatedArrayBuilder.h View 1 chunk +5 lines, -74 lines 0 comments Download
D third_party/WebKit/Source/wtf/ThreadSpecificWin.cpp View 1 chunk +0 lines, -130 lines 0 comments Download
D third_party/WebKit/Source/wtf/ThreadingPthreads.cpp View 1 chunk +0 lines, -263 lines 0 comments Download
D third_party/WebKit/Source/wtf/ThreadingWin.cpp View 1 chunk +0 lines, -426 lines 0 comments Download
D third_party/WebKit/Source/wtf/WTF.cpp View 1 chunk +0 lines, -79 lines 0 comments Download
D third_party/WebKit/Source/wtf/WTFThreadData.cpp View 1 chunk +0 lines, -64 lines 0 comments Download
M third_party/WebKit/Source/wtf/debug/Alias.h View 1 chunk +5 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/wtf/debug/CrashLogging.h View 1 chunk +5 lines, -15 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 29 (24 generated)
Yuta Kitamura
PTAL?
3 years, 9 months ago (2017-03-23 08:21:22 UTC) #14
haraken
LGTM
3 years, 9 months ago (2017-03-23 08:42:58 UTC) #15
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/2767153004/100001
3 years, 9 months ago (2017-03-24 11:00:08 UTC) #25
commit-bot: I haz the power
Committed patchset #6 (id:100001) as https://chromium.googlesource.com/chromium/src/+/c8ae0d577aa536d84ce37a570dd7c26709ea25c6
3 years, 9 months ago (2017-03-24 11:06:59 UTC) #28
kolos1
3 years, 9 months ago (2017-03-27 14:52:09 UTC) #29
Message was sent while issue was closed.
Reverting this CL, see https://codereview.chromium.org/2774333002/

Powered by Google App Engine
This is Rietveld 408576698