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

Issue 11369071: A speculative Revert for r165872 - Remove static thread pointers from CC, attempt 2 (Closed)

Created:
8 years, 1 month ago by Hironori Bono
Modified:
8 years, 1 month ago
CC:
chromium-reviews, feature-media-reviews_chromium.org, cc-bugs_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

A speculative Revert for r165872 - Remove static thread pointers from CC, attempt 2 BUG=152904 Review URL: https://chromiumcodereview.appspot.com/11232051 TBR=aelias@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=165907

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+716 lines, -775 lines) Patch
M cc/cc_tests.gyp View 1 chunk +0 lines, -2 lines 0 comments Download
M cc/damage_tracker_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/delegated_renderer_layer_impl_unittest.cc View 3 chunks +4 lines, -6 lines 0 comments Download
M cc/font_atlas.h View 2 chunks +0 lines, -3 lines 0 comments Download
M cc/font_atlas.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/frame_rate_counter.h View 3 chunks +2 lines, -4 lines 0 comments Download
M cc/frame_rate_counter.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M cc/gl_renderer.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/gl_renderer.cc View 10 chunks +47 lines, -30 lines 0 comments Download
M cc/gl_renderer_unittest.cc View 4 chunks +5 lines, -1 line 0 comments Download
M cc/layer_impl.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layer_impl_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layer_sorter_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layer_tree_host.h View 4 chunks +4 lines, -6 lines 0 comments Download
M cc/layer_tree_host.cc View 15 chunks +22 lines, -21 lines 0 comments Download
M cc/layer_tree_host_common_unittest.cc View 22 chunks +44 lines, -0 lines 0 comments Download
M cc/layer_tree_host_impl.h View 5 chunks +2 lines, -5 lines 0 comments Download
M cc/layer_tree_host_impl.cc View 5 chunks +8 lines, -19 lines 0 comments Download
M cc/layer_tree_host_impl_unittest.cc View 24 chunks +24 lines, -30 lines 0 comments Download
M cc/layer_tree_host_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layer_unittest.cc View 4 chunks +4 lines, -3 lines 0 comments Download
M cc/occlusion_tracker_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/prioritized_texture.h View 3 chunks +1 line, -3 lines 0 comments Download
M cc/prioritized_texture.cc View 4 chunks +5 lines, -12 lines 0 comments Download
M cc/prioritized_texture_manager.h View 5 chunks +3 lines, -9 lines 0 comments Download
M cc/prioritized_texture_manager.cc View 19 chunks +24 lines, -30 lines 0 comments Download
M cc/prioritized_texture_unittest.cc View 28 chunks +31 lines, -34 lines 0 comments Download
M cc/proxy.h View 3 chunks +25 lines, -31 lines 0 comments Download
M cc/proxy.cc View 3 chunks +43 lines, -30 lines 0 comments Download
M cc/quad_culler_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/rate_limiter.h View 4 chunks +2 lines, -5 lines 0 comments Download
M cc/rate_limiter.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M cc/render_surface_unittest.cc View 3 chunks +9 lines, -0 lines 0 comments Download
M cc/renderer.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/resource_provider.h View 3 chunks +2 lines, -5 lines 0 comments Download
M cc/resource_provider.cc View 23 chunks +24 lines, -23 lines 0 comments Download
M cc/resource_provider_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M cc/resource_update_controller.h View 3 chunks +3 lines, -4 lines 0 comments Download
M cc/resource_update_controller.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M cc/resource_update_controller_unittest.cc View 9 chunks +11 lines, -14 lines 0 comments Download
M cc/scoped_texture_unittest.cc View 5 chunks +5 lines, -0 lines 0 comments Download
M cc/scrollbar_animation_controller_linear_fade_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/scrollbar_layer_unittest.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M cc/single_thread_proxy.h View 1 chunk +6 lines, -22 lines 0 comments Download
M cc/single_thread_proxy.cc View 14 chunks +16 lines, -19 lines 0 comments Download
M cc/software_renderer.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/software_renderer_unittest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M cc/solid_color_layer_impl_unittest.cc View 3 chunks +6 lines, -0 lines 0 comments Download
D cc/test/fake_proxy.h View 1 chunk +0 lines, -50 lines 0 comments Download
D cc/test/fake_proxy.cc View 1 chunk +0 lines, -52 lines 0 comments Download
M cc/test/layer_tree_test_common.h View 4 chunks +4 lines, -4 lines 0 comments Download
M cc/test/layer_tree_test_common.cc View 16 chunks +27 lines, -25 lines 0 comments Download
M cc/test/run_all_unittests.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M cc/texture_layer_unittest.cc View 4 chunks +10 lines, -3 lines 0 comments Download
M cc/thread_proxy.h View 3 chunks +2 lines, -3 lines 0 comments Download
M cc/thread_proxy.cc View 15 chunks +17 lines, -19 lines 0 comments Download
M cc/tiled_layer_impl_unittest.cc View 7 chunks +14 lines, -0 lines 0 comments Download
M cc/tiled_layer_unittest.cc View 17 chunks +155 lines, -157 lines 0 comments Download
M cc/tree_synchronizer_unittest.cc View 10 chunks +22 lines, -25 lines 0 comments Download
M cc/video_layer_impl.cc View 6 chunks +8 lines, -0 lines 0 comments Download
M webkit/compositor_bindings/compositor_bindings.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/compositor_bindings/test/run_all_unittests.cc View 1 chunk +3 lines, -0 lines 0 comments Download
A + webkit/compositor_bindings/web_compositor_impl.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + webkit/compositor_bindings/web_compositor_impl.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M webkit/compositor_bindings/web_compositor_support_impl.h View 3 chunks +1 line, -9 lines 0 comments Download
M webkit/compositor_bindings/web_compositor_support_impl.cc View 5 chunks +9 lines, -16 lines 0 comments Download
M webkit/compositor_bindings/web_layer_tree_view_impl.h View 3 chunks +1 line, -3 lines 0 comments Download
M webkit/compositor_bindings/web_layer_tree_view_impl.cc View 6 chunks +4 lines, -8 lines 0 comments Download
M webkit/compositor_bindings/web_layer_tree_view_unittest.cc View 5 chunks +6 lines, -7 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Hironori Bono
8 years, 1 month ago (2012-11-05 07:17:17 UTC) #1
aelias_OOO_until_Jul13
8 years, 1 month ago (2012-11-05 08:16:43 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698