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

Issue 14704004: [Autofill] Add Details Section (Closed)

Created:
7 years, 7 months ago by groby-ooo-7-16
Modified:
7 years, 7 months ago
Reviewers:
sail
CC:
chromium-reviews, sail+watch_chromium.org
Visibility:
Public.

Description

[Autofill] Add Details Section Provide UI for details of payment instrument. R=sail@chromium.org BUG=157274 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=200338

Patch Set 1 #

Total comments: 39

Patch Set 2 : Address review comments. #

Total comments: 1

Patch Set 3 : More review fixes. #

Patch Set 4 : Changed retain count handling. #

Patch Set 5 : Fix broken test, remove dot notation for properties. #

Patch Set 6 : Ooops. Removed debug code accidentally left in. #

Patch Set 7 : Adjust to moved headers. #

Patch Set 8 : Rebase to HEAD #

Patch Set 9 : Fix broken include path. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+417 lines, -16 lines) Patch
A chrome/browser/ui/cocoa/autofill/autofill_details_container.h View 1 1 chunk +27 lines, -0 lines 0 comments Download
A chrome/browser/ui/cocoa/autofill/autofill_details_container.mm View 1 2 1 chunk +47 lines, -0 lines 0 comments Download
A chrome/browser/ui/cocoa/autofill/autofill_details_container_unittest.mm View 1 1 chunk +36 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm View 1 2 3 4 5 6 2 chunks +19 lines, -11 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_main_container.h View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_main_container.mm View 1 2 3 4 2 chunks +14 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_main_container_unittest.mm View 1 2 3 4 5 1 chunk +11 lines, -4 lines 0 comments Download
A chrome/browser/ui/cocoa/autofill/autofill_section_container.h View 1 1 chunk +30 lines, -0 lines 0 comments Download
A chrome/browser/ui/cocoa/autofill/autofill_section_container.mm View 1 2 3 4 5 6 1 chunk +174 lines, -0 lines 0 comments Download
A chrome/browser/ui/cocoa/autofill/autofill_section_container_unittest.mm View 1 2 3 4 5 6 7 8 1 chunk +51 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 7 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
groby-ooo-7-16
sail: PTAL This one's a bit largish, mostly due to the grid_layout code that has ...
7 years, 7 months ago (2013-04-30 23:11:18 UTC) #1
sail
https://codereview.chromium.org/14704004/diff/1/chrome/browser/ui/cocoa/autofill/autofill_details_container.h File chrome/browser/ui/cocoa/autofill/autofill_details_container.h (right): https://codereview.chromium.org/14704004/diff/1/chrome/browser/ui/cocoa/autofill/autofill_details_container.h#newcode13 chrome/browser/ui/cocoa/autofill/autofill_details_container.h:13: class AutofillDialogController; no need to indent https://codereview.chromium.org/14704004/diff/1/chrome/browser/ui/cocoa/autofill/autofill_details_container.mm File chrome/browser/ui/cocoa/autofill/autofill_details_container.mm ...
7 years, 7 months ago (2013-05-01 17:12:36 UTC) #2
groby-ooo-7-16
Review comments addressed, GridLayout moved to separate change (https://codereview.chromium.org/14646021/) https://codereview.chromium.org/14704004/diff/1/chrome/browser/ui/cocoa/autofill/autofill_details_container.h File chrome/browser/ui/cocoa/autofill/autofill_details_container.h (right): https://codereview.chromium.org/14704004/diff/1/chrome/browser/ui/cocoa/autofill/autofill_details_container.h#newcode13 chrome/browser/ui/cocoa/autofill/autofill_details_container.h:13: ...
7 years, 7 months ago (2013-05-01 20:37:44 UTC) #3
sail
Looks pretty good! Could you also include screenshots. https://codereview.chromium.org/14704004/diff/1/chrome/browser/ui/cocoa/autofill/autofill_details_container.mm File chrome/browser/ui/cocoa/autofill/autofill_details_container.mm (right): https://codereview.chromium.org/14704004/diff/1/chrome/browser/ui/cocoa/autofill/autofill_details_container.mm#newcode21 chrome/browser/ui/cocoa/autofill/autofill_details_container.mm:21: sectionContainer.reset( ...
7 years, 7 months ago (2013-05-01 21:38:38 UTC) #4
groby-ooo-7-16
Fixed. Screenshot at https://screenshot.googleplex.com/ty229PBYv https://codereview.chromium.org/14704004/diff/1/chrome/browser/ui/cocoa/autofill/autofill_details_container.mm File chrome/browser/ui/cocoa/autofill/autofill_details_container.mm (right): https://codereview.chromium.org/14704004/diff/1/chrome/browser/ui/cocoa/autofill/autofill_details_container.mm#newcode21 chrome/browser/ui/cocoa/autofill/autofill_details_container.mm:21: sectionContainer.reset( On 2013/05/01 21:38:38, sail ...
7 years, 7 months ago (2013-05-01 22:36:41 UTC) #5
groby-ooo-7-16
BTW: Mocks for the final thing - which we are slooooowly approaching - are here: ...
7 years, 7 months ago (2013-05-01 22:38:15 UTC) #6
sail
LGTM The popup in the screenshot doesn't line up with the text fields. Feel free ...
7 years, 7 months ago (2013-05-01 22:58:24 UTC) #7
groby-ooo-7-16
Yes, the popups need presumably a new NSCell - the mocks call for a look ...
7 years, 7 months ago (2013-05-02 00:40:41 UTC) #8
sail
Second LGTM
7 years, 7 months ago (2013-05-02 00:48:52 UTC) #9
groby-ooo-7-16
Tiny fix to a broken test while I wait for layout to land.
7 years, 7 months ago (2013-05-03 05:06:17 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/14704004/53001
7 years, 7 months ago (2013-05-14 23:34:17 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, 7 months ago (2013-05-15 00:21:09 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/14704004/68001
7 years, 7 months ago (2013-05-15 01:18:44 UTC) #13
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=148786
7 years, 7 months ago (2013-05-15 04:01:30 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/14704004/68001
7 years, 7 months ago (2013-05-15 18:01:12 UTC) #15
commit-bot: I haz the power
7 years, 7 months ago (2013-05-15 20:27:03 UTC) #16
Message was sent while issue was closed.
Change committed as 200338

Powered by Google App Engine
This is Rietveld 408576698