|
Add wrapper container for a vector of OwnPtr<T>
In cc we frequently use WTF::Vector<WTF::OwnPtr<T> > to store lists of single-ownership
objects. In WTF this works nicely using template specialization in the container
implementation. In chromium we use STL containers and can't modify the implementation,
so this adds a wrapper to do roughly the same thing.
BUG=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=157699
Total comments: 9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+269 lines, -151 lines) |
Patch |
 |
M |
cc/CCDamageTrackerTest.cpp
|
View
|
1
|
23 chunks |
+32 lines, -32 lines |
0 comments
|
Download
|
 |
M |
cc/CCDebugRectHistory.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/CCDirectRenderer.cpp
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/CCKeyframedAnimationCurve.h
|
View
|
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/CCKeyframedAnimationCurve.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/CCLayerAnimationController.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/CCLayerAnimationController.cpp
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/CCLayerImpl.h
|
View
|
1
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/CCLayerImpl.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/CCLayerImplTest.cpp
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/CCLayerTreeHost.h
|
View
|
1
2
3
|
3 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/CCLayerTreeHostCommon.h
|
View
|
1
|
3 chunks |
+12 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/CCLayerTreeHostCommon.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/CCLayerTreeHostCommonTest.cpp
|
View
|
1
|
14 chunks |
+33 lines, -33 lines |
0 comments
|
Download
|
 |
M |
cc/CCLayerTreeHostImpl.cpp
|
View
|
1
2
3
|
10 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
cc/CCLayerTreeHostImplTest.cpp
|
View
|
1
2
3
|
24 chunks |
+29 lines, -29 lines |
0 comments
|
Download
|
 |
M |
cc/CCLayerTreeHostTest.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/CCQuadCuller.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/CCQuadCullerTest.cpp
|
View
|
1
2
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/CCRenderPass.h
|
View
|
1
2
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/CCRenderPassTest.cpp
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/CCRenderSurfaceTest.cpp
|
View
|
1
2
|
4 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/CCScrollbarAnimationControllerLinearFadeTest.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/CCSolidColorLayerImplTest.cpp
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/CCTiledLayerImplTest.cpp
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/LayerChromium.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
cc/ScrollbarLayerChromiumTest.cpp
|
View
|
1
2
3
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
cc/TreeSynchronizer.cpp
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/TreeSynchronizerTest.cpp
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A |
cc/own_ptr_vector.h
|
View
|
1
2
3
|
1 chunk |
+101 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/test/CCLayerTestCommon.cpp
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|