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

Issue 1230203007: Re-land: cc: Use worker context for one-copy tile initialization. (Closed)

Created:
5 years, 5 months ago by reveman
Modified:
5 years, 4 months ago
CC:
cc-bugs_chromium.org, chromium-reviews, danakj+watch_chromium.org, darin-cc_chromium.org, jam, jbauman+watch_chromium.org, kalyank, piman+watch_chromium.org, sievers+watch_chromium.org, sunnyps, Ian Vollick
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Re-land: cc: Use worker context for one-copy tile initialization. This moves management of staging resources to OneCopyTileTaskWorkerPool class. This makes it possible to use a worker context to issue and detect when copy operations complete. BUG=490295 TBR=jamesr@chromium.org CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/91d23278a61f82e03bf4bac2a5c509579a57edd0 Cr-Commit-Position: refs/heads/master@{#344490}

Patch Set 1 #

Patch Set 2 : fix unit tests and improve partial raster #

Patch Set 3 : fix tests and build issues #

Patch Set 4 : fix ozone build #

Patch Set 5 : add ContextProvider::ScopedContextGL class #

Total comments: 10

Patch Set 6 : v2 #

Total comments: 18

Patch Set 7 : address review feedback #

Total comments: 4

Patch Set 8 : nits and use best_resource_format for now #

Total comments: 6

Patch Set 9 : address review feedback #

Patch Set 10 : rebase #

Patch Set 11 : removed output surface lost worker context handling #

Total comments: 1

Patch Set 12 : rebase and fix pixel test #

Patch Set 13 : querymanager tear down fix #

Patch Set 14 : win build fix #

Patch Set 15 : rebase and add missing locks #

Total comments: 2

Patch Set 16 : remove sharing of worker context between browser compositors #

Patch Set 17 : rebase #

Patch Set 18 : new shared worker context patch #

Patch Set 19 : fix shared worker context creation #

Patch Set 20 : rebase #

Patch Set 21 : rebase #

Patch Set 22 : minor cleanup to image binding code #

Patch Set 23 : rebase and fix CommandBufferHelper::Finish #

Patch Set 24 : mojo fix #

Patch Set 25 : revert mojo fix #

Patch Set 26 : rebase and include error check in DCHECK #

Total comments: 2

Patch Set 27 : fix mojo #

Patch Set 28 : also add worker context to mojo #

Patch Set 29 : actually use the worker context #

Patch Set 30 : mandoline fix #

Patch Set 31 : force use of zero-copy when worker context is missing #

Patch Set 32 : remove components/html_viewer/ change #

Total comments: 1

Patch Set 33 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+759 lines, -814 lines) Patch
M cc/output/context_provider.h View 1 2 3 4 5 6 7 8 2 chunks +22 lines, -0 lines 0 comments Download
M cc/output/output_surface.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 4 chunks +2 lines, -19 lines 0 comments Download
M cc/raster/gpu_tile_task_worker_pool.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +3 lines, -10 lines 0 comments Download
M cc/raster/one_copy_tile_task_worker_pool.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 5 chunks +65 lines, -62 lines 0 comments Download
M cc/raster/one_copy_tile_task_worker_pool.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 10 chunks +461 lines, -306 lines 0 comments Download
M cc/raster/tile_task_worker_pool_perftest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +2 lines, -5 lines 0 comments Download
M cc/raster/tile_task_worker_pool_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +2 lines, -4 lines 0 comments Download
M cc/resources/resource_format.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -0 lines 0 comments Download
M cc/resources/resource_format.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +19 lines, -0 lines 0 comments Download
M cc/resources/resource_pool.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 1 chunk +1 line, -4 lines 0 comments Download
M cc/resources/resource_pool.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 1 chunk +1 line, -4 lines 0 comments Download
M cc/resources/resource_pool_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 30 31 32 3 chunks +5 lines, -8 lines 0 comments Download
M cc/resources/resource_provider.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 7 chunks +3 lines, -15 lines 0 comments Download
M cc/resources/resource_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 10 chunks +3 lines, -153 lines 0 comments Download
M cc/resources/resource_provider_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 25 chunks +25 lines, -109 lines 0 comments Download
M cc/surfaces/display.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 1 chunk +0 lines, -3 lines 0 comments Download
M cc/surfaces/surface_display_output_surface.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/surfaces/surface_display_output_surface.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M cc/surfaces/surface_display_output_surface_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 1 chunk +2 lines, -1 line 0 comments Download
M cc/test/fake_output_surface.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +5 lines, -3 lines 0 comments Download
M cc/test/fake_resource_provider.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 4 chunks +1 line, -4 lines 0 comments Download
M cc/test/layer_tree_pixel_resource_test.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +1 line, -3 lines 0 comments Download
M cc/test/layer_tree_pixel_resource_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 6 chunks +6 lines, -21 lines 0 comments Download
M cc/test/layer_tree_pixel_test.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/layer_tree_pixel_test.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +6 lines, -0 lines 0 comments Download
M cc/test/layer_tree_test.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -2 lines 0 comments Download
M cc/test/layer_tree_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +4 lines, -6 lines 0 comments Download
M cc/test/pixel_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +2 lines, -2 lines 0 comments Download
M cc/test/test_in_process_context_provider.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/tiles/tile_manager.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 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_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 2 chunks +1 line, -3 lines 0 comments Download
M cc/trees/layer_tree_host_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 12 chunks +19 lines, -33 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_tiles.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 +1 line, -0 lines 0 comments Download
M cc/trees/layer_tree_settings.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/layer_tree_settings.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/compositor/browser_compositor_output_surface.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/compositor/browser_compositor_output_surface.cc View 1 2 3 4 5 1 chunk +5 lines, -3 lines 0 comments Download
M content/browser/compositor/gpu_browser_compositor_output_surface.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/compositor/gpu_browser_compositor_output_surface.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/compositor/gpu_process_transport_factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/compositor/gpu_process_transport_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 5 chunks +29 lines, -6 lines 0 comments Download
M content/browser/compositor/gpu_surfaceless_browser_compositor_output_surface.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/compositor/gpu_surfaceless_browser_compositor_output_surface.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +2 lines, -0 lines 0 comments Download
M content/browser/compositor/offscreen_browser_compositor_output_surface.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/compositor/offscreen_browser_compositor_output_surface.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/compositor/reflector_impl_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/gpu/compositor_util.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, -8 lines 0 comments Download
M content/browser/renderer_host/compositor_impl_android.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 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu/client/command_buffer_metrics.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/common/gpu/client/command_buffer_metrics.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M content/renderer/gpu/render_widget_compositor.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 +5 lines, -0 lines 0 comments Download
M gpu/command_buffer/build_gles2_cmd_buffer.py 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 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/client/cmd_buffer_helper.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 1 chunk +2 lines, -1 line 0 comments Download
M gpu/command_buffer/service/query_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M ui/compositor/test/in_process_context_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +14 lines, -9 lines 0 comments Download
M ui/compositor/test/in_process_context_provider.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M ui/compositor/test/in_process_context_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +4 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 125 (50 generated)
reveman
5 years, 5 months ago (2015-07-15 20:10:48 UTC) #2
reveman
+vmiura for worker context related changes
5 years, 5 months ago (2015-07-16 21:54:16 UTC) #4
vmpstr
https://codereview.chromium.org/1230203007/diff/80001/cc/raster/one_copy_tile_task_worker_pool.cc File cc/raster/one_copy_tile_task_worker_pool.cc (right): https://codereview.chromium.org/1230203007/diff/80001/cc/raster/one_copy_tile_task_worker_pool.cc#newcode85 cc/raster/one_copy_tile_task_worker_pool.cc:85: usleep(kCheckForQueryResultAvailableTickRateMs * 1000); PlatformThread::Sleep? https://codereview.chromium.org/1230203007/diff/80001/cc/raster/one_copy_tile_task_worker_pool.cc#newcode90 cc/raster/one_copy_tile_task_worker_pool.cc:90: UMA_HISTOGRAM_CUSTOM_COUNTS("Renderer4.CopyTextureLatency", time_elapsed_us, CopyTextureLatencyUS ...
5 years, 5 months ago (2015-07-16 22:25:26 UTC) #5
reveman
Latest patch includes memory tracing support and significant improvements to memory usage by releasing staging ...
5 years, 5 months ago (2015-07-22 22:39:15 UTC) #6
vmpstr
Comments and questions (just for cc/raster/one_copy_tile_task_worker_pool.cc, the rest seems straight forward) https://codereview.chromium.org/1230203007/diff/100001/cc/raster/one_copy_tile_task_worker_pool.cc File cc/raster/one_copy_tile_task_worker_pool.cc (right): ...
5 years, 5 months ago (2015-07-22 23:38:53 UTC) #7
vmiura
Worker context changes lgtm. Could you also update OutputSurface::SetWorkerContextShouldAggressivelyFreeResources() to use ScopedContextGL?
5 years, 5 months ago (2015-07-23 01:39:39 UTC) #8
reveman
On 2015/07/23 at 01:39:39, vmiura wrote: > Worker context changes lgtm. > > Could you ...
5 years, 5 months ago (2015-07-23 05:35:05 UTC) #9
vmpstr
cc lgtm https://codereview.chromium.org/1230203007/diff/120001/cc/raster/one_copy_tile_task_worker_pool.cc File cc/raster/one_copy_tile_task_worker_pool.cc (right): https://codereview.chromium.org/1230203007/diff/120001/cc/raster/one_copy_tile_task_worker_pool.cc#newcode527 cc/raster/one_copy_tile_task_worker_pool.cc:527: { nit: You don't really need to ...
5 years, 5 months ago (2015-07-23 17:51:07 UTC) #10
reveman
+piman for content/ +primiano for memory-infra related changes in cc/raster/one_copy_tile_task_worker_pool.cc https://codereview.chromium.org/1230203007/diff/120001/cc/raster/one_copy_tile_task_worker_pool.cc File cc/raster/one_copy_tile_task_worker_pool.cc (right): https://codereview.chromium.org/1230203007/diff/120001/cc/raster/one_copy_tile_task_worker_pool.cc#newcode527 ...
5 years, 5 months ago (2015-07-23 18:40:40 UTC) #12
reveman
On 2015/07/23 at 18:40:40, reveman wrote: > +piman for content/ and ui/compositor/
5 years, 5 months ago (2015-07-23 18:41:31 UTC) #13
Primiano Tucci (use gerrit)
OnMemoryDump & co stuff LGTM
5 years, 5 months ago (2015-07-23 19:01:20 UTC) #14
piman
https://codereview.chromium.org/1230203007/diff/140001/cc/output/context_provider.h File cc/output/context_provider.h (right): https://codereview.chromium.org/1230203007/diff/140001/cc/output/context_provider.h#newcode30 cc/output/context_provider.h:30: class ScopedContextGL { nit: I like this class but ...
5 years, 5 months ago (2015-07-23 20:44:52 UTC) #15
reveman
In addition to addressing review feedback I made some minor memory-infra related changes in latest ...
5 years, 5 months ago (2015-07-24 17:49:15 UTC) #16
piman
lgtm
5 years, 5 months ago (2015-07-24 17:52:19 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1230203007/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1230203007/180001
5 years, 5 months ago (2015-07-24 20:09:21 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/72516)
5 years, 5 months ago (2015-07-24 20:31:09 UTC) #22
reveman
https://codereview.chromium.org/1230203007/diff/200001/cc/output/output_surface.cc File cc/output/output_surface.cc (left): https://codereview.chromium.org/1230203007/diff/200001/cc/output/output_surface.cc#oldcode143 cc/output/output_surface.cc:143: &OutputSurface::DidLoseOutputSurface, base::Unretained(this))); I had to remove this to be ...
5 years, 5 months ago (2015-07-24 22:53:54 UTC) #23
piman
lgtm
5 years, 5 months ago (2015-07-24 23:00:02 UTC) #24
piman
https://codereview.chromium.org/1230203007/diff/280001/cc/raster/one_copy_tile_task_worker_pool.cc File cc/raster/one_copy_tile_task_worker_pool.cc (right): https://codereview.chromium.org/1230203007/diff/280001/cc/raster/one_copy_tile_task_worker_pool.cc#newcode413 cc/raster/one_copy_tile_task_worker_pool.cc:413: resource_provider_->output_surface()->worker_context_provider(); Mmh, we're accessing the ResourceProvider & OutputSurface from ...
5 years, 4 months ago (2015-08-04 18:44:54 UTC) #25
reveman
https://codereview.chromium.org/1230203007/diff/280001/cc/raster/one_copy_tile_task_worker_pool.cc File cc/raster/one_copy_tile_task_worker_pool.cc (right): https://codereview.chromium.org/1230203007/diff/280001/cc/raster/one_copy_tile_task_worker_pool.cc#newcode413 cc/raster/one_copy_tile_task_worker_pool.cc:413: resource_provider_->output_surface()->worker_context_provider(); On 2015/08/04 at 18:44:54, piman (Very slow to ...
5 years, 4 months ago (2015-08-04 21:56:42 UTC) #26
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1230203007/320001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1230203007/320001
5 years, 4 months ago (2015-08-05 01:31:05 UTC) #28
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_x64_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/86496)
5 years, 4 months ago (2015-08-05 04:19:34 UTC) #30
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1230203007/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1230203007/340001
5 years, 4 months ago (2015-08-05 20:55:04 UTC) #32
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/94768)
5 years, 4 months ago (2015-08-05 21:55:32 UTC) #34
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1230203007/360001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1230203007/360001
5 years, 4 months ago (2015-08-06 18:08:11 UTC) #36
commit-bot: I haz the power
Dry run: 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/82504) mac_chromium_rel_ng on ...
5 years, 4 months ago (2015-08-06 18:11:59 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/1230203007/380001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1230203007/380001
5 years, 4 months ago (2015-08-06 19:21:27 UTC) #40
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/89897)
5 years, 4 months ago (2015-08-06 21:35:45 UTC) #42
piman
lgtm
5 years, 4 months ago (2015-08-06 21:44:11 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1230203007/380001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1230203007/380001
5 years, 4 months ago (2015-08-06 21:55:37 UTC) #46
commit-bot: I haz the power
Committed patchset #20 (id:380001)
5 years, 4 months ago (2015-08-06 23:58:31 UTC) #47
commit-bot: I haz the power
Patchset 20 (id:??) landed as https://crrev.com/d5157ac5afec145b85746b42f2d86383483a8222 Cr-Commit-Position: refs/heads/master@{#342235}
5 years, 4 months ago (2015-08-06 23:59:21 UTC) #48
Ken Russell (switch to Gerrit)
A revert of this CL (patchset #20 id:380001) has been created in https://codereview.chromium.org/1273163004/ by kbr@chromium.org. ...
5 years, 4 months ago (2015-08-07 04:30:01 UTC) #49
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1230203007/400001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1230203007/400001
5 years, 4 months ago (2015-08-08 20:33:16 UTC) #51
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_clang_dbg_recipe on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg_recipe/builds/106531)
5 years, 4 months ago (2015-08-08 21:12:30 UTC) #53
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1230203007/420001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1230203007/420001
5 years, 4 months ago (2015-08-09 09:11:02 UTC) #55
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 4 months ago (2015-08-09 09:50:32 UTC) #57
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1230203007/420001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1230203007/420001
5 years, 4 months ago (2015-08-09 20:08:12 UTC) #60
commit-bot: I haz the power
Committed patchset #22 (id:420001)
5 years, 4 months ago (2015-08-09 20:12:26 UTC) #61
commit-bot: I haz the power
Patchset 22 (id:??) landed as https://crrev.com/a6b998600660f34bcce9fbc2c75bbc0a3f7f03cc Cr-Commit-Position: refs/heads/master@{#342567}
5 years, 4 months ago (2015-08-09 20:13:07 UTC) #62
Ken Russell (switch to Gerrit)
A revert of this CL (patchset #22 id:420001) has been created in https://codereview.chromium.org/1282183002/ by kbr@chromium.org. ...
5 years, 4 months ago (2015-08-09 22:28:37 UTC) #63
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1230203007/500001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1230203007/500001
5 years, 4 months ago (2015-08-17 18:45:20 UTC) #65
Ken Russell (switch to Gerrit)
https://codereview.chromium.org/1230203007/diff/500001/gpu/command_buffer/client/cmd_buffer_helper.cc File gpu/command_buffer/client/cmd_buffer_helper.cc (right): https://codereview.chromium.org/1230203007/diff/500001/gpu/command_buffer/client/cmd_buffer_helper.cc#newcode202 gpu/command_buffer/client/cmd_buffer_helper.cc:202: error::IsError(command_buffer_->GetLastState().error)); If the error::IsError case is hit in this ...
5 years, 4 months ago (2015-08-17 19:59:07 UTC) #67
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/75532)
5 years, 4 months ago (2015-08-17 20:01:12 UTC) #69
piman
lgtm https://codereview.chromium.org/1230203007/diff/500001/gpu/command_buffer/client/cmd_buffer_helper.cc File gpu/command_buffer/client/cmd_buffer_helper.cc (right): https://codereview.chromium.org/1230203007/diff/500001/gpu/command_buffer/client/cmd_buffer_helper.cc#newcode202 gpu/command_buffer/client/cmd_buffer_helper.cc:202: error::IsError(command_buffer_->GetLastState().error)); On 2015/08/17 19:59:07, Ken Russell wrote: > ...
5 years, 4 months ago (2015-08-17 22:29:55 UTC) #70
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1230203007/500001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1230203007/500001
5 years, 4 months ago (2015-08-18 08:11:24 UTC) #73
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_rel/builds/122425)
5 years, 4 months ago (2015-08-18 10:05:12 UTC) #75
reveman
+jamesr for third_party/mojo/src/mojo/public/c/gles2/
5 years, 4 months ago (2015-08-18 10:32:10 UTC) #78
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1230203007/520001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1230203007/520001
5 years, 4 months ago (2015-08-18 10:32:24 UTC) #80
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_rel/builds/122461)
5 years, 4 months ago (2015-08-18 11:45:53 UTC) #82
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1230203007/540001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1230203007/540001
5 years, 4 months ago (2015-08-18 14:59:11 UTC) #84
reveman
+sky for components/html_viewer and mojo/cc
5 years, 4 months ago (2015-08-18 15:04:32 UTC) #86
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_gn_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_rel/builds/122537)
5 years, 4 months ago (2015-08-18 16:01:59 UTC) #88
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1230203007/560001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1230203007/560001
5 years, 4 months ago (2015-08-18 16:19:21 UTC) #91
sky
LGTM
5 years, 4 months ago (2015-08-18 16:52:31 UTC) #92
commit-bot: I haz the power
Committed patchset #29 (id:560001)
5 years, 4 months ago (2015-08-18 17:19:00 UTC) #93
commit-bot: I haz the power
Patchset 29 (id:??) landed as https://crrev.com/af0ab609b53c64ce43172be42e20e7ca8beab497 Cr-Commit-Position: refs/heads/master@{#343947}
5 years, 4 months ago (2015-08-18 17:19:51 UTC) #94
sky
A revert of this CL (patchset #29 id:560001) has been created in https://codereview.chromium.org/1298143003/ by sky@chromium.org. ...
5 years, 4 months ago (2015-08-18 21:44:38 UTC) #95
Fady Samuel
On 2015/08/18 21:44:38, sky wrote: > A revert of this CL (patchset #29 id:560001) has ...
5 years, 4 months ago (2015-08-18 22:56:51 UTC) #96
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1230203007/580001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1230203007/580001
5 years, 4 months ago (2015-08-19 11:01:16 UTC) #98
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/100413)
5 years, 4 months ago (2015-08-19 12:15:52 UTC) #100
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1230203007/610001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1230203007/610001
5 years, 4 months ago (2015-08-19 13:09:01 UTC) #102
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 4 months ago (2015-08-19 14:24:23 UTC) #104
reveman
piman, can you take a look at let me know if you think this temporary ...
5 years, 4 months ago (2015-08-19 15:50:14 UTC) #105
piman
lgtm
5 years, 4 months ago (2015-08-19 19:32:57 UTC) #106
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1230203007/610001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1230203007/610001
5 years, 4 months ago (2015-08-19 19:51:55 UTC) #109
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/90206)
5 years, 4 months ago (2015-08-19 20:01:04 UTC) #111
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1230203007/610001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1230203007/610001
5 years, 4 months ago (2015-08-19 20:08:18 UTC) #113
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/90221)
5 years, 4 months ago (2015-08-19 20:16:17 UTC) #115
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1230203007/630001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1230203007/630001
5 years, 4 months ago (2015-08-20 09:24:27 UTC) #118
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/95926)
5 years, 4 months ago (2015-08-20 11:32:02 UTC) #120
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1230203007/630001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1230203007/630001
5 years, 4 months ago (2015-08-20 11:53:12 UTC) #122
commit-bot: I haz the power
Committed patchset #33 (id:630001)
5 years, 4 months ago (2015-08-20 13:41:47 UTC) #123
commit-bot: I haz the power
Patchset 33 (id:??) landed as https://crrev.com/91d23278a61f82e03bf4bac2a5c509579a57edd0 Cr-Commit-Position: refs/heads/master@{#344490}
5 years, 4 months ago (2015-08-20 13:42:28 UTC) #124
Eric Caruso
5 years, 3 months ago (2015-09-10 21:10:17 UTC) #125
Message was sent while issue was closed.
A revert of this CL (patchset #33 id:630001) has been created in
https://codereview.chromium.org/1336703002/ by ejcaruso@chromium.org.

The reason for reverting is: This CL is responsible for issue 525811. Pixel 2015
gets strange artifacts across suspend/resume that only go away when you reboot..

Powered by Google App Engine
This is Rietveld 408576698