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

Issue 1084173004: Adding status to swap complete (Closed)

Created:
5 years, 8 months ago by achaulk
Modified:
5 years, 6 months ago
CC:
chromium-reviews, danakj+watch_chromium.org, darin-cc_chromium.org, jam, jbauman+watch_chromium.org, kalyank, ozone-reviews_chromium.org, piman+watch_chromium.org, sievers+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adding status to swap buffers completion This will give us more options than completing all swaps successfully, or losing context BUG=476966 TBR=torne - approved interface change Committed: https://crrev.com/c794eda78e9ba3c46b550b433e9fe5a248d40104 Cr-Commit-Position: refs/heads/master@{#331906} Committed: https://crrev.com/ec8c2db5e40c59c359bb9282b83766045f47898d Cr-Commit-Position: refs/heads/master@{#331989}

Patch Set 1 #

Total comments: 2

Patch Set 2 : rebase, separate out use of the result, add enum #

Total comments: 8

Patch Set 3 : address comments #

Total comments: 20

Patch Set 4 : address comments #2 #

Patch Set 5 : change swapbuffers return #

Total comments: 1

Patch Set 6 : missed a couple call sites #

Patch Set 7 : copy/paste error #

Total comments: 2

Patch Set 8 : set SWAP_RESULT_LAST properly #

Total comments: 6

Patch Set 9 : add to gyp #

Patch Set 10 : rebase #

Patch Set 11 : re-add new header #

Patch Set 12 : fix test file #

Patch Set 13 : fix win/mac/android builds #

Patch Set 14 : other ozone platforms #

Patch Set 15 : fix mac #

Patch Set 16 : android fixes #

Patch Set 17 : hopefully last mac fix #

Patch Set 18 : rebase #

Patch Set 19 : fix ozone demo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+312 lines, -194 lines) Patch
M android_webview/browser/aw_gl_surface.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/aw_gl_surface.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/compositor/gpu_browser_compositor_output_surface.h View 1 2 3 4 5 6 7 8 9 2 chunks +5 lines, -2 lines 0 comments Download
M content/browser/compositor/gpu_browser_compositor_output_surface.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/renderer_host/compositor_impl_android.cc View 1 2 3 4 5 6 7 8 9 2 chunks +5 lines, -3 lines 0 comments Download
M content/common/gpu/client/command_buffer_proxy_impl.h View 1 2 3 4 5 6 7 8 9 3 chunks +5 lines, -2 lines 0 comments Download
M content/common/gpu/client/command_buffer_proxy_impl.cc View 1 2 3 4 5 6 7 8 9 1 chunk +5 lines, -3 lines 0 comments Download
M content/common/gpu/gpu_command_buffer_stub.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M content/common/gpu/gpu_command_buffer_stub.cc View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -2 lines 0 comments Download
M content/common/gpu/gpu_messages.h View 1 2 3 4 5 6 7 8 9 3 chunks +5 lines, -2 lines 0 comments Download
M content/common/gpu/image_transport_surface.h View 1 2 3 4 5 6 7 8 9 3 chunks +5 lines, -3 lines 0 comments Download
M content/common/gpu/image_transport_surface.cc View 1 2 3 4 5 6 7 8 9 4 chunks +18 lines, -11 lines 0 comments Download
M content/common/gpu/image_transport_surface_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M content/common/gpu/image_transport_surface_fbo_mac.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M content/common/gpu/image_transport_surface_fbo_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +9 lines, -5 lines 0 comments Download
M content/common/gpu/image_transport_surface_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +3 lines, -3 lines 0 comments Download
M content/common/gpu/null_transport_surface.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M content/common/gpu/null_transport_surface.cc View 1 2 3 4 5 1 chunk +7 lines, -5 lines 0 comments Download
M gpu/command_buffer/service/gl_surface_mock.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +5 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +3 lines, -2 lines 0 comments Download
M ui/gfx/gfx.gyp View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A ui/gfx/swap_result.h View 1 2 3 4 5 6 7 10 1 chunk +19 lines, -0 lines 0 comments Download
M ui/gl/gl_surface.h View 1 2 3 4 5 chunks +6 lines, -5 lines 0 comments Download
M ui/gl/gl_surface.cc View 1 2 3 4 5 5 chunks +14 lines, -10 lines 0 comments Download
M ui/gl/gl_surface_egl.h View 1 2 3 4 5 6 7 8 9 3 chunks +4 lines, -4 lines 0 comments Download
M ui/gl/gl_surface_egl.cc View 1 2 3 4 5 6 7 8 9 5 chunks +13 lines, -11 lines 0 comments Download
M ui/gl/gl_surface_glx.h View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -3 lines 0 comments Download
M ui/gl/gl_surface_glx.cc View 1 2 3 4 5 6 7 8 9 3 chunks +9 lines, -7 lines 0 comments Download
M ui/gl/gl_surface_mac.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M ui/gl/gl_surface_osmesa.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_surface_osmesa.cc View 1 2 3 4 5 2 chunks +5 lines, -3 lines 0 comments Download
M ui/gl/gl_surface_ozone.cc View 1 2 3 4 5 6 7 8 9 12 chunks +31 lines, -25 lines 0 comments Download
M ui/gl/gl_surface_stub.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gl_surface_stub.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M ui/gl/gl_surface_wgl.h View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/gl_surface_wgl.cc View 1 2 3 4 5 3 chunks +7 lines, -6 lines 0 comments Download
M ui/gl/gl_surface_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +9 lines, -7 lines 0 comments Download
M ui/gl/gl_surface_x11.cc View 1 2 3 4 5 6 7 8 9 6 chunks +11 lines, -9 lines 0 comments Download
M ui/ozone/demo/gl_renderer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +2 lines, -1 line 0 comments Download
M ui/ozone/demo/gl_renderer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +2 lines, -2 lines 0 comments Download
M ui/ozone/demo/surfaceless_gl_renderer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/platform/cast/surface_ozone_egl_cast.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/platform/drm/gpu/crtc_controller.cc View 1 2 3 4 5 6 7 8 9 3 chunks +5 lines, -5 lines 0 comments Download
M ui/ozone/platform/drm/gpu/drm_surface.cc View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -1 line 0 comments Download
M ui/ozone/platform/drm/gpu/drm_window.h View 1 2 3 2 chunks +5 lines, -1 line 0 comments Download
M ui/ozone/platform/drm/gpu/drm_window.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +3 lines, -2 lines 0 comments Download
M ui/ozone/platform/drm/gpu/gbm_surface.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M ui/ozone/platform/drm/gpu/gbm_surface.cc View 1 2 3 4 5 5 chunks +9 lines, -5 lines 0 comments Download
M ui/ozone/platform/drm/gpu/gbm_surfaceless.cc View 1 2 chunks +5 lines, -1 line 0 comments Download
M ui/ozone/platform/drm/gpu/hardware_display_controller.h View 1 2 3 4 5 6 7 8 9 3 chunks +4 lines, -1 line 0 comments Download
M ui/ozone/platform/drm/gpu/hardware_display_controller.cc View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -2 lines 0 comments Download
M ui/ozone/platform/drm/gpu/hardware_display_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
M ui/ozone/platform/drm/gpu/page_flip_request.h View 1 2 3 4 1 chunk +8 lines, -3 lines 0 comments Download
M ui/ozone/platform/drm/gpu/page_flip_request.cc View 1 2 3 4 5 1 chunk +15 lines, -6 lines 0 comments Download
M ui/ozone/platform/drm/gpu/screen_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +4 lines, -1 line 0 comments Download
M ui/ozone/platform/egltest/ozone_platform_egltest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/public/surface_ozone_egl.h View 1 2 3 4 3 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 103 (40 generated)
achaulk
Alternately, https://codereview.chromium.org/1091323002/ I think this one is better, as we can just fail the swap ...
5 years, 8 months ago (2015-04-17 19:13:58 UTC) #2
alexst (slow to review)
Agreed, I like this one as well. Allows us to lose the context on swap ...
5 years, 7 months ago (2015-04-28 16:00:48 UTC) #3
alexst (slow to review)
Can we split this up into addition of the status to callback and nothing done ...
5 years, 7 months ago (2015-04-28 18:35:02 UTC) #4
achaulk
Yeah I'll split it up https://codereview.chromium.org/1084173004/diff/1/ui/ozone/platform/drm/gpu/gbm_surface.h File ui/ozone/platform/drm/gpu/gbm_surface.h (right): https://codereview.chromium.org/1084173004/diff/1/ui/ozone/platform/drm/gpu/gbm_surface.h#newcode43 ui/ozone/platform/drm/gpu/gbm_surface.h:43: int result); On 2015/04/28 ...
5 years, 7 months ago (2015-04-28 18:51:19 UTC) #5
achaulk
Where is a good place to put the enum? I just stick it in some ...
5 years, 7 months ago (2015-04-28 18:55:49 UTC) #6
dnicoara
On 2015/04/28 18:55:49, achaulk wrote: > Where is a good place to put the enum? ...
5 years, 7 months ago (2015-04-28 19:02:17 UTC) #7
alexst (slow to review)
On 2015/04/28 19:02:17, dnicoara wrote: > On 2015/04/28 18:55:49, achaulk wrote: > > Where is ...
5 years, 7 months ago (2015-04-28 19:13:18 UTC) #8
achaulk
Updated
5 years, 7 months ago (2015-04-29 17:16:14 UTC) #9
alexst (slow to review)
Please give a bit more context in the description about how this will be used. ...
5 years, 7 months ago (2015-04-29 17:53:37 UTC) #10
achaulk
https://codereview.chromium.org/1084173004/diff/20001/ui/ozone/platform/drm/gpu/drm_window.cc File ui/ozone/platform/drm/gpu/drm_window.cc (right): https://codereview.chromium.org/1084173004/diff/20001/ui/ozone/platform/drm/gpu/drm_window.cc#newcode126 ui/ozone/platform/drm/gpu/drm_window.cc:126: const base::Callback<void(gfx::SwapResult)>& callback) { On 2015/04/29 17:53:37, alexst wrote: ...
5 years, 7 months ago (2015-05-06 18:29:48 UTC) #11
alexst (slow to review)
lgtm with nits. https://codereview.chromium.org/1084173004/diff/40001/ui/ozone/platform/drm/gpu/page_flip_request.cc File ui/ozone/platform/drm/gpu/page_flip_request.cc (right): https://codereview.chromium.org/1084173004/diff/40001/ui/ozone/platform/drm/gpu/page_flip_request.cc#newcode11 ui/ozone/platform/drm/gpu/page_flip_request.cc:11: const base::Callback<void(gfx::SwapResult)>& callback) SwapCompletionCallback https://codereview.chromium.org/1084173004/diff/40001/ui/ozone/platform/drm/gpu/page_flip_request.cc#newcode12 ui/ozone/platform/drm/gpu/page_flip_request.cc:12: ...
5 years, 7 months ago (2015-05-08 15:00:46 UTC) #12
dnicoara
Drive-by styling comments. https://codereview.chromium.org/1084173004/diff/40001/ui/gfx/swap_result.h File ui/gfx/swap_result.h (right): https://codereview.chromium.org/1084173004/diff/40001/ui/gfx/swap_result.h#newcode11 ui/gfx/swap_result.h:11: SwapAck, style guide says you should ...
5 years, 7 months ago (2015-05-08 15:15:41 UTC) #13
achaulk
+piman for content & ui/gl
5 years, 7 months ago (2015-05-13 15:58:50 UTC) #15
piman
https://codereview.chromium.org/1084173004/diff/40001/ui/gl/gl_surface.cc File ui/gl/gl_surface.cc (right): https://codereview.chromium.org/1084173004/diff/40001/ui/gl/gl_surface.cc#newcode199 ui/gl/gl_surface.cc:199: callback.Run(SwapAck); SwapAck seems wrong if !success. Should SwapBuffers return ...
5 years, 7 months ago (2015-05-13 16:53:17 UTC) #16
achaulk
https://codereview.chromium.org/1084173004/diff/40001/ui/gfx/swap_result.h File ui/gfx/swap_result.h (right): https://codereview.chromium.org/1084173004/diff/40001/ui/gfx/swap_result.h#newcode11 ui/gfx/swap_result.h:11: SwapAck, On 2015/05/08 15:15:41, dnicoara wrote: > style guide ...
5 years, 7 months ago (2015-05-14 18:15:46 UTC) #17
dnicoara
https://codereview.chromium.org/1084173004/diff/40001/ui/ozone/platform/drm/gpu/page_flip_request.h File ui/ozone/platform/drm/gpu/page_flip_request.h (right): https://codereview.chromium.org/1084173004/diff/40001/ui/ozone/platform/drm/gpu/page_flip_request.h#newcode18 ui/ozone/platform/drm/gpu/page_flip_request.h:18: typedef SurfaceOzoneEGL::SwapCompletionCallback SwapCompletionCallback; On 2015/05/14 18:15:46, achaulk wrote: > ...
5 years, 7 months ago (2015-05-14 18:44:54 UTC) #18
achaulk
https://codereview.chromium.org/1084173004/diff/40001/ui/ozone/platform/drm/gpu/page_flip_request.h File ui/ozone/platform/drm/gpu/page_flip_request.h (right): https://codereview.chromium.org/1084173004/diff/40001/ui/ozone/platform/drm/gpu/page_flip_request.h#newcode18 ui/ozone/platform/drm/gpu/page_flip_request.h:18: typedef SurfaceOzoneEGL::SwapCompletionCallback SwapCompletionCallback; On 2015/05/14 18:44:54, dnicoara wrote: > ...
5 years, 7 months ago (2015-05-14 18:53:06 UTC) #19
dnicoara
https://codereview.chromium.org/1084173004/diff/40001/ui/ozone/platform/drm/gpu/page_flip_request.h File ui/ozone/platform/drm/gpu/page_flip_request.h (right): https://codereview.chromium.org/1084173004/diff/40001/ui/ozone/platform/drm/gpu/page_flip_request.h#newcode18 ui/ozone/platform/drm/gpu/page_flip_request.h:18: typedef SurfaceOzoneEGL::SwapCompletionCallback SwapCompletionCallback; On 2015/05/14 18:53:05, achaulk wrote: > ...
5 years, 7 months ago (2015-05-14 18:59:00 UTC) #21
piman
https://codereview.chromium.org/1084173004/diff/40001/ui/gl/gl_surface.cc File ui/gl/gl_surface.cc (right): https://codereview.chromium.org/1084173004/diff/40001/ui/gl/gl_surface.cc#newcode199 ui/gl/gl_surface.cc:199: callback.Run(SwapAck); On 2015/05/14 18:15:46, achaulk wrote: > On 2015/05/13 ...
5 years, 7 months ago (2015-05-14 19:08:19 UTC) #22
achaulk
https://codereview.chromium.org/1084173004/diff/40001/ui/gl/gl_surface.cc File ui/gl/gl_surface.cc (right): https://codereview.chromium.org/1084173004/diff/40001/ui/gl/gl_surface.cc#newcode199 ui/gl/gl_surface.cc:199: callback.Run(SwapAck); On 2015/05/14 19:08:19, piman (Very slow to review) ...
5 years, 7 months ago (2015-05-14 20:38:27 UTC) #23
piman
at the very least GLES2DecoderImpl::DoSwapBuffers/HandlePostSubBufferCHROMIUM should be updated, they check the result of GLSurface::SwapBuffers/PostSubBuffer. The ...
5 years, 7 months ago (2015-05-14 20:58:54 UTC) #24
achaulk
On 2015/05/14 20:58:54, piman (Very slow to review) wrote: > at the very least GLES2DecoderImpl::DoSwapBuffers/HandlePostSubBufferCHROMIUM ...
5 years, 7 months ago (2015-05-14 21:26:54 UTC) #25
piman
LGTM, but 1 important thing left - sorry I missed it previously https://codereview.chromium.org/1084173004/diff/120001/ui/gfx/swap_result.h File ui/gfx/swap_result.h ...
5 years, 7 months ago (2015-05-14 23:09:57 UTC) #26
achaulk
https://codereview.chromium.org/1084173004/diff/120001/ui/gfx/swap_result.h File ui/gfx/swap_result.h (right): https://codereview.chromium.org/1084173004/diff/120001/ui/gfx/swap_result.h#newcode14 ui/gfx/swap_result.h:14: SWAP_RESULT_LAST, On 2015/05/14 23:09:57, piman (Very slow to review) ...
5 years, 7 months ago (2015-05-15 18:13:39 UTC) #27
achaulk
+wfh for security review of ipc change +dana for new ui/gfx file
5 years, 7 months ago (2015-05-15 20:51:29 UTC) #29
danakj
I think of gfx as being a wrapper layer around skia, so maybe this is ...
5 years, 7 months ago (2015-05-15 21:54:19 UTC) #30
achaulk
+nasko for security review of ipc
5 years, 7 months ago (2015-05-25 15:20:02 UTC) #32
nasko
Couple of comments on IPC review. https://codereview.chromium.org/1084173004/diff/140001/ui/gfx/swap_result.h File ui/gfx/swap_result.h (right): https://codereview.chromium.org/1084173004/diff/140001/ui/gfx/swap_result.h#newcode1 ui/gfx/swap_result.h:1: // Copyright (c) ...
5 years, 7 months ago (2015-05-26 18:20:16 UTC) #33
achaulk
https://codereview.chromium.org/1084173004/diff/140001/ui/gfx/swap_result.h File ui/gfx/swap_result.h (right): https://codereview.chromium.org/1084173004/diff/140001/ui/gfx/swap_result.h#newcode1 ui/gfx/swap_result.h:1: // Copyright (c) 2012 The Chromium Authors. All rights ...
5 years, 7 months ago (2015-05-26 21:09:36 UTC) #35
nasko
https://codereview.chromium.org/1084173004/diff/140001/ui/gfx/swap_result.h File ui/gfx/swap_result.h (right): https://codereview.chromium.org/1084173004/diff/140001/ui/gfx/swap_result.h#newcode10 ui/gfx/swap_result.h:10: enum class SwapResult { On 2015/05/26 21:09:36, achaulk wrote: ...
5 years, 7 months ago (2015-05-26 21:18:47 UTC) #36
achaulk
https://codereview.chromium.org/1084173004/diff/140001/ui/gfx/swap_result.h File ui/gfx/swap_result.h (right): https://codereview.chromium.org/1084173004/diff/140001/ui/gfx/swap_result.h#newcode10 ui/gfx/swap_result.h:10: enum class SwapResult { On 2015/05/26 21:18:47, nasko wrote: ...
5 years, 7 months ago (2015-05-27 17:57:09 UTC) #37
nasko
IPC LGTM
5 years, 7 months ago (2015-05-27 18:05:37 UTC) #38
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1084173004/160001
5 years, 7 months ago (2015-05-27 19:06:33 UTC) #41
achaulk
Definitely needs a rebase, doing that now
5 years, 7 months ago (2015-05-27 19:07:25 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1084173004/180001
5 years, 7 months ago (2015-05-27 19:29:45 UTC) #46
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1084173004/200001
5 years, 7 months ago (2015-05-27 19:35:48 UTC) #50
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_chromeos_rel/builds/41430) linux_chromium_gn_dbg on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 7 months ago (2015-05-27 19:48:16 UTC) #52
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1084173004/220001
5 years, 7 months ago (2015-05-27 20:20:31 UTC) #55
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/14438)
5 years, 7 months ago (2015-05-27 20:43:11 UTC) #57
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1084173004/240001
5 years, 7 months ago (2015-05-27 20:59:39 UTC) #60
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/14463)
5 years, 7 months ago (2015-05-27 21:36:15 UTC) #62
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1084173004/260001
5 years, 6 months ago (2015-05-28 14:28:14 UTC) #65
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/57544) mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 6 months ago (2015-05-28 14:54:27 UTC) #67
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1084173004/280001
5 years, 6 months ago (2015-05-28 17:05:19 UTC) #70
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_android_rel_ng/builds/27371)
5 years, 6 months ago (2015-05-28 17:39:28 UTC) #72
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1084173004/300001
5 years, 6 months ago (2015-05-28 18:18:30 UTC) #75
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/66583)
5 years, 6 months ago (2015-05-28 18:27:42 UTC) #77
achaulk
+torne for android_webview owners
5 years, 6 months ago (2015-05-28 19:27:02 UTC) #79
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1084173004/320001
5 years, 6 months ago (2015-05-28 19:56:05 UTC) #82
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/22198)
5 years, 6 months ago (2015-05-28 20:31:07 UTC) #84
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1084173004/340001
5 years, 6 months ago (2015-05-28 21:49:11 UTC) #87
commit-bot: I haz the power
Committed patchset #18 (id:340001)
5 years, 6 months ago (2015-05-29 01:36:39 UTC) #88
commit-bot: I haz the power
Patchset 18 (id:??) landed as https://crrev.com/c794eda78e9ba3c46b550b433e9fe5a248d40104 Cr-Commit-Position: refs/heads/master@{#331906}
5 years, 6 months ago (2015-05-29 01:37:23 UTC) #89
dmurph
On 2015/05/29 at 01:37:23, commit-bot wrote: > Patchset 18 (id:??) landed as https://crrev.com/c794eda78e9ba3c46b550b433e9fe5a248d40104 > Cr-Commit-Position: ...
5 years, 6 months ago (2015-05-29 02:20:24 UTC) #90
dmurph
On 2015/05/29 at 02:20:24, dmurph wrote: > On 2015/05/29 at 01:37:23, commit-bot wrote: > > ...
5 years, 6 months ago (2015-05-29 03:16:32 UTC) #91
Nico
looks like this caused http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/22393
5 years, 6 months ago (2015-05-29 05:18:25 UTC) #93
dcheng
FYI, this appears to breaking the ozone bots (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/22393): FAILED: /b/build/goma/gomacc ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/ui/ozone/demo/ozone_demo.gl_renderer.o.d ...
5 years, 6 months ago (2015-05-29 05:19:20 UTC) #95
vabr (Chromium)
A revert of this CL (patchset #18 id:340001) has been created in https://codereview.chromium.org/1166463004/ by vabr@chromium.org. ...
5 years, 6 months ago (2015-05-29 10:39:10 UTC) #96
vabr (Chromium)
On 2015/05/29 10:39:10, vabr (Chromium) wrote: > A revert of this CL (patchset #18 id:340001) ...
5 years, 6 months ago (2015-05-29 11:03:20 UTC) #97
achaulk
Looks like the ozone demo isn't built on the bots. Fixed now
5 years, 6 months ago (2015-05-29 15:26:22 UTC) #98
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1084173004/360001
5 years, 6 months ago (2015-05-29 15:26:59 UTC) #101
commit-bot: I haz the power
Committed patchset #19 (id:360001)
5 years, 6 months ago (2015-05-29 16:35:13 UTC) #102
commit-bot: I haz the power
5 years, 6 months ago (2015-05-29 16:36:11 UTC) #103
Message was sent while issue was closed.
Patchset 19 (id:??) landed as
https://crrev.com/ec8c2db5e40c59c359bb9282b83766045f47898d
Cr-Commit-Position: refs/heads/master@{#331989}

Powered by Google App Engine
This is Rietveld 408576698