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

Issue 15533003: [Android] Implement min/max on all supported date types (Closed)

Created:
7 years, 7 months ago by Miguel Garcia
Modified:
7 years, 6 months ago
Reviewers:
keishi, palmer, bulach, jam
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

- pass the min/max attribute from Blink into the browser - use them in the different components - minor cleanup of some of the elements while at it BUG=135948 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203975

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 32

Patch Set 4 : #

Total comments: 13

Patch Set 5 : Rebased to pick up the simplifications of the month picker #

Total comments: 14

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+260 lines, -84 lines) Patch
M content/browser/android/date_time_chooser_android.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/android/date_time_chooser_android.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/common/view_messages.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
A content/public/android/java/src/org/chromium/content/browser/input/DateDialogNormalizer.java View 1 2 3 4 5 1 chunk +72 lines, -0 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/input/DateTimeChooserAndroid.java View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/input/DateTimePickerDialog.java View 1 2 3 4 5 5 chunks +30 lines, -22 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/input/InputDialogContainer.java View 1 2 3 4 1 chunk +21 lines, -7 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/input/MonthPicker.java View 1 2 3 4 5 7 chunks +40 lines, -37 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/input/MonthPickerDialog.java View 1 2 3 4 3 chunks +13 lines, -6 lines 0 comments Download
A content/public/android/java/src/org/chromium/content/browser/input/TimeDialog.java View 1 2 3 4 5 1 chunk +71 lines, -0 lines 0 comments Download
M content/renderer/renderer_date_time_picker.cc View 1 2 3 4 5 2 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Miguel Garcia
keishi1@ and bulach@ as general reviewers palmer@ for the changes in the message jam@ for ...
7 years, 7 months ago (2013-05-21 15:06:26 UTC) #1
Miguel Garcia
Throughly tested manually on this test page http://jsbin.com/ejudos/23 On 2013/05/21 15:06:26, Miguel Garcia wrote: > ...
7 years, 7 months ago (2013-05-21 15:20:44 UTC) #2
bulach
just a quick drive-be, won't have time to go into much details today.. https://codereview.chromium.org/15533003/diff/5001/content/public/android/java/src/org/chromium/content/browser/input/DateDialogNormalizer.java File ...
7 years, 7 months ago (2013-05-21 17:26:35 UTC) #3
palmer
IPC security LGTM
7 years, 7 months ago (2013-05-21 18:55:17 UTC) #4
Miguel Garcia
Thanks for the review Marcus! https://chromiumcodereview.appspot.com/15533003/diff/5001/content/public/android/java/src/org/chromium/content/browser/input/DateDialogNormalizer.java File content/public/android/java/src/org/chromium/content/browser/input/DateDialogNormalizer.java (right): https://chromiumcodereview.appspot.com/15533003/diff/5001/content/public/android/java/src/org/chromium/content/browser/input/DateDialogNormalizer.java#newcode3 content/public/android/java/src/org/chromium/content/browser/input/DateDialogNormalizer.java:3: // found in the ...
7 years, 7 months ago (2013-05-23 12:16:48 UTC) #5
bulach
thanks miguel! I think the issues here are bridging the locale-agnostic with the locale-specific APIs, ...
7 years, 7 months ago (2013-05-24 09:23:22 UTC) #6
jam
On 2013/05/21 15:06:26, Miguel Garcia wrote: > keishi1@ and bulach@ as general reviewers > palmer@ ...
7 years, 6 months ago (2013-05-28 17:59:48 UTC) #7
Miguel Garcia
All comments addressed, PTAL I also fixed two minor bugs as a result or more ...
7 years, 6 months ago (2013-05-30 10:06:30 UTC) #8
bulach
lgtm, just some nits and a few small comments from the previous patchset.. https://codereview.chromium.org/15533003/diff/29001/content/public/android/java/src/org/chromium/content/browser/input/DateDialogNormalizer.java File ...
7 years, 6 months ago (2013-05-30 14:16:30 UTC) #9
Miguel Garcia
Thanks for the review! committing now. https://codereview.chromium.org/15533003/diff/29001/content/public/android/java/src/org/chromium/content/browser/input/DateDialogNormalizer.java File content/public/android/java/src/org/chromium/content/browser/input/DateDialogNormalizer.java (right): https://codereview.chromium.org/15533003/diff/29001/content/public/android/java/src/org/chromium/content/browser/input/DateDialogNormalizer.java#newcode19 content/public/android/java/src/org/chromium/content/browser/input/DateDialogNormalizer.java:19: // DatePicker intervals ...
7 years, 6 months ago (2013-06-03 13:08:57 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/miguelg@chromium.org/15533003/39001
7 years, 6 months ago (2013-06-03 13:09:16 UTC) #11
commit-bot: I haz the power
The commit queue went berserk retrying too often for a seemingly flaky test on builder ...
7 years, 6 months ago (2013-06-03 20:21:36 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/miguelg@chromium.org/15533003/39001
7 years, 6 months ago (2013-06-04 07:49:07 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/miguelg@chromium.org/15533003/39001
7 years, 6 months ago (2013-06-04 14:54:27 UTC) #14
commit-bot: I haz the power
7 years, 6 months ago (2013-06-04 16:38:10 UTC) #15
Message was sent while issue was closed.
Change committed as 203975

Powered by Google App Engine
This is Rietveld 408576698