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

Issue 21724002: rAc: try really hard not to ellipsize addresses (Closed)

Created:
7 years, 4 months ago by Evan Stade
Modified:
7 years, 4 months ago
Reviewers:
Ilya Sherman, sky
CC:
chromium-reviews, Raman Kakilate, benquan, tfarina, ahutter, Dane Wallinga, dyu1, estade+watch_chromium.org, Albert Bodenhamer, Ilya Sherman, rouslan+autofillwatch_chromium.org
Visibility:
Public.

Description

rAc: try really hard not to ellipsize addresses Change rAc suggestion text to return two string values, one which is preferred (but may not fit horizontally) and one which is a fallback (which has a better chance to fit horizontally). BUG=264973 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=217076

Patch Set 1 #

Patch Set 2 : fin #

Patch Set 3 : rebase #

Patch Set 4 : fix mac #

Patch Set 5 : fix android #

Total comments: 5

Patch Set 6 : isherman review fixes #

Patch Set 7 : one more #

Total comments: 8

Patch Set 8 : sky review #

Patch Set 9 : stupid conflicts #

Patch Set 10 : . #

Patch Set 11 : try to fix mac #

Patch Set 12 : try to fix mac #

Patch Set 13 : sync'd #

Unified diffs Side-by-side diffs Delta from patch set Stats (+336 lines, -183 lines) Patch
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +28 lines, -24 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +11 lines, -7 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_types.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +12 lines, -4 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_types.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +8 lines, -4 lines 0 comments Download
M chrome/browser/ui/autofill/data_model_wrapper.h View 1 2 3 4 5 6 7 8 10 chunks +29 lines, -15 lines 0 comments Download
M chrome/browser/ui/autofill/data_model_wrapper.cc View 1 2 3 4 5 6 7 8 9 13 chunks +79 lines, -43 lines 0 comments Download
M chrome/browser/ui/autofill/data_model_wrapper_unittest.cc View 1 2 3 4 5 6 7 8 6 chunks +13 lines, -8 lines 0 comments Download
M chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.cc View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/autofill/new_credit_card_bubble_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_section_container.mm View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +7 lines, -9 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_suggestion_container.mm View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/views/autofill/autofill_dialog_views.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +31 lines, -13 lines 0 comments Download
M chrome/browser/ui/views/autofill/autofill_dialog_views.cc View 1 2 3 4 5 6 7 8 9 10 11 12 11 chunks +108 lines, -46 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
Evan Stade
7 years, 4 months ago (2013-08-05 20:53:09 UTC) #1
Ilya Sherman
LGTM % nits, but please also ask someone else to take a look at the ...
7 years, 4 months ago (2013-08-06 08:00:23 UTC) #2
Evan Stade
+sky for views bits. https://codereview.chromium.org/21724002/diff/34001/chrome/browser/ui/autofill/autofill_dialog_types.h File chrome/browser/ui/autofill/autofill_dialog_types.h (right): https://codereview.chromium.org/21724002/diff/34001/chrome/browser/ui/autofill/autofill_dialog_types.h#newcode200 chrome/browser/ui/autofill/autofill_dialog_types.h:200: bool show; On 2013/08/06 08:00:23, ...
7 years, 4 months ago (2013-08-06 19:00:37 UTC) #3
Evan Stade
https://codereview.chromium.org/21724002/diff/34001/chrome/browser/ui/views/autofill/autofill_dialog_views.cc File chrome/browser/ui/views/autofill/autofill_dialog_views.cc (right): https://codereview.chromium.org/21724002/diff/34001/chrome/browser/ui/views/autofill/autofill_dialog_views.cc#newcode156 chrome/browser/ui/views/autofill/autofill_dialog_views.cc:156: int w = 0; On 2013/08/06 19:00:37, Evan Stade ...
7 years, 4 months ago (2013-08-06 19:34:53 UTC) #4
sky
https://codereview.chromium.org/21724002/diff/76001/chrome/browser/ui/views/autofill/autofill_dialog_views.cc File chrome/browser/ui/views/autofill/autofill_dialog_views.cc (right): https://codereview.chromium.org/21724002/diff/76001/chrome/browser/ui/views/autofill/autofill_dialog_views.cc#newcode1051 chrome/browser/ui/views/autofill/autofill_dialog_views.cc:1051: int available_width, int* resulting_height) { nit: when you wrap ...
7 years, 4 months ago (2013-08-06 21:28:10 UTC) #5
Evan Stade
https://chromiumcodereview.appspot.com/21724002/diff/76001/chrome/browser/ui/views/autofill/autofill_dialog_views.cc File chrome/browser/ui/views/autofill/autofill_dialog_views.cc (right): https://chromiumcodereview.appspot.com/21724002/diff/76001/chrome/browser/ui/views/autofill/autofill_dialog_views.cc#newcode1051 chrome/browser/ui/views/autofill/autofill_dialog_views.cc:1051: int available_width, int* resulting_height) { On 2013/08/06 21:28:10, sky ...
7 years, 4 months ago (2013-08-06 23:15:34 UTC) #6
sky
Please file a bug against calling GetPreferredSize so many times. Something sounds very wrong. LGTM
7 years, 4 months ago (2013-08-06 23:51:33 UTC) #7
Evan Stade
On 2013/08/06 23:51:33, sky (OOO back on the 19th) wrote: > Please file a bug ...
7 years, 4 months ago (2013-08-07 18:48:15 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/21724002/90001
7 years, 4 months ago (2013-08-07 18:48:33 UTC) #9
commit-bot: I haz the power
Failed to apply patch for chrome/browser/ui/autofill/data_model_wrapper.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 4 months ago (2013-08-07 18:48:47 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/21724002/97001
7 years, 4 months ago (2013-08-07 22:20:46 UTC) #11
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 4 months ago (2013-08-07 22:47:13 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/21724002/120001
7 years, 4 months ago (2013-08-08 00:41:27 UTC) #13
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 4 months ago (2013-08-08 19:39:47 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/21724002/90002
7 years, 4 months ago (2013-08-08 22:52:05 UTC) #15
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) interactive_ui_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=143903
7 years, 4 months ago (2013-08-09 00:47:53 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/21724002/90002
7 years, 4 months ago (2013-08-09 16:14:57 UTC) #17
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=158404
7 years, 4 months ago (2013-08-09 18:20:45 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/21724002/172001
7 years, 4 months ago (2013-08-09 23:23:52 UTC) #19
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 4 months ago (2013-08-10 00:04:09 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/21724002/183001
7 years, 4 months ago (2013-08-12 17:52:49 UTC) #21
commit-bot: I haz the power
7 years, 4 months ago (2013-08-12 21:20:38 UTC) #22
Message was sent while issue was closed.
Change committed as 217076

Powered by Google App Engine
This is Rietveld 408576698