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

Issue 1028333002: Chromium -> Mojo roll. (Closed)

Created:
5 years, 9 months ago by alhaad
Modified:
5 years, 9 months ago
Reviewers:
jamesr, DaveMoore
CC:
mojo-reviews_chromium.org, ojan, qsr+mojo_chromium.org, abarth-chromium
Base URL:
https://github.com/domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Chromium -> Mojo roll. Update from https://crrev.com/321900 Changes: (1) OpenTypeSanitizer.cpp: Removed use of ots::EnableWOFF2() which was removed from library and implementation was empty anyways. (2) GraphicsContext.cpp: Header location for SkMatrixImageFilter.h moved. (3) SkiaImageFilterBuilder.cpp: Header location for SkMatrixImageFilter.h moved. (4) FEDropShadow.cpp: Function signature changed. R=davemoore@chromium.org, jamesr@chromium.org BUG=453591 Committed: https://chromium.googlesource.com/external/mojo/+/4f5130731f613ce4bd8ac9bfa771e91511541d90

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8941 lines, -4806 lines) Patch
M DEPS View 4 chunks +8 lines, -8 lines 0 comments Download
M base/BUILD.gn View 6 chunks +9 lines, -9 lines 0 comments Download
M base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java View 2 chunks +23 lines, -0 lines 0 comments Download
M base/android/java/src/org/chromium/base/CommandLine.java View 1 chunk +2 lines, -1 line 0 comments Download
M base/android/java/src/org/chromium/base/library_loader/Linker.java View 5 chunks +9 lines, -9 lines 0 comments Download
M base/base.gyp View 4 chunks +4 lines, -11 lines 0 comments Download
M base/base.gypi View 8 chunks +15 lines, -33 lines 0 comments Download
M base/files/file.h View 3 chunks +12 lines, -4 lines 0 comments Download
M base/files/file_posix.cc View 1 chunk +14 lines, -0 lines 0 comments Download
M base/files/file_unittest.cc View 1 chunk +43 lines, -0 lines 0 comments Download
M base/files/file_win.cc View 1 chunk +22 lines, -0 lines 0 comments Download
M base/memory/BUILD.gn View 2 chunks +4 lines, -8 lines 0 comments Download
M base/memory/discardable_memory.h View 2 chunks +12 lines, -23 lines 0 comments Download
M base/memory/discardable_memory.cc View 1 chunk +4 lines, -6 lines 0 comments Download
A base/memory/discardable_memory_allocator.h View 1 chunk +32 lines, -0 lines 0 comments Download
A base/memory/discardable_memory_allocator.cc View 1 chunk +34 lines, -0 lines 0 comments Download
D base/memory/discardable_memory_shmem.h View 1 chunk +0 lines, -37 lines 0 comments Download
D base/memory/discardable_memory_shmem.cc View 1 chunk +0 lines, -50 lines 0 comments Download
D base/memory/discardable_memory_shmem_allocator.h View 1 chunk +0 lines, -42 lines 0 comments Download
D base/memory/discardable_memory_shmem_allocator.cc View 1 chunk +0 lines, -37 lines 0 comments Download
M base/message_loop/message_loop.h View 2 chunks +5 lines, -0 lines 0 comments Download
M base/message_loop/message_loop.cc View 1 chunk +4 lines, -8 lines 0 comments Download
A base/profiler/stack_sampling_profiler.h View 1 chunk +206 lines, -0 lines 0 comments Download
A base/profiler/stack_sampling_profiler.cc View 1 chunk +261 lines, -0 lines 0 comments Download
A base/profiler/stack_sampling_profiler_posix.cc View 1 chunk +14 lines, -0 lines 0 comments Download
A base/profiler/stack_sampling_profiler_unittest.cc View 1 chunk +321 lines, -0 lines 0 comments Download
A base/profiler/stack_sampling_profiler_win.cc View 1 chunk +325 lines, -0 lines 0 comments Download
M base/stl_util.h View 1 chunk +1 line, -2 lines 0 comments Download
M base/strings/string16.h View 1 chunk +1 line, -1 line 0 comments Download
M base/sys_info.h View 1 chunk +4 lines, -0 lines 0 comments Download
M base/sys_info_android.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M base/sys_info_chromeos.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M base/sys_info_freebsd.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M base/sys_info_ios.mm View 1 chunk +6 lines, -0 lines 0 comments Download
M base/sys_info_linux.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M base/sys_info_mac.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M base/sys_info_openbsd.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M base/sys_info_unittest.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M base/sys_info_win.cc View 3 chunks +44 lines, -9 lines 0 comments Download
M base/test/BUILD.gn View 1 chunk +2 lines, -2 lines 0 comments Download
A base/test/test_discardable_memory_allocator.h View 1 chunk +30 lines, -0 lines 0 comments Download
A base/test/test_discardable_memory_allocator.cc View 1 chunk +40 lines, -0 lines 0 comments Download
D base/test/test_discardable_memory_shmem_allocator.h View 1 chunk +0 lines, -28 lines 0 comments Download
D base/test/test_discardable_memory_shmem_allocator.cc View 1 chunk +0 lines, -40 lines 0 comments Download
M base/test/test_mock_time_task_runner.h View 1 chunk +5 lines, -0 lines 0 comments Download
M base/test/test_mock_time_task_runner.cc View 2 chunks +5 lines, -1 line 0 comments Download
M base/threading/platform_thread_android.cc View 1 chunk +32 lines, -55 lines 0 comments Download
M base/threading/platform_thread_freebsd.cc View 2 chunks +26 lines, -46 lines 0 comments Download
A base/threading/platform_thread_internal_posix.h View 1 chunk +35 lines, -0 lines 0 comments Download
A base/threading/platform_thread_internal_posix.cc View 1 chunk +25 lines, -0 lines 0 comments Download
M base/threading/platform_thread_linux.cc View 2 chunks +24 lines, -52 lines 0 comments Download
M base/threading/platform_thread_posix.cc View 2 chunks +33 lines, -9 lines 0 comments Download
M base/time/time.h View 9 chunks +39 lines, -18 lines 0 comments Download
M base/time/time.cc View 1 chunk +27 lines, -0 lines 0 comments Download
M base/time/time_unittest.cc View 1 chunk +71 lines, -0 lines 0 comments Download
M base/trace_event/BUILD.gn View 2 chunks +27 lines, -1 line 0 comments Download
A base/trace_event/memory_allocator_attributes.h View 1 chunk +29 lines, -0 lines 0 comments Download
A base/trace_event/memory_allocator_dump.h View 1 chunk +66 lines, -0 lines 0 comments Download
A base/trace_event/memory_allocator_dump.cc View 1 chunk +91 lines, -0 lines 0 comments Download
A base/trace_event/memory_allocator_dump_unittest.cc View 1 chunk +95 lines, -0 lines 0 comments Download
M base/trace_event/memory_dump_manager.h View 2 chunks +9 lines, -0 lines 0 comments Download
M base/trace_event/memory_dump_manager.cc View 2 chunks +7 lines, -4 lines 0 comments Download
M base/trace_event/memory_dump_manager_unittest.cc View 3 chunks +34 lines, -0 lines 0 comments Download
M base/trace_event/memory_dump_provider.h View 2 chunks +14 lines, -3 lines 0 comments Download
A base/trace_event/memory_dump_provider.cc View 1 chunk +27 lines, -0 lines 0 comments Download
M base/trace_event/process_memory_dump.h View 5 chunks +30 lines, -0 lines 0 comments Download
M base/trace_event/process_memory_dump.cc View 2 chunks +27 lines, -0 lines 0 comments Download
M base/trace_event/process_memory_maps.h View 1 chunk +7 lines, -3 lines 0 comments Download
M base/trace_event/process_memory_maps.cc View 2 chunks +17 lines, -9 lines 0 comments Download
M base/trace_event/process_memory_maps_dump_provider.cc View 4 chunks +19 lines, -9 lines 0 comments Download
M base/trace_event/process_memory_maps_dump_provider_unittest.cc View 4 chunks +15 lines, -15 lines 0 comments Download
M base/trace_event/process_memory_totals.h View 1 chunk +2 lines, -2 lines 0 comments Download
M base/trace_event/process_memory_totals.cc View 1 chunk +4 lines, -1 line 0 comments Download
M base/trace_event/process_memory_totals_dump_provider_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M base/trace_event/trace_event.h View 1 chunk +13 lines, -9 lines 0 comments Download
A base/trace_event/trace_event.gypi View 1 chunk +53 lines, -0 lines 0 comments Download
M build/android/adb_gdb View 6 chunks +22 lines, -2 lines 0 comments Download
M build/android/gyp/generate_v14_compatible_resources.py View 1 chunk +1 line, -1 line 0 comments Download
M build/android/gyp/jinja_template.py View 3 chunks +27 lines, -11 lines 0 comments Download
M build/android/jinja_template.gypi View 2 chunks +2 lines, -0 lines 0 comments Download
M build/android/lint/suppressions.xml View 1 chunk +0 lines, -29 lines 0 comments Download
M build/android/pylib/device/adb_wrapper.py View 3 chunks +8 lines, -1 line 0 comments Download
M build/android/pylib/device/device_utils.py View 4 chunks +86 lines, -3 lines 0 comments Download
M build/android/pylib/device/device_utils_test.py View 1 chunk +23 lines, -0 lines 0 comments Download
M build/android/pylib/device/logcat_monitor.py View 3 chunks +12 lines, -18 lines 0 comments Download
M build/android/pylib/device/logcat_monitor_test.py View 1 chunk +5 lines, -5 lines 0 comments Download
M build/android/pylib/forwarder.py View 2 chunks +3 lines, -12 lines 0 comments Download
M build/android/pylib/junit/test_runner.py View 1 chunk +4 lines, -0 lines 0 comments Download
M build/android/pylib/perf/setup.py View 1 chunk +0 lines, -1 line 0 comments Download
M build/android/pylib/remote/device/remote_device_gtest_run.py View 1 chunk +10 lines, -15 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_instrumentation_test_run.py View 1 chunk +0 lines, -7 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_test_run.py View 1 chunk +5 lines, -0 lines 0 comments Download
M build/android/tombstones.py View 9 chunks +30 lines, -16 lines 0 comments Download
M build/common.gypi View 21 chunks +94 lines, -30 lines 0 comments Download
M build/config/BUILDCONFIG.gn View 1 chunk +1 line, -8 lines 0 comments Download
M build/config/ui.gni View 2 chunks +5 lines, -2 lines 0 comments Download
M build/config/win/BUILD.gn View 1 chunk +33 lines, -2 lines 0 comments Download
M build/get_landmines.py View 1 chunk +6 lines, -0 lines 0 comments Download
M build/install-build-deps.sh View 4 chunks +15 lines, -8 lines 0 comments Download
M build/sanitizers/tsan_suppressions.cc View 1 chunk +0 lines, -4 lines 0 comments Download
D build/secondary/third_party/icu/BUILD.gn View 1 chunk +0 lines, -554 lines 0 comments Download
D build/secondary/third_party/icu/config.gni View 1 chunk +0 lines, -16 lines 0 comments Download
M build/secondary/tools/grit/grit_rule.gni View 1 chunk +6 lines, -0 lines 0 comments Download
M cc/BUILD.gn View 3 chunks +7 lines, -0 lines 0 comments Download
M cc/animation/scrollbar_animation_controller_linear_fade_unittest.cc View 3 chunks +3 lines, -1 line 0 comments Download
M cc/animation/scrollbar_animation_controller_thinning_unittest.cc View 3 chunks +3 lines, -1 line 0 comments Download
M cc/base/tiling_data.h View 7 chunks +26 lines, -46 lines 0 comments Download
M cc/base/tiling_data.cc View 8 chunks +56 lines, -113 lines 0 comments Download
M cc/cc.gyp View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/cc_tests.gyp View 2 chunks +3 lines, -0 lines 0 comments Download
M cc/cc_unittests.isolate View 1 chunk +1 line, -0 lines 0 comments Download
M cc/debug/frame_viewer_instrumentation.h View 2 chunks +4 lines, -0 lines 0 comments Download
M cc/debug/frame_viewer_instrumentation.cc View 2 chunks +12 lines, -0 lines 0 comments Download
M cc/debug/micro_benchmark_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/rasterize_and_record_benchmark.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M cc/input/top_controls_manager_unittest.cc View 3 chunks +3 lines, -1 line 0 comments Download
M cc/layers/delegated_renderer_layer_impl_unittest.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M cc/layers/heads_up_display_layer_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/heads_up_display_layer_impl.cc View 5 chunks +17 lines, -10 lines 0 comments Download
M cc/layers/heads_up_display_layer_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/layer.cc View 4 chunks +26 lines, -6 lines 0 comments Download
M cc/layers/layer_impl.h View 5 chunks +8 lines, -1 line 0 comments Download
M cc/layers/layer_impl.cc View 3 chunks +32 lines, -2 lines 0 comments Download
M cc/layers/layer_impl_unittest.cc View 9 chunks +16 lines, -6 lines 0 comments Download
M cc/layers/layer_perftest.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M cc/layers/layer_position_constraint_unittest.cc View 3 chunks +4 lines, -1 line 0 comments Download
M cc/layers/layer_unittest.cc View 5 chunks +10 lines, -16 lines 0 comments Download
M cc/layers/layer_utils_unittest.cc View 3 chunks +3 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.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/layers/picture_image_layer_impl_unittest.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M cc/layers/picture_layer.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M cc/layers/picture_layer_impl.h View 4 chunks +9 lines, -2 lines 0 comments Download
M cc/layers/picture_layer_impl.cc View 4 chunks +10 lines, -5 lines 0 comments Download
M cc/layers/picture_layer_impl_perftest.cc View 3 chunks +4 lines, -1 line 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 6 chunks +13 lines, -2 lines 0 comments Download
M cc/layers/picture_layer_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M cc/layers/render_surface_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/layers/scrollbar_layer_unittest.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M cc/layers/solid_color_layer_impl_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M cc/layers/texture_layer_unittest.cc View 4 chunks +4 lines, -2 lines 0 comments Download
M cc/layers/tiled_layer_impl_unittest.cc View 3 chunks +4 lines, -1 line 0 comments Download
M cc/layers/tiled_layer_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/output/direct_renderer.h View 4 chunks +19 lines, -12 lines 0 comments Download
M cc/output/direct_renderer.cc View 9 chunks +98 lines, -72 lines 0 comments Download
M cc/output/gl_renderer.h View 2 chunks +6 lines, -4 lines 0 comments Download
M cc/output/gl_renderer.cc View 3 chunks +21 lines, -14 lines 0 comments Download
D cc/output/gl_renderer.cc.rej View 1 chunk +0 lines, -9 lines 0 comments Download
M cc/output/gl_renderer_unittest.cc View 5 chunks +148 lines, -63 lines 0 comments Download
M cc/output/render_surface_filters.cc View 1 chunk +1 line, -0 lines 0 comments Download
D cc/output/renderer_pixeltest.cc.rej View 1 chunk +0 lines, -245 lines 0 comments Download
M cc/output/software_renderer.h View 2 chunks +4 lines, -4 lines 0 comments Download
M cc/output/software_renderer.cc View 3 chunks +20 lines, -9 lines 0 comments Download
D cc/quads/yuv_video_draw_quad.h.rej View 1 chunk +0 lines, -9 lines 0 comments Download
M cc/resources/display_list_raster_source.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/resources/display_list_raster_source.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M cc/resources/display_list_recording_source.h View 2 chunks +2 lines, -0 lines 0 comments Download
M cc/resources/display_list_recording_source.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M cc/resources/layer_quad.h View 2 chunks +2 lines, -6 lines 0 comments Download
M cc/resources/layer_quad.cc View 2 chunks +14 lines, -0 lines 0 comments Download
M cc/resources/layer_quad_unittest.cc View 1 chunk +27 lines, -0 lines 0 comments Download
M cc/resources/picture.cc View 1 chunk +1 line, -5 lines 0 comments Download
M cc/resources/picture_layer_tiling.h View 7 chunks +26 lines, -7 lines 0 comments Download
M cc/resources/picture_layer_tiling.cc View 9 chunks +67 lines, -43 lines 0 comments Download
M cc/resources/picture_layer_tiling_set.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/resources/picture_layer_tiling_set.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/resources/picture_layer_tiling_unittest.cc View 3 chunks +87 lines, -1 line 0 comments Download
M cc/resources/picture_pile.h View 2 chunks +2 lines, -0 lines 0 comments Download
M cc/resources/picture_pile.cc View 4 chunks +6 lines, -8 lines 0 comments Download
M cc/resources/picture_pile_impl.h View 1 chunk +4 lines, -6 lines 0 comments Download
M cc/resources/picture_pile_impl.cc View 3 chunks +7 lines, -17 lines 0 comments Download
M cc/resources/recording_source.h View 1 chunk +1 line, -0 lines 0 comments Download
A cc/resources/texture_compressor.h View 1 chunk +46 lines, -0 lines 0 comments Download
A cc/resources/texture_compressor.cc View 1 chunk +22 lines, -0 lines 0 comments Download
A cc/resources/texture_compressor_etc1.h View 1 chunk +31 lines, -0 lines 0 comments Download
A cc/resources/texture_compressor_etc1.cc View 1 chunk +503 lines, -0 lines 0 comments Download
A cc/resources/texture_compressor_perftest.cc View 1 chunk +103 lines, -0 lines 0 comments Download
M cc/resources/tile.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/resources/tile.cc View 3 chunks +8 lines, -1 line 0 comments Download
M cc/resources/tile_manager.cc View 1 chunk +6 lines, -5 lines 0 comments Download
M cc/resources/tile_manager_perftest.cc View 3 chunks +4 lines, -1 line 0 comments Download
M cc/resources/tile_manager_unittest.cc View 4 chunks +43 lines, -1 line 0 comments Download
M cc/resources/tile_task_worker_pool.h View 2 chunks +0 lines, -15 lines 0 comments Download
M cc/resources/tile_task_worker_pool.cc View 3 chunks +0 lines, -66 lines 0 comments Download
M cc/resources/tile_task_worker_pool_unittest.cc View 3 chunks +13 lines, -12 lines 0 comments Download
M cc/scheduler/scheduler.cc View 9 chunks +40 lines, -79 lines 0 comments Download
M cc/scheduler/scheduler_settings.h View 1 chunk +0 lines, -2 lines 0 comments Download
M cc/scheduler/scheduler_settings.cc View 2 chunks +0 lines, -18 lines 0 comments Download
M cc/scheduler/scheduler_state_machine.h View 9 chunks +11 lines, -15 lines 0 comments Download
M cc/scheduler/scheduler_state_machine.cc View 23 chunks +59 lines, -102 lines 0 comments Download
M cc/scheduler/scheduler_state_machine_unittest.cc View 60 chunks +77 lines, -66 lines 0 comments Download
M cc/scheduler/scheduler_unittest.cc View 9 chunks +71 lines, -33 lines 0 comments Download
M cc/surfaces/surface_display_output_surface.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/fake_layer_tree_host.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/fake_layer_tree_host_impl.h View 2 chunks +6 lines, -2 lines 0 comments Download
M cc/test/fake_layer_tree_host_impl.cc View 2 chunks +6 lines, -2 lines 0 comments Download
M cc/test/fake_picture_layer_impl.h View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/test/fake_picture_layer_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/fake_ui_resource_layer_tree_host_impl.cc View 1 chunk +3 lines, -1 line 0 comments Download
M cc/test/layer_tree_json_parser_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/test/layer_tree_pixel_resource_test.cc View 5 chunks +7 lines, -9 lines 0 comments Download
M cc/test/layer_tree_test.h View 3 chunks +8 lines, -1 line 0 comments Download
M cc/test/layer_tree_test.cc View 10 chunks +44 lines, -26 lines 0 comments Download
M cc/test/ordered_simple_task_runner.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/ordered_simple_task_runner.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/test/test_now_source.h View 2 chunks +3 lines, -0 lines 0 comments Download
M cc/test/test_now_source.cc View 2 chunks +8 lines, -3 lines 0 comments Download
A cc/test/test_task_graph_runner.h View 1 chunk +30 lines, -0 lines 0 comments Download
A cc/test/test_task_graph_runner.cc View 1 chunk +23 lines, -0 lines 0 comments Download
M cc/trees/damage_tracker.cc View 1 chunk +1 line, -2 lines 0 comments Download
M cc/trees/damage_tracker_unittest.cc View 3 chunks +4 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host.h View 5 chunks +5 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host.cc View 8 chunks +23 lines, -10 lines 0 comments Download
M cc/trees/layer_tree_host_common.h View 1 chunk +3 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 21 chunks +106 lines, -17 lines 0 comments Download
M cc/trees/layer_tree_host_impl.h View 3 chunks +7 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 13 chunks +24 lines, -30 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 18 chunks +34 lines, -36 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 16 chunks +232 lines, -50 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_context.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_no_message_loop.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_unittest_picture.cc View 1 chunk +2 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_unittest_scroll.cc View 2 chunks +14 lines, -13 lines 0 comments Download
M cc/trees/layer_tree_impl.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/trees/layer_tree_impl.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_impl_unittest.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_settings.h View 2 chunks +4 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_settings.cc View 1 chunk +22 lines, -1 line 0 comments Download
M cc/trees/occlusion_tracker_perftest.cc View 1 chunk +3 lines, -7 lines 0 comments Download
M cc/trees/property_tree_builder.cc View 3 chunks +9 lines, -17 lines 0 comments Download
M cc/trees/single_thread_proxy.cc View 10 chunks +96 lines, -2 lines 0 comments Download
M cc/trees/thread_proxy.cc View 1 chunk +2 lines, -1 line 0 comments Download
M cc/trees/tree_synchronizer_unittest.cc View 3 chunks +6 lines, -21 lines 0 comments Download
M gpu/command_buffer/build_gles2_cmd_buffer.py View 17 chunks +170 lines, -14 lines 0 comments Download
M gpu/command_buffer/client/client_context_state.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/client/client_context_state_autogen.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/client/client_context_state_impl_autogen.h View 3 chunks +11 lines, -1 line 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils.h View 2 chunks +16 lines, -30 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils.cc View 3 chunks +11 lines, -2 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h View 2 chunks +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/context_state_autogen.h View 2 chunks +8 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/context_state_impl_autogen.h View 6 chunks +46 lines, -10 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 5 chunks +31 lines, -18 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_autogen.h View 1 chunk +8 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h View 2 chunks +4 lines, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h View 3 chunks +7 lines, -0 lines 0 comments Download
M gpu/config/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M gpu/config/gpu_blacklist_unittest.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M gpu/config/gpu_control_list.cc View 1 chunk +0 lines, -12 lines 0 comments Download
M gpu/config/gpu_control_list_entry_unittest.cc View 2 chunks +0 lines, -58 lines 0 comments Download
M gpu/config/gpu_control_list_format.txt View 1 chunk +12 lines, -15 lines 0 comments Download
M gpu/config/gpu_control_list_unittest.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M gpu/config/gpu_driver_bug_list_unittest.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M gpu/config/gpu_info.h View 2 chunks +0 lines, -4 lines 0 comments Download
M gpu/config/gpu_info.cc View 1 chunk +0 lines, -1 line 0 comments Download
M gpu/config/gpu_info_collector_win.cc View 3 chunks +2 lines, -112 lines 0 comments Download
D gpu/config/gpu_performance_stats.h View 1 chunk +0 lines, -23 lines 0 comments Download
M gpu/config/software_rendering_list_json.cc View 2 chunks +1 line, -27 lines 0 comments Download
M gpu/gpu_config.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M gpu/gpu_unittests.isolate View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/perftests/texture_upload_perftest.cc View 18 chunks +111 lines, -41 lines 0 comments Download
M skia/BUILD.gn View 4 chunks +39 lines, -19 lines 0 comments Download
M skia/config/SkUserConfig.h View 1 chunk +8 lines, -0 lines 0 comments Download
M skia/ext/SkDiscardableMemory_chrome.h View 1 chunk +4 lines, -1 line 0 comments Download
M skia/ext/SkDiscardableMemory_chrome.cc View 2 chunks +5 lines, -1 line 0 comments Download
M skia/ext/benchmarking_canvas.cc View 1 chunk +1 line, -1 line 0 comments Download
M skia/skia.gyp View 1 chunk +3 lines, -4 lines 0 comments Download
M skia/skia_library_opts.gyp View 2 chunks +16 lines, -7 lines 0 comments Download
M sky/engine/platform/fonts/opentype/OpenTypeSanitizer.cpp View 1 chunk +0 lines, -3 lines 0 comments Download
M sky/engine/platform/graphics/GraphicsContext.cpp View 2 chunks +1 line, -1 line 0 comments Download
M sky/engine/platform/graphics/filters/FEDropShadow.cpp View 1 chunk +1 line, -1 line 0 comments Download
M sky/engine/platform/graphics/filters/SkiaImageFilterBuilder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M testing/android/junit/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
A testing/android/junit/java/src/org/chromium/testing/local/LocalRobolectricTestRunner.java View 1 chunk +58 lines, -0 lines 0 comments Download
M testing/android/junit/junit_test.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M testing/buildbot/chromium.fyi.json View 1 chunk +20 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.perf.json View 6 chunks +60 lines, -2 lines 0 comments Download
M testing/chromoting/integration_tests.gyp View 2 chunks +28 lines, -1 line 0 comments Download
A testing/chromoting/multi_machine_example/example_task.isolate View 1 chunk +18 lines, -0 lines 0 comments Download
A testing/chromoting/multi_machine_example/example_test_controller.isolate View 1 chunk +31 lines, -0 lines 0 comments Download
A testing/chromoting/multi_machine_example/example_test_controller.py View 1 chunk +143 lines, -0 lines 0 comments Download
M testing/commit_queue/config.json View 1 chunk +171 lines, -79 lines 0 comments Download
M testing/iossim/iossim.gyp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/boringssl/boringssl_unittest.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/boringssl/err_data.c View 7 chunks +531 lines, -521 lines 0 comments Download
M third_party/harfbuzz-ng/NEWS View 2 chunks +71 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/README View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/README.chromium View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-buffer.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-buffer-deserialize-text.hh View 17 chunks +36 lines, -36 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ft.cc View 2 chunks +8 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-open-file-private.hh View 5 chunks +10 lines, -5 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-open-type-private.hh View 16 chunks +50 lines, -46 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-cmap-table.hh View 12 chunks +23 lines, -12 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-head-table.hh View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-hmtx-table.hh View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout.cc View 4 chunks +75 lines, -30 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh View 21 chunks +74 lines, -23 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-gdef-table.hh View 10 chunks +20 lines, -10 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh View 39 chunks +92 lines, -154 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh View 24 chunks +52 lines, -119 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh View 32 chunks +177 lines, -203 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-jstf-table.hh View 4 chunks +8 lines, -4 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-private.hh View 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-maxp-table.hh View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-name-table.hh View 3 chunks +5 lines, -3 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic-win1256.hh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar-machine.hh View 10 chunks +19 lines, -19 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea-machine.hh View 10 chunks +17 lines, -17 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc View 1 chunk +3 lines, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-private.hh View 4 chunks +29 lines, -29 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-set-private.hh View 3 chunks +56 lines, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-version.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/ots/README.chromium View 1 chunk +1 line, -1 line 0 comments Download
M third_party/ots/include/opentype-sanitiser.h View 2 chunks +0 lines, -5 lines 0 comments Download
M third_party/ots/src/cmap.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/ots/src/ots.cc View 7 chunks +23 lines, -20 lines 0 comments Download
M third_party/ots/src/woff2.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/ots/src/woff2.cc View 20 chunks +122 lines, -48 lines 0 comments Download
M third_party/protobuf/protobuf.gyp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/qcms/README.chromium View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/qcms/google.patch View 8 chunks +161 lines, -8 lines 0 comments Download
M third_party/qcms/src/transform_util.c View 5 chunks +13 lines, -14 lines 0 comments Download
M third_party/zlib/google/zip_reader.h View 5 chunks +48 lines, -7 lines 0 comments Download
M third_party/zlib/google/zip_reader.cc View 7 chunks +162 lines, -88 lines 0 comments Download
M third_party/zlib/google/zip_reader_unittest.cc View 6 chunks +108 lines, -6 lines 0 comments Download
M tools/clang/scripts/update.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/idl_parser/idl_parser.py View 2 chunks +69 lines, -1 line 0 comments Download
M tools/idl_parser/test_parser/interface_web.idl View 1 chunk +46 lines, -0 lines 0 comments Download
M tools/valgrind/asan/asan_symbolize.py View 1 chunk +0 lines, -3 lines 0 comments Download
M tools/valgrind/asan/third_party/README.chromium View 1 chunk +1 line, -1 line 0 comments Download
M tools/valgrind/asan/third_party/asan_symbolize.py View 2 chunks +0 lines, -3 lines 0 comments Download
M tools/valgrind/drmemory/suppressions_full.txt View 1 chunk +23 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/browser_tests.gtest-memcheck.txt View 1 chunk +0 lines, -2 lines 0 comments Download
M tools/valgrind/memcheck/suppressions.txt View 3 chunks +2 lines, -1 line 0 comments Download
M ui/gl/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/gl/DEPS View 1 chunk +5 lines, -1 line 0 comments Download
A ui/gl/angle_platform_impl.h View 1 chunk +39 lines, -0 lines 0 comments Download
A ui/gl/angle_platform_impl.cc View 1 chunk +50 lines, -0 lines 0 comments Download
M ui/gl/gl.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/gl/gl_implementation_win.cc View 6 chunks +32 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
alhaad
5 years, 9 months ago (2015-03-24 01:15:45 UTC) #1
DaveMoore
In the git log of the repo you'll see a checkin of the form Update ...
5 years, 9 months ago (2015-03-24 03:27:50 UTC) #2
alhaad
On 2015/03/24 03:27:50, DaveMoore wrote: > In the git log of the repo you'll see ...
5 years, 9 months ago (2015-03-24 04:14:26 UTC) #3
DaveMoore
lgtm
5 years, 9 months ago (2015-03-24 16:31:04 UTC) #4
alhaad
5 years, 9 months ago (2015-03-24 17:49:49 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
4f5130731f613ce4bd8ac9bfa771e91511541d90.

Powered by Google App Engine
This is Rietveld 408576698