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

Issue 274023002: Oilpan: Avoid declaring a destructor for garbage collected ListHashSet. (Closed)

Created:
6 years, 7 months ago by zerny-chromium
Modified:
6 years, 7 months ago
CC:
blink-reviews, dglazkov+blink, blink-reviews-html_chromium.org, blink-reviews-wtf_chromium.org, Mikhail, abarth-chromium, oilpan-reviews
Visibility:
Public.

Description

Oilpan: Avoid declaring a destructor for garbage collected ListHashSet. R=erik.corry@gmail.com, tkent@chromium.org BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173746

Patch Set 1 #

Total comments: 1

Patch Set 2 : macro fix #

Total comments: 2

Patch Set 3 : move m_allocator to dtor base #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -16 lines) Patch
M Source/core/html/forms/FormController.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/forms/FormController.cpp View 1 1 chunk +1 line, -3 lines 0 comments Download
M Source/wtf/LinkedHashSet.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M Source/wtf/ListHashSet.h View 1 2 5 chunks +28 lines, -10 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
zerny-chromium
6 years, 7 months ago (2014-05-09 06:55:20 UTC) #1
haraken
LGTM
6 years, 7 months ago (2014-05-09 07:02:41 UTC) #2
tkent
lgtm
6 years, 7 months ago (2014-05-09 07:10:52 UTC) #3
Erik Corry
lgtm https://codereview.chromium.org/274023002/diff/1/Source/core/html/forms/FormController.cpp File Source/core/html/forms/FormController.cpp (right): https://codereview.chromium.org/274023002/diff/1/Source/core/html/forms/FormController.cpp#newcode382 Source/core/html/forms/FormController.cpp:382: DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED() You didn't put the class name in ...
6 years, 7 months ago (2014-05-09 07:46:02 UTC) #4
zerny-chromium
Thanks for the reviews. On 2014/05/09 07:46:02, Erik Corry wrote: > DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED() > You didn't ...
6 years, 7 months ago (2014-05-09 07:59:07 UTC) #5
zerny-chromium
The CQ bit was checked by zerny@chromium.org
6 years, 7 months ago (2014-05-09 08:01:04 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zerny@chromium.org/274023002/20001
6 years, 7 months ago (2014-05-09 08:02:47 UTC) #7
Mikhail
lgtm https://codereview.chromium.org/274023002/diff/20001/Source/wtf/ListHashSet.h File Source/wtf/ListHashSet.h (right): https://codereview.chromium.org/274023002/diff/20001/Source/wtf/ListHashSet.h#newcode679 Source/wtf/ListHashSet.h:679: ASSERT(!Allocator::isGarbageCollected); think now it can be COMPILE_ASSERT
6 years, 7 months ago (2014-05-09 08:06:36 UTC) #8
wibling-chromium
lgtm2
6 years, 7 months ago (2014-05-09 08:17:33 UTC) #9
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-09 08:24:59 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-09 08:38:26 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/mac_blink_rel/builds/6306)
6 years, 7 months ago (2014-05-09 08:38:26 UTC) #12
zerny-chromium
I've updated the CL so that the destruction base contains the AllocatorProvider as a part ...
6 years, 7 months ago (2014-05-09 09:19:47 UTC) #13
Erik Corry
LGTM
6 years, 7 months ago (2014-05-09 09:22:17 UTC) #14
zerny-chromium
The CQ bit was checked by zerny@chromium.org
6 years, 7 months ago (2014-05-09 09:30:57 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zerny@chromium.org/274023002/40001
6 years, 7 months ago (2014-05-09 09:32:22 UTC) #16
wibling-chromium
lgtm
6 years, 7 months ago (2014-05-09 09:39:17 UTC) #17
commit-bot: I haz the power
6 years, 7 months ago (2014-05-09 11:48:47 UTC) #18
Message was sent while issue was closed.
Change committed as 173746

Powered by Google App Engine
This is Rietveld 408576698