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

Issue 464643003: Stop painting when receiving delegated frame (Closed)

Created:
6 years, 4 months ago by enne (OOO)
Modified:
6 years, 3 months ago
Reviewers:
danakj, sky, jbauman, piman
CC:
ben+aura_chromium.org, chromium-reviews, danakj+watch_chromium.org, darin-cc_chromium.org, Daniel Erat, jam, jbauman+watch_chromium.org, kalyank, miu+watch_chromium.org, nona+watch_chromium.org, penghuang+watch_chromium.org, piman+watch_chromium.org, piman, sadrul, sievers+watch_chromium.org, James Su, yukishiino+watch_chromium.org, yusukes+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Stop painting when receiving delegated frame The SchedulePaintInRect call in DelegatedFrameHost is only there to eventually notify an observer on the aura::Window that damage has occurred (for the video detector). Instead, just pass along the damage to the LayerDelegate API and don't schedule a paint. R=jbauman@chromium.org BUG=none Committed: https://crrev.com/9a3ddb332a5ec5e21a5767b2891ba161cda5a3d0 Cr-Commit-Position: refs/heads/master@{#291582}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Add to LayerDelegate interface instead #

Total comments: 11

Patch Set 3 : Rebase #

Patch Set 4 : Address review comments #

Total comments: 4

Patch Set 5 : Fix unittest DCHECK OOPS #

Total comments: 6

Patch Set 6 : Address sky comments #

Patch Set 7 : Rebase #

Patch Set 8 : Fix mac compile #

Patch Set 9 : Rebase #

Patch Set 10 : Fix crashes #

Total comments: 5

Patch Set 11 : Rebase #

Patch Set 12 : Add back DCHECK;don't send when empty #

Patch Set 13 : compile fix: Add missing OVERRIDE #

Patch Set 14 : compile fix: missing function for ChromeOS #

Patch Set 15 : compile fix: missing function for FocusRingLayer #

Patch Set 16 : Even more compile fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+174 lines, -64 lines) Patch
M ash/wm/boot_splash_screen_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -0 lines 0 comments Download
M ash/wm/video_detector.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/video_detector.cc View 1 2 3 2 chunks +4 lines, -3 lines 0 comments Download
M ash/wm/video_detector_unittest.cc View 1 2 3 15 chunks +19 lines, -19 lines 0 comments Download
M athena/wm/overview_toolbar.cc 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/chromeos/display/overscan_calibrator.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/display/overscan_calibrator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/ui/focus_ring_layer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/ui/focus_ring_layer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/compositor/delegated_frame_host.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/compositor/delegated_frame_host.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -5 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura_unittest.cc View 1 2 3 4 5 6 7 8 9 10 10 chunks +13 lines, -13 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.mm View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -6 lines 0 comments Download
M content/browser/web_contents/aura/gesture_nav_simple.cc View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/web_contents/aura/overscroll_navigation_overlay.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/web_contents/aura/shadow_layer_delegate.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/web_contents/aura/shadow_layer_delegate.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M ui/aura/bench/bench_main.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M ui/aura/window.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M ui/aura/window.cc View 1 2 3 4 5 2 chunks +9 lines, -3 lines 0 comments Download
M ui/aura/window_observer.h View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M ui/compositor/layer.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +4 lines, -0 lines 0 comments Download
M ui/compositor/layer.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +7 lines, -0 lines 0 comments Download
M ui/compositor/layer_delegate.h View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M ui/compositor/layer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +58 lines, -4 lines 0 comments Download
M ui/views/bubble/tray_bubble_view.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M ui/views/view.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M ui/views/view.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M ui/wm/core/image_grid.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M ui/wm/core/image_grid.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 81 (0 generated)
enne (OOO)
jbauman, what do you think of this cleanup? https://codereview.chromium.org/464643003/diff/1/ui/aura/window.cc File ui/aura/window.cc (right): https://codereview.chromium.org/464643003/diff/1/ui/aura/window.cc#newcode500 ui/aura/window.cc:500: void ...
6 years, 4 months ago (2014-08-11 23:43:23 UTC) #1
piman
+sky (for aura) and derat (for video detector) Context is that the only reason we ...
6 years, 4 months ago (2014-08-12 20:44:11 UTC) #2
jbauman
lgtm, thanks for doing this.
6 years, 4 months ago (2014-08-12 21:11:54 UTC) #3
enne (OOO)
+sky for content/browser/renderer_host/ and ui/aura/ +derat FYI
6 years, 4 months ago (2014-08-13 17:54:05 UTC) #4
Daniel Erat
thanks for the heads-up (and for preserving the old path)
6 years, 4 months ago (2014-08-13 18:41:54 UTC) #5
sky
https://codereview.chromium.org/464643003/diff/1/ui/aura/window.cc File ui/aura/window.cc (right): https://codereview.chromium.org/464643003/diff/1/ui/aura/window.cc#newcode500 ui/aura/window.cc:500: void Window::NotifyDamage(const gfx::Rect& rect) { Is this a notification ...
6 years, 4 months ago (2014-08-13 20:01:01 UTC) #6
enne (OOO)
https://codereview.chromium.org/464643003/diff/1/ui/aura/window.cc File ui/aura/window.cc (right): https://codereview.chromium.org/464643003/diff/1/ui/aura/window.cc#newcode500 ui/aura/window.cc:500: void Window::NotifyDamage(const gfx::Rect& rect) { On 2014/08/13 20:01:01, sky ...
6 years, 4 months ago (2014-08-13 23:55:45 UTC) #7
sky
On Wed, Aug 13, 2014 at 4:55 PM, <enne@chromium.org> wrote: > > > https://codereview.chromium.org/464643003/diff/1/ui/aura/window.cc > ...
6 years, 4 months ago (2014-08-14 00:17:44 UTC) #8
enne (OOO)
I was trying to fix a small inefficiency, but you're asking me to fix the ...
6 years, 4 months ago (2014-08-14 21:47:29 UTC) #9
sky
Not sure there. What I am asking is for you to fix it the right ...
6 years, 4 months ago (2014-08-14 22:47:34 UTC) #10
enne (OOO)
I didn't think RenderWidgetHostViewAura was a bad place to route the delegated frame damage through ...
6 years, 4 months ago (2014-08-14 23:03:42 UTC) #11
enne (OOO)
I guess also what I didn't realize is that it seems like only the layer ...
6 years, 4 months ago (2014-08-14 23:12:57 UTC) #12
sky
On Thu, Aug 14, 2014 at 4:12 PM, <enne@chromium.org> wrote: > I guess also what ...
6 years, 4 months ago (2014-08-15 04:20:55 UTC) #13
enne (OOO)
I think LayerDelegate is the wrong place to put this. The frame swap is happening ...
6 years, 4 months ago (2014-08-15 18:04:34 UTC) #14
sky
On Fri, Aug 15, 2014 at 11:04 AM, <enne@chromium.org> wrote: > I think LayerDelegate is ...
6 years, 4 months ago (2014-08-15 19:21:45 UTC) #15
enne (OOO)
On 2014/08/15 at 19:21:45, sky wrote: > Notifying observers that a paint was schedule when ...
6 years, 4 months ago (2014-08-15 20:18:51 UTC) #16
enne (OOO)
I talked with sky over chat, and it seems like maybe the VideoDetector is in ...
6 years, 4 months ago (2014-08-15 22:57:55 UTC) #17
sky
The existing code notifies when SchedulePaint is called. This makes sense as SchedulePaint was and ...
6 years, 4 months ago (2014-08-18 15:41:29 UTC) #18
chromium-reviews
On Mon, Aug 18, 2014 at 11:41 AM, Scott Violet <sky@chromium.org> wrote: > The existing ...
6 years, 4 months ago (2014-08-18 15:45:21 UTC) #19
sky
Would it make sense to have a callback to the ui::Compositor and/or ui::Layer some where ...
6 years, 4 months ago (2014-08-18 18:16:10 UTC) #20
chromium-reviews
On Mon, Aug 18, 2014 at 2:16 PM, Scott Violet <sky@chromium.org> wrote: > Would it ...
6 years, 4 months ago (2014-08-18 18:24:26 UTC) #21
sky
IMO it's a lot cleaner if a particular system knows when it has changed so ...
6 years, 4 months ago (2014-08-18 19:25:04 UTC) #22
chromium-reviews
On Mon, Aug 18, 2014 at 3:25 PM, Scott Violet <sky@chromium.org> wrote: > IMO it's ...
6 years, 4 months ago (2014-08-18 19:29:04 UTC) #23
sky
On Mon, Aug 18, 2014 at 12:28 PM, Dana Jansens <danakj@google.com> wrote: > On Mon, ...
6 years, 4 months ago (2014-08-18 19:40:49 UTC) #24
danakj
https://codereview.chromium.org/464643003/diff/20001/ui/compositor/layer.cc File ui/compositor/layer.cc (right): https://codereview.chromium.org/464643003/diff/20001/ui/compositor/layer.cc#newcode694 ui/compositor/layer.cc:694: if (!delegate_) DCHECK(delegated_renderer_layer_) https://codereview.chromium.org/464643003/diff/20001/ui/compositor/layer_delegate.h File ui/compositor/layer_delegate.h (right): https://codereview.chromium.org/464643003/diff/20001/ui/compositor/layer_delegate.h#newcode25 ui/compositor/layer_delegate.h:25: ...
6 years, 4 months ago (2014-08-18 20:01:50 UTC) #25
sky
https://codereview.chromium.org/464643003/diff/20001/ui/views/view.h File ui/views/view.h (right): https://codereview.chromium.org/464643003/diff/20001/ui/views/view.h#newcode1121 ui/views/view.h:1121: virtual void OnDelegatedFrameDamage( On 2014/08/18 20:01:49, danakj wrote: > ...
6 years, 4 months ago (2014-08-18 20:17:20 UTC) #26
danakj
On Mon, Aug 18, 2014 at 4:17 PM, <sky@chromium.org> wrote: > > https://codereview.chromium.org/464643003/diff/20001/ui/views/view.h > File ...
6 years, 4 months ago (2014-08-18 20:39:07 UTC) #27
danakj
Oh LGTM from not-email.
6 years, 4 months ago (2014-08-18 20:40:35 UTC) #28
piman
https://codereview.chromium.org/464643003/diff/20001/ui/compositor/layer.cc File ui/compositor/layer.cc (right): https://codereview.chromium.org/464643003/diff/20001/ui/compositor/layer.cc#newcode694 ui/compositor/layer.cc:694: if (!delegate_) On 2014/08/18 20:01:49, danakj wrote: > DCHECK(delegated_renderer_layer_) ...
6 years, 4 months ago (2014-08-18 21:02:57 UTC) #29
sky
Early on enne wanted approach patchset1. I'm not sure if my arguments have been any ...
6 years, 4 months ago (2014-08-18 21:22:36 UTC) #30
enne (OOO)
https://codereview.chromium.org/464643003/diff/20001/ui/aura/window.cc File ui/aura/window.cc (right): https://codereview.chromium.org/464643003/diff/20001/ui/aura/window.cc#newcode496 ui/aura/window.cc:496: WindowObserver, observers_, OnWindowPaintScheduled(this, rect)); On 2014/08/18 21:22:35, sky wrote: ...
6 years, 4 months ago (2014-08-18 23:32:21 UTC) #31
enne (OOO)
danakj talked to me about layers and windows, and I stared at some more code. ...
6 years, 4 months ago (2014-08-18 23:34:14 UTC) #32
danakj
LGTM thanks for the test
6 years, 4 months ago (2014-08-18 23:35:54 UTC) #33
piman
lgtm
6 years, 4 months ago (2014-08-18 23:37:39 UTC) #34
sky
LGTM with the following changes. https://codereview.chromium.org/464643003/diff/60001/ui/aura/window.cc File ui/aura/window.cc (right): https://codereview.chromium.org/464643003/diff/60001/ui/aura/window.cc#newcode499 ui/aura/window.cc:499: void Window::OnDelegatedFrameDamage(const gfx::Rect& damage_rect_in_dip) ...
6 years, 4 months ago (2014-08-18 23:43:57 UTC) #35
enne (OOO)
https://codereview.chromium.org/464643003/diff/60001/ui/aura/window.cc File ui/aura/window.cc (right): https://codereview.chromium.org/464643003/diff/60001/ui/aura/window.cc#newcode499 ui/aura/window.cc:499: void Window::OnDelegatedFrameDamage(const gfx::Rect& damage_rect_in_dip) { On 2014/08/18 23:43:57, sky ...
6 years, 4 months ago (2014-08-19 17:08:51 UTC) #36
enne (OOO)
The CQ bit was checked by enne@chromium.org
6 years, 4 months ago (2014-08-19 17:09:06 UTC) #37
enne (OOO)
The CQ bit was unchecked by enne@chromium.org
6 years, 4 months ago (2014-08-19 17:09:32 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/enne@chromium.org/464643003/100001
6 years, 4 months ago (2014-08-19 17:09:33 UTC) #39
enne (OOO)
The CQ bit was unchecked by enne@chromium.org
6 years, 4 months ago (2014-08-19 17:10:24 UTC) #40
enne (OOO)
The CQ bit was checked by enne@chromium.org
6 years, 4 months ago (2014-08-19 17:10:27 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/enne@chromium.org/464643003/100001
6 years, 4 months ago (2014-08-19 17:10:44 UTC) #42
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_gpu on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-08-19 21:06:41 UTC) #43
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-19 21:15:47 UTC) #44
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_swarming on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_swarming/builds/4837)
6 years, 4 months ago (2014-08-19 21:15:48 UTC) #45
enne (OOO)
The CQ bit was checked by enne@chromium.org
6 years, 4 months ago (2014-08-19 23:15:09 UTC) #46
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/enne@chromium.org/464643003/140001
6 years, 4 months ago (2014-08-19 23:16:13 UTC) #47
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu_triggered_tests on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-08-20 01:02:15 UTC) #48
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-20 01:10:49 UTC) #49
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu_retina_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu_retina_triggered_tests/builds/37328)
6 years, 4 months ago (2014-08-20 01:10:50 UTC) #50
enne (OOO)
The CQ bit was checked by enne@chromium.org
6 years, 4 months ago (2014-08-20 17:08:18 UTC) #51
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/enne@chromium.org/464643003/140001
6 years, 4 months ago (2014-08-20 17:09:41 UTC) #52
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-20 19:03:47 UTC) #53
enne (OOO)
The CQ bit was unchecked by enne@chromium.org
6 years, 4 months ago (2014-08-20 19:07:00 UTC) #54
enne (OOO)
https://codereview.chromium.org/464643003/diff/180001/athena/wm/overview_toolbar.cc File athena/wm/overview_toolbar.cc (right): https://codereview.chromium.org/464643003/diff/180001/athena/wm/overview_toolbar.cc#newcode84 athena/wm/overview_toolbar.cc:84: virtual void OnDelegatedFrameDamage(const gfx::Rect& damage_rect_in_dip) {} Fix compile failure ...
6 years, 4 months ago (2014-08-21 20:54:19 UTC) #55
enne (OOO)
https://codereview.chromium.org/464643003/diff/180001/ui/compositor/layer.cc File ui/compositor/layer.cc (right): https://codereview.chromium.org/464643003/diff/180001/ui/compositor/layer.cc#newcode693 ui/compositor/layer.cc:693: void Layer::OnDelegatedFrameDamage(const gfx::Rect &damage_rect_in_dip) { On 2014/08/21 20:54:19, enne ...
6 years, 4 months ago (2014-08-22 17:26:04 UTC) #56
piman
LGTM. I suppose we could make sure we don't Layer::OnDelegatedFrameData when we (temporarily) switch to ...
6 years, 4 months ago (2014-08-22 17:37:38 UTC) #57
danakj
On Fri, Aug 22, 2014 at 1:37 PM, <piman@chromium.org> wrote: > LGTM. I suppose we ...
6 years, 4 months ago (2014-08-22 17:40:04 UTC) #58
piman
On Fri, Aug 22, 2014 at 10:39 AM, Dana Jansens <danakj@chromium.org> wrote: > On Fri, ...
6 years, 4 months ago (2014-08-22 17:57:14 UTC) #59
enne (OOO)
danakj: Ok, good call. It is always empty in this case. Added back DCHECK and ...
6 years, 4 months ago (2014-08-22 18:02:21 UTC) #60
danakj
LGTM
6 years, 4 months ago (2014-08-22 18:06:05 UTC) #61
enne (OOO)
The CQ bit was checked by enne@chromium.org
6 years, 4 months ago (2014-08-22 18:07:58 UTC) #62
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/enne@chromium.org/464643003/220001
6 years, 4 months ago (2014-08-22 18:10:33 UTC) #63
enne (OOO)
The CQ bit was checked by enne@chromium.org
6 years, 4 months ago (2014-08-22 18:35:33 UTC) #64
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/enne@chromium.org/464643003/240001
6 years, 4 months ago (2014-08-22 18:36:27 UTC) #65
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-22 19:34:35 UTC) #66
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-22 19:46:50 UTC) #67
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_swarming/builds/7093)
6 years, 4 months ago (2014-08-22 19:46:52 UTC) #68
enne (OOO)
The CQ bit was checked by enne@chromium.org
6 years, 4 months ago (2014-08-22 19:49:41 UTC) #69
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/enne@chromium.org/464643003/260001
6 years, 4 months ago (2014-08-22 19:50:31 UTC) #70
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-22 22:05:41 UTC) #71
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-22 22:21:55 UTC) #72
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_swarming/builds/7181)
6 years, 4 months ago (2014-08-22 22:21:58 UTC) #73
enne (OOO)
The CQ bit was checked by enne@chromium.org
6 years, 4 months ago (2014-08-22 22:26:19 UTC) #74
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/enne@chromium.org/464643003/280001
6 years, 4 months ago (2014-08-22 22:28:45 UTC) #75
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-23 00:01:08 UTC) #76
enne (OOO)
The CQ bit was checked by enne@chromium.org
6 years, 4 months ago (2014-08-23 00:40:43 UTC) #77
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/enne@chromium.org/464643003/300001
6 years, 4 months ago (2014-08-23 04:55:38 UTC) #78
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-23 08:09:40 UTC) #79
commit-bot: I haz the power
Committed patchset #16 (300001) as 20e65cfb7cb4ab20a7f1dc08cdac47e29a82a30f
6 years, 4 months ago (2014-08-23 21:27:56 UTC) #80
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 02:31:00 UTC) #81
Message was sent while issue was closed.
Patchset 16 (id:??) landed as
https://crrev.com/9a3ddb332a5ec5e21a5767b2891ba161cda5a3d0
Cr-Commit-Position: refs/heads/master@{#291582}

Powered by Google App Engine
This is Rietveld 408576698