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

Issue 21668003: Implement newly saved card bubble for realz and update generated card bubble to (Closed)

Created:
7 years, 4 months ago by Dan Beam
Modified:
7 years, 4 months ago
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

Implement newly saved card bubble for realz and update generated card bubble to match mocks and updated product requirements. Because these bubbles are not particularly similar any more, this CL splits them into separate interfaces (and hence separate controllers, files, test, etc.). Functional changes to generated card bubble: - removed link from bottom - added link to end of header text Functional changes to new card bubble: - removed bubble/window title - added card description (icon + title + label) - made link and header text real translations R=estade@chromium.org BUG=263156, 263158 TBR=sky@chromium.org (for 1 char change to ui/views/window/non_client_view.h) NOTRY=True Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216880

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : nits #

Patch Set 4 : . #

Total comments: 14

Patch Set 5 : . #

Patch Set 6 : . #

Patch Set 7 : compiling #

Patch Set 8 : . #

Patch Set 9 : . #

Patch Set 10 : . #

Patch Set 11 : . #

Patch Set 12 : . #

Patch Set 13 : compile #

Total comments: 16

Patch Set 14 : . #

Patch Set 15 : . #

Patch Set 16 : alpha #

Patch Set 17 : . #

Patch Set 18 : . #

Patch Set 19 : . #

Patch Set 20 : android compile #

Patch Set 21 : android #

Patch Set 22 : gyp magic #

Patch Set 23 : . #

Patch Set 24 : try; try again #

Patch Set 25 : gar #

Patch Set 26 : readability review comments #

Patch Set 27 : . #

Total comments: 2

Patch Set 28 : . #

Total comments: 20

Patch Set 29 : . #

Patch Set 30 : . #

Total comments: 10

Patch Set 31 : pkasting@ review #

Patch Set 32 : thestig@ review #

Patch Set 33 : gyp'd #

Total comments: 1

Patch Set 34 : . #

Patch Set 35 : merge #

Patch Set 36 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1756 lines, -1340 lines) Patch
M chrome/app/chromium_strings.grd View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/app/google_chrome_strings.grd View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/prefs/browser_prefs.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/autofill/OWNERS View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
D chrome/browser/ui/autofill/autofill_credit_card_bubble.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +0 lines, -49 lines 0 comments Download
D chrome/browser/ui/autofill/autofill_credit_card_bubble.cc View 1 2 3 4 1 chunk +0 lines, -23 lines 0 comments Download
D chrome/browser/ui/autofill/autofill_credit_card_bubble_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +0 lines, -195 lines 0 comments Download
D chrome/browser/ui/autofill/autofill_credit_card_bubble_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +0 lines, -335 lines 0 comments Download
D chrome/browser/ui/autofill/autofill_credit_card_bubble_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +0 lines, -244 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 1 chunk +6 lines, -0 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 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 4 chunks +42 lines, -5 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 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 15 chunks +59 lines, -46 lines 0 comments Download
A chrome/browser/ui/autofill/generated_credit_card_bubble_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +169 lines, -0 lines 0 comments Download
A chrome/browser/ui/autofill/generated_credit_card_bubble_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +258 lines, -0 lines 0 comments Download
A chrome/browser/ui/autofill/generated_credit_card_bubble_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +214 lines, -0 lines 0 comments Download
A chrome/browser/ui/autofill/generated_credit_card_bubble_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +41 lines, -0 lines 0 comments Download
A chrome/browser/ui/autofill/generated_credit_card_bubble_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +24 lines, -0 lines 0 comments Download
A chrome/browser/ui/autofill/mock_new_credit_card_bubble_controller.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +44 lines, -0 lines 0 comments Download
A chrome/browser/ui/autofill/mock_new_credit_card_bubble_controller.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +30 lines, -0 lines 0 comments Download
A chrome/browser/ui/autofill/new_credit_card_bubble_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +132 lines, -0 lines 0 comments Download
A chrome/browser/ui/autofill/new_credit_card_bubble_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +132 lines, -0 lines 0 comments Download
A chrome/browser/ui/autofill/new_credit_card_bubble_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +38 lines, -0 lines 0 comments Download
A chrome/browser/ui/autofill/new_credit_card_bubble_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +23 lines, -0 lines 0 comments Download
M chrome/browser/ui/autofill/test_autofill_credit_card_bubble.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -53 lines 0 comments Download
M chrome/browser/ui/autofill/test_autofill_credit_card_bubble.cc View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -40 lines 0 comments Download
A chrome/browser/ui/autofill/test_generated_credit_card_bubble_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +57 lines, -0 lines 0 comments Download
A chrome/browser/ui/autofill/test_generated_credit_card_bubble_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +43 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/gtk/location_bar_view_gtk.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/gtk/location_bar_view_gtk.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/omnibox/location_bar.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/autofill/autofill_credit_card_bubble_views.h View 1 2 3 4 1 chunk +0 lines, -58 lines 0 comments Download
D chrome/browser/ui/views/autofill/autofill_credit_card_bubble_views.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +0 lines, -116 lines 0 comments Download
A chrome/browser/ui/views/autofill/generated_credit_card_bubble_views.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +60 lines, -0 lines 0 comments Download
A chrome/browser/ui/views/autofill/generated_credit_card_bubble_views.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +108 lines, -0 lines 0 comments Download
A chrome/browser/ui/views/autofill/new_credit_card_bubble_views.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +56 lines, -0 lines 0 comments Download
A chrome/browser/ui/views/autofill/new_credit_card_bubble_views.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +121 lines, -0 lines 0 comments Download
D chrome/browser/ui/views/location_bar/autofill_credit_card_view.h View 1 2 3 4 1 chunk +0 lines, -54 lines 0 comments Download
D chrome/browser/ui/views/location_bar/autofill_credit_card_view.cc View 1 2 3 4 1 chunk +0 lines, -52 lines 0 comments Download
A + chrome/browser/ui/views/location_bar/generated_credit_card_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 3 chunks +14 lines, -14 lines 0 comments Download
A + chrome/browser/ui/views/location_bar/generated_credit_card_view.cc View 1 2 3 4 5 6 3 chunks +12 lines, -12 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 7 chunks +11 lines, -11 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 5 chunks +15 lines, -8 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 3 chunks +7 lines, -3 lines 0 comments Download
M chrome/test/base/test_location_bar.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M ui/views/bubble/bubble_frame_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +4 lines, -0 lines 0 comments Download
M ui/views/bubble/bubble_frame_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +5 lines, -0 lines 0 comments Download
M ui/views/window/non_client_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 30 (0 generated)
Dan Beam
7 years, 4 months ago (2013-08-02 04:21:52 UTC) #1
Evan Stade
given the differences in behavior and appearance, I'm not convinced that both these bubbles should ...
7 years, 4 months ago (2013-08-02 16:29:45 UTC) #2
Dan Beam
On 2013/08/02 16:29:45, Evan Stade wrote: > given the differences in behavior and appearance, I'm ...
7 years, 4 months ago (2013-08-02 17:24:48 UTC) #3
Dan Beam
https://codereview.chromium.org/21668003/diff/7001/chrome/browser/ui/autofill/autofill_credit_card_bubble_controller.cc File chrome/browser/ui/autofill/autofill_credit_card_bubble_controller.cc (right): https://codereview.chromium.org/21668003/diff/7001/chrome/browser/ui/autofill/autofill_credit_card_bubble_controller.cc#newcode300 chrome/browser/ui/autofill/autofill_credit_card_bubble_controller.cc:300: if (!IsGeneratedCardBubble()) { On 2013/08/02 16:29:45, Evan Stade wrote: ...
7 years, 4 months ago (2013-08-06 02:41:34 UTC) #4
Evan Stade
https://codereview.chromium.org/21668003/diff/42001/chrome/browser/ui/autofill/generated_credit_card_bubble.cc File chrome/browser/ui/autofill/generated_credit_card_bubble.cc (right): https://codereview.chromium.org/21668003/diff/42001/chrome/browser/ui/autofill/generated_credit_card_bubble.cc#newcode1 chrome/browser/ui/autofill/generated_credit_card_bubble.cc:1: // Copyright 2013 The Chromium Authors. All rights reserved. ...
7 years, 4 months ago (2013-08-06 22:06:24 UTC) #5
Dan Beam
https://codereview.chromium.org/21668003/diff/42001/chrome/browser/ui/autofill/generated_credit_card_bubble.cc File chrome/browser/ui/autofill/generated_credit_card_bubble.cc (right): https://codereview.chromium.org/21668003/diff/42001/chrome/browser/ui/autofill/generated_credit_card_bubble.cc#newcode1 chrome/browser/ui/autofill/generated_credit_card_bubble.cc:1: // Copyright 2013 The Chromium Authors. All rights reserved. ...
7 years, 4 months ago (2013-08-07 02:30:22 UTC) #6
Dan Beam
ping
7 years, 4 months ago (2013-08-07 22:11:09 UTC) #7
Evan Stade
+msw for bubble changes (Mike, are you the right person for bubble interface changes? if ...
7 years, 4 months ago (2013-08-07 23:31:20 UTC) #8
Dan Beam
https://chromiumcodereview.appspot.com/21668003/diff/42001/chrome/browser/ui/views/autofill/new_credit_card_bubble_views.cc File chrome/browser/ui/views/autofill/new_credit_card_bubble_views.cc (right): https://chromiumcodereview.appspot.com/21668003/diff/42001/chrome/browser/ui/views/autofill/new_credit_card_bubble_views.cc#newcode29 chrome/browser/ui/views/autofill/new_credit_card_bubble_views.cc:29: chrome::GetActiveDesktop()); On 2013/08/07 23:31:21, Evan Stade wrote: > On ...
7 years, 4 months ago (2013-08-08 05:23:48 UTC) #9
Dan Beam
On 2013/08/08 05:23:48, Dan Beam wrote: > https://chromiumcodereview.appspot.com/21668003/diff/42001/chrome/browser/ui/views/autofill/new_credit_card_bubble_views.cc > File chrome/browser/ui/views/autofill/new_credit_card_bubble_views.cc (right): > > https://chromiumcodereview.appspot.com/21668003/diff/42001/chrome/browser/ui/views/autofill/new_credit_card_bubble_views.cc#newcode29 ...
7 years, 4 months ago (2013-08-08 05:39:52 UTC) #10
msw
Yep, I'm the right OWNER for Views bubbles. https://chromiumcodereview.appspot.com/21668003/diff/54002/ui/views/bubble/bubble_delegate.cc File ui/views/bubble/bubble_delegate.cc (right): https://chromiumcodereview.appspot.com/21668003/diff/54002/ui/views/bubble/bubble_delegate.cc#newcode213 ui/views/bubble/bubble_delegate.cc:213: BubbleFrameView* ...
7 years, 4 months ago (2013-08-08 18:34:25 UTC) #11
Dan Beam
https://chromiumcodereview.appspot.com/21668003/diff/54002/ui/views/bubble/bubble_delegate.cc File ui/views/bubble/bubble_delegate.cc (right): https://chromiumcodereview.appspot.com/21668003/diff/54002/ui/views/bubble/bubble_delegate.cc#newcode213 ui/views/bubble/bubble_delegate.cc:213: BubbleFrameView* frame = new BubbleFrameView(match_title_margins_ ? On 2013/08/08 18:34:26, ...
7 years, 4 months ago (2013-08-08 21:15:58 UTC) #12
msw
Bubble LGTM with nits and a q. https://chromiumcodereview.appspot.com/21668003/diff/124001/ui/views/bubble/bubble_delegate.cc File ui/views/bubble/bubble_delegate.cc (right): https://chromiumcodereview.appspot.com/21668003/diff/124001/ui/views/bubble/bubble_delegate.cc#newcode385 ui/views/bubble/bubble_delegate.cc:385: NonClientFrameView* fv ...
7 years, 4 months ago (2013-08-08 21:56:51 UTC) #13
Evan Stade
mostly nits https://codereview.chromium.org/21668003/diff/124001/chrome/browser/ui/autofill/generated_credit_card_bubble.h File chrome/browser/ui/autofill/generated_credit_card_bubble.h (right): https://codereview.chromium.org/21668003/diff/124001/chrome/browser/ui/autofill/generated_credit_card_bubble.h#newcode23 chrome/browser/ui/autofill/generated_credit_card_bubble.h:23: class GeneratedCreditCardBubble { I think this should ...
7 years, 4 months ago (2013-08-08 22:43:20 UTC) #14
Dan Beam
https://chromiumcodereview.appspot.com/21668003/diff/124001/chrome/browser/ui/autofill/generated_credit_card_bubble.h File chrome/browser/ui/autofill/generated_credit_card_bubble.h (right): https://chromiumcodereview.appspot.com/21668003/diff/124001/chrome/browser/ui/autofill/generated_credit_card_bubble.h#newcode23 chrome/browser/ui/autofill/generated_credit_card_bubble.h:23: class GeneratedCreditCardBubble { On 2013/08/08 22:43:20, Evan Stade wrote: ...
7 years, 4 months ago (2013-08-09 01:47:57 UTC) #15
Dan Beam
+pkasting@ for *location_bar* +thestig@ for chrome/*.gypi, chrome/test/, chrome/browser/prefs/ msw@: FYI, I didn't end up needing ...
7 years, 4 months ago (2013-08-09 02:11:25 UTC) #16
Lei Zhang
https://chromiumcodereview.appspot.com/21668003/diff/151001/chrome/browser/prefs/browser_prefs.cc File chrome/browser/prefs/browser_prefs.cc (right): https://chromiumcodereview.appspot.com/21668003/diff/151001/chrome/browser/prefs/browser_prefs.cc#newcode76 chrome/browser/prefs/browser_prefs.cc:76: #include "chrome/browser/ui/autofill/generated_credit_card_bubble_controller.h" Do this down near line 157 instead. ...
7 years, 4 months ago (2013-08-09 04:51:56 UTC) #17
Peter Kasting
LGTM https://chromiumcodereview.appspot.com/21668003/diff/151001/chrome/browser/ui/omnibox/location_bar.h File chrome/browser/ui/omnibox/location_bar.h (right): https://chromiumcodereview.appspot.com/21668003/diff/151001/chrome/browser/ui/omnibox/location_bar.h#newcode67 chrome/browser/ui/omnibox/location_bar.h:67: // Updates the generated credit card view. This ...
7 years, 4 months ago (2013-08-09 18:15:27 UTC) #18
Dan Beam
https://chromiumcodereview.appspot.com/21668003/diff/151001/chrome/browser/prefs/browser_prefs.cc File chrome/browser/prefs/browser_prefs.cc (right): https://chromiumcodereview.appspot.com/21668003/diff/151001/chrome/browser/prefs/browser_prefs.cc#newcode76 chrome/browser/prefs/browser_prefs.cc:76: #include "chrome/browser/ui/autofill/generated_credit_card_bubble_controller.h" On 2013/08/09 04:51:57, Lei Zhang wrote: > ...
7 years, 4 months ago (2013-08-09 18:56:54 UTC) #19
Evan Stade
lgtm
7 years, 4 months ago (2013-08-09 23:29:37 UTC) #20
Dan Beam
https://chromiumcodereview.appspot.com/21668003/diff/169001/chrome/chrome_browser_ui.gypi File chrome/chrome_browser_ui.gypi (right): https://chromiumcodereview.appspot.com/21668003/diff/169001/chrome/chrome_browser_ui.gypi#newcode2889 chrome/chrome_browser_ui.gypi:2889: ['exclude', '^browser/ui/autofill/.*credit_card_bubble.*'], thestig@: ^ this fixed, thanks for your ...
7 years, 4 months ago (2013-08-09 23:30:22 UTC) #21
Lei Zhang
lgtm
7 years, 4 months ago (2013-08-09 23:41:19 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dbeam@chromium.org/21668003/178001
7 years, 4 months ago (2013-08-10 00:05:17 UTC) #23
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:28:10 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dbeam@chromium.org/21668003/178001
7 years, 4 months ago (2013-08-10 00:33:56 UTC) #25
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=186169
7 years, 4 months ago (2013-08-10 08:57:02 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dbeam@chromium.org/21668003/178001
7 years, 4 months ago (2013-08-10 10:39:21 UTC) #27
commit-bot: I haz the power
Failed to apply patch for chrome/browser/prefs/browser_prefs.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 4 months ago (2013-08-10 10:39:38 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dbeam@chromium.org/21668003/196001
7 years, 4 months ago (2013-08-10 17:41:06 UTC) #29
commit-bot: I haz the power
7 years, 4 months ago (2013-08-10 18:13:18 UTC) #30
Message was sent while issue was closed.
Change committed as 216880

Powered by Google App Engine
This is Rietveld 408576698