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

Issue 273653003: Oilpan: Prepare to move PickerIndicatorElement to Oilpan heap. (Closed)

Created:
6 years, 7 months ago by keishi
Modified:
6 years, 7 months ago
CC:
blink-reviews, dglazkov+blink, blink-reviews-html_chromium.org
Visibility:
Public.

Description

Oilpan: Prepare to move PickerIndicatorElement to Oilpan heap. BUG=357163 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173607

Patch Set 1 #

Total comments: 3

Patch Set 2 : Changed to Member #

Total comments: 2

Patch Set 3 : Removed WILL_BE_USING_GARBAGE_COLLECTED_MIXIN #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -6 lines) Patch
M Source/core/html/shadow/PickerIndicatorElement.h View 1 2 3 chunks +6 lines, -4 lines 0 comments Download
M Source/core/html/shadow/PickerIndicatorElement.cpp View 2 chunks +8 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
keishi
6 years, 7 months ago (2014-05-07 14:52:25 UTC) #1
haraken
LGTM
6 years, 7 months ago (2014-05-07 14:54:19 UTC) #2
haraken
https://codereview.chromium.org/273653003/diff/1/Source/core/html/shadow/PickerIndicatorElement.h File Source/core/html/shadow/PickerIndicatorElement.h (right): https://codereview.chromium.org/273653003/diff/1/Source/core/html/shadow/PickerIndicatorElement.h#newcode82 Source/core/html/shadow/PickerIndicatorElement.h:82: RawPtrWillBeWeakMember<PickerIndicatorOwner> m_pickerIndicatorOwner; As Mads is commenting in https://codereview.chromium.org/267413002/#msg8 , ...
6 years, 7 months ago (2014-05-07 15:00:04 UTC) #3
tkent
https://codereview.chromium.org/273653003/diff/1/Source/core/html/shadow/PickerIndicatorElement.h File Source/core/html/shadow/PickerIndicatorElement.h (right): https://codereview.chromium.org/273653003/diff/1/Source/core/html/shadow/PickerIndicatorElement.h#newcode82 Source/core/html/shadow/PickerIndicatorElement.h:82: RawPtrWillBeWeakMember<PickerIndicatorOwner> m_pickerIndicatorOwner; On 2014/05/07 15:00:04, haraken wrote: > > ...
6 years, 7 months ago (2014-05-08 01:20:06 UTC) #4
keishi
https://codereview.chromium.org/273653003/diff/1/Source/core/html/shadow/PickerIndicatorElement.h File Source/core/html/shadow/PickerIndicatorElement.h (right): https://codereview.chromium.org/273653003/diff/1/Source/core/html/shadow/PickerIndicatorElement.h#newcode82 Source/core/html/shadow/PickerIndicatorElement.h:82: RawPtrWillBeWeakMember<PickerIndicatorOwner> m_pickerIndicatorOwner; On 2014/05/07 15:00:04, haraken wrote: > > ...
6 years, 7 months ago (2014-05-08 01:47:44 UTC) #5
tkent
lgtm https://codereview.chromium.org/273653003/diff/10001/Source/core/html/shadow/PickerIndicatorElement.h File Source/core/html/shadow/PickerIndicatorElement.h (right): https://codereview.chromium.org/273653003/diff/10001/Source/core/html/shadow/PickerIndicatorElement.h#newcode45 Source/core/html/shadow/PickerIndicatorElement.h:45: WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(PickerIndicatorElement); This looks unnecessary.
6 years, 7 months ago (2014-05-08 01:54:31 UTC) #6
keishi
https://codereview.chromium.org/273653003/diff/10001/Source/core/html/shadow/PickerIndicatorElement.h File Source/core/html/shadow/PickerIndicatorElement.h (right): https://codereview.chromium.org/273653003/diff/10001/Source/core/html/shadow/PickerIndicatorElement.h#newcode45 Source/core/html/shadow/PickerIndicatorElement.h:45: WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(PickerIndicatorElement); On 2014/05/08 01:54:32, tkent wrote: > This looks ...
6 years, 7 months ago (2014-05-08 05:54:00 UTC) #7
keishi
The CQ bit was checked by keishi@chromium.org
6 years, 7 months ago (2014-05-08 05:54:07 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/273653003/30001
6 years, 7 months ago (2014-05-08 05:54:38 UTC) #9
commit-bot: I haz the power
Change committed as 173607
6 years, 7 months ago (2014-05-08 06:51:35 UTC) #10
zerny-chromium
6 years, 7 months ago (2014-05-09 06:18:48 UTC) #11
Message was sent while issue was closed.
lgtm (was confused for a moment since there is no change to the class
implementing the mixin, but BaseMultipleFieldsDateAndTimeInputType is already
using other mixins :-)

Powered by Google App Engine
This is Rietveld 408576698