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

Issue 2563863003: [Autofill] Remove AutofillPopupController::IsWarning() (Closed)

Created:
4 years ago by dhna
Modified:
4 years ago
Reviewers:
Robert Sesek, Mathieu
CC:
chromium-reviews, rouslan+autofill_chromium.org, sebsg+autofillwatch_chromium.org, jdonnelly+autofillwatch_chromium.org, mathp+autofillwatch_chromium.org, mac-reviews_chromium.org, vabr+watchlistautofill_chromium.org, estade+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Autofill] Remove AutofillPopupController::IsWarning() Replace it by GetValueFontColorForRow() BUG=666189 TEST=existing Committed: https://crrev.com/29a218ca46ffa933ed20f6e4ea961fac2564f88a Cr-Commit-Position: refs/heads/master@{#438879}

Patch Set 1 #

Patch Set 2 : fix #

Patch Set 3 : fix #

Total comments: 1

Patch Set 4 : fix #

Total comments: 2

Patch Set 5 : Remove unnecessary code. #

Total comments: 1

Patch Set 6 : fix #

Total comments: 2

Patch Set 7 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -26 lines) Patch
M chrome/browser/ui/autofill/autofill_popup_controller.h View 1 2 3 4 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_popup_controller_impl.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/autofill/autofill_popup_controller_impl.cc View 1 2 3 4 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.mm View 1 2 3 4 5 1 chunk +0 lines, -8 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm View 1 2 3 4 5 6 1 chunk +2 lines, -5 lines 0 comments Download

Messages

Total messages: 36 (16 generated)
dhna
rsesek@ PTAL
4 years ago (2016-12-10 01:04:39 UTC) #2
Robert Sesek
I don't think this change is correct. GetValueFontColorForRow returns an SkColor.
4 years ago (2016-12-12 17:18:03 UTC) #3
dhna
On 2016/12/12 17:18:03, Robert Sesek wrote: > I don't think this change is correct. GetValueFontColorForRow ...
4 years ago (2016-12-13 02:12:47 UTC) #4
dhna
On 2016/12/13 02:12:47, dhna wrote: > On 2016/12/12 17:18:03, Robert Sesek wrote: > > I ...
4 years ago (2016-12-13 02:12:59 UTC) #5
Robert Sesek
+mathp who's CC'd on the bug I still don't know if this is correct. Shouldn't ...
4 years ago (2016-12-13 15:42:21 UTC) #8
Mathieu
https://codereview.chromium.org/2563863003/diff/40001/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm File chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm (right): https://codereview.chromium.org/2563863003/diff/40001/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm#newcode202 chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm:202: NSColor* nameColor = nil; Have a look at https://cs.chromium.org/chromium/src/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm?rcl=0&l=164 ...
4 years ago (2016-12-13 15:45:10 UTC) #9
dhna
On 2016/12/13 15:45:10, Mathieu Perreault wrote: > https://codereview.chromium.org/2563863003/diff/40001/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm > File chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm (right): > > https://codereview.chromium.org/2563863003/diff/40001/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm#newcode202 ...
4 years ago (2016-12-13 17:07:32 UTC) #10
Mathieu
On 2016/12/13 17:07:32, dhna wrote: > On 2016/12/13 15:45:10, Mathieu Perreault wrote: > > > ...
4 years ago (2016-12-13 17:57:01 UTC) #11
Mathieu
Some comments https://codereview.chromium.org/2563863003/diff/60001/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm File chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm (left): https://codereview.chromium.org/2563863003/diff/60001/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm#oldcode202 chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm:202: // IsWarning() method. This has not been ...
4 years ago (2016-12-13 17:57:12 UTC) #12
dhna
On 2016/12/13 17:57:12, Mathieu Perreault wrote: > Some comments > > https://codereview.chromium.org/2563863003/diff/60001/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm > File chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm ...
4 years ago (2016-12-14 00:13:58 UTC) #13
Mathieu
Thanks https://codereview.chromium.org/2563863003/diff/80001/chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.h File chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.h (left): https://codereview.chromium.org/2563863003/diff/80001/chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.h#oldcode27 chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.h:27: - (NSColor*)warningColor; What about https://cs.chromium.org/chromium/src/chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.mm?rcl=0&l=44 ?
4 years ago (2016-12-14 00:25:26 UTC) #14
dhna
On 2016/12/14 00:25:26, Mathieu Perreault wrote: > Thanks > > https://codereview.chromium.org/2563863003/diff/80001/chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.h > File chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.h (left): ...
4 years ago (2016-12-14 00:54:42 UTC) #15
Robert Sesek
https://codereview.chromium.org/2563863003/diff/100001/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm File chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm (right): https://codereview.chromium.org/2563863003/diff/100001/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm#newcode19 chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm:19: #include "ui/gfx/color_palette.h" Unused include? https://codereview.chromium.org/2563863003/diff/100001/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm#newcode202 chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm:202: NSColor* nameColor = ...
4 years ago (2016-12-14 20:14:21 UTC) #21
dhna
On 2016/12/14 20:14:21, Robert Sesek wrote: > https://codereview.chromium.org/2563863003/diff/100001/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm > File chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm (right): > > https://codereview.chromium.org/2563863003/diff/100001/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm#newcode19 ...
4 years ago (2016-12-15 02:03:24 UTC) #22
Mathieu
lgtm
4 years ago (2016-12-15 13:55:15 UTC) #23
Robert Sesek
LGTM
4 years ago (2016-12-15 17:24:23 UTC) #28
dhna
On 2016/12/15 17:24:23, Robert Sesek wrote: > LGTM Thanks!!
4 years ago (2016-12-15 18:35:59 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2563863003/120001
4 years ago (2016-12-15 18:36:44 UTC) #31
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years ago (2016-12-15 18:41:38 UTC) #34
commit-bot: I haz the power
4 years ago (2016-12-15 18:44:29 UTC) #36
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/29a218ca46ffa933ed20f6e4ea961fac2564f88a
Cr-Commit-Position: refs/heads/master@{#438879}

Powered by Google App Engine
This is Rietveld 408576698