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

Issue 197343003: Fix PersistentHeapHashMap to work with stack allocated, heap backed weak collections (Closed)

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

Description

Fix PersistentHeapHashMap to work with stack allocated, heap backed weak collections R=ager@chromium.org, sof@chromium.org BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169131

Patch Set 1 #

Total comments: 4

Patch Set 2 : Update comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -19 lines) Patch
M Source/heap/Heap.h View 1 2 chunks +18 lines, -12 lines 0 comments Download
M Source/heap/Heap.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/heap/HeapTest.cpp View 3 chunks +4 lines, -1 line 0 comments Download
M Source/heap/Visitor.h View 1 chunk +2 lines, -1 line 0 comments Download
M Source/wtf/HashTable.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 23 (0 generated)
Erik Corry
6 years, 9 months ago (2014-03-12 15:33:20 UTC) #1
Mads Ager (chromium)
LGTM when the comments have been updated. https://codereview.chromium.org/197343003/diff/1/Source/heap/Heap.h File Source/heap/Heap.h (right): https://codereview.chromium.org/197343003/diff/1/Source/heap/Heap.h#newcode782 Source/heap/Heap.h:782: static void ...
6 years, 9 months ago (2014-03-12 15:46:50 UTC) #2
sof
https://codereview.chromium.org/197343003/diff/1/Source/wtf/HashTable.h File Source/wtf/HashTable.h (right): https://codereview.chromium.org/197343003/diff/1/Source/wtf/HashTable.h#newcode1074 Source/wtf/HashTable.h:1074: Allocator::registerWeakMembers(visitor, this, m_table, WeakProcessingHashTableHelper<Traits::isWeak, Key, Value, Extractor, HashFunctions, Traits, ...
6 years, 9 months ago (2014-03-12 15:48:15 UTC) #3
Mads Ager (chromium)
https://codereview.chromium.org/197343003/diff/1/Source/wtf/HashTable.h File Source/wtf/HashTable.h (right): https://codereview.chromium.org/197343003/diff/1/Source/wtf/HashTable.h#newcode1074 Source/wtf/HashTable.h:1074: Allocator::registerWeakMembers(visitor, this, m_table, WeakProcessingHashTableHelper<Traits::isWeak, Key, Value, Extractor, HashFunctions, Traits, ...
6 years, 9 months ago (2014-03-12 15:53:49 UTC) #4
sof
On 2014/03/12 15:53:49, Mads Ager (chromium) wrote: > https://codereview.chromium.org/197343003/diff/1/Source/wtf/HashTable.h > File Source/wtf/HashTable.h (right): > > ...
6 years, 9 months ago (2014-03-12 16:20:54 UTC) #5
haraken
LGTM
6 years, 9 months ago (2014-03-13 00:49:04 UTC) #6
Erik Corry
https://codereview.chromium.org/197343003/diff/1/Source/heap/Heap.h File Source/heap/Heap.h (right): https://codereview.chromium.org/197343003/diff/1/Source/heap/Heap.h#newcode782 Source/heap/Heap.h:782: static void pushWeakObjectPointerCallback(void* closure, void* containerObject, WeakPointerCallback); On 2014/03/12 ...
6 years, 9 months ago (2014-03-13 07:46:21 UTC) #7
Erik Corry
The CQ bit was checked by erik.corry@gmail.com
6 years, 9 months ago (2014-03-13 07:50:47 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/erik.corry@gmail.com/197343003/20001
6 years, 9 months ago (2014-03-13 07:50:53 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-13 08:01:12 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on blink_presubmit
6 years, 9 months ago (2014-03-13 08:01:13 UTC) #11
jochen (gone - plz use gerrit)
lgtm
6 years, 9 months ago (2014-03-13 08:29:01 UTC) #12
Erik Corry
The CQ bit was checked by erik.corry@gmail.com
6 years, 9 months ago (2014-03-13 08:54:46 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/197343003/20001
6 years, 9 months ago (2014-03-13 08:54:49 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-13 09:33:51 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_blink
6 years, 9 months ago (2014-03-13 09:33:52 UTC) #16
Erik Corry
The CQ bit was checked by erik.corry@gmail.com
6 years, 9 months ago (2014-03-13 12:15:24 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/erik.corry@gmail.com/197343003/20001
6 years, 9 months ago (2014-03-13 12:15:35 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-13 13:32:08 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_blink
6 years, 9 months ago (2014-03-13 13:32:09 UTC) #20
Erik Corry
The CQ bit was checked by erik.corry@gmail.com
6 years, 9 months ago (2014-03-13 13:33:54 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/erik.corry@gmail.com/197343003/20001
6 years, 9 months ago (2014-03-13 13:33:58 UTC) #22
commit-bot: I haz the power
6 years, 9 months ago (2014-03-13 14:52:56 UTC) #23
Message was sent while issue was closed.
Change committed as 169131

Powered by Google App Engine
This is Rietveld 408576698