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

Issue 1466113002: Oilpan: move BaseChooserOnlyDateAndTimeInputType to the heap. (Closed)

Created:
5 years, 1 month ago by sof
Modified:
5 years, 1 month ago
Reviewers:
oilpan-reviews, haraken
CC:
chromium-reviews, blink-reviews, dglazkov+blink, blink-reviews-html_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Oilpan: move BaseChooserOnlyDateAndTimeInputType to the heap. Move this !ENABLE(INPUT_MULTIPLE_FIELDS_UI) object to the Oilpan heap, where it belongs as it derives from the on-heap BaseDateAndTimeInputType class. At the same time, turn DateTimeChooserClient into a GC mixin. R=haraken BUG=553613 Committed: https://crrev.com/eaa56600a21f66e4e441aca32c5fa3c32d139643 Cr-Commit-Position: refs/heads/master@{#361071}

Patch Set 1 #

Patch Set 2 : revert enable_oilpan=1 default #

Total comments: 2

Patch Set 3 : add a prefinalizer #

Total comments: 4

Patch Set 4 : conditionally define GC mixin leftmost bases #

Total comments: 5

Patch Set 5 : add sanity assert #

Patch Set 6 : simplify GC mixin story #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -23 lines) Patch
M third_party/WebKit/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h View 1 2 3 4 5 2 chunks +11 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp View 1 2 3 4 1 chunk +18 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/html/forms/DateInputType.h View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/forms/DateTimeChooserClient.h View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.h View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/forms/MonthInputType.h View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/forms/TimeInputType.h View 1 2 3 4 5 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/forms/WeekInputType.h View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.cpp View 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/DateTimeChooserImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/DateTimeChooserImpl.cpp View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/ExternalDateTimeChooser.h View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/ExternalDateTimeChooser.cpp View 2 chunks +11 lines, -5 lines 0 comments Download

Messages

Total messages: 22 (5 generated)
sof
please take a look.
5 years, 1 month ago (2015-11-21 16:29:06 UTC) #3
haraken
https://codereview.chromium.org/1466113002/diff/20001/third_party/WebKit/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp File third_party/WebKit/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp (right): https://codereview.chromium.org/1466113002/diff/20001/third_party/WebKit/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp#newcode43 third_party/WebKit/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp:43: closeDateTimeChooser(); This touches m_dateTimeChooser...
5 years, 1 month ago (2015-11-21 16:46:39 UTC) #5
sof
https://codereview.chromium.org/1466113002/diff/20001/third_party/WebKit/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp File third_party/WebKit/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp (right): https://codereview.chromium.org/1466113002/diff/20001/third_party/WebKit/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp#newcode43 third_party/WebKit/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp:43: closeDateTimeChooser(); On 2015/11/21 16:46:39, haraken wrote: > > This ...
5 years, 1 month ago (2015-11-21 16:59:44 UTC) #6
haraken
https://codereview.chromium.org/1466113002/diff/40001/third_party/WebKit/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp File third_party/WebKit/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp (right): https://codereview.chromium.org/1466113002/diff/40001/third_party/WebKit/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp#newcode53 third_party/WebKit/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp:53: #endif Maybe worth adding ASSERT(!m_datatimeChooser). https://codereview.chromium.org/1466113002/diff/40001/third_party/WebKit/Source/core/html/forms/MonthInputType.h File third_party/WebKit/Source/core/html/forms/MonthInputType.h (right): ...
5 years, 1 month ago (2015-11-21 17:10:23 UTC) #7
sof
https://codereview.chromium.org/1466113002/diff/40001/third_party/WebKit/Source/core/html/forms/MonthInputType.h File third_party/WebKit/Source/core/html/forms/MonthInputType.h (right): https://codereview.chromium.org/1466113002/diff/40001/third_party/WebKit/Source/core/html/forms/MonthInputType.h#newcode46 third_party/WebKit/Source/core/html/forms/MonthInputType.h:46: WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(MonthInputType); On 2015/11/21 17:10:22, haraken wrote: > > I'm ...
5 years, 1 month ago (2015-11-21 17:26:20 UTC) #8
sof
https://codereview.chromium.org/1466113002/diff/40001/third_party/WebKit/Source/core/html/forms/MonthInputType.h File third_party/WebKit/Source/core/html/forms/MonthInputType.h (right): https://codereview.chromium.org/1466113002/diff/40001/third_party/WebKit/Source/core/html/forms/MonthInputType.h#newcode46 third_party/WebKit/Source/core/html/forms/MonthInputType.h:46: WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(MonthInputType); On 2015/11/21 17:26:20, sof wrote: > On 2015/11/21 ...
5 years, 1 month ago (2015-11-21 17:41:52 UTC) #9
haraken
https://codereview.chromium.org/1466113002/diff/60001/third_party/WebKit/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp File third_party/WebKit/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp (right): https://codereview.chromium.org/1466113002/diff/60001/third_party/WebKit/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp#newcode53 third_party/WebKit/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp:53: #endif ASSERT(!m_dateTimeChooser). https://codereview.chromium.org/1466113002/diff/60001/third_party/WebKit/Source/core/html/forms/DateInputType.h File third_party/WebKit/Source/core/html/forms/DateInputType.h (right): https://codereview.chromium.org/1466113002/diff/60001/third_party/WebKit/Source/core/html/forms/DateInputType.h#newcode46 third_party/WebKit/Source/core/html/forms/DateInputType.h:46: WILL_BE_USING_DATETIMERCHOOSERCLIENT_GC_MIXIN(DateInputType); ...
5 years, 1 month ago (2015-11-22 01:01:39 UTC) #10
sof
https://codereview.chromium.org/1466113002/diff/60001/third_party/WebKit/Source/core/html/forms/DateInputType.h File third_party/WebKit/Source/core/html/forms/DateInputType.h (right): https://codereview.chromium.org/1466113002/diff/60001/third_party/WebKit/Source/core/html/forms/DateInputType.h#newcode46 third_party/WebKit/Source/core/html/forms/DateInputType.h:46: WILL_BE_USING_DATETIMERCHOOSERCLIENT_GC_MIXIN(DateInputType); On 2015/11/22 01:01:39, haraken wrote: > > Help ...
5 years, 1 month ago (2015-11-22 07:48:55 UTC) #11
sof
https://codereview.chromium.org/1466113002/diff/60001/third_party/WebKit/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp File third_party/WebKit/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp (right): https://codereview.chromium.org/1466113002/diff/60001/third_party/WebKit/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp#newcode53 third_party/WebKit/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp:53: #endif On 2015/11/22 01:01:39, haraken wrote: > > ASSERT(!m_dateTimeChooser). ...
5 years, 1 month ago (2015-11-22 08:39:06 UTC) #12
haraken
https://codereview.chromium.org/1466113002/diff/60001/third_party/WebKit/Source/core/html/forms/DateInputType.h File third_party/WebKit/Source/core/html/forms/DateInputType.h (right): https://codereview.chromium.org/1466113002/diff/60001/third_party/WebKit/Source/core/html/forms/DateInputType.h#newcode46 third_party/WebKit/Source/core/html/forms/DateInputType.h:46: WILL_BE_USING_DATETIMERCHOOSERCLIENT_GC_MIXIN(DateInputType); On 2015/11/22 07:48:55, sof wrote: > On 2015/11/22 ...
5 years, 1 month ago (2015-11-22 14:27:09 UTC) #13
sof
On 2015/11/22 14:27:09, haraken wrote: > https://codereview.chromium.org/1466113002/diff/60001/third_party/WebKit/Source/core/html/forms/DateInputType.h > File third_party/WebKit/Source/core/html/forms/DateInputType.h (right): > > https://codereview.chromium.org/1466113002/diff/60001/third_party/WebKit/Source/core/html/forms/DateInputType.h#newcode46 > ...
5 years, 1 month ago (2015-11-22 14:34:37 UTC) #14
haraken
On 2015/11/22 14:34:37, sof wrote: > On 2015/11/22 14:27:09, haraken wrote: > > > https://codereview.chromium.org/1466113002/diff/60001/third_party/WebKit/Source/core/html/forms/DateInputType.h ...
5 years, 1 month ago (2015-11-22 15:07:17 UTC) #15
sof
On 2015/11/22 15:07:17, haraken wrote: > On 2015/11/22 14:34:37, sof wrote: > > On 2015/11/22 ...
5 years, 1 month ago (2015-11-22 21:14:45 UTC) #16
haraken
On 2015/11/22 21:14:45, sof wrote: > On 2015/11/22 15:07:17, haraken wrote: > > On 2015/11/22 ...
5 years, 1 month ago (2015-11-23 02:39:20 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1466113002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1466113002/100001
5 years, 1 month ago (2015-11-23 06:42:39 UTC) #20
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 1 month ago (2015-11-23 06:47:19 UTC) #21
commit-bot: I haz the power
5 years, 1 month ago (2015-11-23 06:48:12 UTC) #22
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/eaa56600a21f66e4e441aca32c5fa3c32d139643
Cr-Commit-Position: refs/heads/master@{#361071}

Powered by Google App Engine
This is Rietveld 408576698