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

Issue 2769603002: Move files in wtf/ to platform/wtf/ (Part 8). (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 8). In this round, most container code is moved: BitVector.{h,cpp}, DataLog.{h,cpp}, Deque.h, DoublyLinkedList.h, FilePrintStream.h (.cpp remaining), HashCountedSet.h, HashFunctions.h, HashIterators.h, HashMap.h, HashSet.h, HashTable.{h,cpp}, HashTraits.h, LinkedHashSet.h, ListHashSet.h, PrintStream.h (.cpp remaining), Vector.h, VectorTraits.h BUG=691465 Review-Url: https://codereview.chromium.org/2769603002 Cr-Commit-Position: refs/heads/master@{#458704} Committed: https://chromium.googlesource.com/chromium/src/+/934a474195968e5902c274a11df883723c718513

Patch Set 1 #

Patch Set 2 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+205 lines, -10447 lines) Patch
M third_party/WebKit/Source/platform/wtf/BUILD.gn View 3 chunks +20 lines, -0 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/BitVector.h View 1 chunk +4 lines, -4 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/BitVector.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/DataLog.h View 1 chunk +4 lines, -4 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/DataLog.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/wtf/Deque.h View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/wtf/DoublyLinkedList.h View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/wtf/FilePrintStream.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/HashCountedSet.h View 1 chunk +4 lines, -4 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/HashFunctions.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/HashIterators.h View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/wtf/HashMap.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/HashSet.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/HashTable.h View 1 chunk +10 lines, -10 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/HashTable.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/HashTraits.h View 1 chunk +5 lines, -5 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/LinkedHashSet.h View 1 chunk +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/ListHashSet.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/PrintStream.h View 1 chunk +5 lines, -5 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/Vector.h View 1 chunk +8 lines, -8 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/VectorTraits.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/wtf/BUILD.gn View 3 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/wtf/BitVector.h View 1 chunk +7 lines, -225 lines 0 comments Download
D third_party/WebKit/Source/wtf/BitVector.cpp View 1 chunk +0 lines, -123 lines 0 comments Download
M third_party/WebKit/Source/wtf/DataLog.h View 1 chunk +7 lines, -52 lines 0 comments Download
D third_party/WebKit/Source/wtf/DataLog.cpp View 1 chunk +0 lines, -103 lines 0 comments Download
M third_party/WebKit/Source/wtf/Deque.h View 1 chunk +7 lines, -704 lines 0 comments Download
M third_party/WebKit/Source/wtf/DoublyLinkedList.h View 1 chunk +7 lines, -195 lines 0 comments Download
M third_party/WebKit/Source/wtf/FilePrintStream.h View 1 chunk +7 lines, -58 lines 0 comments Download
M third_party/WebKit/Source/wtf/HashCountedSet.h View 1 chunk +7 lines, -186 lines 0 comments Download
M third_party/WebKit/Source/wtf/HashFunctions.h View 1 chunk +7 lines, -289 lines 0 comments Download
M third_party/WebKit/Source/wtf/HashIterators.h View 1 chunk +7 lines, -280 lines 0 comments Download
M third_party/WebKit/Source/wtf/HashMap.h View 1 chunk +7 lines, -744 lines 0 comments Download
M third_party/WebKit/Source/wtf/HashSet.h View 1 chunk +7 lines, -328 lines 0 comments Download
M third_party/WebKit/Source/wtf/HashTable.h View 1 chunk +7 lines, -2278 lines 0 comments Download
D third_party/WebKit/Source/wtf/HashTable.cpp View 1 chunk +0 lines, -93 lines 0 comments Download
M third_party/WebKit/Source/wtf/HashTraits.h View 1 chunk +7 lines, -427 lines 0 comments Download
M third_party/WebKit/Source/wtf/LinkedHashSet.h View 1 chunk +7 lines, -936 lines 0 comments Download
M third_party/WebKit/Source/wtf/ListHashSet.h View 1 chunk +7 lines, -1133 lines 0 comments Download
M third_party/WebKit/Source/wtf/PrintStream.h View 1 chunk +7 lines, -132 lines 0 comments Download
M third_party/WebKit/Source/wtf/Vector.h View 1 chunk +7 lines, -1908 lines 0 comments Download
M third_party/WebKit/Source/wtf/VectorTraits.h View 1 chunk +7 lines, -184 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 13 (9 generated)
Yuta Kitamura
PTAL?
3 years, 9 months ago (2017-03-22 03:53:31 UTC) #4
haraken
LGTM
3 years, 9 months ago (2017-03-22 04:07:39 UTC) #5
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/2769603002/20001
3 years, 9 months ago (2017-03-22 07:59:01 UTC) #10
commit-bot: I haz the power
3 years, 9 months ago (2017-03-22 10:07:43 UTC) #13
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/934a474195968e5902c274a11df8...

Powered by Google App Engine
This is Rietveld 408576698