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

Issue 2768063003: Move files in wtf/ to platform/wtf/ (Part 11). (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, Mikhail
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Move files in wtf/ to platform/wtf/ (Part 11). This patch moves all the files (except tests) in wtf/typed_arrays. BUG=691465 Review-Url: https://codereview.chromium.org/2768063003 Cr-Commit-Position: refs/heads/master@{#459380} Committed: https://chromium.googlesource.com/chromium/src/+/bf1ac35ce1af82f04ec234402b81096ac3a0dae1

Patch Set 1 #

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

Patch Set 3 : Fix wrong #include path. #

Patch Set 4 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+187 lines, -2325 lines) Patch
M third_party/WebKit/Source/platform/wtf/BUILD.gn View 1 2 3 2 chunks +21 lines, -6 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBuffer.h View 1 chunk +6 lines, -6 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBuffer.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferBuilder.h View 1 chunk +5 lines, -5 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferBuilder.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferContents.h View 1 chunk +7 lines, -7 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferContents.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferView.h View 1 chunk +5 lines, -5 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferView.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayPiece.h View 1 chunk +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayPiece.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/typed_arrays/Float32Array.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/typed_arrays/Float64Array.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/typed_arrays/Int16Array.h View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/wtf/typed_arrays/Int32Array.h View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/wtf/typed_arrays/Int8Array.h View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/wtf/typed_arrays/IntegralTypedArrayBase.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/typed_arrays/TypedArrayBase.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/typed_arrays/Uint16Array.h View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/wtf/typed_arrays/Uint32Array.h View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/wtf/typed_arrays/Uint8Array.h View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/wtf/typed_arrays/Uint8ClampedArray.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/wtf/BUILD.gn View 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/wtf/typed_arrays/ArrayBuffer.h View 1 2 1 chunk +7 lines, -269 lines 0 comments Download
D third_party/WebKit/Source/wtf/typed_arrays/ArrayBuffer.cpp View 1 chunk +0 lines, -101 lines 0 comments Download
M third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferBuilder.h View 1 2 1 chunk +7 lines, -100 lines 0 comments Download
D third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferBuilder.cpp View 1 chunk +0 lines, -118 lines 0 comments Download
M third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferContents.h View 1 2 1 chunk +7 lines, -184 lines 0 comments Download
D third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferContents.cpp View 1 chunk +0 lines, -211 lines 0 comments Download
M third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferView.h View 1 2 1 chunk +7 lines, -127 lines 0 comments Download
D third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferView.cpp View 1 chunk +0 lines, -94 lines 0 comments Download
M third_party/WebKit/Source/wtf/typed_arrays/ArrayPiece.h View 1 2 1 chunk +5 lines, -53 lines 0 comments Download
D third_party/WebKit/Source/wtf/typed_arrays/ArrayPiece.cpp View 1 chunk +0 lines, -67 lines 0 comments Download
M third_party/WebKit/Source/wtf/typed_arrays/Float32Array.h View 1 2 1 chunk +7 lines, -91 lines 0 comments Download
M third_party/WebKit/Source/wtf/typed_arrays/Float64Array.h View 1 2 1 chunk +7 lines, -89 lines 0 comments Download
M third_party/WebKit/Source/wtf/typed_arrays/Int16Array.h View 1 2 1 chunk +7 lines, -79 lines 0 comments Download
M third_party/WebKit/Source/wtf/typed_arrays/Int32Array.h View 1 2 1 chunk +7 lines, -78 lines 0 comments Download
M third_party/WebKit/Source/wtf/typed_arrays/Int8Array.h View 1 2 1 chunk +7 lines, -83 lines 0 comments Download
M third_party/WebKit/Source/wtf/typed_arrays/IntegralTypedArrayBase.h View 1 2 1 chunk +7 lines, -61 lines 0 comments Download
M third_party/WebKit/Source/wtf/typed_arrays/TypedArrayBase.h View 1 2 1 chunk +7 lines, -112 lines 0 comments Download
M third_party/WebKit/Source/wtf/typed_arrays/Uint16Array.h View 1 2 1 chunk +7 lines, -83 lines 0 comments Download
M third_party/WebKit/Source/wtf/typed_arrays/Uint32Array.h View 1 2 1 chunk +7 lines, -81 lines 0 comments Download
M third_party/WebKit/Source/wtf/typed_arrays/Uint8Array.h View 1 2 1 chunk +7 lines, -83 lines 0 comments Download
M third_party/WebKit/Source/wtf/typed_arrays/Uint8ClampedArray.h View 1 2 1 chunk +7 lines, -94 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 23 (17 generated)
Yuta Kitamura
PTAL?
3 years, 9 months ago (2017-03-23 09:48:08 UTC) #10
haraken
LGTM
3 years, 9 months ago (2017-03-23 10:41:39 UTC) #13
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/2768063003/60001
3 years, 9 months ago (2017-03-24 02:27:50 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/335121)
3 years, 9 months ago (2017-03-24 03:36:35 UTC) #18
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/2768063003/60001
3 years, 9 months ago (2017-03-24 06:31:46 UTC) #20
commit-bot: I haz the power
3 years, 9 months ago (2017-03-24 10:06:49 UTC) #23
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/bf1ac35ce1af82f04ec234402b81...

Powered by Google App Engine
This is Rietveld 408576698