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

Issue 710453002: [Autofill] Componentize AutofillCCInfoBarDelegate. (Closed)

Created:
6 years, 1 month ago by Pritam Nikam
Modified:
5 years, 11 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Autofill] Componentize AutofillCCInfoBarDelegate. The main tasks involved: - Changing InfoBarService references to InfoBarManager references. - Abstracting the call to WebContents::OpenURL() through the AutofillClient, which has been passed through to the AutofillCCInfoBarDelegate. - Moving strings/resources that the AutofillCCInfoBarDelegate uses into the components. Pending activities to follow-up: - Componentize AutofillCCInfoBarDelegate unit-tests [Currently, having many |/chrome| dependencies]. BUG=382924 Committed: https://crrev.com/2cd65ab9548cd1c4bca4e0da1f8a59a531d82566 Cr-Commit-Position: refs/heads/master@{#311238}

Patch Set 1 : Changing InfoBarService references to InfoBarManager references. #

Patch Set 2 : Componentize AutofillCCInfoBarDelegate. #

Patch Set 3 : Modified AutofillCCInfoBarDelegate unit-tests. #

Total comments: 10

Patch Set 4 : Abstracting the call to WebContents::OpenURL() throuh the AutofillDriver. #

Total comments: 19

Patch Set 5 : Incorporated review comments. #

Patch Set 6 : Moved |autofill_cc_infobar_delegate.h/cc| under |components/autofill/core/browser|. #

Patch Set 7 : Return nullptr for CreateInfoBar() in test_autofill_client.cc. #

Total comments: 23

Patch Set 8 : Incorporated Ilya's review inputs. #

Patch Set 9 : Rebased. #

Total comments: 9

Patch Set 10 : Incorporates Ilya's review inputs. #

Patch Set 11 : Use WeakPtr for autofill driver. #

Patch Set 12 : Rebase. #

Patch Set 13 : Rebase. #

Total comments: 6

Patch Set 14 : Addresses Sylvain's review comments. #

Total comments: 27

Patch Set 15 : Addresses Peter's review comments. #

Patch Set 16 : Addresses Peter's input over use of WeakPtr<>. #

Total comments: 12

Patch Set 17 : Addresses Peter's review comments. #

Patch Set 18 : Remove infobar if its associated page content is destroyed. #

Total comments: 7

Patch Set 19 : Abstracting the call to WebContents::OpenURL() through the AutofillClient. #

Total comments: 10

Patch Set 20 : Addresses Ilya's review inputs. #

Total comments: 6

Patch Set 21 : Addresses Peter's review inputs. #

Patch Set 22 : Fixed breakages on Android port. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -232 lines) Patch
M android_webview/native/aw_autofill_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +2 lines, -0 lines 0 comments Download
M android_webview/native/aw_autofill_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/app/chromium_strings.grd View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -3 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +0 lines, -8 lines 0 comments Download
M chrome/app/google_chrome_strings.grd View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/app/theme/theme_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +0 lines, -1 line 0 comments Download
D chrome/browser/autofill/autofill_cc_infobar_delegate.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -71 lines 0 comments Download
D chrome/browser/autofill/autofill_cc_infobar_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -110 lines 0 comments Download
M chrome/browser/autofill/autofill_cc_infobar_delegate_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 4 chunks +11 lines, -3 lines 0 comments Download
M chrome/browser/ui/autofill/chrome_autofill_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/autofill/chrome_autofill_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 4 chunks +10 lines, -4 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +0 lines, -2 lines 0 comments Download
M components/autofill.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +3 lines, -0 lines 0 comments Download
M components/autofill/core/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -0 lines 0 comments Download
M components/autofill/core/browser/DEPS View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -0 lines 0 comments Download
A + components/autofill/core/browser/autofill_cc_infobar_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 4 chunks +18 lines, -10 lines 0 comments Download
A + components/autofill/core/browser/autofill_cc_infobar_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +16 lines, -17 lines 0 comments Download
M components/autofill/core/browser/autofill_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +5 lines, -0 lines 0 comments Download
M components/autofill/core/browser/test_autofill_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill/core/browser/test_autofill_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +4 lines, -0 lines 0 comments Download
M components/autofill_strings.grdp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +11 lines, -0 lines 0 comments Download
M components/resources/autofill_scaled_resources.grdp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
A + components/resources/default_100_percent/common/autofill/infobar_autofill_cc.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 Binary file 0 comments Download
A + components/resources/default_200_percent/common/autofill/infobar_autofill_cc.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 Binary file 0 comments Download

Messages

Total messages: 104 (15 generated)
Pritam Nikam
Hi Ilya & Evan, PTAL, Thanks!
6 years, 1 month ago (2014-11-19 05:20:34 UTC) #2
Ilya Sherman
+pkasting to comment on this from an infobars viewpoint -- is this CL appropriate, or ...
6 years, 1 month ago (2014-11-19 21:22:46 UTC) #4
Peter Kasting
droger and blundell are more qualified than me to comment on the right path to ...
6 years, 1 month ago (2014-11-19 22:09:57 UTC) #6
blundell
On 2014/11/19 22:09:57, Peter Kasting wrote: > droger and blundell are more qualified than me ...
6 years, 1 month ago (2014-11-20 09:17:39 UTC) #7
dconnelly
On 2014/11/19 21:22:46, Ilya Sherman wrote: > +pkasting to comment on this from an infobars ...
6 years, 1 month ago (2014-11-20 12:52:16 UTC) #8
droger
I'm not familiar with autofill, but using the driver for this is something we did ...
6 years, 1 month ago (2014-11-20 13:18:08 UTC) #9
Pritam Nikam
Thanks all for pitching in and helping me with review inputs. As per suggestions, I've ...
6 years, 1 month ago (2014-11-21 08:26:25 UTC) #10
blundell
Awesome, thanks! Not going to do a full review of the CL, but one comment: ...
6 years, 1 month ago (2014-11-21 08:38:24 UTC) #11
Pritam Nikam
On 2014/11/21 08:38:24, blundell wrote: > Awesome, thanks! Not going to do a full review ...
6 years, 1 month ago (2014-11-21 09:04:49 UTC) #12
droger
On 2014/11/21 09:04:49, Pritam Nikam wrote: > On 2014/11/21 08:38:24, blundell wrote: > > Awesome, ...
6 years, 1 month ago (2014-11-21 09:15:23 UTC) #13
Pritam Nikam
On 2014/11/21 09:15:23, droger wrote: > On 2014/11/21 09:04:49, Pritam Nikam wrote: > > On ...
6 years, 1 month ago (2014-11-21 15:37:51 UTC) #14
Ilya Sherman
https://codereview.chromium.org/710453002/diff/60001/components/autofill/content/browser/content_autofill_driver.cc File components/autofill/content/browser/content_autofill_driver.cc (right): https://codereview.chromium.org/710453002/diff/60001/components/autofill/content/browser/content_autofill_driver.cc#newcode238 components/autofill/content/browser/content_autofill_driver.cc:238: web_contents()->OpenURL(content::OpenURLParams( I don't believe that OpenURL is a const ...
6 years, 1 month ago (2014-11-21 18:41:53 UTC) #15
Peter Kasting
LGTM on the _infobar_delegate.* files. https://codereview.chromium.org/710453002/diff/60001/components/autofill/content/browser/autofill_cc_infobar_delegate.cc File components/autofill/content/browser/autofill_cc_infobar_delegate.cc (right): https://codereview.chromium.org/710453002/diff/60001/components/autofill/content/browser/autofill_cc_infobar_delegate.cc#newcode85 components/autofill/content/browser/autofill_cc_infobar_delegate.cc:85: : IDS_AUTOFILL_CC_INFOBAR_DENY); Nit: Please ...
6 years, 1 month ago (2014-11-21 19:42:17 UTC) #16
Pritam Nikam
Thanks Ilya & Peter for review. I've addressed your inputs in patch set #5, PTAL! ...
6 years ago (2014-11-24 14:45:54 UTC) #17
Pritam Nikam
Hi All, Sorry for the updates on this CL. Please have a look at patch ...
6 years ago (2014-11-28 07:59:45 UTC) #18
Pritam Nikam
I'm skeptical about changes made for Static constants defined in |infobar.h|, for now I've added ...
6 years ago (2014-11-28 11:30:25 UTC) #19
Peter Kasting
On 2014/11/28 11:30:25, Pritam Nikam wrote: > I'm skeptical about changes made for Static constants ...
6 years ago (2014-11-29 19:50:01 UTC) #20
Pritam Nikam
On 2014/11/29 19:50:01, Peter Kasting wrote: > On 2014/11/28 11:30:25, Pritam Nikam wrote: > > ...
6 years ago (2014-12-01 05:49:04 UTC) #21
Peter Kasting
On 2014/12/01 05:49:04, Pritam Nikam wrote: > On 2014/11/29 19:50:01, Peter Kasting wrote: > > ...
6 years ago (2014-12-01 22:29:12 UTC) #22
Pritam Nikam
Thanks Peter for your inputs. > > This is because you've instantiated InfoBar directly in ...
6 years ago (2014-12-02 06:24:23 UTC) #23
Pritam Nikam
Hi Peter, I've tried reverting the CreateInfoBar() method from the AutofillClient interface again, but I ...
6 years ago (2014-12-02 14:12:40 UTC) #24
blundell
On 2014/12/02 14:12:40, Pritam Nikam wrote: > Hi Peter, > > I've tried reverting the ...
6 years ago (2014-12-02 14:15:56 UTC) #25
Pritam Nikam
> > Sorry, could you describe again what problems led you to add > AutofillClient::CreateInfoBar()? ...
6 years ago (2014-12-02 14:39:05 UTC) #26
blundell
On 2014/12/02 14:39:05, Pritam Nikam wrote: > > > > Sorry, could you describe again ...
6 years ago (2014-12-02 15:35:05 UTC) #27
Pritam Nikam
> Which targets were you getting these build errors on? For Linux (x64).
6 years ago (2014-12-02 15:53:16 UTC) #28
blundell
On 2014/12/02 15:53:16, Pritam Nikam wrote: > > Which targets were you getting these build ...
6 years ago (2014-12-02 15:54:06 UTC) #29
Pritam Nikam
On 2014/12/02 15:54:06, blundell wrote: > On 2014/12/02 15:53:16, Pritam Nikam wrote: > > > ...
6 years ago (2014-12-02 16:11:37 UTC) #30
blundell
:(. The solution in infobars.gypi isn't going to fly. Sylvain/David, do you have any suggestions ...
6 years ago (2014-12-02 16:32:36 UTC) #32
Peter Kasting
On 2014/12/02 16:32:36, blundell wrote: > :(. The solution in infobars.gypi isn't going to fly. ...
6 years ago (2014-12-02 21:29:33 UTC) #33
sdefresne
pritam.nikam: can you try patching https://codereview.chromium.org/752853005/ and your CL in another client and see if ...
6 years ago (2014-12-03 13:37:57 UTC) #34
Pritam Nikam
On 2014/12/03 13:37:57, sdefresne wrote: > pritam.nikam: can you try patching https://codereview.chromium.org/752853005/ > and your ...
6 years ago (2014-12-03 14:32:36 UTC) #35
Ilya Sherman
Thanks, Pritam. Some more comments your way: https://codereview.chromium.org/710453002/diff/120001/chrome/browser/ui/autofill/chrome_autofill_client.cc File chrome/browser/ui/autofill/chrome_autofill_client.cc (right): https://codereview.chromium.org/710453002/diff/120001/chrome/browser/ui/autofill/chrome_autofill_client.cc#newcode116 chrome/browser/ui/autofill/chrome_autofill_client.cc:116: } Does ...
6 years ago (2014-12-03 20:00:21 UTC) #36
Pritam Nikam
Thanks Ilya for review. With patch set #8, I've addressed most of your inputs. PTAL! ...
6 years ago (2014-12-04 15:37:30 UTC) #37
Peter Kasting
Let's pause this CL until the issue with infobar constants can be worked out separately.
6 years ago (2014-12-04 20:20:30 UTC) #38
Ilya Sherman
On 2014/12/04 20:20:30, Peter Kasting wrote: > Let's pause this CL until the issue with ...
6 years ago (2014-12-04 23:16:51 UTC) #39
Peter Kasting
Once https://codereview.chromium.org/793783003/ lands, hopefully this CL can proceed; that ought to fix any need for ...
6 years ago (2014-12-12 01:54:02 UTC) #40
Pritam Nikam
On 2014/12/12 01:54:02, Peter Kasting wrote: > Once https://codereview.chromium.org/793783003/ lands, hopefully this CL can > ...
6 years ago (2014-12-12 16:01:40 UTC) #41
blundell
https://codereview.chromium.org/710453002/diff/160001/components/autofill/core/browser/autofill_client.h File components/autofill/core/browser/autofill_client.h (right): https://codereview.chromium.org/710453002/diff/160001/components/autofill/core/browser/autofill_client.h#newcode150 components/autofill/core/browser/autofill_client.h:150: virtual scoped_ptr<infobars::InfoBar> CreateInfoBar( Can't you get rid of this ...
6 years ago (2014-12-12 16:03:07 UTC) #42
Pritam Nikam
Thanks blundell! I could see the same linker errors if I remove |CreateInfoBar()| from |autofill_client.h|. ...
6 years ago (2014-12-12 16:19:58 UTC) #43
blundell
On 2014/12/12 16:19:58, Pritam Nikam wrote: > Thanks blundell! > > I could see the ...
6 years ago (2014-12-12 16:21:29 UTC) #44
Peter Kasting
On 2014/12/12 16:21:29, blundell (OOO until January 5) wrote: > oh I see, PK's CL ...
6 years ago (2014-12-12 19:21:02 UTC) #45
Ilya Sherman
https://codereview.chromium.org/710453002/diff/160001/chrome/browser/ui/autofill/chrome_autofill_client.cc File chrome/browser/ui/autofill/chrome_autofill_client.cc (right): https://codereview.chromium.org/710453002/diff/160001/chrome/browser/ui/autofill/chrome_autofill_client.cc#newcode132 chrome/browser/ui/autofill/chrome_autofill_client.cc:132: } Can you remove the AutofillClient::ConfirmSaveCreditCard() method, and just ...
6 years ago (2014-12-12 22:24:21 UTC) #46
Pritam Nikam
Thanks Ilya & Peter for review! I've addressed Iya's inputs with CL #10. PTAL. Thanks! ...
6 years ago (2014-12-15 11:16:14 UTC) #47
Ilya Sherman
https://codereview.chromium.org/710453002/diff/160001/components/autofill/core/browser/autofill_cc_infobar_delegate.h File components/autofill/core/browser/autofill_cc_infobar_delegate.h (right): https://codereview.chromium.org/710453002/diff/160001/components/autofill/core/browser/autofill_cc_infobar_delegate.h#newcode66 components/autofill/core/browser/autofill_cc_infobar_delegate.h:66: // long as it's tab persists. On 2014/12/15 11:16:14, ...
6 years ago (2014-12-16 00:37:21 UTC) #48
Peter Kasting
It'd be really nice to address the issue I raised earlier about how adding CreateInfoBar() ...
6 years ago (2014-12-16 02:58:27 UTC) #49
Pritam Nikam
On 2014/12/16 02:58:27, Peter Kasting wrote: > It'd be really nice to address the issue ...
6 years ago (2014-12-18 14:10:28 UTC) #50
sdefresne
On 2014/12/18 at 14:10:28, pritam.nikam wrote: > On 2014/12/16 02:58:27, Peter Kasting wrote: > > ...
6 years ago (2014-12-18 14:40:22 UTC) #51
Ilya Sherman
On 2014/12/18 14:40:22, sdefresne wrote: > On 2014/12/18 at 14:10:28, pritam.nikam wrote: > > On ...
6 years ago (2014-12-18 23:20:00 UTC) #52
Pritam Nikam
On 2014/12/18 23:20:00, Ilya Sherman wrote: > On 2014/12/18 14:40:22, sdefresne wrote: > > On ...
6 years ago (2014-12-19 09:40:23 UTC) #53
sdefresne
On 2014/12/19 at 09:40:23, pritam.nikam wrote: > On 2014/12/18 23:20:00, Ilya Sherman wrote: > > ...
6 years ago (2014-12-22 21:32:01 UTC) #54
Pritam Nikam
Thanks Sylvain! Dear all, Code re-base is done and patch set #13 is up for ...
6 years ago (2014-12-23 08:24:23 UTC) #55
sdefresne
You'll probably also want to edit the change list description since it may now be ...
6 years ago (2014-12-23 08:43:44 UTC) #56
Pritam Nikam
Thanks Sylvain! I've addressed your inputs in newest patch set, PTAL, thanks! https://codereview.chromium.org/710453002/diff/240001/android_webview/native/aw_autofill_client.h File android_webview/native/aw_autofill_client.h ...
6 years ago (2014-12-23 09:13:35 UTC) #57
Peter Kasting
https://codereview.chromium.org/710453002/diff/240001/android_webview/native/aw_autofill_client.h File android_webview/native/aw_autofill_client.h (right): https://codereview.chromium.org/710453002/diff/240001/android_webview/native/aw_autofill_client.h#newcode92 android_webview/native/aw_autofill_client.h:92: virtual infobars::InfoBarManager* GetInfoBarManager() override; On 2014/12/23 09:13:35, Pritam Nikam ...
6 years ago (2014-12-23 21:20:35 UTC) #58
Pritam Nikam
Thanks Peter for inputs. I've addressed these along new patch set, PTAL. Thanks! https://codereview.chromium.org/710453002/diff/240001/android_webview/native/aw_autofill_client.h File ...
5 years, 12 months ago (2014-12-24 11:16:58 UTC) #59
Peter Kasting
(Have not re-reviewed) https://codereview.chromium.org/710453002/diff/260001/components/autofill/core/browser/autofill_cc_infobar_delegate.h File components/autofill/core/browser/autofill_cc_infobar_delegate.h (right): https://codereview.chromium.org/710453002/diff/260001/components/autofill/core/browser/autofill_cc_infobar_delegate.h#newcode66 components/autofill/core/browser/autofill_cc_infobar_delegate.h:66: base::WeakPtr<AutofillDriver> autofill_driver_; On 2014/12/24 11:16:57, Pritam ...
5 years, 12 months ago (2014-12-24 23:23:25 UTC) #61
Pritam Nikam
On 2014/12/24 23:23:25, Peter Kasting wrote: > (Have not re-reviewed) > > https://codereview.chromium.org/710453002/diff/260001/components/autofill/core/browser/autofill_cc_infobar_delegate.h > File ...
5 years, 12 months ago (2014-12-26 09:58:02 UTC) #62
Peter Kasting
https://codereview.chromium.org/710453002/diff/320001/components/autofill/content/browser/content_autofill_driver.cc File components/autofill/content/browser/content_autofill_driver.cc (right): https://codereview.chromium.org/710453002/diff/320001/components/autofill/content/browser/content_autofill_driver.cc#newcode151 components/autofill/content/browser/content_autofill_driver.cc:151: GetWebContents()->OpenURL(content::OpenURLParams( If this is the only use of GetWebContents(), ...
5 years, 11 months ago (2014-12-29 22:24:30 UTC) #63
Pritam Nikam
Thanks Peter. PTAL at new patch set. Thanks! https://codereview.chromium.org/710453002/diff/320001/components/autofill/content/browser/content_autofill_driver.cc File components/autofill/content/browser/content_autofill_driver.cc (right): https://codereview.chromium.org/710453002/diff/320001/components/autofill/content/browser/content_autofill_driver.cc#newcode151 components/autofill/content/browser/content_autofill_driver.cc:151: GetWebContents()->OpenURL(content::OpenURLParams( ...
5 years, 11 months ago (2014-12-30 13:22:14 UTC) #64
Peter Kasting
https://codereview.chromium.org/710453002/diff/320001/components/autofill/core/browser/autofill_cc_infobar_delegate.h File components/autofill/core/browser/autofill_cc_infobar_delegate.h (right): https://codereview.chromium.org/710453002/diff/320001/components/autofill/core/browser/autofill_cc_infobar_delegate.h#newcode70 components/autofill/core/browser/autofill_cc_infobar_delegate.h:70: // LinkClinked() from infobar would be catastrophic. On 2014/12/30 ...
5 years, 11 months ago (2014-12-30 18:57:28 UTC) #65
Pritam Nikam
On 2014/12/30 18:57:28, Peter Kasting wrote: > https://codereview.chromium.org/710453002/diff/320001/components/autofill/core/browser/autofill_cc_infobar_delegate.h > File components/autofill/core/browser/autofill_cc_infobar_delegate.h (right): > > https://codereview.chromium.org/710453002/diff/320001/components/autofill/core/browser/autofill_cc_infobar_delegate.h#newcode70 ...
5 years, 11 months ago (2014-12-31 09:09:12 UTC) #66
Pritam Nikam
Hi Peter, I've tried removing the infobar if its associated page content is destroyed, PTAL. ...
5 years, 11 months ago (2015-01-02 15:40:03 UTC) #67
Peter Kasting
On 2015/01/02 15:40:03, Pritam Nikam wrote: > I've tried removing the infobar if its associated ...
5 years, 11 months ago (2015-01-05 20:24:07 UTC) #70
Ilya Sherman
In terms of the lifetime discussion, I don't actually understand what guarantees are provided about ...
5 years, 11 months ago (2015-01-06 02:54:59 UTC) #71
Peter Kasting
https://codereview.chromium.org/710453002/diff/380001/components/autofill/core/browser/autofill_cc_infobar_delegate.cc File components/autofill/core/browser/autofill_cc_infobar_delegate.cc (right): https://codereview.chromium.org/710453002/diff/380001/components/autofill/core/browser/autofill_cc_infobar_delegate.cc#newcode44 components/autofill/core/browser/autofill_cc_infobar_delegate.cc:44: } On 2015/01/06 02:54:59, Ilya Sherman wrote: > This ...
5 years, 11 months ago (2015-01-06 03:01:50 UTC) #72
Pritam Nikam
Thanks Ilya & Peter for inputs. AutofillClient outlives the lifetime of infobar. I've abstracting the ...
5 years, 11 months ago (2015-01-06 12:47:42 UTC) #74
Ilya Sherman
It looks to me like both the ChromeAutofillClient and the InfobarService classes are registered as ...
5 years, 11 months ago (2015-01-06 23:20:17 UTC) #75
Peter Kasting
On 2015/01/06 23:20:17, Ilya Sherman wrote: > It looks to me like both the ChromeAutofillClient ...
5 years, 11 months ago (2015-01-06 23:44:02 UTC) #76
Ilya Sherman
On 2015/01/06 23:44:02, Peter Kasting wrote: > On 2015/01/06 23:20:17, Ilya Sherman wrote: > > ...
5 years, 11 months ago (2015-01-07 01:58:54 UTC) #77
Pritam Nikam
Thanks Peter and Ilya. I've addressed nits, please glance over new patch set (#20). Thanks! ...
5 years, 11 months ago (2015-01-07 05:35:13 UTC) #78
Peter Kasting
LGTM https://codereview.chromium.org/710453002/diff/440001/android_webview/native/aw_autofill_client.cc File android_webview/native/aw_autofill_client.cc (right): https://codereview.chromium.org/710453002/diff/440001/android_webview/native/aw_autofill_client.cc#newcode171 android_webview/native/aw_autofill_client.cc:171: return false; Nit: Shouldn't this also NOTIMPLEMENTED(), as ...
5 years, 11 months ago (2015-01-07 20:26:29 UTC) #79
Ilya Sherman
LGTM as well. Thanks again for your patience in working on this issue.
5 years, 11 months ago (2015-01-07 21:38:51 UTC) #80
blundell
Thanks a lot for driving this work to completion, Pritam!
5 years, 11 months ago (2015-01-07 21:40:35 UTC) #81
Ilya Sherman
+oshima@chromium.org for chrome/app/theme/theme_resources.grd +benm@chromium.org for android_webview/* +blundell@chromium.org for components/resources/*
5 years, 11 months ago (2015-01-07 21:40:56 UTC) #83
blundell
//components/resources lgtm
5 years, 11 months ago (2015-01-07 21:41:48 UTC) #84
oshima
c/a/theme lgtm
5 years, 11 months ago (2015-01-07 21:42:44 UTC) #85
Pritam Nikam
Thanks all. Added new patch for review, PTAL. Thanks! https://codereview.chromium.org/710453002/diff/440001/android_webview/native/aw_autofill_client.cc File android_webview/native/aw_autofill_client.cc (right): https://codereview.chromium.org/710453002/diff/440001/android_webview/native/aw_autofill_client.cc#newcode171 android_webview/native/aw_autofill_client.cc:171: ...
5 years, 11 months ago (2015-01-08 06:15:41 UTC) #86
sdefresne
On 2015/01/08 at 06:15:41, pritam.nikam wrote: > Thanks all. > > Added new patch for ...
5 years, 11 months ago (2015-01-08 09:34:05 UTC) #87
Pritam Nikam
Hi benm, PTAL @ "android_webview/*". Thanks!
5 years, 11 months ago (2015-01-12 14:55:47 UTC) #88
benm (inactive)
On 2015/01/12 14:55:47, Pritam Nikam wrote: > Hi benm, > PTAL @ "android_webview/*". > > ...
5 years, 11 months ago (2015-01-12 15:12:45 UTC) #89
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/710453002/460001
5 years, 11 months ago (2015-01-12 15:14:18 UTC) #91
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/35078)
5 years, 11 months ago (2015-01-12 15:20:43 UTC) #93
Ilya Sherman
+sky for OWNERS review of the new ui dependencies in components/autofill/core/browser/DEPS
5 years, 11 months ago (2015-01-12 18:46:33 UTC) #95
sky
LGTM
5 years, 11 months ago (2015-01-12 18:57:01 UTC) #96
Ilya Sherman
Pritam, FYI, you have compile failures on Android.
5 years, 11 months ago (2015-01-12 19:04:14 UTC) #99
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/710453002/480001
5 years, 11 months ago (2015-01-13 07:17:36 UTC) #101
Pritam Nikam
On 2015/01/12 19:04:14, Ilya Sherman wrote: > Pritam, FYI, you have compile failures on Android. ...
5 years, 11 months ago (2015-01-13 07:28:35 UTC) #102
commit-bot: I haz the power
Committed patchset #22 (id:480001)
5 years, 11 months ago (2015-01-13 08:13:32 UTC) #103
commit-bot: I haz the power
5 years, 11 months ago (2015-01-13 08:14:25 UTC) #104
Message was sent while issue was closed.
Patchset 22 (id:??) landed as
https://crrev.com/2cd65ab9548cd1c4bca4e0da1f8a59a531d82566
Cr-Commit-Position: refs/heads/master@{#311238}

Powered by Google App Engine
This is Rietveld 408576698