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

Issue 11359198: Implement the Instant extended API startMargin, endMargin, and rtl properties and the onmarginchang… (Closed)

Created:
8 years, 1 month ago by melevin
Modified:
8 years ago
CC:
chromium-reviews, tfarina, sreeram, gideonwald, dominich, Aaron Boodman, David Black, chromium-apps-reviews_chromium.org, darin-cc_chromium.org, James Su, Jered
Visibility:
Public.

Description

Implement the Instant extended API startMargin, endMargin, and rtl properties and the onmarginchange event for Views only. BUG=153403 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=173028

Patch Set 1 #

Total comments: 9

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Total comments: 19

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Total comments: 20

Patch Set 8 : #

Total comments: 10

Patch Set 9 : #

Patch Set 10 : Sync to head #

Patch Set 11 : Rebase after r171018 #

Total comments: 24

Patch Set 12 : #

Total comments: 2

Patch Set 13 : #

Total comments: 7

Patch Set 14 : #

Patch Set 15 : #

Patch Set 16 : Sync to head #

Patch Set 17 : Sync to head #

Patch Set 18 : Fix Mac build error (PopupChangedBoundsTo -> OnPopupChangedBounds) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+232 lines, -63 lines) Patch
M chrome/browser/instant/instant_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/instant/instant_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +6 lines, -2 lines 0 comments Download
M chrome/browser/instant/instant_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +18 lines, -9 lines 0 comments Download
M chrome/browser/instant/instant_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 6 chunks +27 lines, -11 lines 0 comments Download
M chrome/browser/instant/instant_loader.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/instant/instant_loader.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +6 lines, -2 lines 0 comments Download
M chrome/browser/instant/instant_tab.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/instant/instant_tab.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser_instant_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser_instant_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/omnibox/omnibox_edit_model.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/omnibox/omnibox_edit_model.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +4 lines, -4 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 1 chunk +1 line, -0 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 3 chunks +15 lines, -0 lines 0 comments Download
M chrome/common/render_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +6 lines, -2 lines 0 comments Download
M chrome/renderer/resources/extensions/searchbox_api.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +7 lines, -0 lines 0 comments Download
M chrome/renderer/searchbox/searchbox.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 4 chunks +16 lines, -3 lines 0 comments Download
M chrome/renderer/searchbox/searchbox.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 5 chunks +43 lines, -19 lines 0 comments Download
M chrome/renderer/searchbox/searchbox_extension.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/searchbox/searchbox_extension.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 9 chunks +58 lines, -4 lines 0 comments Download
M content/public/renderer/render_view_observer.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M content/public/renderer/render_view_observer.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 56 (0 generated)
dhollowa
https://codereview.chromium.org/11359198/diff/1/chrome/browser/instant/instant_controller.h File chrome/browser/instant/instant_controller.h (right): https://codereview.chromium.org/11359198/diff/1/chrome/browser/instant/instant_controller.h#newcode95 chrome/browser/instant/instant_controller.h:95: void SetPopupBounds(const gfx::Rect& bounds); Are both the popup bounds ...
8 years, 1 month ago (2012-11-14 17:20:46 UTC) #1
samarth
As we discussed offline yesterday, for the margin, we may really care about where the ...
8 years, 1 month ago (2012-11-14 19:02:04 UTC) #2
melevin
https://codereview.chromium.org/11359198/diff/1/chrome/browser/instant/instant_controller.h File chrome/browser/instant/instant_controller.h (right): https://codereview.chromium.org/11359198/diff/1/chrome/browser/instant/instant_controller.h#newcode95 chrome/browser/instant/instant_controller.h:95: void SetPopupBounds(const gfx::Rect& bounds); On 2012/11/14 19:02:04, samarth wrote: ...
8 years, 1 month ago (2012-11-14 22:16:26 UTC) #3
dhollowa
https://codereview.chromium.org/11359198/diff/1/chrome/browser/instant/instant_controller.h File chrome/browser/instant/instant_controller.h (right): https://codereview.chromium.org/11359198/diff/1/chrome/browser/instant/instant_controller.h#newcode95 chrome/browser/instant/instant_controller.h:95: void SetPopupBounds(const gfx::Rect& bounds); On 2012/11/14 22:16:27, melevin wrote: ...
8 years, 1 month ago (2012-11-14 22:53:55 UTC) #4
melevin
https://codereview.chromium.org/11359198/diff/1/chrome/browser/instant/instant_controller.h File chrome/browser/instant/instant_controller.h (right): https://codereview.chromium.org/11359198/diff/1/chrome/browser/instant/instant_controller.h#newcode95 chrome/browser/instant/instant_controller.h:95: void SetPopupBounds(const gfx::Rect& bounds); On 2012/11/14 22:53:56, dhollowa wrote: ...
8 years, 1 month ago (2012-11-15 23:40:01 UTC) #5
dhollowa
https://codereview.chromium.org/11359198/diff/9001/chrome/browser/instant/instant_controller.h File chrome/browser/instant/instant_controller.h (right): https://codereview.chromium.org/11359198/diff/9001/chrome/browser/instant/instant_controller.h#newcode99 chrome/browser/instant/instant_controller.h:99: void SetMarginSize(int start, int end); My understanding is that ...
8 years, 1 month ago (2012-11-15 23:55:14 UTC) #6
melevin
https://codereview.chromium.org/11359198/diff/9001/chrome/browser/instant/instant_controller.h File chrome/browser/instant/instant_controller.h (right): https://codereview.chromium.org/11359198/diff/9001/chrome/browser/instant/instant_controller.h#newcode99 chrome/browser/instant/instant_controller.h:99: void SetMarginSize(int start, int end); On 2012/11/15 23:55:14, dhollowa ...
8 years, 1 month ago (2012-11-16 00:12:42 UTC) #7
dhollowa
http://codereview.chromium.org/11359198/diff/13001/chrome/browser/ui/omnibox/omnibox_edit_model.cc File chrome/browser/ui/omnibox/omnibox_edit_model.cc (right): http://codereview.chromium.org/11359198/diff/13001/chrome/browser/ui/omnibox/omnibox_edit_model.cc#newcode1021 chrome/browser/ui/omnibox/omnibox_edit_model.cc:1021: if (base::i18n::IsRTL()) { A couple questions. (1) Isn't this ...
8 years, 1 month ago (2012-11-16 17:29:02 UTC) #8
samarth
http://codereview.chromium.org/11359198/diff/13001/chrome/browser/instant/instant_controller.cc File chrome/browser/instant/instant_controller.cc (right): http://codereview.chromium.org/11359198/diff/13001/chrome/browser/instant/instant_controller.cc#newcode45 chrome/browser/instant/instant_controller.cc:45: // An artificial delay (in milliseconds) we introduce before ...
8 years, 1 month ago (2012-11-16 22:08:26 UTC) #9
dhollowa
http://codereview.chromium.org/11359198/diff/13001/chrome/browser/ui/omnibox/omnibox_edit_model.cc File chrome/browser/ui/omnibox/omnibox_edit_model.cc (right): http://codereview.chromium.org/11359198/diff/13001/chrome/browser/ui/omnibox/omnibox_edit_model.cc#newcode1021 chrome/browser/ui/omnibox/omnibox_edit_model.cc:1021: if (base::i18n::IsRTL()) { On 2012/11/16 22:08:26, samarth wrote: > ...
8 years, 1 month ago (2012-11-16 22:14:27 UTC) #10
melevin
http://codereview.chromium.org/11359198/diff/13001/chrome/browser/ui/omnibox/omnibox_edit_model.cc File chrome/browser/ui/omnibox/omnibox_edit_model.cc (right): http://codereview.chromium.org/11359198/diff/13001/chrome/browser/ui/omnibox/omnibox_edit_model.cc#newcode1021 chrome/browser/ui/omnibox/omnibox_edit_model.cc:1021: if (base::i18n::IsRTL()) { On 2012/11/16 17:29:03, dhollowa wrote: > ...
8 years, 1 month ago (2012-11-16 22:17:14 UTC) #11
melevin
http://codereview.chromium.org/11359198/diff/13001/chrome/browser/instant/instant_controller.cc File chrome/browser/instant/instant_controller.cc (right): http://codereview.chromium.org/11359198/diff/13001/chrome/browser/instant/instant_controller.cc#newcode45 chrome/browser/instant/instant_controller.cc:45: // An artificial delay (in milliseconds) we introduce before ...
8 years, 1 month ago (2012-11-16 22:34:43 UTC) #12
samarth
http://codereview.chromium.org/11359198/diff/13001/chrome/browser/instant/instant_controller.cc File chrome/browser/instant/instant_controller.cc (right): http://codereview.chromium.org/11359198/diff/13001/chrome/browser/instant/instant_controller.cc#newcode344 chrome/browser/instant/instant_controller.cc:344: // Clear the margins so they are set when ...
8 years, 1 month ago (2012-11-19 21:42:44 UTC) #13
melevin
https://codereview.chromium.org/11359198/diff/13001/chrome/browser/instant/instant_controller.cc File chrome/browser/instant/instant_controller.cc (right): https://codereview.chromium.org/11359198/diff/13001/chrome/browser/instant/instant_controller.cc#newcode344 chrome/browser/instant/instant_controller.cc:344: // Clear the margins so they are set when ...
8 years, 1 month ago (2012-11-20 22:32:20 UTC) #14
samarth
https://codereview.chromium.org/11359198/diff/13001/chrome/browser/instant/instant_controller.cc File chrome/browser/instant/instant_controller.cc (right): https://codereview.chromium.org/11359198/diff/13001/chrome/browser/instant/instant_controller.cc#newcode344 chrome/browser/instant/instant_controller.cc:344: // Clear the margins so they are set when ...
8 years, 1 month ago (2012-11-20 22:47:37 UTC) #15
melevin
On 2012/11/20 22:47:37, samarth wrote: > > I only see the instant URL being communicated ...
8 years, 1 month ago (2012-11-21 22:06:30 UTC) #16
samarth
On 2012/11/21 22:06:30, melevin wrote: > On 2012/11/20 22:47:37, samarth wrote: > > > I ...
8 years, 1 month ago (2012-11-21 23:43:50 UTC) #17
melevin
On 2012/11/21 23:43:50, samarth wrote: > On 2012/11/21 22:06:30, melevin wrote: > > On 2012/11/20 ...
8 years ago (2012-11-28 00:34:53 UTC) #18
samarth
A few nits below but otherwise lgtm. https://codereview.chromium.org/11359198/diff/9003/chrome/browser/instant/instant_controller.cc File chrome/browser/instant/instant_controller.cc (right): https://codereview.chromium.org/11359198/diff/9003/chrome/browser/instant/instant_controller.cc#newcode717 chrome/browser/instant/instant_controller.cc:717: // Ensure ...
8 years ago (2012-11-28 03:51:19 UTC) #19
dhollowa
LGTM w/ nits. https://codereview.chromium.org/11359198/diff/9003/chrome/browser/ui/omnibox/omnibox_edit_model.cc File chrome/browser/ui/omnibox/omnibox_edit_model.cc (right): https://codereview.chromium.org/11359198/diff/9003/chrome/browser/ui/omnibox/omnibox_edit_model.cc#newcode1014 chrome/browser/ui/omnibox/omnibox_edit_model.cc:1014: int tmp = start; std::swap(start, end) ...
8 years ago (2012-11-28 16:44:08 UTC) #20
melevin
Adding sky@ for chrome/common changes. https://codereview.chromium.org/11359198/diff/9003/chrome/browser/instant/instant_controller.cc File chrome/browser/instant/instant_controller.cc (right): https://codereview.chromium.org/11359198/diff/9003/chrome/browser/instant/instant_controller.cc#newcode717 chrome/browser/instant/instant_controller.cc:717: // Ensure the searchbox ...
8 years ago (2012-11-28 20:28:18 UTC) #21
dhollowa
https://codereview.chromium.org/11359198/diff/9003/chrome/browser/ui/omnibox/omnibox_edit_model.cc File chrome/browser/ui/omnibox/omnibox_edit_model.cc (right): https://codereview.chromium.org/11359198/diff/9003/chrome/browser/ui/omnibox/omnibox_edit_model.cc#newcode1014 chrome/browser/ui/omnibox/omnibox_edit_model.cc:1014: int tmp = start; On 2012/11/28 20:28:19, melevin wrote: ...
8 years ago (2012-11-28 20:44:33 UTC) #22
melevin
https://codereview.chromium.org/11359198/diff/9003/chrome/renderer/searchbox/searchbox.h File chrome/renderer/searchbox/searchbox.h (right): https://codereview.chromium.org/11359198/diff/9003/chrome/renderer/searchbox/searchbox.h#newcode79 chrome/renderer/searchbox/searchbox.h:79: double GetZoom(); On 2012/11/28 20:44:33, dhollowa wrote: > On ...
8 years ago (2012-11-28 21:39:23 UTC) #23
dhollowa
On 2012/11/28 21:39:23, melevin wrote: > https://codereview.chromium.org/11359198/diff/9003/chrome/renderer/searchbox/searchbox.h > File chrome/renderer/searchbox/searchbox.h (right): > > https://codereview.chromium.org/11359198/diff/9003/chrome/renderer/searchbox/searchbox.h#newcode79 > ...
8 years ago (2012-11-28 21:52:55 UTC) #24
melevin
On 2012/11/28 21:52:55, dhollowa wrote: > On 2012/11/28 21:39:23, melevin wrote: > > > https://codereview.chromium.org/11359198/diff/9003/chrome/renderer/searchbox/searchbox.h ...
8 years ago (2012-11-28 22:01:14 UTC) #25
sky
https://codereview.chromium.org/11359198/diff/13002/chrome/browser/ui/omnibox/omnibox_edit_model.cc File chrome/browser/ui/omnibox/omnibox_edit_model.cc (right): https://codereview.chromium.org/11359198/diff/13002/chrome/browser/ui/omnibox/omnibox_edit_model.cc#newcode1008 chrome/browser/ui/omnibox/omnibox_edit_model.cc:1008: void OmniboxEditModel::OnOmniboxBoundsChanged(const gfx::Rect& omnibox_bounds, Passing bounds like this strikes ...
8 years ago (2012-11-28 22:29:01 UTC) #26
Jói
LGTM for content/public.
8 years ago (2012-11-29 16:33:25 UTC) #27
sreeram
https://codereview.chromium.org/11359198/diff/13002/chrome/browser/instant/instant_controller.cc File chrome/browser/instant/instant_controller.cc (right): https://codereview.chromium.org/11359198/diff/13002/chrome/browser/instant/instant_controller.cc#newcode340 chrome/browser/instant/instant_controller.cc:340: !GetPreviewContents() || loader_->IsPointerDownFromActivate()) Add "|| !extended_enabled_". Remove "loader_->IsPointerDownFromActivate()". It ...
8 years ago (2012-11-29 19:22:48 UTC) #28
melevin
https://codereview.chromium.org/11359198/diff/13002/chrome/browser/instant/instant_controller.cc File chrome/browser/instant/instant_controller.cc (right): https://codereview.chromium.org/11359198/diff/13002/chrome/browser/instant/instant_controller.cc#newcode340 chrome/browser/instant/instant_controller.cc:340: !GetPreviewContents() || loader_->IsPointerDownFromActivate()) On 2012/11/29 19:22:49, sreeram wrote: > ...
8 years ago (2012-11-30 23:37:09 UTC) #29
sreeram
lgtm
8 years ago (2012-12-01 00:04:25 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/melevin@chromium.org/11359198/15018
8 years ago (2012-12-03 20:14:30 UTC) #31
commit-bot: I haz the power
Presubmit check for 11359198-15018 failed and returned exit status 1. Running presubmit commit checks ...
8 years ago (2012-12-03 20:14:47 UTC) #32
melevin
On 2012/12/03 20:14:47, I haz the power (commit-bot) wrote: > Presubmit check for 11359198-15018 failed ...
8 years ago (2012-12-03 21:47:08 UTC) #33
palmer
LGTM from an IPC security perspective.
8 years ago (2012-12-03 23:00:36 UTC) #34
melevin
Rebased after Sreeram's changes in r171018. Sreeram, please have another quick look to make sure ...
8 years ago (2012-12-04 22:53:14 UTC) #35
sky
https://codereview.chromium.org/11359198/diff/12055/chrome/browser/ui/omnibox/omnibox_edit_model.h File chrome/browser/ui/omnibox/omnibox_edit_model.h (right): https://codereview.chromium.org/11359198/diff/12055/chrome/browser/ui/omnibox/omnibox_edit_model.h#newcode276 chrome/browser/ui/omnibox/omnibox_edit_model.h:276: // Invoked when the popup has changed its bounds ...
8 years ago (2012-12-04 23:06:36 UTC) #36
sreeram
https://codereview.chromium.org/11359198/diff/12055/chrome/browser/instant/instant_client.h File chrome/browser/instant/instant_client.h (right): https://codereview.chromium.org/11359198/diff/12055/chrome/browser/instant/instant_client.h#newcode86 chrome/browser/instant/instant_client.h:86: // Tells the preview page what size start and ...
8 years ago (2012-12-05 00:14:46 UTC) #37
melevin
https://codereview.chromium.org/11359198/diff/12055/chrome/browser/instant/instant_client.h File chrome/browser/instant/instant_client.h (right): https://codereview.chromium.org/11359198/diff/12055/chrome/browser/instant/instant_client.h#newcode86 chrome/browser/instant/instant_client.h:86: // Tells the preview page what size start and ...
8 years ago (2012-12-06 23:12:59 UTC) #38
samarth
Still LGTM but one nit below. Thanks, Samarth https://codereview.chromium.org/11359198/diff/12055/chrome/browser/instant/instant_controller.cc File chrome/browser/instant/instant_controller.cc (right): https://codereview.chromium.org/11359198/diff/12055/chrome/browser/instant/instant_controller.cc#newcode828 chrome/browser/instant/instant_controller.cc:828: instant_tab_->Init(); ...
8 years ago (2012-12-07 01:44:48 UTC) #39
melevin
https://codereview.chromium.org/11359198/diff/12055/chrome/browser/instant/instant_controller.cc File chrome/browser/instant/instant_controller.cc (right): https://codereview.chromium.org/11359198/diff/12055/chrome/browser/instant/instant_controller.cc#newcode828 chrome/browser/instant/instant_controller.cc:828: instant_tab_->Init(); On 2012/12/07 01:44:49, samarth wrote: > On 2012/12/06 ...
8 years ago (2012-12-08 00:04:09 UTC) #40
melevin
Scott, is there a chance you can take another look at this CL this week? ...
8 years ago (2012-12-12 00:06:49 UTC) #41
sky
https://codereview.chromium.org/11359198/diff/36001/chrome/browser/ui/browser_instant_controller.h File chrome/browser/ui/browser_instant_controller.h (right): https://codereview.chromium.org/11359198/diff/36001/chrome/browser/ui/browser_instant_controller.h#newcode88 chrome/browser/ui/browser_instant_controller.h:88: void SetMarginSize(int start, int end); This isn't margins but ...
8 years ago (2012-12-12 03:46:55 UTC) #42
melevin
https://codereview.chromium.org/11359198/diff/36001/chrome/browser/ui/browser_instant_controller.h File chrome/browser/ui/browser_instant_controller.h (right): https://codereview.chromium.org/11359198/diff/36001/chrome/browser/ui/browser_instant_controller.h#newcode88 chrome/browser/ui/browser_instant_controller.h:88: void SetMarginSize(int start, int end); On 2012/12/12 03:46:55, sky ...
8 years ago (2012-12-12 19:32:43 UTC) #43
sky
https://codereview.chromium.org/11359198/diff/36001/chrome/browser/ui/browser_instant_controller.h File chrome/browser/ui/browser_instant_controller.h (right): https://codereview.chromium.org/11359198/diff/36001/chrome/browser/ui/browser_instant_controller.h#newcode88 chrome/browser/ui/browser_instant_controller.h:88: void SetMarginSize(int start, int end); On 2012/12/12 19:32:43, melevin ...
8 years ago (2012-12-12 21:12:46 UTC) #44
sky
On 2012/12/12 21:12:46, sky wrote: > https://codereview.chromium.org/11359198/diff/36001/chrome/browser/ui/browser_instant_controller.h > File chrome/browser/ui/browser_instant_controller.h (right): > > https://codereview.chromium.org/11359198/diff/36001/chrome/browser/ui/browser_instant_controller.h#newcode88 > ...
8 years ago (2012-12-12 21:40:43 UTC) #45
melevin
On 2012/12/12 21:40:43, sky wrote: > In chrome code a margin or inset is, to ...
8 years ago (2012-12-12 21:57:18 UTC) #46
sky
On Wed, Dec 12, 2012 at 1:57 PM, <melevin@chromium.org> wrote: > On 2012/12/12 21:40:43, sky ...
8 years ago (2012-12-12 22:18:06 UTC) #47
melevin
On 2012/12/12 22:18:06, sky wrote: > Ah, ok. In that case I have the following ...
8 years ago (2012-12-13 00:07:13 UTC) #48
sky
LGTM
8 years ago (2012-12-13 00:58:11 UTC) #49
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/melevin@chromium.org/11359198/45017
8 years ago (2012-12-13 01:09:30 UTC) #50
commit-bot: I haz the power
Failed to apply patch for chrome/browser/instant/instant_controller.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
8 years ago (2012-12-13 01:09:38 UTC) #51
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/melevin@chromium.org/11359198/49001
8 years ago (2012-12-13 02:10:08 UTC) #52
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
8 years ago (2012-12-13 04:30:41 UTC) #53
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/melevin@chromium.org/11359198/55002
8 years ago (2012-12-13 20:01:04 UTC) #54
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/melevin@chromium.org/11359198/63001
8 years ago (2012-12-13 21:32:49 UTC) #55
commit-bot: I haz the power
8 years ago (2012-12-14 01:11:07 UTC) #56
Message was sent while issue was closed.
Change committed as 173028

Powered by Google App Engine
This is Rietveld 408576698