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

Issue 1539203002: Switch to standard integer types in cc/. (Closed)

Created:
5 years ago by Avi (use Gerrit)
Modified:
5 years ago
Reviewers:
danakj
CC:
chromium-reviews, feature-media-reviews_chromium.org, cc-bugs_chromium.org, scheduler-bugs_chromium.org, pfeldman, devtools-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Switch to standard integer types in cc/. BUG=138542 TBR=danakj@chromium.org CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/02a4d17f5a95ceea4049ccf1036f051d6630dfb1 Cr-Commit-Position: refs/heads/master@{#366333}

Patch Set 1 #

Patch Set 2 : more includes #

Patch Set 3 : more includes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1156 lines, -256 lines) Patch
M cc/animation/animation.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/animation/animation_host.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/animation/animation_host.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/animation/animation_id_provider.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/animation/animation_player.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/animation/animation_registrar.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/animation/animation_registrar.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/animation/animation_timeline.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/animation/element_animations.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/animation/element_animations.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/animation/keyframed_animation_curve.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/animation/keyframed_animation_curve.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/animation/layer_animation_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/animation/layer_animation_controller.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/animation/layer_animation_controller_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/animation/scroll_offset_animation_curve.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/animation/scrollbar_animation_controller_linear_fade.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/animation/scrollbar_animation_controller_thinning.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/animation/timing_function.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/animation/transform_operations.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/animation/transform_operations.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/animation/transform_operations_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M cc/base/contiguous_container.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M cc/base/contiguous_container.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/base/contiguous_container_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/base/delayed_unique_notifier.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/base/histograms.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/base/histograms.cc View 2 chunks +3 lines, -1 line 0 comments Download
M cc/base/list_container.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/base/list_container_helper.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/base/list_container_helper.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/base/list_container_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/base/math_util_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/base/random_access_list_container.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/base/random_access_list_container_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/base/region.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/base/rolling_time_delta_history.h View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/base/rolling_time_delta_history.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/base/rtree.h View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/base/rtree.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/base/rtree_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/base/simple_enclosed_region.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/base/simple_enclosed_region.cc View 1 1 chunk +5 lines, -2 lines 0 comments Download
M cc/base/simple_enclosed_region_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/base/tiling_data.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/base/tiling_data_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/base/time_util.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/base/unique_notifier.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/blink/scrollbar_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/blink/web_animation_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/blink/web_compositor_animation_player_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/blink/web_compositor_animation_timeline_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/blink/web_compositor_support_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/blink/web_content_layer_impl.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/blink/web_content_layer_impl.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/blink/web_display_item_list_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/blink/web_display_item_list_impl.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/blink/web_external_bitmap_impl.h View 1 2 chunks +4 lines, -1 line 0 comments Download
M cc/blink/web_external_bitmap_impl.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M cc/blink/web_external_texture_layer_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/blink/web_filter_animation_curve_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/blink/web_filter_operations_impl.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/blink/web_filter_operations_impl.cc View 1 chunk +0 lines, -1 line 0 comments Download
M cc/blink/web_float_animation_curve_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/blink/web_image_layer_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/blink/web_layer_impl.h View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/blink/web_layer_impl.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/blink/web_layer_impl_fixed_bounds.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/blink/web_scroll_offset_animation_curve_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/blink/web_scrollbar_layer_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/blink/web_to_cc_animation_delegate_adapter.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/blink/web_transform_animation_curve_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/blink/web_transform_operations_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/debug/benchmark_instrumentation.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/debug/debug_colors.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/debug_rect_history.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/debug_rect_history.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/debug/devtools_instrumentation.h View 1 2 chunks +4 lines, -1 line 0 comments Download
M cc/debug/frame_rate_counter.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M cc/debug/frame_rate_counter.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/debug/frame_timing_request.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/debug/frame_timing_request.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M cc/debug/frame_timing_tracker.h View 1 chunk +3 lines, -1 line 0 comments Download
M cc/debug/frame_timing_tracker.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/debug/frame_timing_tracker_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/debug/frame_viewer_instrumentation.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/debug/invalidation_benchmark.h View 2 chunks +3 lines, -1 line 0 comments Download
M cc/debug/invalidation_benchmark.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M cc/debug/lap_timer.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/debug/layer_tree_debug_state.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/debug/micro_benchmark_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/micro_benchmark_controller_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/picture_debug_util.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/debug/rasterize_and_record_benchmark.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/debug/rasterize_and_record_benchmark.cc View 1 chunk +2 lines, -1 line 0 comments Download
M cc/debug/rasterize_and_record_benchmark_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/debug/rasterize_and_record_benchmark_impl.cc View 1 chunk +2 lines, -1 line 0 comments Download
M cc/debug/rendering_stats.h View 2 chunks +8 lines, -7 lines 0 comments Download
M cc/debug/rendering_stats_instrumentation.h View 1 2 chunks +9 lines, -6 lines 0 comments Download
M cc/debug/rendering_stats_instrumentation.cc View 1 2 7 chunks +8 lines, -6 lines 0 comments Download
M cc/debug/ring_buffer.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/debug/traced_display_item_list.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/input/input_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/input/page_scale_animation.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/input/top_controls_manager.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/input/top_controls_manager.cc View 2 chunks +3 lines, -1 line 0 comments Download
M cc/layers/append_quads_data.h View 1 2 2 chunks +9 lines, -8 lines 0 comments Download
M cc/layers/content_layer_client.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/delegated_frame_provider.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/delegated_frame_provider.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/delegated_frame_resource_collection.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/delegated_frame_resource_collection.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/delegated_renderer_layer.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/delegated_renderer_layer_impl.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/layers/delegated_renderer_layer_impl.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/layers/delegated_renderer_layer_impl_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/draw_properties.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/heads_up_display_layer.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/heads_up_display_layer_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/heads_up_display_layer_impl.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/layers/heads_up_display_layer_impl_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/io_surface_layer.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/layers/io_surface_layer.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/io_surface_layer_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/io_surface_layer_impl_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/layer.h View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/layers/layer.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/layers/layer_impl.h View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/layers/layer_impl.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/layers/layer_iterator.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/layer_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/nine_patch_layer.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/nine_patch_layer_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/nine_patch_layer_impl_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/painted_scrollbar_layer.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/painted_scrollbar_layer.cc View 1 chunk +0 lines, -1 line 0 comments Download
M cc/layers/painted_scrollbar_layer_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/painted_scrollbar_layer_impl_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/picture_image_layer.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/layers/picture_image_layer.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/picture_image_layer_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/picture_layer.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/picture_layer_impl.h View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/layers/picture_layer_impl.cc View 4 chunks +15 lines, -10 lines 0 comments Download
M cc/layers/picture_layer_impl_perftest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/layers/picture_layer_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/render_surface_impl.h View 1 chunk +3 lines, -1 line 0 comments Download
M cc/layers/render_surface_impl.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/render_surface_impl_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/scrollbar_layer_impl_base.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/scrollbar_layer_interface.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/scrollbar_layer_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/solid_color_layer.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/solid_color_layer_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/solid_color_layer_impl_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/solid_color_scrollbar_layer.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/solid_color_scrollbar_layer_impl_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/surface_layer.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/surface_layer.cc View 1 2 chunks +4 lines, -1 line 0 comments Download
M cc/layers/surface_layer_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/surface_layer_impl.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/surface_layer_impl_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/surface_layer_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/texture_layer.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/texture_layer_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/texture_layer_impl.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M cc/layers/texture_layer_impl_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/texture_layer_unittest.cc View 2 chunks +6 lines, -2 lines 0 comments Download
M cc/layers/ui_resource_layer.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/ui_resource_layer_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/ui_resource_layer_impl_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/video_frame_provider_client_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/video_frame_provider_client_impl_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/video_layer.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/video_layer_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/video_layer_impl.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/video_layer_impl_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/viewport.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/output/bsp_tree.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/output/bsp_tree_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/output/compositor_frame.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/output/compositor_frame_ack.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/output/compositor_frame_metadata.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/output/context_provider.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/output/context_provider.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/output/delegated_frame_data.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/output/delegating_renderer.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/output/delegating_renderer_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/output/direct_renderer.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/direct_renderer.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/output/dynamic_geometry_binding.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/output/dynamic_geometry_binding.cc View 1 2 chunks +5 lines, -2 lines 0 comments Download
M cc/output/filter_operation.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/output/filter_operations.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/output/filter_operations.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/output/filter_operations_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/output/geometry_binding.h View 1 2 chunks +9 lines, -8 lines 0 comments Download
M cc/output/geometry_binding.cc View 1 2 chunks +8 lines, -6 lines 0 comments Download
M cc/output/gl_frame_data.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/output/gl_renderer.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/output/gl_renderer.cc View 3 chunks +8 lines, -4 lines 0 comments Download
M cc/output/gl_renderer_draw_cache.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/gl_renderer_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/output/latency_info_swap_promise.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M cc/output/latency_info_swap_promise.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M cc/output/layer_quad.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/layer_quad.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/output/managed_memory_policy.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M cc/output/managed_memory_policy.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/output/managed_memory_policy_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/output/output_surface.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/output_surface.cc View 1 2 chunks +4 lines, -1 line 0 comments Download
M cc/output/overlay_processor.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/overlay_strategy_sandwich.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/output/overlay_strategy_single_on_top.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/output/overlay_strategy_underlay.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/output/overlay_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/output/program_binding.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/output/render_surface_filters.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/render_surface_filters.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/output/renderer.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/renderer_pixeltest.cc View 1 8 chunks +18 lines, -15 lines 0 comments Download
M cc/output/renderer_settings.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M cc/output/shader.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/shader.cc View 1 chunk +2 lines, -1 line 0 comments Download
M cc/output/software_output_device.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/software_renderer.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/software_renderer_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/output/static_geometry_binding.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/output/static_geometry_binding.cc View 1 2 chunks +6 lines, -3 lines 0 comments Download
M cc/output/swap_promise.h View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M cc/output/texture_mailbox_deleter.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/playback/clip_display_item.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/playback/clip_display_item.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/playback/clip_path_display_item.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/playback/clip_path_display_item.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/playback/compositing_display_item.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/playback/compositing_display_item.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/playback/discardable_image_map.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/playback/discardable_image_map_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/playback/display_item.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/playback/display_item_list.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/playback/display_item_list.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/playback/display_item_list_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/playback/display_list_raster_source.h View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/playback/display_list_raster_source.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/playback/display_list_raster_source_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/playback/display_list_recording_source.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/playback/display_list_recording_source.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/playback/drawing_display_item.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/playback/drawing_display_item.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/playback/filter_display_item.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/playback/filter_display_item.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/playback/float_clip_display_item.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/playback/float_clip_display_item.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/playback/largest_display_item.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M cc/playback/largest_display_item.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/playback/transform_display_item.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/playback/transform_display_item.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/proto/gpu_conversions_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/proto/skia_conversions_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/quads/draw_polygon.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/quads/draw_polygon_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/quads/draw_quad.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/quads/draw_quad.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/quads/draw_quad_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/quads/io_surface_draw_quad.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/quads/largest_draw_quad.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M cc/quads/largest_draw_quad.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/quads/render_pass.h View 1 chunk +3 lines, -1 line 0 comments Download
M cc/quads/render_pass.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/quads/render_pass_draw_quad.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M cc/quads/render_pass_id.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/quads/render_pass_id.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M cc/quads/render_pass_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/quads/stream_video_draw_quad.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/quads/texture_draw_quad.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/quads/texture_draw_quad.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/quads/tile_draw_quad.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M cc/quads/yuv_video_draw_quad.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M cc/raster/bitmap_tile_task_worker_pool.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/raster/bitmap_tile_task_worker_pool.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/raster/gpu_rasterizer.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/raster/gpu_tile_task_worker_pool.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/raster/gpu_tile_task_worker_pool.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/raster/one_copy_tile_task_worker_pool.h View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/raster/one_copy_tile_task_worker_pool.cc View 2 chunks +4 lines, -1 line 0 comments Download
M cc/raster/raster_buffer.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/raster/scoped_gpu_raster.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/raster/single_thread_task_graph_runner.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/raster/synchronous_task_graph_runner.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/raster/task_graph_runner.h View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/raster/task_graph_runner_perftest.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/raster/task_graph_work_queue.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/raster/task_graph_work_queue.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/raster/texture_compressor_etc1.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/raster/texture_compressor_etc1.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/raster/texture_compressor_etc1_sse.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/raster/texture_compressor_etc1_sse.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/raster/texture_compressor_etc1_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/raster/texture_compressor_perftest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/raster/tile_task_runner.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/raster/tile_task_worker_pool.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/raster/tile_task_worker_pool.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/raster/tile_task_worker_pool_perftest.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M cc/raster/tile_task_worker_pool_unittest.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/raster/zero_copy_tile_task_worker_pool.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/raster/zero_copy_tile_task_worker_pool.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/resources/memory_history.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
M cc/resources/platform_color.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/platform_color_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/resources/resource.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/resource_pool.h View 2 chunks +5 lines, -1 line 0 comments Download
M cc/resources/resource_pool.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/resources/resource_pool_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/resources/resource_provider.h View 1 chunk +4 lines, -1 line 0 comments Download
M cc/resources/resource_provider.cc View 2 chunks +5 lines, -1 line 0 comments Download
M cc/resources/resource_provider_unittest.cc View 4 chunks +7 lines, -4 lines 0 comments Download
M cc/resources/resource_util.h View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/resources/resource_util_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/resources/returned_resource.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/resources/scoped_resource.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/scoped_resource_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/resources/scoped_ui_resource.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/scoped_ui_resource.cc View 1 chunk +0 lines, -1 line 0 comments Download
M cc/resources/shared_bitmap.h View 1 3 chunks +7 lines, -4 lines 0 comments Download
M cc/resources/shared_bitmap.cc View 1 2 chunks +5 lines, -3 lines 0 comments Download
M cc/resources/shared_bitmap_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/texture_mailbox.h View 3 chunks +7 lines, -4 lines 0 comments Download
M cc/resources/texture_mailbox.cc View 1 3 chunks +5 lines, -2 lines 0 comments Download
M cc/resources/transferable_resource.h View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/resources/ui_resource_bitmap.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/resources/ui_resource_bitmap.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/resources/ui_resource_client.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/resources/video_resource_updater.h View 1 chunk +4 lines, -1 line 0 comments Download
M cc/resources/video_resource_updater.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/resources/video_resource_updater_unittest.cc View 1 2 chunks +6 lines, -3 lines 0 comments Download
M cc/scheduler/begin_frame_source.h View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/scheduler/begin_frame_source.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/scheduler/begin_frame_source_unittest.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M cc/scheduler/compositor_timing_history.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/scheduler/compositor_timing_history.cc View 1 2 chunks +4 lines, -1 line 0 comments Download
M cc/scheduler/compositor_timing_history_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/scheduler/delay_based_time_source.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/scheduler/delay_based_time_source_unittest.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M cc/scheduler/scheduler.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/scheduler/scheduler_state_machine.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/scheduler/scheduler_state_machine_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/scheduler/scheduler_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/surfaces/display.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/surfaces/display.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/surfaces/display_scheduler.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/surfaces/onscreen_display_client.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/surfaces/surface.h View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/surfaces/surface.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/surfaces/surface_aggregator.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/surfaces/surface_aggregator.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/surfaces/surface_aggregator_unittest.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/surfaces/surface_display_output_surface.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/surfaces/surface_factory.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/surfaces/surface_factory_unittest.cc View 3 chunks +6 lines, -2 lines 0 comments Download
M cc/surfaces/surface_hittest_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/surfaces/surface_id.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M cc/surfaces/surface_id_allocator.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/surfaces/surface_id_allocator.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/surfaces/surface_manager.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/surfaces/surface_manager.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/surfaces/surface_sequence.h View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/test/begin_frame_args_test.h View 2 chunks +8 lines, -6 lines 0 comments Download
M cc/test/begin_frame_args_test.cc View 1 3 chunks +8 lines, -6 lines 0 comments Download
M cc/test/begin_frame_source_test.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/test/failure_output_surface.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/fake_content_layer_client.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/fake_content_layer_client.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/fake_display_list_recording_source.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/fake_layer_tree_host_impl.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/fake_output_surface.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/fake_painted_scrollbar_layer.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/fake_picture_layer.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/fake_picture_layer_impl.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/fake_picture_layer_impl.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/fake_picture_layer_tiling_client.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/fake_resource_provider.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/fake_scrollbar.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/fake_tile_manager.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/test/layer_test_common.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/test/layer_test_common.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/layer_tree_host_common_test.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/layer_tree_json_parser.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/layer_tree_json_parser_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/layer_tree_pixel_test.cc View 1 3 chunks +5 lines, -2 lines 0 comments Download
M cc/test/mock_occlusion_tracker.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/ordered_simple_task_runner.h View 1 chunk +3 lines, -1 line 0 comments Download
M cc/test/ordered_simple_task_runner.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/test/ordered_simple_task_runner_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/ordered_texture_map.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/ordered_texture_map.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/pixel_comparator.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M cc/test/render_pass_test_utils.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/render_pass_test_utils.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/scheduler_test_common.h View 1 chunk +3 lines, -1 line 0 comments Download
M cc/test/scheduler_test_common.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/skia_common.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/solid_color_content_layer_client.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/solid_color_content_layer_client.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/surface_aggregator_test_helpers.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/surface_aggregator_test_helpers.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/test_context_provider.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M cc/test/test_context_provider.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/test/test_context_support.h View 2 chunks +7 lines, -4 lines 0 comments Download
M cc/test/test_context_support.cc View 1 4 chunks +7 lines, -4 lines 0 comments Download
M cc/test/test_gpu_memory_buffer_manager.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/test_gpu_memory_buffer_manager.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/test/test_image_factory.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/test_image_factory.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/test_in_process_context_provider.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/test_in_process_context_provider.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/test/test_occlusion_tracker.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/test_shared_bitmap_manager.cc View 1 3 chunks +4 lines, -2 lines 0 comments Download
M cc/test/test_task_graph_runner.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/test_texture.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/test/test_texture.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/test/test_web_graphics_context_3d.h View 3 chunks +6 lines, -2 lines 0 comments Download
M cc/test/test_web_graphics_context_3d.cc View 2 chunks +4 lines, -1 line 0 comments Download
M cc/tiles/eviction_tile_priority_queue.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/tiles/image_decode_controller.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/tiles/image_decode_controller.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/tiles/picture_layer_tiling.h View 2 chunks +7 lines, -4 lines 0 comments Download
M cc/tiles/picture_layer_tiling.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/tiles/picture_layer_tiling_set.h View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/tiles/picture_layer_tiling_set.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/tiles/picture_layer_tiling_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/tiles/raster_tile_priority_queue.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/tiles/raster_tile_priority_queue_all.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/tiles/raster_tile_priority_queue_required.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/tiles/tile.h View 1 2 chunks +5 lines, -1 line 0 comments Download
M cc/tiles/tile.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/tiles/tile_manager.h View 2 chunks +6 lines, -2 lines 0 comments Download
M cc/tiles/tile_manager.cc View 3 chunks +6 lines, -2 lines 0 comments Download
M cc/tiles/tile_manager_perftest.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/tiles/tile_manager_unittest.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/tiles/tile_priority.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/tiles/tiling_set_eviction_queue.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/tiles/tiling_set_eviction_queue.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/tiles/tiling_set_raster_queue_all.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/tiles/tiling_set_raster_queue_all.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/tiles/tiling_set_raster_queue_required.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/trees/blocking_task_runner.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/blocking_task_runner.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/trees/damage_tracker.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/damage_tracker.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/trees/damage_tracker_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/trees/draw_property_utils.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/trees/latency_info_swap_promise_monitor.cc View 1 2 chunks +5 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host.h View 1 chunk +4 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_common.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_common.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_common_perftest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_impl.h View 1 chunk +3 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 4 chunks +7 lines, -5 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_perftest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_pixeltest_blending.cc View 1 2 chunks +7 lines, -5 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_filters.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_masks.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_tiles.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 2 chunks +4 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_unittest_animation.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_context.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_unittest_copyrequest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_delegated.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_unittest_video.cc View 1 chunk +0 lines, -1 line 0 comments Download
M cc/trees/layer_tree_impl.h View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_impl.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_settings.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/trees/layer_tree_settings.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/occlusion.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/trees/occlusion_tracker.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/occlusion_tracker.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/trees/occlusion_tracker_perftest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/trees/occlusion_tracker_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/trees/occlusion_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/trees/property_tree.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/trees/property_tree.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/trees/property_tree_builder.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/trees/proxy.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/trees/proxy_common.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/trees/scoped_abort_remaining_swap_promises.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/single_thread_proxy.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/task_runner_provider.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/threaded_channel.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/threaded_channel_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/tree_synchronizer.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/tree_synchronizer.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/trees/tree_synchronizer_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (7 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1539203002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1539203002/1
5 years ago (2015-12-21 02:22:49 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromeos_daisy_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_daisy_chromium_compile_only_ng/builds/72905) linux_chromium_rel_ng on ...
5 years ago (2015-12-21 02:37:22 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1539203002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1539203002/20001
5 years ago (2015-12-21 03:09:21 UTC) #7
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/95456)
5 years ago (2015-12-21 03:22:53 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1539203002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1539203002/40001
5 years ago (2015-12-21 04:45:06 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years ago (2015-12-21 06:14:49 UTC) #12
commit-bot: I haz the power
5 years ago (2015-12-21 06:15:33 UTC) #14
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/02a4d17f5a95ceea4049ccf1036f051d6630dfb1
Cr-Commit-Position: refs/heads/master@{#366333}

Powered by Google App Engine
This is Rietveld 408576698