|
Move CrossThreadCopier from platform/ to wtf/
This CL
- Moves CrossThreadCopier to wtf/,
- Moves each specialization of CrossThreadCopier<T> to the T's header, and make
T's header to include wtf/CrossThreadCopier.h.
BUG= 624419
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+262 lines, -396 lines) |
Patch |
 |
M |
third_party/WebKit/Source/bindings/core/v8/SourceLocation.h
|
View
|
|
2 chunks |
+8 lines, -4 lines |
1 comment
|
Download
|
 |
M |
third_party/WebKit/Source/core/css/MediaValuesCached.h
|
View
|
|
2 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/dom/DocumentEncodingData.h
|
View
|
|
3 chunks |
+9 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/fetch/ResourceLoaderOptions.h
|
View
|
|
2 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/fetch/ResourceLoaderOptionsTest.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/loader/ThreadableLoader.h
|
View
|
|
2 chunks |
+13 lines, -5 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/platform/CrossThreadCopier.h
|
View
|
|
1 chunk |
+0 lines, -194 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/platform/CrossThreadCopier.cpp
|
View
|
|
1 chunk |
+0 lines, -111 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/CrossThreadFunctional.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
1 comment
|
Download
|
 |
M |
third_party/WebKit/Source/platform/blink_platform.gypi
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/geometry/IntRect.h
|
View
|
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/geometry/IntSize.h
|
View
|
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/heap/Persistent.h
|
View
|
|
3 chunks |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/network/ResourceError.h
|
View
|
|
2 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/network/ResourceRequest.h
|
View
|
|
2 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/network/ResourceResponse.h
|
View
|
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/network/ResourceTimingInfo.h
|
View
|
|
2 chunks |
+9 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/network/ResourceTimingInfo.cpp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/weborigin/KURL.h
|
View
|
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
third_party/WebKit/Source/wtf/CrossThreadCopier.h
|
View
|
|
2 chunks |
+37 lines, -24 lines |
0 comments
|
Download
|
 |
A + |
third_party/WebKit/Source/wtf/CrossThreadCopierTest.cpp
|
View
|
|
1 chunk |
+7 lines, -32 lines |
1 comment
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/Functional.h
|
View
|
|
3 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/PassRefPtr.h
|
View
|
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/RefPtr.h
|
View
|
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/WeakPtr.h
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/text/WTFString.h
|
View
|
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/text/WTFString.cpp
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/wtf.gypi
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 16 (8 generated)
|