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

Issue 275043002: Oilpan: Prepare moving DateTimeChooser to Oilpan (Closed)

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

Description

Oilpan: Prepare moving DateTimeChooser to Oilpan BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176293

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : Rebased #

Total comments: 11

Patch Set 5 : Fixed #

Total comments: 11

Patch Set 6 : Fixed build #

Patch Set 7 : #

Patch Set 8 : Rebased #

Total comments: 1

Patch Set 9 : export DummyBase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -27 lines) Patch
M Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h View 1 2 3 4 5 6 2 chunks +5 lines, -2 lines 0 comments Download
M Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp View 1 2 3 4 2 chunks +7 lines, -1 line 0 comments Download
M Source/core/html/shadow/PickerIndicatorElement.h View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/html/shadow/PickerIndicatorElement.cpp View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/loader/EmptyClients.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/EmptyClients.cpp View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/page/Chrome.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/page/Chrome.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/ChromeClient.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/DateTimeChooser.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M Source/platform/DateTimeChooserClient.h View 1 2 3 4 5 1 chunk +5 lines, -3 lines 0 comments Download
D Source/platform/DateTimeChooserClient.cpp View 1 2 3 4 5 1 chunk +1 line, -3 lines 0 comments Download
M Source/platform/heap/Handle.h View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
M Source/web/ChromeClientImpl.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M Source/web/ChromeClientImpl.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M Source/web/DateTimeChooserImpl.h View 1 2 3 4 2 chunks +3 lines, -2 lines 0 comments Download
M Source/web/DateTimeChooserImpl.cpp View 1 2 3 4 3 chunks +9 lines, -3 lines 0 comments Download

Messages

Total messages: 32 (0 generated)
keishi
6 years, 6 months ago (2014-06-02 13:19:29 UTC) #1
zerny-chromium
lgtm https://codereview.chromium.org/275043002/diff/60001/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h File Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h (right): https://codereview.chromium.org/275043002/diff/60001/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h#newcode42 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h:42: virtual void trace(Visitor*); Nit: OVERRIDE https://codereview.chromium.org/275043002/diff/60001/Source/web/DateTimeChooserImpl.h File Source/web/DateTimeChooserImpl.h ...
6 years, 6 months ago (2014-06-02 13:32:41 UTC) #2
haraken
https://codereview.chromium.org/275043002/diff/60001/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp File Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp (right): https://codereview.chromium.org/275043002/diff/60001/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp#newcode42 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp:42: closeDateTimeChooser(); This touches m_dataTimeChooser (which is an on-heap object) ...
6 years, 6 months ago (2014-06-02 14:34:13 UTC) #3
keishi
https://codereview.chromium.org/275043002/diff/60001/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp File Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp (right): https://codereview.chromium.org/275043002/diff/60001/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp#newcode42 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp:42: closeDateTimeChooser(); On 2014/06/02 14:34:13, haraken wrote: > > This ...
6 years, 6 months ago (2014-06-05 03:46:18 UTC) #4
tkent
https://codereview.chromium.org/275043002/diff/80001/Source/platform/DateTimeChooserClient.h File Source/platform/DateTimeChooserClient.h (right): https://codereview.chromium.org/275043002/diff/80001/Source/platform/DateTimeChooserClient.h#newcode40 Source/platform/DateTimeChooserClient.h:40: DECLARE_EMPTY_VIRTUAL_DESTRUCTOR_WILL_BE_REMOVED(DateTimeChooserClient); This needs corresponding DEFINE_EMPTY_VIRTUAL_DESTRUCTOR_WILL_BE_REMOVED.
6 years, 6 months ago (2014-06-05 04:27:55 UTC) #5
keishi
https://codereview.chromium.org/275043002/diff/80001/Source/platform/DateTimeChooserClient.h File Source/platform/DateTimeChooserClient.h (right): https://codereview.chromium.org/275043002/diff/80001/Source/platform/DateTimeChooserClient.h#newcode40 Source/platform/DateTimeChooserClient.h:40: DECLARE_EMPTY_VIRTUAL_DESTRUCTOR_WILL_BE_REMOVED(DateTimeChooserClient); On 2014/06/05 04:27:56, tkent wrote: > This needs ...
6 years, 6 months ago (2014-06-05 04:54:58 UTC) #6
haraken
LGTM https://codereview.chromium.org/275043002/diff/80001/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp File Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp (left): https://codereview.chromium.org/275043002/diff/80001/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp#oldcode42 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp:42: closeDateTimeChooser(); Shall we add: #if !ENABLE(OILPAN) ASSERT(!m_dataTimeChooser); #endif ...
6 years, 6 months ago (2014-06-05 04:59:25 UTC) #7
tkent
lgtm
6 years, 6 months ago (2014-06-05 05:14:04 UTC) #8
keishi
https://codereview.chromium.org/275043002/diff/80001/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp File Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp (left): https://codereview.chromium.org/275043002/diff/80001/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp#oldcode42 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp:42: closeDateTimeChooser(); On 2014/06/05 04:59:25, haraken wrote: > > Shall ...
6 years, 6 months ago (2014-06-05 08:06:38 UTC) #9
keishi
The CQ bit was checked by keishi@chromium.org
6 years, 6 months ago (2014-06-06 03:57:35 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/275043002/120001
6 years, 6 months ago (2014-06-06 03:57:44 UTC) #11
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_blink_compile_dbg on tryserver.blink ...
6 years, 6 months ago (2014-06-06 05:28:35 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-06 07:07:45 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_compile_dbg on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/win_blink_compile_dbg/builds/8463)
6 years, 6 months ago (2014-06-06 07:07:46 UTC) #14
keishi
The CQ bit was checked by keishi@chromium.org
6 years, 6 months ago (2014-06-12 03:33:39 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/275043002/140001
6 years, 6 months ago (2014-06-12 03:34:23 UTC) #16
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_blink_compile_dbg on tryserver.blink ...
6 years, 6 months ago (2014-06-12 07:35:59 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-12 09:10:04 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_compile_dbg on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/win_blink_compile_dbg/builds/8986)
6 years, 6 months ago (2014-06-12 09:10:05 UTC) #19
keishi
The CQ bit was checked by keishi@chromium.org
6 years, 6 months ago (2014-06-14 01:32:50 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/275043002/140001
6 years, 6 months ago (2014-06-14 01:33:15 UTC) #21
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-14 04:33:25 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_compile_dbg on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/win_blink_compile_dbg/builds/9193)
6 years, 6 months ago (2014-06-14 04:33:26 UTC) #23
sof
https://codereview.chromium.org/275043002/diff/140001/Source/platform/DateTimeChooserClient.h File Source/platform/DateTimeChooserClient.h (right): https://codereview.chromium.org/275043002/diff/140001/Source/platform/DateTimeChooserClient.h#newcode40 Source/platform/DateTimeChooserClient.h:40: class PLATFORM_EXPORT DateTimeChooserClient : public WillBeGarbageCollectedMixin { This subtly ...
6 years, 6 months ago (2014-06-14 06:18:01 UTC) #24
sof
On 2014/06/14 06:18:01, sof wrote: > https://codereview.chromium.org/275043002/diff/140001/Source/platform/DateTimeChooserClient.h > File Source/platform/DateTimeChooserClient.h (right): > > https://codereview.chromium.org/275043002/diff/140001/Source/platform/DateTimeChooserClient.h#newcode40 > ...
6 years, 6 months ago (2014-06-16 10:49:21 UTC) #25
keishi
On 2014/06/16 10:49:21, sof wrote: > On 2014/06/14 06:18:01, sof wrote: > > > https://codereview.chromium.org/275043002/diff/140001/Source/platform/DateTimeChooserClient.h ...
6 years, 6 months ago (2014-06-17 04:37:51 UTC) #26
sof
On 2014/06/17 04:37:51, keishi wrote: > On 2014/06/16 10:49:21, sof wrote: > > On 2014/06/14 ...
6 years, 6 months ago (2014-06-17 06:23:56 UTC) #27
Mads Ager (chromium)
On 2014/06/17 06:23:56, sof wrote: > On 2014/06/17 04:37:51, keishi wrote: > > On 2014/06/16 ...
6 years, 6 months ago (2014-06-17 06:32:27 UTC) #28
haraken
LGTM
6 years, 6 months ago (2014-06-17 06:33:48 UTC) #29
keishi
The CQ bit was checked by keishi@chromium.org
6 years, 6 months ago (2014-06-17 06:44:24 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/275043002/160001
6 years, 6 months ago (2014-06-17 06:44:51 UTC) #31
commit-bot: I haz the power
6 years, 6 months ago (2014-06-17 07:59:02 UTC) #32
Message was sent while issue was closed.
Change committed as 176293

Powered by Google App Engine
This is Rietveld 408576698