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

Issue 1540423004: Add card details and legal message to Android save credit card infobar. (Closed)

Created:
5 years ago by please use gerrit instead
Modified:
4 years, 11 months ago
CC:
chromium-reviews, rouslan+autofill_chromium.org, tfarina, browser-components-watch_chromium.org, jdonnelly+autofillwatch_chromium.org, bondd+autofillwatch_chromium.org, vabr+watchlistautofill_chromium.org, estade+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add card details and legal message to Android save credit card infobar. Based on the mocks at: https://folio.googleplex.com/chrome-ux/mocks/304-payments-zero-integration/ZI_Upstream#%2F11-updated-mobile%20prompts%20-%20proposal.png This patch also updates the AutofillClient interface to pass in the CreditCard object into ConfirmSaveCard*() methods. This allows the UI to show some card information to the user. TBR=estade@chromium.org BUG=535784 Committed: https://crrev.com/acfb6cffa322cac5195cc49f573809f7426061e8 Cr-Commit-Position: refs/heads/master@{#369521}

Patch Set 1 : Initial draft #

Total comments: 18

Patch Set 2 : Edits #

Total comments: 39

Patch Set 3 : Addressed Justin's nits. #

Total comments: 21

Patch Set 4 : Mobile specific infobar delegate. #

Total comments: 58

Patch Set 5 : Fix android compiles #

Total comments: 12

Patch Set 6 : Allow copying LegalMessageLine. #

Total comments: 6

Patch Set 7 : Parameter pack version of emplace_back #

Patch Set 8 : Fix android 64-bit compile. #

Total comments: 6

Patch Set 9 : Use size_t to init a range. #

Patch Set 10 : components/autofill review. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1259 lines, -607 lines) Patch
M android_webview/native/aw_autofill_client.h View 1 1 chunk +5 lines, -3 lines 0 comments Download
M android_webview/native/aw_autofill_client.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/infobar/AutofillSaveCardInfoBar.java View 1 2 3 4 5 6 7 1 chunk +223 lines, -0 lines 0 comments Download
M chrome/browser/android/chrome_jni_registrar.cc View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
A chrome/browser/ui/android/infobars/autofill_save_card_infobar.h View 1 2 3 4 5 1 chunk +42 lines, -0 lines 0 comments Download
A chrome/browser/ui/android/infobars/autofill_save_card_infobar.cc View 1 2 3 4 5 6 7 1 chunk +97 lines, -0 lines 0 comments Download
M chrome/browser/ui/autofill/chrome_autofill_client.h View 1 1 chunk +5 lines, -3 lines 0 comments Download
M chrome/browser/ui/autofill/chrome_autofill_client.cc View 1 2 3 4 5 3 chunks +24 lines, -8 lines 0 comments Download
M chrome/browser/ui/autofill/save_card_bubble_controller.h View 1 2 2 chunks +2 lines, -16 lines 0 comments Download
D chrome/browser/ui/autofill/save_card_bubble_controller.cc View 1 chunk +0 lines, -13 lines 0 comments Download
M chrome/browser/ui/autofill/save_card_bubble_controller_impl.h View 1 2 3 4 5 1 chunk +0 lines, -27 lines 0 comments Download
M chrome/browser/ui/autofill/save_card_bubble_controller_impl.cc View 1 2 4 chunks +3 lines, -129 lines 0 comments Download
M chrome/browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc View 3 chunks +0 lines, -328 lines 0 comments Download
M chrome/browser/ui/views/autofill/save_card_bubble_views.cc View 1 2 3 4 5 4 chunks +7 lines, -9 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M components/autofill.gypi View 1 2 3 2 chunks +9 lines, -0 lines 0 comments Download
M components/autofill/core/browser/BUILD.gn View 1 2 3 3 chunks +11 lines, -0 lines 0 comments Download
M components/autofill/core/browser/autofill_cc_infobar_delegate.h View 1 2 3 1 chunk +9 lines, -5 lines 0 comments Download
M components/autofill/core/browser/autofill_cc_infobar_delegate.cc View 1 2 3 4 5 6 7 8 9 5 chunks +19 lines, -19 lines 0 comments Download
M components/autofill/core/browser/autofill_client.h View 1 1 chunk +9 lines, -7 lines 0 comments Download
M components/autofill/core/browser/autofill_manager.cc View 1 2 3 3 chunks +12 lines, -8 lines 0 comments Download
M components/autofill/core/browser/autofill_manager_unittest.cc View 1 12 chunks +13 lines, -13 lines 0 comments Download
A components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.h View 1 2 3 4 5 6 7 8 9 1 chunk +60 lines, -0 lines 0 comments Download
A components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc View 1 2 3 4 5 6 7 8 9 1 chunk +49 lines, -0 lines 0 comments Download
A components/autofill/core/browser/autofill_save_card_infobar_mobile.h View 1 2 3 4 1 chunk +24 lines, -0 lines 0 comments Download
M components/autofill/core/browser/credit_card.h View 1 2 3 4 5 2 chunks +5 lines, -0 lines 0 comments Download
M components/autofill/core/browser/credit_card.cc View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
A components/autofill/core/browser/legal_message_line.h View 1 2 3 4 5 6 7 8 1 chunk +86 lines, -0 lines 0 comments Download
A components/autofill/core/browser/legal_message_line.cc View 1 2 3 4 5 6 7 8 1 chunk +152 lines, -0 lines 0 comments Download
A components/autofill/core/browser/legal_message_line_unittest.cc View 1 2 3 4 5 6 1 chunk +312 lines, -0 lines 0 comments Download
M components/autofill/core/browser/test_autofill_client.h View 1 1 chunk +5 lines, -3 lines 0 comments Download
M components/autofill/core/browser/test_autofill_client.cc View 1 3 chunks +10 lines, -4 lines 0 comments Download
M components/autofill_strings.grdp View 1 chunk +4 lines, -0 lines 0 comments Download
M components/components_tests.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/ui/autofill/autofill_client_ios.h View 1 1 chunk +5 lines, -3 lines 0 comments Download
M ios/chrome/browser/ui/autofill/autofill_client_ios.mm View 1 2 3 4 3 chunks +16 lines, -6 lines 0 comments Download
A ios/chrome/browser/ui/autofill/autofill_save_card_infobar.mm View 1 2 3 1 chunk +20 lines, -0 lines 0 comments Download
M ios/chrome/ios_chrome.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 84 (42 generated)
gone
I'd recommend against adding support for descriptions and details to the C++ InfoBarDelegate -- especially ...
4 years, 11 months ago (2015-12-29 23:46:14 UTC) #2
please use gerrit instead
On 2015/12/29 23:46:14, dfalcantara wrote: > I'd recommend against adding support for descriptions and details ...
4 years, 11 months ago (2015-12-30 16:31:48 UTC) #5
Justin Donnelly
On 2015/12/30 16:31:48, Rouslan wrote: > On 2015/12/29 23:46:14, dfalcantara wrote: > > I'd recommend ...
4 years, 11 months ago (2015-12-30 18:05:58 UTC) #6
Justin Donnelly
https://codereview.chromium.org/1540423004/diff/120001/chrome/browser/ui/autofill/chrome_autofill_client.h File chrome/browser/ui/autofill/chrome_autofill_client.h (right): https://codereview.chromium.org/1540423004/diff/120001/chrome/browser/ui/autofill/chrome_autofill_client.h#newcode61 chrome/browser/ui/autofill/chrome_autofill_client.h:61: const base::Closure& callback, As long as we're changing the ...
4 years, 11 months ago (2015-12-30 18:06:37 UTC) #7
please use gerrit instead
Evan, do you have an opinion on base class vs. subclass? I was going to ...
4 years, 11 months ago (2015-12-30 18:12:25 UTC) #9
gone
If you're polling for opinions on InfoBarDelegate, you really should be asking pkasting@.
4 years, 11 months ago (2015-12-30 18:29:59 UTC) #10
gone
+pkasting@ For broader context than the mocks in the CL description, here's the current, future-proofed ...
4 years, 11 months ago (2015-12-30 19:35:12 UTC) #12
Peter Kasting
Don't put this stuff in InfoBarDelegate. We can always refactor later to make things more ...
4 years, 11 months ago (2015-12-30 22:50:20 UTC) #13
please use gerrit instead
Justin, PTAL patch 2 overall. Dan, PTAL in patch 2: chrome/android/java/src/org/chromium/chrome/browser/infobar/AutofillCCInfoBar.java chrome/android/java/src/org/chromium/chrome/browser/infobar/AutofillCCInfoBarDelegate.java chrome/browser/ui/android/infobars/autofill_cc_infobar.h chrome/browser/ui/android/infobars/autofill_cc_infobar.cc I ...
4 years, 11 months ago (2016-01-07 01:39:25 UTC) #35
Justin Donnelly
LGTM with nits https://codereview.chromium.org/1540423004/diff/420001/chrome/browser/infobars/infobar_service.h File chrome/browser/infobars/infobar_service.h (right): https://codereview.chromium.org/1540423004/diff/420001/chrome/browser/infobars/infobar_service.h#newcode65 chrome/browser/infobars/infobar_service.h:65: scoped_ptr<infobars::InfoBar> CreateAutofillCCInfoBar( As we discussed offline, ...
4 years, 11 months ago (2016-01-07 18:15:40 UTC) #36
please use gerrit instead
Peter, PTAL everything infobar related in patch 3: chrome/browser/infobars/infobar_service.cc chrome/browser/infobars/infobar_service.h chrome/browser/ui/android/infobars/autofill_cc_infobar.cc chrome/browser/ui/android/infobars/autofill_cc_infobar.h chrome/browser/ui/cocoa/infobars/confirm_infobar_controller.mm chrome/browser/ui/views/infobars/confirm_infobar.cc components/autofill/core/browser/autofill_cc_infobar_delegate.cc ...
4 years, 11 months ago (2016-01-08 00:07:05 UTC) #37
gone
https://codereview.chromium.org/1540423004/diff/420001/chrome/android/java/src/org/chromium/chrome/browser/infobar/AutofillCCInfoBar.java File chrome/android/java/src/org/chromium/chrome/browser/infobar/AutofillCCInfoBar.java (right): https://codereview.chromium.org/1540423004/diff/420001/chrome/android/java/src/org/chromium/chrome/browser/infobar/AutofillCCInfoBar.java#newcode116 chrome/android/java/src/org/chromium/chrome/browser/infobar/AutofillCCInfoBar.java:116: */ nit: Don't need a javadoc here. https://codereview.chromium.org/1540423004/diff/420001/chrome/android/java/src/org/chromium/chrome/browser/infobar/AutofillCCInfoBar.java#newcode127 chrome/android/java/src/org/chromium/chrome/browser/infobar/AutofillCCInfoBar.java:127: ...
4 years, 11 months ago (2016-01-08 00:08:10 UTC) #38
Peter Kasting
https://codereview.chromium.org/1540423004/diff/440001/chrome/browser/ui/android/infobars/autofill_cc_infobar.cc File chrome/browser/ui/android/infobars/autofill_cc_infobar.cc (right): https://codereview.chromium.org/1540423004/diff/440001/chrome/browser/ui/android/infobars/autofill_cc_infobar.cc#newcode43 chrome/browser/ui/android/infobars/autofill_cc_infobar.cc:43: static_cast<autofill::AutofillCCInfoBarDelegate*>(GetDelegate()) You call GetDelegate() twice in this class, and ...
4 years, 11 months ago (2016-01-08 00:34:31 UTC) #39
Evan Stade
https://codereview.chromium.org/1540423004/diff/440001/chrome/browser/ui/android/infobars/autofill_cc_infobar.cc File chrome/browser/ui/android/infobars/autofill_cc_infobar.cc (right): https://codereview.chromium.org/1540423004/diff/440001/chrome/browser/ui/android/infobars/autofill_cc_infobar.cc#newcode34 chrome/browser/ui/android/infobars/autofill_cc_infobar.cc:34: AutofillCCInfoBar::AutofillCCInfoBar( s/CC/Cc https://codereview.chromium.org/1540423004/diff/440001/chrome/browser/ui/views/autofill/save_card_bubble_views.cc File chrome/browser/ui/views/autofill/save_card_bubble_views.cc (right): https://codereview.chromium.org/1540423004/diff/440001/chrome/browser/ui/views/autofill/save_card_bubble_views.cc#newcode232 chrome/browser/ui/views/autofill/save_card_bubble_views.cc:232: for ...
4 years, 11 months ago (2016-01-08 03:14:12 UTC) #40
Peter Kasting
https://codereview.chromium.org/1540423004/diff/440001/chrome/browser/ui/views/autofill/save_card_bubble_views.cc File chrome/browser/ui/views/autofill/save_card_bubble_views.cc (right): https://codereview.chromium.org/1540423004/diff/440001/chrome/browser/ui/views/autofill/save_card_bubble_views.cc#newcode232 chrome/browser/ui/views/autofill/save_card_bubble_views.cc:232: for (const auto& line : controller_->GetLegalMessageLines()) { On 2016/01/08 ...
4 years, 11 months ago (2016-01-08 03:18:43 UTC) #41
Evan Stade
https://codereview.chromium.org/1540423004/diff/440001/chrome/browser/ui/views/autofill/save_card_bubble_views.cc File chrome/browser/ui/views/autofill/save_card_bubble_views.cc (right): https://codereview.chromium.org/1540423004/diff/440001/chrome/browser/ui/views/autofill/save_card_bubble_views.cc#newcode232 chrome/browser/ui/views/autofill/save_card_bubble_views.cc:232: for (const auto& line : controller_->GetLegalMessageLines()) { On 2016/01/08 ...
4 years, 11 months ago (2016-01-08 03:23:57 UTC) #42
Peter Kasting
https://codereview.chromium.org/1540423004/diff/440001/chrome/browser/ui/views/autofill/save_card_bubble_views.cc File chrome/browser/ui/views/autofill/save_card_bubble_views.cc (right): https://codereview.chromium.org/1540423004/diff/440001/chrome/browser/ui/views/autofill/save_card_bubble_views.cc#newcode232 chrome/browser/ui/views/autofill/save_card_bubble_views.cc:232: for (const auto& line : controller_->GetLegalMessageLines()) { On 2016/01/08 ...
4 years, 11 months ago (2016-01-08 07:50:59 UTC) #43
please use gerrit instead
Dan, Evan, Peter: PTAL patch 4. https://codereview.chromium.org/1540423004/diff/420001/chrome/android/java/src/org/chromium/chrome/browser/infobar/AutofillCCInfoBar.java File chrome/android/java/src/org/chromium/chrome/browser/infobar/AutofillCCInfoBar.java (right): https://codereview.chromium.org/1540423004/diff/420001/chrome/android/java/src/org/chromium/chrome/browser/infobar/AutofillCCInfoBar.java#newcode116 chrome/android/java/src/org/chromium/chrome/browser/infobar/AutofillCCInfoBar.java:116: */ On 2016/01/08 ...
4 years, 11 months ago (2016-01-12 00:47:26 UTC) #48
please use gerrit instead
https://codereview.chromium.org/1540423004/diff/420001/components/infobars/core/infobar_manager.h File components/infobars/core/infobar_manager.h (right): https://codereview.chromium.org/1540423004/diff/420001/components/infobars/core/infobar_manager.h#newcode111 components/infobars/core/infobar_manager.h:111: // Returns an autofill credit card saving infobar that ...
4 years, 11 months ago (2016-01-12 00:49:14 UTC) #49
gone
Android bits l-g-t-m, but you've got some compile problems. https://chromiumcodereview.appspot.com/1540423004/diff/540001/chrome/android/java/src/org/chromium/chrome/browser/infobar/AutofillSaveCardInfoBar.java File chrome/android/java/src/org/chromium/chrome/browser/infobar/AutofillSaveCardInfoBar.java (right): https://chromiumcodereview.appspot.com/1540423004/diff/540001/chrome/android/java/src/org/chromium/chrome/browser/infobar/AutofillSaveCardInfoBar.java#newcode26 chrome/android/java/src/org/chromium/chrome/browser/infobar/AutofillSaveCardInfoBar.java:26: ...
4 years, 11 months ago (2016-01-12 19:04:23 UTC) #50
please use gerrit instead
Dan, PTAL patch 5. https://codereview.chromium.org/1540423004/diff/540001/chrome/android/java/src/org/chromium/chrome/browser/infobar/AutofillSaveCardInfoBar.java File chrome/android/java/src/org/chromium/chrome/browser/infobar/AutofillSaveCardInfoBar.java (right): https://codereview.chromium.org/1540423004/diff/540001/chrome/android/java/src/org/chromium/chrome/browser/infobar/AutofillSaveCardInfoBar.java#newcode26 chrome/android/java/src/org/chromium/chrome/browser/infobar/AutofillSaveCardInfoBar.java:26: /** On 2016/01/12 19:04:23, dfalcantara ...
4 years, 11 months ago (2016-01-12 22:58:56 UTC) #53
gone
lgtm % successful compile
4 years, 11 months ago (2016-01-12 23:02:46 UTC) #54
Peter Kasting
Yeah, this is much better structurally. https://codereview.chromium.org/1540423004/diff/540001/chrome/browser/ui/android/infobars/autofill_save_card_infobar.h File chrome/browser/ui/android/infobars/autofill_save_card_infobar.h (right): https://codereview.chromium.org/1540423004/diff/540001/chrome/browser/ui/android/infobars/autofill_save_card_infobar.h#newcode32 chrome/browser/ui/android/infobars/autofill_save_card_infobar.h:32: // ConfirmInfoBar override. ...
4 years, 11 months ago (2016-01-12 23:09:37 UTC) #55
Evan Stade
mostly lg https://codereview.chromium.org/1540423004/diff/600001/chrome/browser/ui/autofill/chrome_autofill_client.cc File chrome/browser/ui/autofill/chrome_autofill_client.cc (right): https://codereview.chromium.org/1540423004/diff/600001/chrome/browser/ui/autofill/chrome_autofill_client.cc#newcode222 chrome/browser/ui/autofill/chrome_autofill_client.cc:222: #endif // defined(OS_ANDROID) || defined(OS_IOS) I never ...
4 years, 11 months ago (2016-01-13 04:09:19 UTC) #56
Justin Donnelly
https://codereview.chromium.org/1540423004/diff/600001/components/autofill/core/browser/credit_card.h File components/autofill/core/browser/credit_card.h (right): https://codereview.chromium.org/1540423004/diff/600001/components/autofill/core/browser/credit_card.h#newcode119 components/autofill/core/browser/credit_card.h:119: base::string16 AbbreviatedExpirationDateForDisplay() const; On 2016/01/13 04:09:19, Evan Stade wrote: ...
4 years, 11 months ago (2016-01-13 15:32:28 UTC) #57
please use gerrit instead
Evan and Peter, PTAL patch 6. Rohit, OWNERS PTAL ios/* in patch 6. Bo, OWNERS ...
4 years, 11 months ago (2016-01-13 21:22:10 UTC) #61
boliu
android_webview rs lgtm
4 years, 11 months ago (2016-01-13 21:30:04 UTC) #62
Peter Kasting
https://codereview.chromium.org/1540423004/diff/540001/components/autofill/core/browser/legal_message_line_unittest.cc File components/autofill/core/browser/legal_message_line_unittest.cc (right): https://codereview.chromium.org/1540423004/diff/540001/components/autofill/core/browser/legal_message_line_unittest.cc#newcode35 components/autofill/core/browser/legal_message_line_unittest.cc:35: static bool CompareLegalMessages(const LegalMessageLine& single_line, On 2016/01/13 21:22:09, Rouslan ...
4 years, 11 months ago (2016-01-13 22:10:25 UTC) #63
Evan Stade
https://codereview.chromium.org/1540423004/diff/600001/chrome/browser/ui/views/autofill/save_card_bubble_views.cc File chrome/browser/ui/views/autofill/save_card_bubble_views.cc (right): https://codereview.chromium.org/1540423004/diff/600001/chrome/browser/ui/views/autofill/save_card_bubble_views.cc#newcode232 chrome/browser/ui/views/autofill/save_card_bubble_views.cc:232: for (const auto& line : controller_->GetLegalMessageLines()) On 2016/01/13 22:10:25, ...
4 years, 11 months ago (2016-01-13 22:52:41 UTC) #64
Peter Kasting
https://codereview.chromium.org/1540423004/diff/600001/chrome/browser/ui/views/autofill/save_card_bubble_views.cc File chrome/browser/ui/views/autofill/save_card_bubble_views.cc (right): https://codereview.chromium.org/1540423004/diff/600001/chrome/browser/ui/views/autofill/save_card_bubble_views.cc#newcode232 chrome/browser/ui/views/autofill/save_card_bubble_views.cc:232: for (const auto& line : controller_->GetLegalMessageLines()) On 2016/01/13 22:52:40, ...
4 years, 11 months ago (2016-01-13 23:25:31 UTC) #65
Evan Stade
> So I'm confused why you don't feel this is similar to the style guide ...
4 years, 11 months ago (2016-01-13 23:27:43 UTC) #66
Peter Kasting
On 2016/01/13 23:27:43, Evan Stade wrote: > > So I'm confused why you don't feel ...
4 years, 11 months ago (2016-01-13 23:40:31 UTC) #67
rohitrao (ping after 24h)
ios/ changes LGTM I was a bit surprised to see ios changes when the CL ...
4 years, 11 months ago (2016-01-14 00:12:07 UTC) #68
please use gerrit instead
Evan and Peter, ptal patch 6. On 2016/01/14 00:12:07, rohitrao wrote: > I was a ...
4 years, 11 months ago (2016-01-14 02:39:40 UTC) #72
Peter Kasting
LGTM https://codereview.chromium.org/1540423004/diff/600001/chrome/browser/ui/views/autofill/save_card_bubble_views.cc File chrome/browser/ui/views/autofill/save_card_bubble_views.cc (right): https://codereview.chromium.org/1540423004/diff/600001/chrome/browser/ui/views/autofill/save_card_bubble_views.cc#newcode232 chrome/browser/ui/views/autofill/save_card_bubble_views.cc:232: for (const auto& line : controller_->GetLegalMessageLines()) On 2016/01/14 ...
4 years, 11 months ago (2016-01-14 04:19:25 UTC) #73
please use gerrit instead
Evan, ptal patch 7. https://codereview.chromium.org/1540423004/diff/680001/components/autofill/core/browser/legal_message_line.cc File components/autofill/core/browser/legal_message_line.cc (right): https://codereview.chromium.org/1540423004/diff/680001/components/autofill/core/browser/legal_message_line.cc#newcode117 components/autofill/core/browser/legal_message_line.cc:117: links_.emplace_back(Link{gfx::Range(), GURL(url)}); On 2016/01/14 04:19:25, ...
4 years, 11 months ago (2016-01-14 17:51:57 UTC) #74
Justin Donnelly
lgtm with nits I spoke with Evan and he said it's fine to tbr him ...
4 years, 11 months ago (2016-01-14 18:32:10 UTC) #75
please use gerrit instead
TBR-ing Evan and sending to cq. https://codereview.chromium.org/1540423004/diff/720001/components/autofill/core/browser/autofill_cc_infobar_delegate.cc File components/autofill/core/browser/autofill_cc_infobar_delegate.cc (right): https://codereview.chromium.org/1540423004/diff/720001/components/autofill/core/browser/autofill_cc_infobar_delegate.cc#newcode49 components/autofill/core/browser/autofill_cc_infobar_delegate.cc:49: base::string16 AutofillCCInfoBarDelegate::GetLinkText() const ...
4 years, 11 months ago (2016-01-14 18:48:43 UTC) #77
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1540423004/760001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1540423004/760001
4 years, 11 months ago (2016-01-14 18:50:58 UTC) #80
commit-bot: I haz the power
Committed patchset #10 (id:760001)
4 years, 11 months ago (2016-01-14 20:10:50 UTC) #81
commit-bot: I haz the power
Patchset 10 (id:??) landed as https://crrev.com/acfb6cffa322cac5195cc49f573809f7426061e8 Cr-Commit-Position: refs/heads/master@{#369521}
4 years, 11 months ago (2016-01-14 20:11:55 UTC) #83
Evan Stade
4 years, 11 months ago (2016-01-19 19:37:13 UTC) #84
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698