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

Issue 216723002: Make sure all destructors are called in HeapHashMap and HeapHashSet (Closed)

Created:
6 years, 9 months ago by Erik Corry
Modified:
6 years, 8 months ago
CC:
blink-reviews, Mads Ager (chromium), abarth-chromium, Inactive, Mikhail, kouhei+heap_chromium.org, adamk+blink_chromium.org
Visibility:
Public.

Description

Make sure all destructors are called in HeapHashMap and HeapHashSet BUG=357113 R=ager@chromium.org, haraken@chromium.org, wibling@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170443

Patch Set 1 #

Total comments: 9

Patch Set 2 : CR feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+247 lines, -47 lines) Patch
M Source/heap/Handle.h View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/heap/Heap.h View 9 chunks +50 lines, -27 lines 0 comments Download
M Source/heap/HeapTest.cpp View 1 5 chunks +161 lines, -1 line 0 comments Download
M Source/heap/Visitor.h View 1 chunk +6 lines, -2 lines 0 comments Download
M Source/wtf/DefaultAllocator.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/HashTable.h View 1 7 chunks +23 lines, -10 lines 0 comments Download
M Source/wtf/TypeTraits.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15 (0 generated)
Erik Corry
6 years, 9 months ago (2014-03-28 09:43:38 UTC) #1
wibling-chromium
lgtm https://codereview.chromium.org/216723002/diff/1/Source/heap/HeapTest.cpp File Source/heap/HeapTest.cpp (right): https://codereview.chromium.org/216723002/diff/1/Source/heap/HeapTest.cpp#newcode2281 Source/heap/HeapTest.cpp:2281: if (m_x != emptyValue) Does the constructor get ...
6 years, 9 months ago (2014-03-28 10:35:22 UTC) #2
haraken
LGTM https://codereview.chromium.org/216723002/diff/1/Source/wtf/HashTable.h File Source/wtf/HashTable.h (right): https://codereview.chromium.org/216723002/diff/1/Source/wtf/HashTable.h#newcode910 Source/wtf/HashTable.h:910: // again when the GC finds the backing ...
6 years, 9 months ago (2014-03-28 10:43:36 UTC) #3
Mads Ager (chromium)
LGTM https://codereview.chromium.org/216723002/diff/1/Source/heap/HeapTest.cpp File Source/heap/HeapTest.cpp (right): https://codereview.chromium.org/216723002/diff/1/Source/heap/HeapTest.cpp#newcode3189 Source/heap/HeapTest.cpp:3189: class Fluff { Ehm, move meaningful names, please? ...
6 years, 9 months ago (2014-03-28 11:12:38 UTC) #4
Erik Corry
https://codereview.chromium.org/216723002/diff/1/Source/heap/HeapTest.cpp File Source/heap/HeapTest.cpp (right): https://codereview.chromium.org/216723002/diff/1/Source/heap/HeapTest.cpp#newcode2281 Source/heap/HeapTest.cpp:2281: if (m_x != emptyValue) On 2014/03/28 10:35:23, wibling-chromium wrote: ...
6 years, 8 months ago (2014-03-30 20:11:36 UTC) #5
haraken
https://codereview.chromium.org/216723002/diff/1/Source/wtf/HashTable.h File Source/wtf/HashTable.h (right): https://codereview.chromium.org/216723002/diff/1/Source/wtf/HashTable.h#newcode910 Source/wtf/HashTable.h:910: // again when the GC finds the backing store. ...
6 years, 8 months ago (2014-03-31 00:34:54 UTC) #6
Erik Corry
If we make that change it should be based on a concrete case where we ...
6 years, 8 months ago (2014-03-31 06:38:30 UTC) #7
wibling-chromium
lgtm
6 years, 8 months ago (2014-03-31 09:15:39 UTC) #8
haraken
On 2014/03/31 06:38:30, Erik Corry wrote: > If we make that change it should be ...
6 years, 8 months ago (2014-03-31 09:22:00 UTC) #9
Erik Corry
On 2014/03/31 09:22:00, haraken wrote: > On 2014/03/31 06:38:30, Erik Corry wrote: > > If ...
6 years, 8 months ago (2014-03-31 09:29:17 UTC) #10
haraken
On 2014/03/31 09:29:17, Erik Corry wrote: > On 2014/03/31 09:22:00, haraken wrote: > > On ...
6 years, 8 months ago (2014-03-31 09:36:24 UTC) #11
jochen (gone - plz use gerrit)
lgtm
6 years, 8 months ago (2014-03-31 09:56:19 UTC) #12
Erik Corry
The CQ bit was checked by erik.corry@gmail.com
6 years, 8 months ago (2014-03-31 11:43:36 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/erik.corry@gmail.com/216723002/20001
6 years, 8 months ago (2014-03-31 11:43:41 UTC) #14
commit-bot: I haz the power
6 years, 8 months ago (2014-03-31 12:55:07 UTC) #15
Message was sent while issue was closed.
Change committed as 170443

Powered by Google App Engine
This is Rietveld 408576698