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

Issue 264053007: [rAC] Display Autofill popups vertically compact. (Closed)

Created:
6 years, 7 months ago by groby-ooo-7-16
Modified:
6 years, 5 months ago
CC:
chromium-reviews, benquan, Dane Wallinga, dyu1, estade+watch_chromium.org, Ilya Sherman, please use gerrit instead
Visibility:
Public.

Description

[rAC] Display Autofill popups vertically compact. If an autofill popup is supposed to display a multi-line address, the address needs to be converted into a single-line format with separators. BUG=362373 R=estade@chromium.org TBR=isherman@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282710

Patch Set 1 #

Total comments: 1

Patch Set 2 : Moved code to PersonalDataManager #

Total comments: 3

Patch Set 3 : Remove DEPS/gypi #

Total comments: 2

Patch Set 4 : Review fixes. #

Total comments: 4

Patch Set 5 : Sigh. Missed parentheses. #

Total comments: 4

Patch Set 6 : Use function from new spot in addressinput_util #

Patch Set 7 : And now using the right function from the right place... #

Total comments: 2

Patch Set 8 : Fix review nit. #

Total comments: 2

Patch Set 9 : Fix review issue. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -0 lines) Patch
M components/autofill/core/browser/personal_data_manager.cc View 1 2 3 4 5 6 7 8 2 chunks +14 lines, -0 lines 0 comments Download
M components/autofill/core/browser/personal_data_manager_unittest.cc View 1 2 chunks +31 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (0 generated)
groby-ooo-7-16
6 years, 7 months ago (2014-05-06 19:53:08 UTC) #1
Evan Stade
https://codereview.chromium.org/264053007/diff/1/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/264053007/diff/1/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode2155 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:2155: } This needs to be done in GetProfileSuggestions so ...
6 years, 7 months ago (2014-05-07 00:46:15 UTC) #2
groby-ooo-7-16
How is that CL making it easier? CreateAddressData will save the Split() call, but the ...
6 years, 7 months ago (2014-05-07 01:04:32 UTC) #3
Evan Stade
The change should be in GetProfileSuggestions, which is in components/, components/ doesn't currently depend on ...
6 years, 7 months ago (2014-05-07 22:44:56 UTC) #4
groby-ooo-7-16
sgtm On Wed, May 7, 2014 at 3:44 PM, <estade@chromium.org> wrote: > The change should ...
6 years, 7 months ago (2014-05-07 22:55:55 UTC) #5
groby-ooo-7-16
OK, moved over to PersonalDataManager. Waiting for your CL to land so I can kill ...
6 years, 7 months ago (2014-05-14 01:47:48 UTC) #6
Evan Stade
https://codereview.chromium.org/264053007/diff/20001/components/autofill/core/browser/personal_data_manager.cc File components/autofill/core/browser/personal_data_manager.cc (right): https://codereview.chromium.org/264053007/diff/20001/components/autofill/core/browser/personal_data_manager.cc#newcode646 components/autofill/core/browser/personal_data_manager.cc:646: (*values)[i] = (JoinString(lines, compact_separator)); you'll have to move this ...
6 years, 7 months ago (2014-05-14 02:36:35 UTC) #7
Evan Stade
FYI, the blocking CL landed
6 years, 7 months ago (2014-05-21 23:38:52 UTC) #8
groby-ooo-7-16
PTAL
6 years, 7 months ago (2014-05-22 02:05:04 UTC) #9
Evan Stade
https://codereview.chromium.org/264053007/diff/20001/components/autofill/core/browser/personal_data_manager.cc File components/autofill/core/browser/personal_data_manager.cc (right): https://codereview.chromium.org/264053007/diff/20001/components/autofill/core/browser/personal_data_manager.cc#newcode646 components/autofill/core/browser/personal_data_manager.cc:646: (*values)[i] = (JoinString(lines, compact_separator)); On 2014/05/14 02:36:36, Evan Stade ...
6 years, 7 months ago (2014-05-22 18:14:22 UTC) #10
groby-ooo-7-16
estade:PTAL TBR'd isherman@ for gypi change https://codereview.chromium.org/264053007/diff/20001/components/autofill/core/browser/personal_data_manager.cc File components/autofill/core/browser/personal_data_manager.cc (right): https://codereview.chromium.org/264053007/diff/20001/components/autofill/core/browser/personal_data_manager.cc#newcode646 components/autofill/core/browser/personal_data_manager.cc:646: (*values)[i] = (JoinString(lines, ...
6 years, 7 months ago (2014-05-22 22:54:45 UTC) #11
Evan Stade
https://codereview.chromium.org/264053007/diff/50001/components/autofill.gypi File components/autofill.gypi (right): https://codereview.chromium.org/264053007/diff/50001/components/autofill.gypi#newcode100 components/autofill.gypi:100: '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput', On 2014/05/22 22:54:46, groby wrote: > Note: GetCompactAddressLinesSeparator ...
6 years, 7 months ago (2014-05-22 23:41:27 UTC) #12
Evan Stade
https://codereview.chromium.org/264053007/diff/50001/components/autofill.gypi File components/autofill.gypi (right): https://codereview.chromium.org/264053007/diff/50001/components/autofill.gypi#newcode100 components/autofill.gypi:100: '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput', On 2014/05/22 23:41:28, Evan Stade wrote: > On ...
6 years, 7 months ago (2014-05-22 23:44:19 UTC) #13
Ilya Sherman
LGTM https://codereview.chromium.org/264053007/diff/70001/components/autofill/core/browser/personal_data_manager.cc File components/autofill/core/browser/personal_data_manager.cc (right): https://codereview.chromium.org/264053007/diff/70001/components/autofill/core/browser/personal_data_manager.cc#newcode584 components/autofill/core/browser/personal_data_manager.cc:584: // multi-line names into a single line, using ...
6 years, 7 months ago (2014-05-23 10:05:04 UTC) #14
Evan Stade
ping?
6 years, 6 months ago (2014-06-26 16:05:14 UTC) #15
Evan Stade
On 2014/06/26 16:05:14, Evan Stade wrote: > ping? ping Rachel. Will you have time for ...
6 years, 5 months ago (2014-07-07 15:26:12 UTC) #16
Nikhil
I was checking issue 367937 (https://code.google.com/p/chromium/issues/detail?id=367937) and from what I checked, it looks like the ...
6 years, 5 months ago (2014-07-07 15:28:53 UTC) #17
groby-ooo-7-16
Yes, finally getting to this. Wrapping tonight.
6 years, 5 months ago (2014-07-10 01:04:06 UTC) #18
groby-ooo-7-16
PTAL https://codereview.chromium.org/264053007/diff/50001/components/autofill.gypi File components/autofill.gypi (right): https://codereview.chromium.org/264053007/diff/50001/components/autofill.gypi#newcode100 components/autofill.gypi:100: '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput', On 2014/05/22 23:44:19, Evan Stade wrote: > ...
6 years, 5 months ago (2014-07-10 02:59:14 UTC) #19
Evan Stade
Mostly lg, but I suspect this will conflict with https://codereview.chromium.org/298863012/ (+cc rouslan) https://codereview.chromium.org/264053007/diff/110001/components/autofill/core/browser/personal_data_manager.cc File components/autofill/core/browser/personal_data_manager.cc ...
6 years, 5 months ago (2014-07-10 18:01:35 UTC) #20
groby-ooo-7-16
Yes, working on this. On Mon, Jul 7, 2014 at 8:28 AM, <n.bansal@samsung.com> wrote: > ...
6 years, 5 months ago (2014-07-10 18:46:42 UTC) #21
groby-ooo-7-16
Well, I suppose I'll wait for the big change from rouslan@ to land, and then ...
6 years, 5 months ago (2014-07-10 18:56:19 UTC) #22
please use gerrit instead
The mega-patch landed. Let's hope the build does not break and there will be no ...
6 years, 5 months ago (2014-07-10 20:06:29 UTC) #23
Evan Stade
lgtm https://codereview.chromium.org/264053007/diff/130001/components/autofill/core/browser/personal_data_manager.cc File components/autofill/core/browser/personal_data_manager.cc (right): https://codereview.chromium.org/264053007/diff/130001/components/autofill/core/browser/personal_data_manager.cc#newcode581 components/autofill/core/browser/personal_data_manager.cc:581: base::UTF8ToUTF16("\n"), nit: ASCIIToUTF16
6 years, 5 months ago (2014-07-10 20:25:03 UTC) #24
groby-ooo-7-16
Since it still compiles & runs with Rouslan's changes, it doesn't _seem_ there's an issue ...
6 years, 5 months ago (2014-07-11 19:30:30 UTC) #25
groby-ooo-7-16
The CQ bit was checked by groby@chromium.org
6 years, 5 months ago (2014-07-11 19:30:34 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/264053007/150001
6 years, 5 months ago (2014-07-11 19:31:44 UTC) #27
commit-bot: I haz the power
6 years, 5 months ago (2014-07-11 21:53:38 UTC) #28
Message was sent while issue was closed.
Change committed as 282710

Powered by Google App Engine
This is Rietveld 408576698