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

Issue 23623017: Prepare for date/time input datalist support (Closed)

Created:
7 years, 3 months ago by keishi
Modified:
7 years ago
Reviewers:
tkent, Miguel Garcia
CC:
blink-reviews, jamesr, eae+blinkwatch, leviw+renderwatch, abarth-chromium, dglazkov+blink, adamk+blink_chromium.org, jchaffraix+rendering, jeez
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Prepare for date/time input datalist support BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=162754

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : WIP #

Patch Set 4 : Using double #

Patch Set 5 : #

Total comments: 13

Patch Set 6 : Split patch into two #

Patch Set 7 : #

Total comments: 2

Patch Set 8 : parseToNumber default value #

Patch Set 9 : Fixed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -45 lines) Patch
M Source/core/html/HTMLInputElement.cpp View 1 2 3 4 5 6 7 1 chunk +7 lines, -3 lines 0 comments Download
M Source/platform/DateTimeChooser.h View 1 2 3 4 5 2 chunks +7 lines, -3 lines 0 comments Download
M Source/web/DateTimeChooserImpl.cpp View 1 2 3 4 5 1 chunk +12 lines, -4 lines 0 comments Download
M Source/web/ExternalDateTimeChooser.cpp View 1 2 3 4 5 1 chunk +1 line, -3 lines 0 comments Download
A + Source/web/WebDateTimeSuggestion.cpp View 1 2 3 4 5 2 chunks +19 lines, -11 lines 0 comments Download
M Source/web/web.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M public/web/WebDateTimeChooserParams.h View 1 2 3 4 5 2 chunks +4 lines, -11 lines 0 comments Download
A + public/web/WebDateTimeSuggestion.h View 1 2 3 4 5 6 7 8 2 chunks +22 lines, -10 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
keishi
Chromium side is here: https://codereview.chromium.org/23623019/
7 years, 1 month ago (2013-11-06 12:54:58 UTC) #1
tkent
https://codereview.chromium.org/23623017/diff/56001/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp File Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp (right): https://codereview.chromium.org/23623017/diff/56001/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp#newcode103 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp:103: element().setValue(String(), DispatchInputAndChangeEvent); Are you sure this should be null ...
7 years, 1 month ago (2013-11-07 01:43:09 UTC) #2
keishi
Removed the doubleValue part. https://codereview.chromium.org/23623017/diff/56001/Source/core/rendering/RenderThemeChromiumAndroid.cpp File Source/core/rendering/RenderThemeChromiumAndroid.cpp (right): https://codereview.chromium.org/23623017/diff/56001/Source/core/rendering/RenderThemeChromiumAndroid.cpp#newcode109 Source/core/rendering/RenderThemeChromiumAndroid.cpp:109: return type == InputTypeNames::date() || ...
7 years ago (2013-11-26 11:53:50 UTC) #3
tkent
https://codereview.chromium.org/23623017/diff/196001/Source/core/html/HTMLInputElement.cpp File Source/core/html/HTMLInputElement.cpp (right): https://codereview.chromium.org/23623017/diff/196001/Source/core/html/HTMLInputElement.cpp#newcode1849 Source/core/html/HTMLInputElement.cpp:1849: suggestion.value = m_inputType->parseToNumber(option->value(), -1).toDouble(); Why -1? If option->value() is ...
7 years ago (2013-11-26 13:34:35 UTC) #4
keishi
https://codereview.chromium.org/23623017/diff/196001/Source/core/html/HTMLInputElement.cpp File Source/core/html/HTMLInputElement.cpp (right): https://codereview.chromium.org/23623017/diff/196001/Source/core/html/HTMLInputElement.cpp#newcode1849 Source/core/html/HTMLInputElement.cpp:1849: suggestion.value = m_inputType->parseToNumber(option->value(), -1).toDouble(); On 2013/11/26 13:34:35, tkent wrote: ...
7 years ago (2013-11-27 07:30:57 UTC) #5
tkent
lgtm
7 years ago (2013-11-27 07:38:29 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/23623017/216001
7 years ago (2013-11-27 07:40:27 UTC) #7
commit-bot: I haz the power
Retried try job too often on linux_blink for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_blink&number=4104
7 years ago (2013-11-27 09:04:47 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/23623017/236001
7 years ago (2013-11-27 09:27:50 UTC) #9
commit-bot: I haz the power
7 years ago (2013-11-27 11:05:54 UTC) #10
Message was sent while issue was closed.
Change committed as 162754

Powered by Google App Engine
This is Rietveld 408576698