|
Oilpan: Remove OffHeapCollectionTrait
Now that Oilpan supports HeapVector that contains objects with vtables, we no longer need OffHeapCollectionTrait.
- Replaces Deque<PendingScript> with HeapDeque<PendingScript>.
- Replaces Vector<IDLDictionary> with HeapVector<IDLDictionary>.
- Removes OffHeapCollectionTrait and related tests.
BUG= 475801
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194793
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+110 lines, -131 lines) |
Patch |
 |
M |
Source/bindings/core/v8/V8Binding.h
|
View
|
1
|
11 chunks |
+46 lines, -12 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/scripts/v8_types.py
|
View
|
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/core/TestDictionary.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/core/V8TestDictionary.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/css/CSSGradientValue.cpp
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/CSSPropertySourceData.h
|
View
|
1
2
|
3 chunks |
+18 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/CSSPropertySourceData.cpp
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/SelectorFilter.cpp
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/StylePropertySet.cpp
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/resolver/MatchedPropertiesCache.h
|
View
|
1
2
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/dom/Fullscreen.cpp
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/events/EventPath.cpp
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/canvas/WebGLRenderingContextBase.cpp
|
View
|
1
2
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/html/parser/HTMLConstructionSite.cpp
|
View
|
1
2
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/parser/HTMLFormattingElementList.h
|
View
|
1
2
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/html/parser/HTMLScriptRunner.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/encryptedmedia/MediaKeySystemAccess.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/platform/heap/HeapTest.cpp
|
View
|
|
2 chunks |
+0 lines, -53 lines |
0 comments
|
Download
|
 |
M |
Source/platform/heap/Visitor.h
|
View
|
|
3 chunks |
+0 lines, -47 lines |
0 comments
|
Download
|
 |
M |
Source/web/TextFinder.cpp
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 11 (3 generated)
|