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

Issue 1336733002: Re-land: cc: Implement shared worker contexts. (Closed)

Created:
5 years, 3 months ago by reveman
Modified:
5 years, 3 months ago
CC:
cc-bugs_chromium.org, chromium-reviews, danakj+watch_chromium.org, darin-cc_chromium.org, jam, jbauman+watch_chromium.org, kalyank, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, piman+watch_chromium.org, sievers+watch_chromium.org, 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: Implement shared worker contexts. This moves the responsibility to call BindToCurrentThread/SetupLock out of cc::OutputSurface and to the maintainer of the (possibly) shared context. OutputSurface now needs to be destroyed on the same thread they were created. OutputSurface::DetachFromClient() can be used to destroy any resources that need to be destroyed on the thread that the OutputSurface has been bound to. BUG=523411, 525811 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/d180dfc3198c1e58a8c10f7349f3d949e22c5f3d Cr-Commit-Position: refs/heads/master@{#350409}

Patch Set 1 #

Patch Set 2 : fix tests #

Patch Set 3 : win build fix #

Patch Set 4 : mutex fix #

Total comments: 2

Patch Set 5 : shutdown fix #

Total comments: 15

Patch Set 6 : danakj's review #

Patch Set 7 : fix typo in last patch #

Total comments: 6

Patch Set 8 : unit test + comments + shutdown change #

Patch Set 9 : add missing changes to MailboxOutputSurface+SynchronousCompositorOutputSurface #

Patch Set 10 : remove bad ChildProcess::current() call #

Total comments: 2

Patch Set 11 : use virtualized worker context on mac #

Patch Set 12 : add in_process context support #

Total comments: 3

Patch Set 13 : rebase #

Patch Set 14 : android build fix #

Total comments: 1

Patch Set 15 : rebase #

Patch Set 16 : rebase #

Patch Set 17 : Fix LayerTreeHostClientTakeAwayOutputSurface test. Content provider is always destroyed on the clie… #

Unified diffs Side-by-side diffs Delta from patch set Stats (+451 lines, -199 lines) Patch
M cc/layers/delegated_renderer_layer_impl_unittest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M cc/layers/heads_up_display_layer_impl_unittest.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M cc/layers/layer_impl_unittest.cc View 1 3 chunks +6 lines, -3 lines 0 comments Download
M cc/layers/nine_patch_layer_impl_unittest.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M cc/layers/picture_image_layer_impl_unittest.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M cc/layers/picture_layer_impl_perftest.cc View 1 3 chunks +3 lines, -1 line 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 1 2 3 4 5 7 chunks +16 lines, -7 lines 0 comments Download
M cc/layers/texture_layer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +3 lines, -1 line 0 comments Download
M cc/layers/ui_resource_layer_impl_unittest.cc View 1 3 chunks +6 lines, -3 lines 0 comments Download
M cc/output/context_provider.h View 3 chunks +9 lines, -5 lines 0 comments Download
M cc/output/output_surface.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +8 lines, -2 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 5 chunks +19 lines, -12 lines 0 comments Download
M cc/raster/tile_task_worker_pool_unittest.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M cc/test/fake_output_surface.h View 3 chunks +10 lines, -8 lines 0 comments Download
M cc/test/fake_proxy.h 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 cc/test/fake_proxy.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -3 lines 0 comments Download
M cc/test/layer_test_common.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/layer_test_common.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/layer_tree_test.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/test_context_provider.h View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/test/test_context_provider.cc View 1 chunk +14 lines, -1 line 0 comments Download
M cc/tiles/tile_manager_perftest.cc View 1 3 chunks +3 lines, -1 line 0 comments Download
M cc/tiles/tile_manager_unittest.cc View 1 2 6 chunks +10 lines, -6 lines 0 comments Download
M cc/trees/layer_tree_host.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +7 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +13 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -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 2 chunks +5 lines, -4 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 8 chunks +28 lines, -15 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 10 chunks +32 lines, -22 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +17 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_unittest_context.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M cc/trees/layer_tree_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +5 lines, -3 lines 0 comments Download
M cc/trees/occlusion_tracker_perftest.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M cc/trees/proxy.h 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 cc/trees/single_thread_proxy.h 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 cc/trees/single_thread_proxy.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +3 lines, -4 lines 0 comments Download
M cc/trees/thread_proxy.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +4 lines, -7 lines 0 comments Download
M cc/trees/thread_proxy.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +10 lines, -15 lines 0 comments Download
M content/browser/android/in_process/synchronous_compositor_factory_impl.h View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +6 lines, -0 lines 0 comments Download
M content/browser/android/in_process/synchronous_compositor_factory_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +66 lines, -2 lines 0 comments Download
M content/browser/android/in_process/synchronous_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/android/in_process/synchronous_compositor_output_surface.cc View 1 2 3 4 5 6 7 8 2 chunks +9 lines, -5 lines 0 comments Download
M content/browser/compositor/gpu_process_transport_factory.cc View 1 2 3 4 5 6 7 3 chunks +9 lines, -3 lines 0 comments Download
M content/child/child_thread_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +4 lines, -4 lines 0 comments Download
M content/renderer/gpu/compositor_output_surface.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/gpu/compositor_output_surface.cc View 1 2 3 4 5 4 chunks +14 lines, -16 lines 0 comments Download
M content/renderer/gpu/mailbox_output_surface.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 content/renderer/gpu/mailbox_output_surface.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +4 lines, -1 line 0 comments Download
M content/renderer/render_thread_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +4 lines, -0 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +26 lines, -0 lines 0 comments Download
M content/renderer/render_widget.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +3 lines, -4 lines 0 comments Download
M ui/compositor/test/in_process_context_factory.h View 2 chunks +3 lines, -1 line 0 comments Download
M ui/compositor/test/in_process_context_factory.cc View 1 2 3 4 5 6 7 2 chunks +25 lines, -7 lines 0 comments Download
M ui/compositor/test/in_process_context_provider.h View 2 chunks +9 lines, -9 lines 0 comments Download

Messages

Total messages: 92 (37 generated)
reveman
Here's an attempt at implementing proper support for shared worker context as discussed. Please take ...
5 years, 3 months ago (2015-09-11 19:03:42 UTC) #2
danakj
https://codereview.chromium.org/1336733002/diff/60001/cc/trees/layer_tree_host.h File cc/trees/layer_tree_host.h (right): https://codereview.chromium.org/1336733002/diff/60001/cc/trees/layer_tree_host.h#newcode437 cc/trees/layer_tree_host.h:437: scoped_ptr<OutputSurface> new_output_surface_; What's the reasoning for these variables? Why ...
5 years, 3 months ago (2015-09-11 19:49:55 UTC) #4
reveman
https://codereview.chromium.org/1336733002/diff/60001/cc/trees/layer_tree_host.h File cc/trees/layer_tree_host.h (right): https://codereview.chromium.org/1336733002/diff/60001/cc/trees/layer_tree_host.h#newcode437 cc/trees/layer_tree_host.h:437: scoped_ptr<OutputSurface> new_output_surface_; On 2015/09/11 at 19:49:55, danakj wrote: > ...
5 years, 3 months ago (2015-09-11 22:26:13 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1336733002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1336733002/80001
5 years, 3 months ago (2015-09-11 22:27:07 UTC) #7
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_clobber_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_clobber_rel_ng/builds/68910)
5 years, 3 months ago (2015-09-11 22:45:30 UTC) #9
danakj
cc LGTM % piman https://codereview.chromium.org/1336733002/diff/80001/cc/output/output_surface.h File cc/output/output_surface.h (right): https://codereview.chromium.org/1336733002/diff/80001/cc/output/output_surface.h#newcode119 cc/output/output_surface.h:119: // Called by the compositor ...
5 years, 3 months ago (2015-09-12 00:09:14 UTC) #10
reveman
https://codereview.chromium.org/1336733002/diff/80001/cc/output/output_surface.h File cc/output/output_surface.h (right): https://codereview.chromium.org/1336733002/diff/80001/cc/output/output_surface.h#newcode119 cc/output/output_surface.h:119: // Called by the compositor on the compositor thread. ...
5 years, 3 months ago (2015-09-12 12:49:57 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1336733002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1336733002/100001
5 years, 3 months ago (2015-09-12 12:50:12 UTC) #13
commit-bot: I haz the power
Dry run: 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/62066)
5 years, 3 months ago (2015-09-12 13:22:47 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1336733002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1336733002/120001
5 years, 3 months ago (2015-09-12 19:48:13 UTC) #17
commit-bot: I haz the power
Dry run: 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/68133)
5 years, 3 months ago (2015-09-12 22:23:27 UTC) #19
danakj
https://codereview.chromium.org/1336733002/diff/80001/cc/trees/layer_tree_host.h File cc/trees/layer_tree_host.h (right): https://codereview.chromium.org/1336733002/diff/80001/cc/trees/layer_tree_host.h#newcode442 cc/trees/layer_tree_host.h:442: scoped_ptr<OutputSurface> new_output_surface_; On 2015/09/12 12:49:57, reveman wrote: > On ...
5 years, 3 months ago (2015-09-14 18:05:46 UTC) #20
no sievers
ay https://codereview.chromium.org/1336733002/diff/80001/cc/trees/layer_tree_host.h File cc/trees/layer_tree_host.h (right): https://codereview.chromium.org/1336733002/diff/80001/cc/trees/layer_tree_host.h#newcode442 cc/trees/layer_tree_host.h:442: scoped_ptr<OutputSurface> new_output_surface_; Are you suggesting as a follow-up ...
5 years, 3 months ago (2015-09-14 21:18:04 UTC) #22
danakj
https://codereview.chromium.org/1336733002/diff/80001/cc/trees/layer_tree_host.h File cc/trees/layer_tree_host.h (right): https://codereview.chromium.org/1336733002/diff/80001/cc/trees/layer_tree_host.h#newcode442 cc/trees/layer_tree_host.h:442: scoped_ptr<OutputSurface> new_output_surface_; On 2015/09/14 21:18:05, sievers wrote: > Are ...
5 years, 3 months ago (2015-09-14 21:22:47 UTC) #23
no sievers
On 2015/09/14 21:22:47, danakj wrote: > https://codereview.chromium.org/1336733002/diff/80001/cc/trees/layer_tree_host.h > File cc/trees/layer_tree_host.h (right): > > https://codereview.chromium.org/1336733002/diff/80001/cc/trees/layer_tree_host.h#newcode442 > ...
5 years, 3 months ago (2015-09-14 21:33:12 UTC) #24
no sievers
On 2015/09/14 21:33:12, sievers wrote: > On 2015/09/14 21:22:47, danakj wrote: > > > https://codereview.chromium.org/1336733002/diff/80001/cc/trees/layer_tree_host.h ...
5 years, 3 months ago (2015-09-14 21:35:57 UTC) #25
piman
I like this approach. One main thing (the shutdown_event_ signal), the rest is nits. https://codereview.chromium.org/1336733002/diff/120001/cc/trees/layer_tree_host.cc ...
5 years, 3 months ago (2015-09-14 21:54:39 UTC) #26
reveman
PTAL https://codereview.chromium.org/1336733002/diff/120001/cc/trees/layer_tree_host.cc File cc/trees/layer_tree_host.cc (right): https://codereview.chromium.org/1336733002/diff/120001/cc/trees/layer_tree_host.cc#newcode393 cc/trees/layer_tree_host.cc:393: proxy_->SetOutputSurface(new_output_surface_.get()); On 2015/09/14 at 21:54:38, piman (slow to ...
5 years, 3 months ago (2015-09-15 20:38:35 UTC) #27
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1336733002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1336733002/140001
5 years, 3 months ago (2015-09-15 20:39:28 UTC) #29
piman
lgtm
5 years, 3 months ago (2015-09-15 22:40:43 UTC) #30
commit-bot: I haz the power
Dry run: 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/69256)
5 years, 3 months ago (2015-09-15 23:30:35 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1336733002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1336733002/140001
5 years, 3 months ago (2015-09-16 19:01:19 UTC) #35
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/77087)
5 years, 3 months ago (2015-09-16 21:18:11 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1336733002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1336733002/160001
5 years, 3 months ago (2015-09-16 21:43:26 UTC) #40
commit-bot: I haz the power
Committed patchset #9 (id:160001)
5 years, 3 months ago (2015-09-16 23:23:39 UTC) #41
commit-bot: I haz the power
Patchset 9 (id:??) landed as https://crrev.com/a47ef41ea03d3a5b8965eb700b682ddf8a1f055a Cr-Commit-Position: refs/heads/master@{#349274}
5 years, 3 months ago (2015-09-16 23:24:22 UTC) #42
Ken Russell (switch to Gerrit)
A revert of this CL (patchset #9 id:160001) has been created in https://codereview.chromium.org/1356463002/ by kbr@chromium.org. ...
5 years, 3 months ago (2015-09-17 01:41:03 UTC) #43
Justin Donnelly
On 2015/09/17 01:41:03, Ken Russell wrote: > A revert of this CL (patchset #9 id:160001) ...
5 years, 3 months ago (2015-09-17 04:25:45 UTC) #44
boliu
https://codereview.chromium.org/1336733002/diff/180001/content/browser/android/in_process/synchronous_compositor_factory_impl.cc File content/browser/android/in_process/synchronous_compositor_factory_impl.cc (right): https://codereview.chromium.org/1336733002/diff/180001/content/browser/android/in_process/synchronous_compositor_factory_impl.cc#newcode184 content/browser/android/in_process/synchronous_compositor_factory_impl.cc:184: if (use_ipc_command_buffer_ && FYI we found a blocker in ...
5 years, 3 months ago (2015-09-17 20:58:10 UTC) #46
reveman
PTAL. Previous patch caused GPU raster tests to fail on some Macs. That has been ...
5 years, 3 months ago (2015-09-18 14:51:35 UTC) #48
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1336733002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1336733002/220001
5 years, 3 months ago (2015-09-18 14:51:58 UTC) #50
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_compile_dbg_32_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_32_ng/builds/99311) ios_dbg_simulator_ninja on ...
5 years, 3 months ago (2015-09-18 14:54:19 UTC) #52
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1336733002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1336733002/240001
5 years, 3 months ago (2015-09-18 15:02:59 UTC) #54
commit-bot: I haz the power
Dry run: 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/70939)
5 years, 3 months ago (2015-09-18 15:21:07 UTC) #56
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1336733002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1336733002/260001
5 years, 3 months ago (2015-09-18 18:50:13 UTC) #58
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-09-18 20:03:33 UTC) #60
ccameron
lgtm % nits -- also should ping kbr@ about any concerns about putting WebGL (et ...
5 years, 3 months ago (2015-09-18 20:18:53 UTC) #61
boliu
New changes to support use_ipc_command_buffer_ in webview lgtm
5 years, 3 months ago (2015-09-18 20:31:25 UTC) #62
piman
On Fri, Sep 18, 2015 at 1:18 PM, <ccameron@chromium.org> wrote: > lgtm % nits -- ...
5 years, 3 months ago (2015-09-18 21:07:31 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/1336733002/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1336733002/300001
5 years, 3 months ago (2015-09-23 15:04:39 UTC) #65
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/117239)
5 years, 3 months ago (2015-09-23 15:13:23 UTC) #67
reveman
FYI, I've verified that latest patch does not cause the issue that was the reason ...
5 years, 3 months ago (2015-09-23 16:07:42 UTC) #69
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1336733002/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1336733002/300001
5 years, 3 months ago (2015-09-23 16:08:31 UTC) #71
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/116874)
5 years, 3 months ago (2015-09-23 16:15:40 UTC) #73
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1336733002/320001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1336733002/320001
5 years, 3 months ago (2015-09-23 16:53:11 UTC) #76
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/106699)
5 years, 3 months ago (2015-09-23 17:31:50 UTC) #78
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1336733002/320001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1336733002/320001
5 years, 3 months ago (2015-09-23 18:12:15 UTC) #80
commit-bot: I haz the power
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/107691)
5 years, 3 months ago (2015-09-23 19:21:24 UTC) #82
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1336733002/320001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1336733002/320001
5 years, 3 months ago (2015-09-23 19:48:55 UTC) #84
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/56563)
5 years, 3 months ago (2015-09-23 20:20:15 UTC) #86
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1336733002/320001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1336733002/320001
5 years, 3 months ago (2015-09-23 23:21:46 UTC) #88
commit-bot: I haz the power
Committed patchset #17 (id:320001)
5 years, 3 months ago (2015-09-24 00:19:57 UTC) #89
commit-bot: I haz the power
Patchset 17 (id:??) landed as https://crrev.com/d180dfc3198c1e58a8c10f7349f3d949e22c5f3d Cr-Commit-Position: refs/heads/master@{#350409}
5 years, 3 months ago (2015-09-24 00:35:13 UTC) #90
msw
On 2015/09/24 00:35:13, commit-bot: I haz the power wrote: > Patchset 17 (id:??) landed as ...
5 years, 3 months ago (2015-09-24 02:26:07 UTC) #91
msw
5 years, 3 months ago (2015-09-24 05:24:49 UTC) #92
Message was sent while issue was closed.
On 2015/09/24 02:26:07, msw wrote:
> On 2015/09/24 00:35:13, commit-bot: I haz the power wrote:
> > Patchset 17 (id:??) landed as
> > https://crrev.com/d180dfc3198c1e58a8c10f7349f3d949e22c5f3d
> > Cr-Commit-Position: refs/heads/master@{#350409}
> 
> Is it possible that this broke mojo_apptests on Linux GN (sorry but there
hasn't
> been CQ coverage for a short time), here's the log and sample failure output:
>
http://build.chromium.org/p/chromium.linux/builders/Linux%20GN/builds/32378/s...
> 
> [  FAILED  ] Command:
> /mnt/data/b/build/slave/Linux_GN/build/src/out/Release/mojo_runner
> --use-temporary-user-data-dir --enable-html-viewer-test-interface
> --use-x11-test-config --override-use-gl-with-osmesa-for-tests
> --gtest_filter=AXProviderTest.HelloWorld mojo:html_viewer_apptests
> ------------------------------------------------------------------------
> Note: Google Test filter = AXProviderTest.HelloWorld
> [==========] Running 1 test from 1 test case.
> [----------] Global test environment set-up.
> [----------] 1 test from AXProviderTest
> [ RUN      ] AXProviderTest.HelloWorld
> HTTP server started on http://127.0.0.1:37323...
> sending server_data: {"host": "127.0.0.1", "port": 37323} (36 bytes)
> 
> Error: Test exited with code: -11
> [0923/180718:ERROR:command_buffer_local.cc(219)] Not implemented reached in
> virtual uint64_t mus::CommandBufferLocal::GetCommandBufferID() const
> [ERROR:command_buffer_client_impl.cc(407)] Not implemented reached in virtual
> uint64_t gles2::CommandBufferClientImpl::GetCommandBufferID() const
> [30763:30796:0923/180720:ERROR:layer_tree_host_impl.cc(2106)] Forcing
zero-copy
> tile initialization as worker context is missing
> [30763:30775:0923/180720:ERROR:nss_util.cc(853)] After loading Root Certs,
> loaded==false: NSS error code: -8018
> Received signal 11 SEGV_MAPERR 000000000020
> 
> ------------------------------------------------------------------------

Those errors should be fixed by https://codereview.chromium.org/1362243002/

Powered by Google App Engine
This is Rietveld 408576698