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

Issue 1112363003: Oilpan: Remove OffHeapCollectionTrait (Closed)

Created:
5 years, 7 months ago by haraken
Modified:
5 years, 7 months ago
CC:
blink-reviews, feature-media-reviews_chromium.org, philipj_slow, arv+blink, oilpan-reviews, Mads Ager (chromium), vivekg_samsung, blink-reviews-html_chromium.org, eric.carlson_apple.com, vivekg, dglazkov+blink, blink-reviews-bindings_chromium.org, kouhei+heap_chromium.org
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

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

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Patch Set 3 : #

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

Messages

Total messages: 11 (3 generated)
haraken
PTAL bashi@: bindings/ yutak@: heap/
5 years, 7 months ago (2015-05-01 02:04:08 UTC) #2
Yuta Kitamura
heap/ core/ modules/ LGTM.
5 years, 7 months ago (2015-05-01 03:52:49 UTC) #3
bashi
https://codereview.chromium.org/1112363003/diff/1/Source/bindings/core/v8/V8Binding.h File Source/bindings/core/v8/V8Binding.h (right): https://codereview.chromium.org/1112363003/diff/1/Source/bindings/core/v8/V8Binding.h#newcode791 Source/bindings/core/v8/V8Binding.h:791: template <class T> nit: class -> typename https://codereview.chromium.org/1112363003/diff/1/Source/bindings/core/v8/V8Binding.h#newcode794 Source/bindings/core/v8/V8Binding.h:794: ...
5 years, 7 months ago (2015-05-01 04:31:23 UTC) #4
haraken
Thanks for review! bashi-san@: PTAL. https://codereview.chromium.org/1112363003/diff/1/Source/bindings/core/v8/V8Binding.h File Source/bindings/core/v8/V8Binding.h (right): https://codereview.chromium.org/1112363003/diff/1/Source/bindings/core/v8/V8Binding.h#newcode791 Source/bindings/core/v8/V8Binding.h:791: template <class T> On ...
5 years, 7 months ago (2015-05-01 05:34:12 UTC) #5
haraken
Sorry, now the build is fixed.
5 years, 7 months ago (2015-05-01 06:16:32 UTC) #6
bashi
bindings/ LGTM
5 years, 7 months ago (2015-05-01 06:20:55 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1112363003/40001
5 years, 7 months ago (2015-05-01 06:22:00 UTC) #10
commit-bot: I haz the power
5 years, 7 months ago (2015-05-01 07:37:49 UTC) #11
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=194793

Powered by Google App Engine
This is Rietveld 408576698