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 11232051: Remove static thread pointers from CC (Closed)

Created:
8 years, 2 months ago by aelias_OOO_until_Jul13
Modified:
8 years, 1 month ago
Reviewers:
danakj, jamesr, enne (OOO)
CC:
chromium-reviews, joi+watch-content_chromium.org, feature-media-reviews_chromium.org, cc-bugs_chromium.org, jam, darin-cc_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Remove static thread pointers from CC, attempt 3 BUG=152904 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=166627

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address code review comments and fix all cc_unittests #

Total comments: 15

Patch Set 3 : Apply Dana's code review suggestions #

Total comments: 5

Patch Set 4 : Move hasImplThread() to CCRendererClient and fix IntRect issue #

Patch Set 5 : Add hasImplThread() to RendererClient #

Patch Set 6 : Rebase to 165064 #

Total comments: 17

Patch Set 7 : Apply code review comments #

Total comments: 4

Patch Set 8 : Use scoped_ptr<Thread> for initialization chain #

Patch Set 9 : Use scoped_ptr<Thread> for initialization chain #

Patch Set 10 : Remove accidentally added line in onMemoryAllocationChanged #

Patch Set 11 : Fix webkit_compositor_bindings_unittests #

Patch Set 12 : Rebase to 165244 #

Patch Set 13 : Rebase to 165291 #

Patch Set 14 : Rebase to 165408 #

Patch Set 15 : Rebase to 165444 #

Total comments: 1

Patch Set 16 : Fix bug in frame_rate_counter #

Patch Set 17 : Rebase to 165543 #

Patch Set 18 : Rebase to 165752 #

Patch Set 19 : Fix unit test hang by explicitly NULLing out impl_thread_message_loop_proxy_ #

Total comments: 1

Patch Set 20 : Move the NULLing to shutdown() #

Patch Set 21 : Add CC_EXPORT to RendererCapabilities (used in FakeProxy) #

Patch Set 22 : Rebase to 165844 #

Patch Set 23 : Rebase to 165862 #

Patch Set 24 : Rebase to 165869 #

Patch Set 25 : Attempt to fix ChromeOS with extra GetEnv call #

Patch Set 26 : Reupload for trybot #

Patch Set 27 : Reupload for trybot 2 #

Patch Set 28 : Fix ChromeOS problems and rebase to 166581 #

Patch Set 29 : Fix ChromeOS problems and rebase to 166581 #

Total comments: 3

Patch Set 30 : Apply code review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+720 lines, -778 lines) Patch
M cc/cc_tests.gyp 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 1 chunk +2 lines, -0 lines 0 comments Download
M cc/damage_tracker_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 1 chunk +0 lines, -3 lines 0 comments Download
M cc/delegated_renderer_layer_impl_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 3 chunks +6 lines, -4 lines 0 comments Download
M cc/font_atlas.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 2 chunks +3 lines, -0 lines 0 comments Download
M cc/font_atlas.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 3 chunks +3 lines, -3 lines 0 comments Download
M cc/frame_rate_counter.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 3 chunks +4 lines, -2 lines 0 comments Download
M cc/frame_rate_counter.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 4 chunks +7 lines, -6 lines 0 comments Download
M cc/gl_renderer.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 1 chunk +0 lines, -1 line 0 comments Download
M cc/gl_renderer.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 10 chunks +30 lines, -47 lines 0 comments Download
M cc/gl_renderer_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 4 chunks +1 line, -5 lines 0 comments Download
M cc/layer_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 1 chunk +0 lines, -2 lines 0 comments Download
M cc/layer_impl_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 1 chunk +0 lines, -2 lines 0 comments Download
M cc/layer_sorter_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 1 chunk +0 lines, -2 lines 0 comments Download
M cc/layer_tree_host.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 5 chunks +8 lines, -5 lines 0 comments Download
M cc/layer_tree_host.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 15 chunks +24 lines, -23 lines 0 comments Download
M cc/layer_tree_host_common_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 22 chunks +0 lines, -44 lines 0 comments Download
M cc/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 5 chunks +5 lines, -2 lines 0 comments Download
M cc/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 5 chunks +24 lines, -9 lines 0 comments Download
M cc/layer_tree_host_impl_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 24 chunks +30 lines, -24 lines 0 comments Download
M cc/layer_tree_host_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 1 chunk +1 line, -1 line 0 comments Download
M cc/layer_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 4 chunks +3 lines, -4 lines 0 comments Download
M cc/nine_patch_layer_impl_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 1 chunk +0 lines, -2 lines 0 comments Download
M cc/nine_patch_layer_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 4 chunks +7 lines, -5 lines 0 comments Download
M cc/occlusion_tracker_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 1 chunk +0 lines, -2 lines 0 comments Download
M cc/prioritized_resource.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 3 chunks +3 lines, -1 line 0 comments Download
M cc/prioritized_resource.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 4 chunks +12 lines, -5 lines 0 comments Download
M cc/prioritized_resource_manager.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 5 chunks +9 lines, -3 lines 0 comments Download
M cc/prioritized_resource_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 19 chunks +30 lines, -24 lines 0 comments Download
M cc/prioritized_resource_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 chunks +34 lines, -31 lines 0 comments Download
M cc/proxy.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 3 chunks +31 lines, -25 lines 0 comments Download
M cc/proxy.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 3 chunks +30 lines, -43 lines 0 comments Download
M cc/quad_culler_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 1 chunk +0 lines, -1 line 0 comments Download
M cc/rate_limiter.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 4 chunks +5 lines, -2 lines 0 comments Download
M cc/rate_limiter.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 2 chunks +6 lines, -6 lines 0 comments Download
M cc/render_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 23 24 3 chunks +0 lines, -9 lines 0 comments Download
M cc/renderer.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 1 chunk +1 line, -0 lines 0 comments Download
M cc/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 23 24 3 chunks +5 lines, -2 lines 0 comments Download
M cc/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 23 24 23 chunks +23 lines, -24 lines 0 comments Download
M cc/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 21 22 23 24 2 chunks +1 line, -2 lines 0 comments Download
M cc/resource_update_controller.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 3 chunks +4 lines, -3 lines 0 comments Download
M cc/resource_update_controller.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 3 chunks +4 lines, -4 lines 0 comments Download
M cc/resource_update_controller_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 10 chunks +14 lines, -11 lines 0 comments Download
M cc/scoped_texture_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 5 chunks +0 lines, -5 lines 0 comments Download
M cc/scrollbar_animation_controller_linear_fade_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 1 chunk +0 lines, -2 lines 0 comments Download
M cc/scrollbar_layer_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 2 chunks +0 lines, -4 lines 0 comments Download
M cc/single_thread_proxy.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 1 chunk +22 lines, -6 lines 0 comments Download
M cc/single_thread_proxy.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 14 chunks +19 lines, -16 lines 0 comments Download
M cc/software_renderer.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 1 chunk +1 line, -1 line 0 comments Download
M cc/software_renderer_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 2 chunks +1 line, -3 lines 0 comments Download
M cc/solid_color_layer_impl_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 3 chunks +0 lines, -6 lines 0 comments Download
A cc/test/fake_proxy.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 1 chunk +50 lines, -0 lines 0 comments Download
A cc/test/fake_proxy.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +52 lines, -0 lines 0 comments Download
M cc/test/layer_tree_test_common.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 4 chunks +4 lines, -4 lines 0 comments Download
M cc/test/layer_tree_test_common.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 16 chunks +25 lines, -27 lines 0 comments Download
M cc/test/run_all_unittests.cc View 1 2 3 4 5 6 1 chunk +0 lines, -5 lines 0 comments Download
M cc/texture_layer_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 4 chunks +3 lines, -10 lines 0 comments Download
M cc/thread_proxy.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 3 chunks +3 lines, -2 lines 0 comments Download
M cc/thread_proxy.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 15 chunks +19 lines, -17 lines 0 comments Download
M cc/tiled_layer_impl_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 7 chunks +0 lines, -14 lines 0 comments Download
M cc/tiled_layer_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 22 chunks +72 lines, -70 lines 0 comments Download
M cc/tree_synchronizer_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 10 chunks +25 lines, -22 lines 0 comments Download
M cc/video_layer_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 6 chunks +0 lines, -8 lines 0 comments Download
M webkit/compositor_bindings/compositor_bindings.gyp 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 1 chunk +0 lines, -2 lines 0 comments Download
M webkit/compositor_bindings/test/run_all_unittests.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, -6 lines 0 comments Download
D webkit/compositor_bindings/web_compositor_impl.h View 1 1 chunk +0 lines, -34 lines 0 comments Download
D webkit/compositor_bindings/web_compositor_impl.cc View 1 2 3 4 5 1 chunk +0 lines, -85 lines 0 comments Download
M webkit/compositor_bindings/web_compositor_support_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 3 chunks +10 lines, -1 line 0 comments Download
M webkit/compositor_bindings/web_compositor_support_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 4 chunks +24 lines, -10 lines 0 comments Download
M webkit/compositor_bindings/web_layer_tree_view_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 2 chunks +2 lines, -1 line 0 comments Download
M webkit/compositor_bindings/web_layer_tree_view_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 5 chunks +4 lines, -15 lines 0 comments Download
M webkit/compositor_bindings/web_layer_tree_view_unittest.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +7 lines, -6 lines 0 comments Download
M webkit/compositor_bindings/web_layer_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 3 chunks +6 lines, -2 lines 0 comments Download

Messages

Total messages: 50 (0 generated)
aelias_OOO_until_Jul13
Hi James, this is an early, still-broken version of this patch so you can check ...
8 years, 2 months ago (2012-10-22 21:49:07 UTC) #1
jamesr
I like making LayerTreeHost / LayerTreeHostImpl have explicit CCProxy pointers. I don't like adding CCProxy ...
8 years, 2 months ago (2012-10-22 22:00:35 UTC) #2
aelias_OOO_until_Jul13
Thanks for the quick feedback. OK, I'll pass around booleans and use CCThread where possible. ...
8 years, 2 months ago (2012-10-22 22:09:58 UTC) #3
jamesr
On 2012/10/22 22:09:58, aelias wrote: > I figured we can later move the settings into ...
8 years, 2 months ago (2012-10-22 22:33:12 UTC) #4
aelias_OOO_until_Jul13
PTAL, this is getting into a landable state. cc_unittests now pass in a debug build.
8 years, 1 month ago (2012-10-25 04:06:43 UTC) #5
danakj
https://chromiumcodereview.appspot.com/11232051/diff/7001/cc/gl_renderer.cc File cc/gl_renderer.cc (right): https://chromiumcodereview.appspot.com/11232051/diff/7001/cc/gl_renderer.cc#newcode1133 cc/gl_renderer.cc:1133: onMemoryAllocationChangedOnImplThread(allocation); Is there a reason to keep the OnImplThread ...
8 years, 1 month ago (2012-10-25 05:06:06 UTC) #6
aelias_OOO_until_Jul13
OK, all done except for comments below. https://chromiumcodereview.appspot.com/11232051/diff/7001/cc/resource_provider.h File cc/resource_provider.h (right): https://chromiumcodereview.appspot.com/11232051/diff/7001/cc/resource_provider.h#newcode8 cc/resource_provider.h:8: #include "IntRect.h" ...
8 years, 1 month ago (2012-10-25 06:11:06 UTC) #7
aelias_OOO_until_Jul13
Also, I replaced WebThread with CCThreadImpl but now I get a DEPS error that CC ...
8 years, 1 month ago (2012-10-25 06:30:08 UTC) #8
danakj
https://chromiumcodereview.appspot.com/11232051/diff/7001/cc/resource_provider.h File cc/resource_provider.h (right): https://chromiumcodereview.appspot.com/11232051/diff/7001/cc/resource_provider.h#newcode8 cc/resource_provider.h:8: #include "IntRect.h" On 2012/10/25 06:11:06, aelias wrote: > On ...
8 years, 1 month ago (2012-10-25 14:59:50 UTC) #9
danakj
Thanks for the changes, I like that we have removed fewer dchecks now. lgtm if ...
8 years, 1 month ago (2012-10-25 15:03:02 UTC) #10
enne (OOO)
https://chromiumcodereview.appspot.com/11232051/diff/15001/cc/gl_renderer.h File cc/gl_renderer.h (right): https://chromiumcodereview.appspot.com/11232051/diff/15001/cc/gl_renderer.h#newcode36 cc/gl_renderer.h:36: static scoped_ptr<GLRenderer> create(RendererClient*, ResourceProvider*, bool hasImplThread); Could you put ...
8 years, 1 month ago (2012-10-25 17:28:24 UTC) #11
jamesr
Let's not add a webkit/compositor_bindings/ dependency for this. If you follow the chain all the ...
8 years, 1 month ago (2012-10-25 19:42:39 UTC) #12
jamesr
If you rebase on top of http://src.chromium.org/viewvc/chrome?view=rev&revision=165050 some of this should get easier (in particular ...
8 years, 1 month ago (2012-10-30 23:02:49 UTC) #13
jamesr
On 2012/10/30 23:02:49, jamesr wrote: > If you rebase on top of > http://src.chromium.org/viewvc/chrome?view=rev&revision=165050 some ...
8 years, 1 month ago (2012-10-30 23:32:16 UTC) #14
aelias_OOO_until_Jul13
Rebased on the cc::ThreadImpl change. On 2012/10/25 15:03:02, danakj wrote: > Last thought, do you ...
8 years, 1 month ago (2012-10-31 03:51:24 UTC) #15
jamesr
Looking close! Try to use NULL instead of 0 for null pointers. I think there ...
8 years, 1 month ago (2012-10-31 04:42:12 UTC) #16
aelias_OOO_until_Jul13
OK, all feedback applied. https://codereview.chromium.org/11232051/diff/23001/cc/proxy.h File cc/proxy.h (right): https://codereview.chromium.org/11232051/diff/23001/cc/proxy.h#newcode38 cc/proxy.h:38: void setImplThread(Thread*); On 2012/10/31 04:42:13, ...
8 years, 1 month ago (2012-10-31 06:15:30 UTC) #17
jamesr
I think you should use scoped_ptr<cc::Thread> as the parameter type for all the functions that ...
8 years, 1 month ago (2012-10-31 06:38:19 UTC) #18
aelias_OOO_until_Jul13
Ownership issues fixed, I'll make the trybots happy now and try to land.
8 years, 1 month ago (2012-10-31 20:20:04 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aelias@chromium.org/11232051/23009
8 years, 1 month ago (2012-10-31 20:36:53 UTC) #20
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
8 years, 1 month ago (2012-10-31 22:32:03 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aelias@chromium.org/11232051/23009
8 years, 1 month ago (2012-10-31 22:42:29 UTC) #22
commit-bot: I haz the power
Failed to apply patch for cc/prioritized_texture_manager.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
8 years, 1 month ago (2012-10-31 22:42:48 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aelias@chromium.org/11232051/27005
8 years, 1 month ago (2012-10-31 22:51:21 UTC) #24
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
8 years, 1 month ago (2012-11-01 00:57:30 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aelias@chromium.org/11232051/28030
8 years, 1 month ago (2012-11-01 04:47:27 UTC) #26
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
8 years, 1 month ago (2012-11-01 08:58:58 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aelias@chromium.org/11232051/9208
8 years, 1 month ago (2012-11-01 17:18:59 UTC) #28
commit-bot: I haz the power
Retried try job too often for step(s) interactive_ui_tests
8 years, 1 month ago (2012-11-01 18:44:58 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aelias@chromium.org/11232051/35079
8 years, 1 month ago (2012-11-01 19:17:30 UTC) #30
egraether
https://codereview.chromium.org/11232051/diff/35079/cc/frame_rate_counter.cc File cc/frame_rate_counter.cc (right): https://codereview.chromium.org/11232051/diff/35079/cc/frame_rate_counter.cc#newcode74 cc/frame_rate_counter.cc:74: bool schedulerAllowsDoubleFrames = m_hasImplThread; The '!' is missing in ...
8 years, 1 month ago (2012-11-01 21:38:17 UTC) #31
aelias_OOO_until_Jul13
Good catch, thanks, uploaded a version that puts it back. I can't repro the layout ...
8 years, 1 month ago (2012-11-01 23:03:45 UTC) #32
aelias_OOO_until_Jul13
OK, I have a fix for the webkit_unit_tests hang. The cause was that an old ...
8 years, 1 month ago (2012-11-03 00:11:19 UTC) #33
jamesr
lgtm https://codereview.chromium.org/11232051/diff/36079/webkit/compositor_bindings/web_compositor_support_impl.cc File webkit/compositor_bindings/web_compositor_support_impl.cc (right): https://codereview.chromium.org/11232051/diff/36079/webkit/compositor_bindings/web_compositor_support_impl.cc#newcode64 webkit/compositor_bindings/web_compositor_support_impl.cc:64: impl_thread_message_loop_proxy_ = NULL; could you do this in ...
8 years, 1 month ago (2012-11-03 00:13:13 UTC) #34
aelias_OOO_until_Jul13
OK, moved to shutdown() -- that works as well. Relanding.
8 years, 1 month ago (2012-11-03 00:20:45 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aelias@chromium.org/11232051/35133
8 years, 1 month ago (2012-11-03 00:21:00 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aelias@chromium.org/11232051/36081
8 years, 1 month ago (2012-11-03 00:44:41 UTC) #37
commit-bot: I haz the power
Retried try job too often for step(s) content_browsertests
8 years, 1 month ago (2012-11-03 03:37:51 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aelias@chromium.org/11232051/36081
8 years, 1 month ago (2012-11-03 05:05:15 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aelias@chromium.org/11232051/28248
8 years, 1 month ago (2012-11-03 05:13:53 UTC) #40
commit-bot: I haz the power
Failed to apply patch for cc/resource_provider.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
8 years, 1 month ago (2012-11-03 07:10:57 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aelias@chromium.org/11232051/36085
8 years, 1 month ago (2012-11-03 23:56:30 UTC) #42
commit-bot: I haz the power
Retried try job too often for step(s) base_unittests, browser_tests, cacheinvalidation_unittests, check_deps, content_browsertests, content_unittests, crypto_unittests, gpu_unittests, ...
8 years, 1 month ago (2012-11-04 00:35:51 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aelias@chromium.org/11232051/9235
8 years, 1 month ago (2012-11-04 00:46:08 UTC) #44
commit-bot: I haz the power
Change committed as 165872
8 years, 1 month ago (2012-11-04 03:25:57 UTC) #45
aelias_OOO_until_Jul13
PTAL. This version has the following changes: - WebLayerTreeViewImpl::m_hasImplThread was always false because I was ...
8 years, 1 month ago (2012-11-08 02:55:46 UTC) #46
jamesr
lgtm http://codereview.chromium.org/11232051/diff/32062/webkit/compositor_bindings/test/run_all_unittests.cc File webkit/compositor_bindings/test/run_all_unittests.cc (right): http://codereview.chromium.org/11232051/diff/32062/webkit/compositor_bindings/test/run_all_unittests.cc#newcode8 webkit/compositor_bindings/test/run_all_unittests.cc:8: #include "cc/thread_impl.h" can remove these #includes now too ...
8 years, 1 month ago (2012-11-08 03:03:16 UTC) #47
aelias_OOO_until_Jul13
OK, all done. Crossing fingers and relanding.
8 years, 1 month ago (2012-11-08 03:22:53 UTC) #48
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aelias@chromium.org/11232051/27188
8 years, 1 month ago (2012-11-08 03:23:09 UTC) #49
commit-bot: I haz the power
8 years, 1 month ago (2012-11-08 07:03:47 UTC) #50
Change committed as 166627

Powered by Google App Engine
This is Rietveld 408576698