Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1072)

Issue 11783088: Split Date/Time picker values from IME processing since date/time related form values have been com… (Closed)

Created:
7 years, 11 months ago by Miguel Garcia
Modified:
7 years, 11 months ago
Reviewers:
Jói, bulach, jam, olilan, palmer, miguelg
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

Split Date/Time picker values from IME processing since date/time related form values have been completly split from text related fields in WebKit and keyboard interaction is no longer needed for those elements. BUG=143540 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177405

Patch Set 1 #

Patch Set 2 : #

Total comments: 40

Patch Set 3 : Moved header file out of public, applied renaming suggestions. #

Total comments: 6

Patch Set 4 : #

Patch Set 5 : #

Total comments: 14

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+297 lines, -83 lines) Patch
content/browser/android/browser_jni_registrar.cc View 2 chunks +2 lines, -0 lines 0 comments Download
content/browser/android/date_time_chooser_android.h View 1 2 3 4 5 1 chunk +56 lines, -0 lines 0 comments Download
content/browser/android/date_time_chooser_android.cc View 1 2 3 4 5 1 chunk +104 lines, -0 lines 0 comments Download
content/browser/renderer_host/render_widget_host_view_android.cc View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
content/browser/web_contents/web_contents_impl.h View 1 2 3 4 3 chunks +9 lines, -0 lines 0 comments Download
content/browser/web_contents/web_contents_impl.cc View 1 2 3 4 5 5 chunks +20 lines, -4 lines 0 comments Download
content/common/view_messages.h View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
content/content_browser.gypi View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
content/content_jni.gypi View 1 chunk +1 line, -0 lines 0 comments Download
content/public/android/java/src/org/chromium/content/browser/DateTimeChooserAndroid.java View 1 2 3 4 5 1 chunk +64 lines, -0 lines 0 comments Download
content/public/android/java/src/org/chromium/content/browser/ImeAdapter.java View 1 8 chunks +30 lines, -72 lines 0 comments Download
content/renderer/renderer_date_time_picker.cc View 1 2 chunks +4 lines, -5 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
Miguel Garcia
Adding bulach and ollilan as overall reviewers jschuh@ for security review of the new IPC ...
7 years, 11 months ago (2013-01-10 15:27:44 UTC) #1
bulach
great stuff, thanks miguel! mostly nits and some naming suggestions, specially for the android bits. ...
7 years, 11 months ago (2013-01-10 15:58:35 UTC) #2
Jói
-joi, +jam John wants to review new APIs that are added. Cheers, Jói
7 years, 11 months ago (2013-01-10 18:39:11 UTC) #3
jam
why is there a new header in content/public if it's only used inside content?
7 years, 11 months ago (2013-01-11 01:17:32 UTC) #4
Miguel Garcia
https://codereview.chromium.org/11783088/diff/2001/content/browser/android/date_time_chooser_android.cc File content/browser/android/date_time_chooser_android.cc (right): https://codereview.chromium.org/11783088/diff/2001/content/browser/android/date_time_chooser_android.cc#newcode20 content/browser/android/date_time_chooser_android.cc:20: // Internal communicator class, talks back to the renderer ...
7 years, 11 months ago (2013-01-11 14:59:36 UTC) #5
Miguel Garcia
On 2013/01/11 01:17:32, John Abd-El-Malek wrote: > why is there a new header in content/public ...
7 years, 11 months ago (2013-01-11 15:00:37 UTC) #6
jam
On 2013/01/11 15:00:37, Miguel Garcia wrote: > On 2013/01/11 01:17:32, John Abd-El-Malek wrote: > > ...
7 years, 11 months ago (2013-01-11 23:47:18 UTC) #7
Miguel Garcia
Thanks for the review John https://codereview.chromium.org/11783088/diff/12001/content/browser/date_time_chooser.h File content/browser/date_time_chooser.h (right): https://codereview.chromium.org/11783088/diff/12001/content/browser/date_time_chooser.h#newcode1 content/browser/date_time_chooser.h:1: // Copyright (c) 2013 ...
7 years, 11 months ago (2013-01-14 16:39:39 UTC) #8
jam
https://codereview.chromium.org/11783088/diff/12001/content/browser/date_time_chooser.h File content/browser/date_time_chooser.h (right): https://codereview.chromium.org/11783088/diff/12001/content/browser/date_time_chooser.h#newcode1 content/browser/date_time_chooser.h:1: // Copyright (c) 2013 The Chromium Authors. All rights ...
7 years, 11 months ago (2013-01-14 17:48:17 UTC) #9
Miguel Garcia
https://codereview.chromium.org/11783088/diff/12001/content/browser/date_time_chooser.h File content/browser/date_time_chooser.h (right): https://codereview.chromium.org/11783088/diff/12001/content/browser/date_time_chooser.h#newcode1 content/browser/date_time_chooser.h:1: // Copyright (c) 2013 The Chromium Authors. All rights ...
7 years, 11 months ago (2013-01-14 18:46:38 UTC) #10
Miguel Garcia
Justin, can you rubber stamp the new IPC message? On 2013/01/14 18:46:38, Miguel Garcia wrote: ...
7 years, 11 months ago (2013-01-14 18:56:59 UTC) #11
jschuh
@palmer is really more the Android security guy, so I'd rather defer to him.
7 years, 11 months ago (2013-01-14 21:06:45 UTC) #12
jam
lgtm https://codereview.chromium.org/11783088/diff/24005/content/common/view_messages.h File content/common/view_messages.h (right): https://codereview.chromium.org/11783088/diff/24005/content/common/view_messages.h#newcode1995 content/common/view_messages.h:1995: int /* dialog type */, nit: here and ...
7 years, 11 months ago (2013-01-14 21:10:55 UTC) #13
palmer
https://codereview.chromium.org/11783088/diff/24005/content/browser/android/date_time_chooser_android.cc File content/browser/android/date_time_chooser_android.cc (right): https://codereview.chromium.org/11783088/diff/24005/content/browser/android/date_time_chooser_android.cc#newcode68 content/browser/android/date_time_chooser_android.cc:68: JNIEnv* env, jobject, jstring text) { My security and ...
7 years, 11 months ago (2013-01-14 23:53:35 UTC) #14
Miguel Garcia
This actually makes a lot of sense, we already do the parsing of the string ...
7 years, 11 months ago (2013-01-16 17:31:40 UTC) #15
palmer
> If at all possible however I'd like to do this on a different cl. ...
7 years, 11 months ago (2013-01-16 19:58:39 UTC) #16
miguelg
I have started it already and will be sending it for review this week. I ...
7 years, 11 months ago (2013-01-16 20:12:43 UTC) #17
palmer
> I have started it already and will be sending it for review this week. ...
7 years, 11 months ago (2013-01-17 01:39:35 UTC) #18
bulach
lgtm for android, some nits: https://codereview.chromium.org/11783088/diff/24005/content/browser/android/date_time_chooser_android.h File content/browser/android/date_time_chooser_android.h (right): https://codereview.chromium.org/11783088/diff/24005/content/browser/android/date_time_chooser_android.h#newcode22 content/browser/android/date_time_chooser_android.h:22: virtual ~DateTimeChooserAndroid(); no need ...
7 years, 11 months ago (2013-01-17 10:32:21 UTC) #19
Miguel Garcia
Thanks for the review! https://codereview.chromium.org/11783088/diff/24005/content/browser/android/date_time_chooser_android.cc File content/browser/android/date_time_chooser_android.cc (right): https://codereview.chromium.org/11783088/diff/24005/content/browser/android/date_time_chooser_android.cc#newcode82 content/browser/android/date_time_chooser_android.cc:82: base::android::ScopedJavaLocalRef<jstring> java_value = On 2013/01/14 ...
7 years, 11 months ago (2013-01-17 12:17:40 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/11783088/41001
7 years, 11 months ago (2013-01-17 12:18:01 UTC) #21
commit-bot: I haz the power
7 years, 11 months ago (2013-01-17 14:01:12 UTC) #22
Message was sent while issue was closed.
Change committed as 177405

Powered by Google App Engine
This is Rietveld 408576698