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

Issue 2748263002: Move cc::DisplayItemList and related classes into cc/paint/ (Closed)

Created:
3 years, 9 months ago by chrishtr
Modified:
3 years, 9 months ago
CC:
cc-bugs_chromium.org, chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move cc::DisplayItemList and related classes into cc/paint/ Also: * The other classes in cc/playback/ have been moved into other directories appropriate to their purpose. * Add a component for cc/debug/ because otherwise cc/paint/ will depend on cc/ * Add a component for cc/base/ because otherwise cc/paint/ will depend on cc/ * Move cc/base/cc_export.h to cc/cc_export.h. This is the source of most of the changes in this CL. TBR=dcheng BUG=665259 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2748263002 Cr-Commit-Position: refs/heads/master@{#457689} Committed: https://chromium.googlesource.com/chromium/src/+/ac41ff944457de546ad75f2a19e4d6c2c14f2af0

Patch Set 1 #

Patch Set 2 : none #

Patch Set 3 : none #

Patch Set 4 : none #

Total comments: 6

Patch Set 5 : none #

Patch Set 6 : = #

Patch Set 7 : none #

Patch Set 8 : none #

Total comments: 2

Patch Set 9 : none #

Total comments: 1

Patch Set 10 : none #

Patch Set 11 : none #

Patch Set 12 : none #

Total comments: 2

Patch Set 13 : none #

Patch Set 14 : none #

Patch Set 15 : none #

Patch Set 16 : none #

Patch Set 17 : none #

Patch Set 18 : none #

Patch Set 19 : Merge branch 'master' into ccpaint #

Unified diffs Side-by-side diffs Delta from patch set Stats (+842 lines, -8601 lines) Patch
M ash/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M cc/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 14 chunks +18 lines, -58 lines 0 comments Download
M cc/animation/DEPS View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/animation/animation_curve.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M cc/animation/animation_events.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M cc/animation/element_animations.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M cc/base/BUILD.gn View 1 2 3 4 5 6 7 8 9 3 chunks +12 lines, -5 lines 0 comments Download
A cc/base/base_export.h View 1 1 chunk +29 lines, -0 lines 0 comments Download
D cc/base/cc_export.h View 1 1 chunk +0 lines, -29 lines 0 comments Download
M cc/base/contiguous_container.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M cc/base/delayed_unique_notifier.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
A + cc/base/filter_operation.h View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +8 lines, -8 lines 0 comments Download
A + cc/base/filter_operation.cc View 1 2 3 4 5 6 7 8 9 10 11 7 chunks +26 lines, -31 lines 0 comments Download
A + cc/base/filter_operations.h View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +6 lines, -8 lines 0 comments Download
A + cc/base/filter_operations.cc View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +4 lines, -7 lines 0 comments Download
A + cc/base/filter_operations_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +5 lines, -5 lines 0 comments Download
M cc/base/histograms.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M cc/base/index_rect.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M cc/base/invalidation_region.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M cc/base/list_container.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M cc/base/list_container_helper.h View 1 6 chunks +7 lines, -7 lines 0 comments Download
M cc/base/math_util.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M cc/base/region.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
A + cc/base/render_surface_filters.h View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +5 lines, -6 lines 0 comments Download
A + cc/base/render_surface_filters.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -3 lines 0 comments Download
M cc/base/reverse_spiral_iterator.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +4 lines, -2 lines 0 comments Download
M cc/base/rolling_time_delta_history.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/base/rtree.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +4 lines, -2 lines 0 comments Download
M cc/base/simple_enclosed_region.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M cc/base/spiral_iterator.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M cc/base/switches.h View 1 2 chunks +33 lines, -33 lines 0 comments Download
M cc/base/tiling_data.h View 1 8 chunks +9 lines, -8 lines 0 comments Download
M cc/base/unique_notifier.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M cc/blink/web_display_item_list_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/blink/web_display_item_list_impl.cc View 1 1 chunk +7 lines, -7 lines 0 comments Download
A + cc/cc_export.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A cc/debug/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +30 lines, -0 lines 0 comments Download
M cc/debug/benchmark_instrumentation.h View 1 7 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/debug_colors.h View 1 2 3 4 5 6 7 1 chunk +18 lines, -19 lines 0 comments Download
M cc/debug/debug_colors.cc View 1 4 chunks +35 lines, -36 lines 0 comments Download
A cc/debug/debug_export.h View 1 1 chunk +29 lines, -0 lines 0 comments Download
M cc/debug/lap_timer.h View 1 7 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/layer_tree_debug_state.h View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M cc/debug/micro_benchmark.h View 1 7 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/micro_benchmark_impl.h View 1 7 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/picture_debug_util.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M cc/debug/rasterize_and_record_benchmark.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/rasterize_and_record_benchmark.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/debug/rendering_stats.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M cc/debug/rendering_stats_instrumentation.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/traced_value.h View 1 2 3 4 5 6 7 2 chunks +3 lines, -1 line 0 comments Download
M cc/input/input_handler.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/input/layer_selection_bound.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/input/page_scale_animation.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/input/scroll_elasticity_helper.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/input/scroll_state.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/input/scroll_state_data.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/input/scrollbar.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/input/scrollbar_animation_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/input/selection.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/input/single_scrollbar_animation_controller_thinning.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/ipc/cc_param_traits.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M cc/ipc/cc_param_traits.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M cc/ipc/cc_param_traits_macros.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M cc/ipc/filter_operation.mojom View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M cc/ipc/filter_operation.typemap View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M cc/ipc/filter_operation_struct_traits.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M cc/ipc/filter_operations.mojom View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M cc/ipc/filter_operations.typemap View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M cc/ipc/filter_operations_struct_traits.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/content_layer_client.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/heads_up_display_layer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/heads_up_display_layer_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/layer_client.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer_collections.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer_impl.cc View 1 1 chunk +6 lines, -3 lines 0 comments Download
M cc/layers/layer_impl_test_properties.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/layer_iterator.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer_list_iterator.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer_position_constraint.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer_sticky_position_constraint.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer_utils.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/nine_patch_layer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/nine_patch_layer_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/painted_overlay_scrollbar_layer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/painted_overlay_scrollbar_layer_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/painted_scrollbar_layer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/painted_scrollbar_layer_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_image_layer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_image_layer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_image_layer_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_layer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_layer_impl.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/picture_layer_impl.cc View 1 4 chunks +16 lines, -11 lines 0 comments Download
A + cc/layers/recording_source.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
A + cc/layers/recording_source.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/layers/recording_source_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/render_surface_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/render_surface_impl.cc View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -2 lines 0 comments Download
M cc/layers/scrollbar_layer_impl_base.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/scrollbar_layer_interface.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/scrollbar_theme_painter.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/solid_color_layer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/solid_color_layer_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/solid_color_scrollbar_layer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/solid_color_scrollbar_layer_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/surface_layer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/surface_layer_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/surface_layer_impl.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M cc/layers/texture_layer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/texture_layer_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/ui_resource_layer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/ui_resource_layer_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/video_frame_provider.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/video_frame_provider_client_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/video_layer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/video_layer_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/output/begin_frame_args.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/output/buffer_to_texture_target_map.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/output/compositor_frame.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/output/compositor_frame_metadata.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/output/compositor_frame_sink.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/output/compositor_frame_sink_client.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/output/context_cache_controller.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/output/context_provider.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/output/copy_output_request.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/output/copy_output_result.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/output/direct_renderer.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
D cc/output/filter_operation.h View 1 chunk +0 lines, -273 lines 0 comments Download
D cc/output/filter_operation.cc View 1 chunk +0 lines, -386 lines 0 comments Download
D cc/output/filter_operations.h View 1 chunk +0 lines, -101 lines 0 comments Download
D cc/output/filter_operations.cc View 1 chunk +0 lines, -256 lines 0 comments Download
D cc/output/filter_operations_unittest.cc View 1 chunk +0 lines, -979 lines 0 comments Download
M cc/output/gl_renderer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/output/gl_renderer.cc View 1 2 3 4 5 6 7 8 9 2 chunks +1 line, -1 line 0 comments Download
M cc/output/in_process_context_provider.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/output/layer_quad.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/output/managed_memory_policy.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/output/output_surface.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/output/output_surface_client.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/output/output_surface_frame.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/output/overlay_candidate.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/output/overlay_candidate_validator.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/output/overlay_processor.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/output/overlay_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
D cc/output/render_surface_filters.h View 1 chunk +0 lines, -45 lines 0 comments Download
D cc/output/render_surface_filters.cc View 1 chunk +0 lines, -299 lines 0 comments Download
M cc/output/renderer_settings.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/output/shader.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/output/software_output_device.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/output/software_renderer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/output/software_renderer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M cc/output/texture_mailbox_deleter.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/output/vulkan_context_provider.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/output/vulkan_in_process_context_provider.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/paint/BUILD.gn View 1 2 3 4 5 6 7 8 9 3 chunks +29 lines, -0 lines 0 comments Download
A + cc/paint/clip_display_item.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +7 lines, -7 lines 0 comments Download
A + cc/paint/clip_display_item.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
A + cc/paint/clip_path_display_item.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +7 lines, -7 lines 0 comments Download
A + cc/paint/clip_path_display_item.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
A + cc/paint/compositing_display_item.h View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +7 lines, -7 lines 0 comments Download
A + cc/paint/compositing_display_item.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
A + cc/paint/discardable_image_map.h View 1 3 chunks +8 lines, -8 lines 0 comments Download
A + cc/paint/discardable_image_map.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
A + cc/paint/discardable_image_map_unittest.cc View 1 2 3 4 5 chunks +9 lines, -9 lines 0 comments Download
A + cc/paint/display_item.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +6 lines, -5 lines 0 comments Download
A + cc/paint/display_item_list.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +8 lines, -8 lines 0 comments Download
A + cc/paint/display_item_list.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +10 lines, -10 lines 0 comments Download
A + cc/paint/display_item_list_unittest.cc View 1 2 3 4 5 6 7 8 9 2 chunks +11 lines, -10 lines 0 comments Download
A + cc/paint/draw_image.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
A + cc/paint/draw_image.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + cc/paint/drawing_display_item.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +6 lines, -6 lines 0 comments Download
A + cc/paint/drawing_display_item.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
A + cc/paint/filter_display_item.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +8 lines, -8 lines 0 comments Download
A + cc/paint/filter_display_item.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
A + cc/paint/float_clip_display_item.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +7 lines, -7 lines 0 comments Download
A + cc/paint/float_clip_display_item.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
A + cc/paint/image_id.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/paint/largest_display_item.h View 1 1 chunk +5 lines, -5 lines 0 comments Download
A + cc/paint/largest_display_item.cc View 1 1 chunk +8 lines, -8 lines 0 comments Download
A + cc/paint/transform_display_item.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +7 lines, -7 lines 0 comments Download
A + cc/paint/transform_display_item.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
D cc/playback/OWNERS View 1 1 chunk +0 lines, -1 line 0 comments Download
D cc/playback/clip_display_item.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -46 lines 0 comments Download
D cc/playback/clip_display_item.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -23 lines 0 comments Download
D cc/playback/clip_path_display_item.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -42 lines 0 comments Download
D cc/playback/clip_path_display_item.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -19 lines 0 comments Download
D cc/playback/compositing_display_item.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -52 lines 0 comments Download
D cc/playback/compositing_display_item.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -32 lines 0 comments Download
D cc/playback/decoded_draw_image.h View 1 1 chunk +0 lines, -53 lines 0 comments Download
D cc/playback/decoded_draw_image.cc View 1 1 chunk +0 lines, -30 lines 0 comments Download
D cc/playback/discardable_image_map.h View 1 1 chunk +0 lines, -68 lines 0 comments Download
D cc/playback/discardable_image_map.cc View 1 2 3 4 1 chunk +0 lines, -296 lines 0 comments Download
D cc/playback/discardable_image_map_unittest.cc View 1 2 3 4 1 chunk +0 lines, -646 lines 0 comments Download
D cc/playback/display_item.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -46 lines 0 comments Download
D cc/playback/display_item_list.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -208 lines 0 comments Download
D cc/playback/display_item_list.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -504 lines 0 comments Download
D cc/playback/display_item_list_unittest.cc View 1 2 3 4 1 chunk +0 lines, -679 lines 0 comments Download
D cc/playback/draw_image.h View 1 1 chunk +0 lines, -54 lines 0 comments Download
D cc/playback/draw_image.cc View 1 1 chunk +0 lines, -48 lines 0 comments Download
D cc/playback/drawing_display_item.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -32 lines 0 comments Download
D cc/playback/drawing_display_item.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -30 lines 0 comments Download
D cc/playback/filter_display_item.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -45 lines 0 comments Download
D cc/playback/filter_display_item.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -20 lines 0 comments Download
D cc/playback/float_clip_display_item.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -37 lines 0 comments Download
D cc/playback/float_clip_display_item.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -19 lines 0 comments Download
D cc/playback/image_hijack_canvas.h View 1 1 chunk +0 lines, -66 lines 0 comments Download
D cc/playback/image_hijack_canvas.cc View 1 1 chunk +0 lines, -336 lines 0 comments Download
D cc/playback/image_hijack_canvas_unittest.cc View 1 1 chunk +0 lines, -87 lines 0 comments Download
D cc/playback/image_id.h View 1 1 chunk +0 lines, -20 lines 0 comments Download
D cc/playback/largest_display_item.h View 1 1 chunk +0 lines, -18 lines 0 comments Download
D cc/playback/largest_display_item.cc View 1 1 chunk +0 lines, -78 lines 0 comments Download
D cc/playback/raster_source.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +0 lines, -168 lines 0 comments Download
D cc/playback/raster_source.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +0 lines, -330 lines 0 comments Download
D cc/playback/raster_source_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +0 lines, -612 lines 0 comments Download
D cc/playback/recording_source.h View 1 1 chunk +0 lines, -93 lines 0 comments Download
D cc/playback/recording_source.cc View 1 1 chunk +0 lines, -163 lines 0 comments Download
D cc/playback/recording_source_unittest.cc View 1 1 chunk +0 lines, -371 lines 0 comments Download
D cc/playback/skip_image_canvas.h View 1 1 chunk +0 lines, -26 lines 0 comments Download
D cc/playback/skip_image_canvas.cc View 1 1 chunk +0 lines, -33 lines 0 comments Download
D cc/playback/transform_display_item.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -37 lines 0 comments Download
D cc/playback/transform_display_item.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -19 lines 0 comments Download
M cc/quads/content_draw_quad_base.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/debug_border_draw_quad.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/draw_polygon.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/quads/draw_quad.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/draw_quad_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/largest_draw_quad.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/nine_patch_generator.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/picture_draw_quad.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/quads/render_pass.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M cc/quads/render_pass_draw_quad.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M cc/quads/shared_quad_state.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/solid_color_draw_quad.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/stream_video_draw_quad.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/surface_draw_quad.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/texture_draw_quad.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/yuv_video_draw_quad.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/raster/bitmap_raster_buffer_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M cc/raster/gpu_raster_buffer_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +2 lines, -2 lines 0 comments Download
A + cc/raster/image_hijack_canvas.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + cc/raster/image_hijack_canvas.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + cc/raster/image_hijack_canvas_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/raster/raster_buffer.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/raster/raster_buffer_provider.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M cc/raster/raster_buffer_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
A + cc/raster/raster_source.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 3 chunks +6 lines, -6 lines 0 comments Download
A + cc/raster/raster_source.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 3 chunks +5 lines, -6 lines 0 comments Download
A + cc/raster/raster_source_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M cc/raster/scoped_gpu_raster.h View 1 1 chunk +1 line, -1 line 0 comments Download
A + cc/raster/skip_image_canvas.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/raster/skip_image_canvas.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/raster/task.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/raster/task_graph_runner.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/raster/task_graph_work_queue.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/raster/texture_compressor.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/resource.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/resource_format.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/resource_pool.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/resource_provider.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/resource_util.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/returned_resource.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/scoped_resource.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/scoped_ui_resource.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/shared_bitmap.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/shared_bitmap_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/single_release_callback.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/single_release_callback_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/texture_mailbox.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/transferable_resource.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/ui_resource_bitmap.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/ui_resource_client.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/ui_resource_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/ui_resource_request.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/video_resource_updater.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/scheduler/commit_earlyout_reason.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/scheduler/compositor_timing_history.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M cc/scheduler/delay_based_time_source.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/scheduler/scheduler.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/scheduler/scheduler_settings.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/scheduler/scheduler_state_machine.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/scheduler/video_frame_controller.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/test/animation_test_common.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M cc/test/animation_timelines_test_common.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/fake_content_layer_client.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M cc/test/fake_picture_layer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_picture_layer_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_picture_layer_tiling_client.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_raster_source.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_recording_source.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/test/render_pass_test_utils.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M cc/test/skia_common.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/test/solid_color_content_layer_client.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/tiles/checker_image_tracker.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + cc/tiles/decoded_draw_image.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + cc/tiles/decoded_draw_image.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/tiles/decoded_image_tracker.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/tiles/eviction_tile_priority_queue.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/tiles/gpu_image_decode_cache.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/tiles/gpu_image_decode_cache_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/tiles/image_controller.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/tiles/image_decode_cache.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/tiles/mipmap_util.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/tiles/picture_layer_tiling.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/tiles/picture_layer_tiling.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/tiles/picture_layer_tiling_set.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/tiles/prioritized_tile.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/tiles/raster_tile_priority_queue.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/tiles/raster_tile_priority_queue_all.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/tiles/software_image_decode_cache.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M cc/tiles/software_image_decode_cache_perftest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/tiles/software_image_decode_cache_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/tiles/tile_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/tiles/tile_manager_settings.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/tiles/tile_manager_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/tiles/tile_priority.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/tiles/tiling_set_eviction_queue.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/tiles/tiling_set_raster_queue_all.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/tiles/tiling_set_raster_queue_required.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/blocking_task_runner.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/clip_expander.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/clip_node.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/damage_tracker.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/damage_tracker.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/damage_tracker_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M cc/trees/draw_property_utils.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/effect_node.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M cc/trees/element_id.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_common.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_pixeltest_masks.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_pixeltest_tiles.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_context.cc View 1 2 3 4 5 6 7 8 9 2 chunks +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_mutator.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_settings.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/occlusion.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/occlusion_tracker.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/occlusion_tracker_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M cc/trees/property_animation_state.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/property_tree.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M cc/trees/proxy.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/proxy_common.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/proxy_main.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/scroll_node.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M cc/trees/swap_promise_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/swap_promise_monitor.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/target_property.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/task_runner_provider.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/transform_node.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/tree_synchronizer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/compositor/DEPS View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/android/compositor/layer/content_layer.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/compositor/layer/layer.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/animation/CompositorFilterAnimationCurve.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/CompositorFilterOperations.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/compositing/PaintChunksToCcLayer.cpp View 1 1 chunk +6 lines, -6 lines 0 comments Download
M ui/compositor/canvas_painter.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/clip_recorder.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M ui/compositor/compositing_recorder.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ui/compositor/layer.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M ui/compositor/paint_cache.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/paint_cache.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/paint_recorder.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ui/compositor/transform_recorder.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/view_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 84 (54 generated)
chrishtr
3 years, 9 months ago (2017-03-15 23:39:00 UTC) #6
enne (OOO)
lgtm in general % danakj's review I like moving the playback stuff into paint. I ...
3 years, 9 months ago (2017-03-16 00:51:15 UTC) #12
chrishtr
https://codereview.chromium.org/2748263002/diff/60001/cc/BUILD.gn File cc/BUILD.gn (right): https://codereview.chromium.org/2748263002/diff/60001/cc/BUILD.gn#newcode491 cc/BUILD.gn:491: "//cc/paint", On 2017/03/16 at 00:51:15, enne wrote: > Could ...
3 years, 9 months ago (2017-03-16 02:00:35 UTC) #13
chrishtr
+dtrainor for chrome/browser/android/compositor/layer/layer.h +sky for ui/views/view_unittest.cc
3 years, 9 months ago (2017-03-16 03:58:35 UTC) #21
chrishtr
3 years, 9 months ago (2017-03-16 03:58:45 UTC) #23
David Trainor- moved to gerrit
chrome/browser/android/compositor/layer/layer.h lgtm
3 years, 9 months ago (2017-03-16 06:02:12 UTC) #31
sky
ui/views LGTM
3 years, 9 months ago (2017-03-16 16:12:29 UTC) #32
danakj
I think FilterOperations could go in cc/base/, then cc/animation/ doesn't dep on cc/paint. Same for ...
3 years, 9 months ago (2017-03-16 16:23:13 UTC) #33
chrishtr
On 2017/03/16 at 16:23:13, danakj wrote: > I think FilterOperations could go in cc/base/, then ...
3 years, 9 months ago (2017-03-16 16:30:39 UTC) #34
danakj
On Thu, Mar 16, 2017 at 12:30 PM, <chrishtr@chromium.org> wrote: > On 2017/03/16 at 16:23:13, ...
3 years, 9 months ago (2017-03-16 16:36:36 UTC) #35
chrishtr
On 2017/03/16 at 16:36:36, danakj wrote: > On Thu, Mar 16, 2017 at 12:30 PM, ...
3 years, 9 months ago (2017-03-16 16:40:53 UTC) #36
danakj
Poked thru the rest and it looks good https://codereview.chromium.org/2748263002/diff/160001/cc/ipc/BUILD.gn File cc/ipc/BUILD.gn (right): https://codereview.chromium.org/2748263002/diff/160001/cc/ipc/BUILD.gn#newcode23 cc/ipc/BUILD.gn:23: "//cc/paint", ...
3 years, 9 months ago (2017-03-16 17:00:24 UTC) #37
chrishtr
Ok all changes now made. cc/animation and cc/ipc no longer depend on cc/paint.
3 years, 9 months ago (2017-03-16 17:07:47 UTC) #38
danakj
LGTM https://codereview.chromium.org/2748263002/diff/140001/cc/BUILD.gn File cc/BUILD.gn (right): https://codereview.chromium.org/2748263002/diff/140001/cc/BUILD.gn#newcode480 cc/BUILD.gn:480: # TODO(chrishtr): this should be in deps, not ...
3 years, 9 months ago (2017-03-16 17:14:06 UTC) #41
chrishtr
https://codereview.chromium.org/2748263002/diff/210001/cc/animation/BUILD.gn File cc/animation/BUILD.gn (right): https://codereview.chromium.org/2748263002/diff/210001/cc/animation/BUILD.gn#newcode49 cc/animation/BUILD.gn:49: "//cc/base", On 2017/03/16 at 17:14:06, danakj wrote: > base ...
3 years, 9 months ago (2017-03-16 17:43:23 UTC) #44
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2748263002/230001
3 years, 9 months ago (2017-03-16 18:19:19 UTC) #47
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2748263002/250001
3 years, 9 months ago (2017-03-16 18:23:36 UTC) #51
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-generic_chromium_compile_only_ng/builds/300742) chromeos_daisy_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_FAILED, ...
3 years, 9 months ago (2017-03-16 18:33:29 UTC) #53
chrishtr
+dcheng for cc/ipc
3 years, 9 months ago (2017-03-16 18:43:43 UTC) #55
danakj
On Thu, Mar 16, 2017 at 2:43 PM, <chrishtr@chromium.org> wrote: > +dcheng for cc/ipc > ...
3 years, 9 months ago (2017-03-16 19:08:00 UTC) #58
chrishtr
OK TBR then.
3 years, 9 months ago (2017-03-16 19:41:15 UTC) #60
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2748263002/270001
3 years, 9 months ago (2017-03-16 19:41:46 UTC) #64
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2748263002/290001
3 years, 9 months ago (2017-03-16 20:09:43 UTC) #67
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2748263002/310001
3 years, 9 months ago (2017-03-16 21:38:57 UTC) #70
dcheng
rs lgtm for ipc changes
3 years, 9 months ago (2017-03-16 21:40:10 UTC) #71
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2748263002/330001
3 years, 9 months ago (2017-03-16 22:15:06 UTC) #74
commit-bot: I haz the power
Failed to apply patch for cc/raster/raster_source.cc: While running git apply --index -p1; error: patch failed: ...
3 years, 9 months ago (2017-03-17 01:11:37 UTC) #76
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2748263002/330001
3 years, 9 months ago (2017-03-17 01:14:47 UTC) #78
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2748263002/350001
3 years, 9 months ago (2017-03-17 01:17:41 UTC) #81
commit-bot: I haz the power
3 years, 9 months ago (2017-03-17 05:09:05 UTC) #84
Message was sent while issue was closed.
Committed patchset #19 (id:350001) as
https://chromium.googlesource.com/chromium/src/+/ac41ff944457de546ad75f2a19e4...

Powered by Google App Engine
This is Rietveld 408576698