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

Issue 885443002: Roll Chrome into Mojo. (Closed)

Created:
5 years, 11 months ago by Elliot Glaysher
Modified:
5 years, 10 months ago
Reviewers:
jamesr
CC:
mojo-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, esprehn, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org, ojan
Base URL:
https://github.com/domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Roll Chrome into Mojo. Update from https://crrev.com/313321 This roll is to pick up a fix which prevents -Wl,--as-needed being used in Release ASAN builds. This also has some manual changes to mojo only code to fix interface changes from chromium (mainly, changes in skia interfaces, and changes in cc). It updates a cc patch, which started failing to apply I also added patch files to deal with the upstream move of mojo to third_party/mojo/. BUG=452105 TBR=jamesr@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/eae4929220afc0ff03061bda815359df4a35609e

Patch Set 1 #

Patch Set 2 : Rebase to ToT mojo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7445 lines, -21512 lines) Patch
M DEPS View 1 3 chunks +5 lines, -5 lines 0 comments Download
M base/BUILD.gn View 1 4 chunks +22 lines, -17 lines 0 comments Download
M base/allocator/allocator.gyp View 1 2 chunks +0 lines, -11 lines 0 comments Download
M base/allocator/allocator_shim_win.cc View 1 6 chunks +183 lines, -85 lines 0 comments Download
D base/allocator/generic_allocators.cc View 1 1 chunk +0 lines, -172 lines 0 comments Download
M base/allocator/prep_libc.py View 1 1 chunk +1 line, -2 lines 0 comments Download
M base/android/java/src/org/chromium/base/metrics/RecordHistogram.java View 1 3 chunks +4 lines, -4 lines 0 comments Download
M base/android/record_histogram.cc View 1 1 chunk +78 lines, -9 lines 0 comments Download
M base/atomicops_internals_mips_gcc.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M base/base.gyp View 1 3 chunks +6 lines, -9 lines 0 comments Download
M base/base.gypi View 1 4 chunks +22 lines, -9 lines 0 comments Download
M base/base.isolate View 1 2 chunks +9 lines, -1 line 0 comments Download
M base/debug/trace_event.h View 1 1 chunk +5 lines, -1580 lines 0 comments Download
D base/debug/trace_event_android.cc View 1 1 chunk +0 lines, -199 lines 0 comments Download
M base/debug/trace_event_argument.h View 1 1 chunk +6 lines, -51 lines 0 comments Download
D base/debug/trace_event_argument.cc View 1 1 chunk +0 lines, -117 lines 0 comments Download
D base/debug/trace_event_argument_unittest.cc View 1 1 chunk +0 lines, -53 lines 0 comments Download
M base/debug/trace_event_impl.h View 1 1 chunk +5 lines, -804 lines 0 comments Download
D base/debug/trace_event_impl.cc View 1 1 chunk +0 lines, -2594 lines 0 comments Download
D base/debug/trace_event_impl_constants.cc View 1 1 chunk +0 lines, -28 lines 0 comments Download
D base/debug/trace_event_memory.h View 1 1 chunk +0 lines, -172 lines 0 comments Download
D base/debug/trace_event_memory.cc View 1 1 chunk +0 lines, -440 lines 0 comments Download
D base/debug/trace_event_memory_unittest.cc View 1 1 chunk +0 lines, -240 lines 0 comments Download
M base/debug/trace_event_synthetic_delay.h View 1 1 chunk +5 lines, -157 lines 0 comments Download
D base/debug/trace_event_synthetic_delay.cc View 1 1 chunk +0 lines, -233 lines 0 comments Download
D base/debug/trace_event_synthetic_delay_unittest.cc View 1 1 chunk +0 lines, -154 lines 0 comments Download
D base/debug/trace_event_system_stats_monitor.h View 1 1 chunk +0 lines, -75 lines 0 comments Download
D base/debug/trace_event_system_stats_monitor.cc View 1 1 chunk +0 lines, -133 lines 0 comments Download
D base/debug/trace_event_system_stats_monitor_unittest.cc View 1 1 chunk +0 lines, -66 lines 0 comments Download
D base/debug/trace_event_unittest.h View 1 1 chunk +0 lines, -14 lines 0 comments Download
D base/debug/trace_event_unittest.cc View 1 1 chunk +0 lines, -3093 lines 0 comments Download
M base/debug/trace_event_win.h View 1 1 chunk +5 lines, -116 lines 0 comments Download
D base/debug/trace_event_win.cc View 1 1 chunk +0 lines, -123 lines 0 comments Download
D base/debug/trace_event_win_unittest.cc View 1 1 chunk +0 lines, -319 lines 0 comments Download
M base/memory/discardable_memory_shmem_allocator.cc View 1 1 chunk +5 lines, -1 line 0 comments Download
M base/memory/discardable_shared_memory.h View 1 2 chunks +13 lines, -9 lines 0 comments Download
M base/memory/discardable_shared_memory.cc View 1 4 chunks +6 lines, -5 lines 0 comments Download
M base/memory/discardable_shared_memory_unittest.cc View 1 5 chunks +14 lines, -14 lines 0 comments Download
M base/message_loop/message_loop.cc View 1 4 chunks +15 lines, -0 lines 0 comments Download
M base/message_loop/message_pump_perftest.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M base/message_loop/message_pump_win.cc View 1 2 chunks +8 lines, -6 lines 0 comments Download
M base/numerics/safe_numerics_unittest.cc View 1 4 chunks +0 lines, -11 lines 0 comments Download
M base/process/kill_mac.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M base/process/kill_posix.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M base/process/memory_win.cc View 1 3 chunks +12 lines, -6 lines 0 comments Download
M base/process/process.h View 1 2 chunks +7 lines, -1 line 0 comments Download
M base/process/process_handle.h View 1 1 chunk +0 lines, -6 lines 0 comments Download
M base/process/process_handle_posix.cc View 1 1 chunk +0 lines, -8 lines 0 comments Download
M base/process/process_handle_win.cc View 1 1 chunk +0 lines, -12 lines 0 comments Download
M base/process/process_iterator.h View 1 2 chunks +0 lines, -37 lines 0 comments Download
M base/process/process_metrics.h View 1 1 chunk +8 lines, -0 lines 0 comments Download
M base/process/process_metrics_mac.cc View 1 1 chunk +20 lines, -3 lines 0 comments Download
M base/process/process_posix.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M base/process/process_unittest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M base/process/process_util_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M base/process/process_win.cc View 1 2 chunks +6 lines, -1 line 0 comments Download
M base/rand_util_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M base/security_unittest.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M base/test/BUILD.gn View 1 1 chunk +0 lines, -2 lines 0 comments Download
M base/test/gtest_util.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M base/test/gtest_util.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M base/test/gtest_xml_util.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M base/test/launcher/test_launcher.h View 1 1 chunk +0 lines, -4 lines 0 comments Download
M base/test/launcher/test_launcher.cc View 1 1 chunk +0 lines, -6 lines 0 comments Download
M base/test/launcher/test_launcher_ios.cc View 1 5 chunks +29 lines, -6 lines 0 comments Download
M base/test/launcher/unit_test_launcher.h View 1 2 chunks +31 lines, -1 line 0 comments Download
M base/test/launcher/unit_test_launcher.cc View 1 9 chunks +61 lines, -29 lines 0 comments Download
D base/test/mock_time_provider.h View 1 1 chunk +0 lines, -69 lines 0 comments Download
D base/test/mock_time_provider.cc View 1 1 chunk +0 lines, -31 lines 0 comments Download
M base/test/test_suite.cc View 1 3 chunks +0 lines, -4 lines 0 comments Download
M base/test/trace_event_analyzer_unittest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M base/threading/thread_perftest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M base/time/tick_clock.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M base/time/time.h View 1 1 chunk +0 lines, -9 lines 0 comments Download
M base/time/time_mac.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M base/time/time_posix.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M base/time/time_unittest.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M base/time/time_win_unittest.cc View 1 3 chunks +6 lines, -6 lines 0 comments Download
A base/trace_event/OWNERS View 1 1 chunk +3 lines, -0 lines 0 comments Download
A + base/trace_event/trace_event.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
A + base/trace_event/trace_event_android.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + base/trace_event/trace_event_argument.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + base/trace_event/trace_event_argument.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + base/trace_event/trace_event_argument_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + base/trace_event/trace_event_impl.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + base/trace_event/trace_event_impl.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
A + base/trace_event/trace_event_impl_constants.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + base/trace_event/trace_event_memory.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + base/trace_event/trace_event_memory.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
A + base/trace_event/trace_event_memory_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + base/trace_event/trace_event_synthetic_delay.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + base/trace_event/trace_event_synthetic_delay.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
A + base/trace_event/trace_event_synthetic_delay_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + base/trace_event/trace_event_system_stats_monitor.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + base/trace_event/trace_event_system_stats_monitor.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
A + base/trace_event/trace_event_system_stats_monitor_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + base/trace_event/trace_event_unittest.cc View 1 3 chunks +2 lines, -11 lines 0 comments Download
A + base/trace_event/trace_event_win.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + base/trace_event/trace_event_win.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
A + base/trace_event/trace_event_win_unittest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M build/all.gyp View 1 2 chunks +4 lines, -2 lines 0 comments Download
M build/android/adb_gdb View 1 3 chunks +6 lines, -6 lines 0 comments Download
M build/android/cpufeatures.gypi View 1 1 chunk +1 line, -1 line 0 comments Download
A + build/android/ndk.gyp View 1 1 chunk +6 lines, -10 lines 0 comments Download
M build/android/provision_devices.py View 1 9 chunks +74 lines, -51 lines 0 comments Download
M build/android/pylib/base/test_instance_factory.py View 1 1 chunk +1 line, -2 lines 0 comments Download
M build/android/pylib/constants.py View 1 2 chunks +7 lines, -0 lines 0 comments Download
M build/android/pylib/device/device_utils.py View 1 3 chunks +15 lines, -12 lines 0 comments Download
M build/android/pylib/device/device_utils_test.py View 1 1 chunk +17 lines, -40 lines 0 comments Download
M build/android/pylib/flag_changer.py View 1 3 chunks +8 lines, -5 lines 0 comments Download
M build/android/pylib/instrumentation/test_runner.py View 1 1 chunk +2 lines, -4 lines 0 comments Download
M build/android/pylib/perf/thermal_throttle.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/remote/device/remote_device_environment.py View 1 4 chunks +9 lines, -4 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_test_run.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/remote/device/remote_device_uirobot_test_run.py View 1 2 chunks +34 lines, -5 lines 0 comments Download
M build/android/pylib/uirobot/uirobot_test_instance.py View 1 2 chunks +15 lines, -7 lines 0 comments Download
A build/android/pylib/utils/logging_utils.py View 1 1 chunk +27 lines, -0 lines 0 comments Download
M build/android/pylib/valgrind_tools.py View 1 1 chunk +7 lines, -5 lines 0 comments Download
M build/android/test_runner.py View 1 3 chunks +5 lines, -5 lines 0 comments Download
M build/android/tombstones.py View 1 1 chunk +2 lines, -1 line 0 comments Download
M build/common.gypi View 1 6 chunks +62 lines, -61 lines 0 comments Download
M build/config/android/internal_rules.gni View 1 1 chunk +1 line, -0 lines 0 comments Download
M build/config/android/rules.gni View 1 1 chunk +1 line, -3 lines 0 comments Download
M build/config/compiler/BUILD.gn View 1 3 chunks +19 lines, -6 lines 0 comments Download
M build/ios/coverage.gypi View 1 1 chunk +1 line, -2 lines 0 comments Download
M build/ios/grit_whitelist.txt View 1 1 chunk +0 lines, -2 lines 0 comments Download
M build/secondary/tools/grit/grit_rule.gni View 1 2 chunks +4 lines, -0 lines 0 comments Download
M build/win/asan.gyp View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/BUILD.gn View 1 3 chunks +6 lines, -1 line 0 comments Download
M cc/blink/web_content_layer_impl.cc View 1 2 chunks +2 lines, -6 lines 0 comments Download
M cc/cc.gyp View 1 3 chunks +6 lines, -1 line 0 comments Download
M cc/cc_tests.gyp View 1 1 chunk +18 lines, -1 line 0 comments Download
A + cc/cc_unittests.isolate View 1 4 chunks +22 lines, -5 lines 0 comments Download
A cc/debug/frame_timing_request.h View 1 1 chunk +31 lines, -0 lines 0 comments Download
A cc/debug/frame_timing_request.cc View 1 1 chunk +17 lines, -0 lines 0 comments Download
M cc/debug/lap_timer.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M cc/debug/picture_record_benchmark.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/debug/rendering_stats_instrumentation.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/delegated_renderer_layer_impl_unittest.cc View 1 3 chunks +12 lines, -10 lines 0 comments Download
M cc/layers/layer.h View 1 4 chunks +9 lines, -0 lines 0 comments Download
M cc/layers/layer.cc View 1 3 chunks +14 lines, -1 line 0 comments Download
M cc/layers/layer_impl.h View 1 4 chunks +12 lines, -0 lines 0 comments Download
M cc/layers/layer_impl.cc View 1 4 chunks +25 lines, -1 line 0 comments Download
M cc/layers/picture_layer.cc View 1 1 chunk +3 lines, -4 lines 0 comments Download
M cc/layers/picture_layer_impl.h View 1 1 chunk +0 lines, -3 lines 0 comments Download
M cc/layers/picture_layer_impl.cc View 1 6 chunks +6 lines, -12 lines 0 comments Download
M cc/layers/picture_layer_impl_perftest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 1 6 chunks +21 lines, -18 lines 0 comments Download
M cc/layers/texture_layer.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/output/gl_renderer_unittest.cc View 1 1 chunk +48 lines, -0 lines 0 comments Download
M cc/quads/checkerboard_draw_quad.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/content_draw_quad_base.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/debug_border_draw_quad.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/draw_quad.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/io_surface_draw_quad.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/picture_draw_quad.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/render_pass.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/render_pass_draw_quad.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/shared_quad_state.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/solid_color_draw_quad.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/stream_video_draw_quad.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/surface_draw_quad.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/texture_draw_quad.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/tile_draw_quad.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/yuv_video_draw_quad.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/bitmap_tile_task_worker_pool.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/bitmap_tile_task_worker_pool.cc View 1 2 chunks +6 lines, -2 lines 0 comments Download
M cc/resources/content_layer_updater.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/display_item_list.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/display_item_list.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/display_list_raster_source.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/display_list_recording_source.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M cc/resources/display_list_recording_source.cc View 1 1 chunk +0 lines, -7 lines 0 comments Download
M cc/resources/eviction_tile_priority_queue.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M cc/resources/eviction_tile_priority_queue.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M cc/resources/gpu_rasterizer.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/gpu_rasterizer.cc View 1 3 chunks +3 lines, -2 lines 0 comments Download
M cc/resources/gpu_tile_task_worker_pool.h View 1 5 chunks +7 lines, -2 lines 0 comments Download
M cc/resources/gpu_tile_task_worker_pool.cc View 1 3 chunks +12 lines, -4 lines 0 comments Download
M cc/resources/one_copy_tile_task_worker_pool.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/one_copy_tile_task_worker_pool.cc View 1 3 chunks +12 lines, -6 lines 0 comments Download
M cc/resources/picture.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/picture.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/picture_layer_tiling.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/picture_pile.h View 1 3 chunks +4 lines, -3 lines 0 comments Download
M cc/resources/picture_pile.cc View 1 2 chunks +4 lines, -1 line 0 comments Download
M cc/resources/picture_pile_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/picture_pile_unittest.cc View 1 2 chunks +5 lines, -2 lines 0 comments Download
M cc/resources/pixel_buffer_tile_task_worker_pool.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/pixel_buffer_tile_task_worker_pool.cc View 1 2 chunks +6 lines, -2 lines 0 comments Download
M cc/resources/prioritized_resource_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/raster_source_helper.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/raster_tile_priority_queue.h View 1 1 chunk +12 lines, -54 lines 0 comments Download
M cc/resources/raster_tile_priority_queue.cc View 1 1 chunk +20 lines, -332 lines 0 comments Download
A + cc/resources/raster_tile_priority_queue_all.h View 1 3 chunks +23 lines, -29 lines 0 comments Download
A + cc/resources/raster_tile_priority_queue_all.cc View 1 12 chunks +41 lines, -67 lines 0 comments Download
A cc/resources/raster_tile_priority_queue_required.h View 1 1 chunk +39 lines, -0 lines 0 comments Download
A cc/resources/raster_tile_priority_queue_required.cc View 1 1 chunk +55 lines, -0 lines 0 comments Download
M cc/resources/rasterizer.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/recording_source.h View 1 1 chunk +0 lines, -4 lines 0 comments Download
M cc/resources/resource_pool.h View 1 3 chunks +3 lines, -13 lines 0 comments Download
M cc/resources/resource_pool.cc View 1 1 chunk +1 line, -4 lines 0 comments Download
M cc/resources/resource_provider.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/skpicture_content_layer_updater.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/software_rasterizer.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/software_rasterizer.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/task_graph_runner.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/texture_uploader.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/tile.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/tile_draw_info.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/tile_manager.h View 1 5 chunks +16 lines, -17 lines 0 comments Download
M cc/resources/tile_manager.cc View 1 14 chunks +68 lines, -70 lines 0 comments Download
M cc/resources/tile_manager_perftest.cc View 1 5 chunks +17 lines, -16 lines 0 comments Download
M cc/resources/tile_manager_unittest.cc View 1 30 chunks +146 lines, -163 lines 0 comments Download
M cc/resources/tile_priority.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/tile_priority.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/tile_task_runner.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/resources/tile_task_worker_pool.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/tile_task_worker_pool_perftest.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M cc/resources/tile_task_worker_pool_unittest.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
D cc/resources/tiling_set_raster_queue.h View 1 1 chunk +0 lines, -23 lines 0 comments Download
M cc/resources/tiling_set_raster_queue_all.h View 1 1 chunk +6 lines, -8 lines 0 comments Download
M cc/resources/tiling_set_raster_queue_required.h View 1 1 chunk +6 lines, -8 lines 0 comments Download
M cc/resources/video_resource_updater.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M cc/resources/zero_copy_tile_task_worker_pool.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/zero_copy_tile_task_worker_pool.cc View 1 2 chunks +6 lines, -2 lines 0 comments Download
M cc/scheduler/delay_based_time_source.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M cc/scheduler/delay_based_time_source.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M cc/scheduler/scheduler.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M cc/scheduler/scheduler_state_machine.cc View 1 2 chunks +6 lines, -6 lines 0 comments Download
M cc/scheduler/scheduler_state_machine_unittest.cc View 1 31 chunks +37 lines, -153 lines 0 comments Download
M cc/scheduler/scheduler_unittest.cc View 1 1 chunk +0 lines, -29 lines 0 comments Download
M cc/surfaces/display.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/surfaces/display.cc View 1 4 chunks +13 lines, -2 lines 0 comments Download
M cc/surfaces/surface.h View 1 3 chunks +3 lines, -2 lines 0 comments Download
M cc/surfaces/surface.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M cc/surfaces/surface_aggregator.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M cc/surfaces/surface_damage_observer.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M cc/surfaces/surface_factory.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M cc/surfaces/surface_factory.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M cc/surfaces/surface_factory_unittest.cc View 1 2 chunks +9 lines, -8 lines 0 comments Download
M cc/surfaces/surface_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/surfaces/surface_manager.cc View 1 1 chunk +5 lines, -3 lines 0 comments Download
A cc/test/data/scaled_render_surface_layer_gl.png View 1 Binary file 0 comments Download
A cc/test/data/scaled_render_surface_layer_sw.png View 1 Binary file 0 comments Download
M cc/test/fake_output_surface.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M cc/test/fake_output_surface.cc View 1 4 chunks +14 lines, -3 lines 0 comments Download
M cc/test/fake_picture_layer_tiling_client.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M cc/test/fake_picture_pile.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M cc/test/fake_picture_pile_impl.cc View 1 4 chunks +11 lines, -8 lines 0 comments Download
M cc/test/fake_tile_manager.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/fake_tile_manager_client.h View 1 1 chunk +5 lines, -5 lines 0 comments Download
M cc/test/fake_tile_manager_client.cc View 1 1 chunk +11 lines, -0 lines 0 comments Download
M cc/test/layer_tree_pixel_resource_test.cc View 1 4 chunks +8 lines, -17 lines 0 comments Download
M cc/test/test_web_graphics_context_3d.h View 1 3 chunks +11 lines, -0 lines 0 comments Download
M cc/test/test_web_graphics_context_3d.cc View 1 8 chunks +66 lines, -13 lines 0 comments Download
M cc/test/test_web_graphics_context_3d_unittest.cc View 1 1 chunk +14 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_common.cc View 1 5 chunks +15 lines, -21 lines 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 1 1 chunk +34 lines, -28 lines 0 comments Download
M cc/trees/layer_tree_host_impl.h View 1 1 chunk +5 lines, -5 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 10 chunks +21 lines, -24 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_filters.cc View 1 2 chunks +62 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 1 6 chunks +17 lines, -9 lines 0 comments Download
M cc/trees/proxy_timing_history.cc View 1 3 chunks +5 lines, -6 lines 0 comments Download
M cc/trees/single_thread_proxy.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M cc/trees/thread_proxy.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M gin/isolate_holder.cc View 1 2 chunks +7 lines, -2 lines 0 comments Download
M gpu/GLES2/gl2chromium_autogen.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/build_gles2_cmd_buffer.py View 1 10 chunks +311 lines, -40 lines 0 comments Download
M gpu/command_buffer/client/gles2_c_lib_autogen.h View 1 2 chunks +7 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_cmd_helper_autogen.h View 1 1 chunk +11 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 1 1 chunk +29 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_autogen.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_impl_autogen.h View 1 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest.cc View 1 1 chunk +0 lines, -94 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest_autogen.h View 1 14 chunks +111 lines, -23 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_autogen.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_autogen.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_autogen.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/program_info_manager.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/program_info_manager.cc View 1 9 chunks +60 lines, -3 lines 0 comments Download
M gpu/command_buffer/cmd_buffer_functions.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_autogen.h View 1 3 chunks +58 lines, -1 line 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_test_autogen.h View 1 1 chunk +15 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_ids_autogen.h View 1 1 chunk +182 lines, -181 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h View 1 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_unittest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/common/time.h View 1 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_manager_egl.cc View 1 6 chunks +6 lines, -8 lines 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_manager_idle.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_manager_share_group.cc View 1 4 chunks +4 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/async_pixel_transfer_manager_sync.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/common_decoder.h View 1 2 chunks +17 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/common_decoder.cc View 1 8 chunks +34 lines, -43 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 chunks +45 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h View 1 3 chunks +66 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_programs.cc View 1 3 chunks +57 lines, -53 lines 0 comments Download
M gpu/command_buffer/service/gpu_scheduler.cc View 1 2 chunks +2 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/gpu_tracer.cc View 1 5 chunks +21 lines, -35 lines 0 comments Download
M gpu/command_buffer/service/gpu_tracer_unittest.cc View 1 5 chunks +8 lines, -30 lines 0 comments Download
M gpu/command_buffer/service/in_process_command_buffer.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/in_process_command_buffer.cc View 1 3 chunks +11 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/program_manager.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/query_manager.cc View 1 4 chunks +5 lines, -5 lines 0 comments Download
M gpu/command_buffer/service/texture_manager.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/tests/gl_query_unittest.cc View 1 5 chunks +4 lines, -6 lines 0 comments Download
M gpu/config/gpu_driver_bug_list_json.cc View 1 3 chunks +15 lines, -2 lines 0 comments Download
M mojo/services/network/BUILD.gn View 1 1 chunk +3 lines, -0 lines 0 comments Download
M mojo/services/network/net_address_type_converters.h View 1 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/network/network_service.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/network/network_service_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/network/network_service_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/network/public/DEPS View 1 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/network/tcp_bound_socket_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/network/tcp_connected_socket_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/network/tcp_server_socket_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/network/udp_socket_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/network/udp_socket_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/network/upload_network_service.py View 1 3 chunks +44 lines, -16 lines 0 comments Download
M mojo/services/network/url_loader_impl.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/services/network/web_socket_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M mojo/tools/roll/cc_strip_video.patch View 1 18 chunks +31 lines, -37 lines 0 comments Download
A mojo/tools/roll/mojo_services_network.patch View 1 1 chunk +194 lines, -0 lines 0 comments Download
A mojo/tools/roll/third_party_khronos.patch View 1 1 chunk +13 lines, -0 lines 0 comments Download
M net/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/base/address_list_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/base/bandwidth_metrics.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/base/mime_sniffer.cc View 1 4 chunks +6 lines, -6 lines 0 comments Download
M net/base/mime_util.cc View 1 5 chunks +7 lines, -7 lines 0 comments Download
M net/base/mime_util_unittest.cc View 1 5 chunks +13 lines, -12 lines 0 comments Download
M net/base/net_string_util_icu_alternatives_android.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/base/net_util_icu.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M net/base/net_util_icu_unittest.cc View 1 5 chunks +9 lines, -9 lines 0 comments Download
M net/base/net_util_unittest.cc View 1 13 chunks +19 lines, -19 lines 0 comments Download
M net/base/network_change_notifier.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/base/registry_controlled_domains/registry_controlled_domain_unittest.cc View 1 4 chunks +22 lines, -22 lines 0 comments Download
M net/cert/nss_cert_database_chromeos.h View 1 1 chunk +5 lines, -7 lines 0 comments Download
M net/cert/nss_cert_database_chromeos_unittest.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M net/cert/nss_profile_filter_chromeos_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/cert/x509_cert_types_win.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/cookies/cookie_constants_unittest.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/cookies/cookie_monster_perftest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M net/cookies/cookie_monster_unittest.cc View 1 2 chunks +6 lines, -6 lines 0 comments Download
M net/cookies/cookie_util.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M net/cookies/parsed_cookie_unittest.cc View 1 2 chunks +9 lines, -9 lines 0 comments Download
M net/disk_cache/backend_unittest.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M net/disk_cache/blockfile/backend_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/blockfile/backend_impl_v3.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/disk_cache/blockfile/backend_worker_v3.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/blockfile/block_files.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/blockfile/stats.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/dns/address_sorter_posix_unittest.cc View 1 12 chunks +20 lines, -20 lines 0 comments Download
M net/dns/dns_config_service_posix_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/ftp/ftp_directory_listing_parser.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/ftp/ftp_directory_listing_parser_ls_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/ftp/ftp_directory_listing_parser_netware_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/ftp/ftp_directory_listing_parser_os2_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/ftp/ftp_directory_listing_parser_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/ftp/ftp_directory_listing_parser_vms.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/ftp/ftp_directory_listing_parser_vms_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/ftp/ftp_directory_listing_parser_windows_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/ftp/ftp_network_transaction_unittest.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M net/http/http_auth_cache_unittest.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
M net/http/http_cache_unittest.cc View 1 14 chunks +15 lines, -15 lines 0 comments Download
M net/http/http_chunked_decoder_unittest.cc View 1 26 chunks +31 lines, -30 lines 0 comments Download
M net/http/http_network_session.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M net/http/http_network_session.cc View 1 2 chunks +0 lines, -2 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 1 7 chunks +8 lines, -8 lines 0 comments Download
M net/http/http_response_headers.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M net/http/http_server_properties_impl.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M net/http/http_server_properties_impl.cc View 1 4 chunks +24 lines, -21 lines 0 comments Download
M net/http/http_util.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_util_unittest.cc View 1 10 chunks +18 lines, -18 lines 0 comments Download
M net/http/http_vary_data_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/http/transport_security_state_static.h View 1 1 chunk +1228 lines, -1221 lines 0 comments Download
M net/http/transport_security_state_static.json View 1 2 chunks +14 lines, -2 lines 0 comments Download
M net/http/transport_security_state_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/http/url_security_manager_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M net/net.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_config_source.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_server_unittest.cc View 1 6 chunks +11 lines, -11 lines 0 comments Download
M net/proxy/proxy_service.cc View 1 1 chunk +4 lines, -5 lines 0 comments Download
M net/quic/crypto/aead_base_decrypter.h View 1 2 chunks +6 lines, -5 lines 0 comments Download
M net/quic/crypto/aes_128_gcm_12_decrypter_test.cc View 1 1 chunk +7 lines, -9 lines 0 comments Download
M net/quic/crypto/chacha20_poly1305_decrypter_test.cc View 1 1 chunk +7 lines, -9 lines 0 comments Download
M net/quic/crypto/crypto_protocol.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/crypto/crypto_secret_boxer.cc View 1 1 chunk +13 lines, -10 lines 0 comments Download
M net/quic/crypto/crypto_server_test.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M net/quic/crypto/null_decrypter.h View 1 1 chunk +0 lines, -5 lines 0 comments Download
M net/quic/crypto/null_decrypter.cc View 1 1 chunk +0 lines, -25 lines 0 comments Download
M net/quic/crypto/proof_verifier_chromium.cc View 1 5 chunks +21 lines, -0 lines 0 comments Download
M net/quic/crypto/quic_crypto_client_config.cc View 1 3 chunks +11 lines, -0 lines 0 comments Download
M net/quic/crypto/quic_decrypter.h View 1 1 chunk +0 lines, -12 lines 0 comments Download
M net/quic/quic_ack_notifier.h View 1 2 chunks +7 lines, -17 lines 0 comments Download
M net/quic/quic_ack_notifier.cc View 1 3 chunks +9 lines, -31 lines 0 comments Download
M net/quic/quic_ack_notifier_manager.h View 1 3 chunks +8 lines, -3 lines 0 comments Download
M net/quic/quic_ack_notifier_manager.cc View 1 5 chunks +11 lines, -11 lines 0 comments Download
M net/quic/quic_ack_notifier_test.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/quic_client_session.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M net/quic/quic_client_session.cc View 1 5 chunks +14 lines, -3 lines 0 comments Download
M net/quic/quic_client_session_test.cc View 1 4 chunks +11 lines, -11 lines 0 comments Download
M net/quic/quic_connection_test.cc View 1 1 chunk +0 lines, -16 lines 0 comments Download
M net/quic/quic_crypto_client_stream.cc View 1 3 chunks +9 lines, -3 lines 0 comments Download
M net/quic/quic_fec_group_test.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_framer_test.cc View 1 1 chunk +0 lines, -8 lines 0 comments Download
M net/quic/quic_http_stream.cc View 1 1 chunk +12 lines, -1 line 0 comments Download
M net/quic/quic_packet_generator.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M net/quic/quic_packet_generator.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M net/quic/quic_protocol.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_sent_packet_manager.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M net/quic/quic_sent_packet_manager.cc View 1 5 chunks +15 lines, -5 lines 0 comments Download
M net/quic/quic_sent_packet_manager_test.cc View 1 3 chunks +77 lines, -1 line 0 comments Download
M net/quic/quic_stream_factory.h View 1 2 chunks +0 lines, -6 lines 0 comments Download
M net/quic/quic_stream_factory.cc View 1 5 chunks +9 lines, -10 lines 0 comments Download
M net/quic/quic_stream_factory_test.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M net/quic/quic_stream_sequencer.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M net/quic/test_tools/quic_sent_packet_manager_peer.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/test_tools/quic_sent_packet_manager_peer.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M net/server/http_server_unittest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M net/socket/socket_test_util.h View 1 2 chunks +13 lines, -0 lines 0 comments Download
M net/socket/socket_test_util.cc View 1 2 chunks +16 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket_unittest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M net/socket/ssl_server_socket_unittest.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M net/socket/websocket_endpoint_lock_manager.h View 1 5 chunks +43 lines, -8 lines 0 comments Download
M net/socket/websocket_endpoint_lock_manager.cc View 1 4 chunks +49 lines, -11 lines 0 comments Download
M net/socket/websocket_endpoint_lock_manager_unittest.cc View 1 10 chunks +92 lines, -0 lines 0 comments Download
M net/socket/websocket_transport_client_socket_pool_unittest.cc View 1 14 chunks +22 lines, -11 lines 0 comments Download
M net/spdy/spdy_headers_block_parser.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_headers_block_parser.cc View 1 5 chunks +10 lines, -11 lines 0 comments Download
M net/spdy/spdy_headers_block_parser_test.cc View 1 4 chunks +5 lines, -4 lines 0 comments Download
M net/spdy/spdy_session.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M net/ssl/client_cert_store_chromeos.h View 1 1 chunk +8 lines, -8 lines 0 comments Download
M net/test/spawned_test_server/local_test_server_win.cc View 1 1 chunk +0 lines, -54 lines 0 comments Download
M net/tools/crash_cache/crash_cache.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M net/tools/quic/end_to_end_test.cc View 1 2 chunks +5 lines, -8 lines 0 comments Download
M net/tools/quic/spdy_utils.cc View 1 1 chunk +8 lines, -8 lines 0 comments Download
M net/tools/quic/test_tools/http_message.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
M net/tools/quic/test_tools/quic_test_client.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M net/udp/udp_socket_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/sdch_dictionary_fetcher.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M net/url_request/sdch_dictionary_fetcher_unittest.cc View 1 10 chunks +143 lines, -45 lines 0 comments Download
M net/url_request/url_request_simple_job.h View 1 1 chunk +7 lines, -1 line 0 comments Download
M net/url_request/url_request_simple_job.cc View 1 4 chunks +52 lines, -14 lines 0 comments Download
M net/url_request/url_request_simple_job_unittest.cc View 1 5 chunks +96 lines, -9 lines 0 comments Download
A net/websockets/websocket_end_to_end_test.cc View 1 1 chunk +370 lines, -0 lines 0 comments Download
M net/websockets/websocket_extension_parser_test.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/websockets/websocket_handshake_constants.h View 1 2 chunks +15 lines, -15 lines 0 comments Download
M net/websockets/websocket_handshake_constants.cc View 1 1 chunk +15 lines, -15 lines 0 comments Download
M net/websockets/websocket_stream_test.cc View 1 2 chunks +7 lines, -0 lines 0 comments Download
M sandbox/linux/BUILD.gn View 1 2 chunks +3 lines, -0 lines 0 comments Download
M sandbox/linux/sandbox_linux.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
M sandbox/linux/sandbox_linux_test_sources.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions_unittests.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M sandbox/linux/services/credentials.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M sandbox/linux/services/credentials.cc View 1 7 chunks +38 lines, -52 lines 0 comments Download
M sandbox/linux/services/credentials_unittest.cc View 1 3 chunks +4 lines, -3 lines 0 comments Download
A sandbox/linux/services/namespace_utils.h View 1 1 chunk +39 lines, -0 lines 0 comments Download
A sandbox/linux/services/namespace_utils.cc View 1 1 chunk +90 lines, -0 lines 0 comments Download
A sandbox/linux/services/namespace_utils_unittest.cc View 1 1 chunk +65 lines, -0 lines 0 comments Download
M services/surfaces/surfaces_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M shell/dynamic_application_loader.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M skia/BUILD.gn View 1 1 chunk +0 lines, -2 lines 0 comments Download
M skia/ext/SkMemory_new_handler.cpp View 1 2 chunks +6 lines, -18 lines 0 comments Download
M skia/ext/benchmarking_canvas.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M skia/skia_library.gypi View 1 1 chunk +0 lines, -2 lines 0 comments Download
M skia/skia_test_expectations.txt View 1 1 chunk +11 lines, -39 lines 0 comments Download
M sky/engine/platform/fonts/skia/FontCacheSkia.cpp View 1 1 chunk +9 lines, -1 line 0 comments Download
M sky/engine/platform/graphics/Canvas2DLayerBridge.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M testing/buildbot/chromium.chromiumos.json View 1 5 chunks +18 lines, -3 lines 0 comments Download
M testing/buildbot/chromium.fyi.json View 1 1 chunk +1 line, -1 line 0 comments Download
M testing/buildbot/chromium.linux.json View 1 9 chunks +42 lines, -6 lines 0 comments Download
M testing/buildbot/chromium.mac.json View 1 4 chunks +30 lines, -4 lines 0 comments Download
M testing/buildbot/chromium.memory.json View 1 1 chunk +1 line, -1 line 0 comments Download
M testing/buildbot/chromium.memory.fyi.json View 1 4 chunks +2 lines, -2 lines 0 comments Download
M testing/buildbot/chromium.webkit.json View 1 3 chunks +12 lines, -2 lines 0 comments Download
M testing/buildbot/chromium.win.json View 1 15 chunks +66 lines, -10 lines 0 comments Download
M testing/buildbot/chromium_memory_trybot.json View 1 1 chunk +12 lines, -1 line 0 comments Download
M testing/buildbot/chromium_trybot.json View 1 3 chunks +17 lines, -4 lines 0 comments Download
M testing/commit_queue/config.json View 1 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/boringssl/boringssl.gypi View 1 3 chunks +0 lines, -3 lines 0 comments Download
M third_party/boringssl/linux-arm/crypto/sha/sha256-armv4.S View 1 1 chunk +1 line, -1 line 0 comments Download
D third_party/boringssl/linux-x86_64/crypto/bn/modexp512-x86_64.S View 1 1 chunk +0 lines, -1776 lines 0 comments Download
D third_party/boringssl/mac-x86_64/crypto/bn/modexp512-x86_64.S View 1 1 chunk +0 lines, -1776 lines 0 comments Download
D third_party/boringssl/win-x86_64/crypto/bn/modexp512-x86_64.asm View 1 1 chunk +0 lines, -1885 lines 0 comments Download
M third_party/khronos/DEPS View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/qcms/README.chromium View 1 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/qcms/src/iccread.c View 1 5 chunks +43 lines, -5 lines 0 comments Download
D tools/android/asan/asan_device_setup.sh View 1 1 chunk +0 lines, -194 lines 0 comments Download
A tools/android/asan/third_party/README.chromium View 1 1 chunk +7 lines, -0 lines 0 comments Download
A tools/android/asan/third_party/asan_device_setup.sh View 1 1 chunk +267 lines, -0 lines 0 comments Download
M tools/clang/scripts/update.py View 1 1 chunk +2 lines, -1 line 0 comments Download
M tools/valgrind/chrome_tests.py View 1 2 chunks +8 lines, -7 lines 0 comments Download
M tools/valgrind/drmemory/suppressions_full.txt View 1 1 chunk +4 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/base_unittests.gtest_win32.txt View 1 1 chunk +0 lines, -1 line 0 comments Download
M tools/valgrind/gtest_exclude/browser_tests.gtest-drmemory.txt View 1 1 chunk +7 lines, -0 lines 0 comments Download
A tools/valgrind/gtest_exclude/cc_unittests.gtest-drmemory.txt View 1 1 chunk +2 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/content_browsertests.gtest-drmemory.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/content_unittests.gtest.txt View 1 1 chunk +0 lines, -3 lines 0 comments Download
M tools/valgrind/gtest_exclude/net_unittests.gtest.txt View 1 1 chunk +3 lines, -0 lines 0 comments Download
A tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory.txt View 1 1 chunk +2 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/net_unittests.gtest_linux.txt View 1 1 chunk +0 lines, -1 line 0 comments Download
M tools/valgrind/gtest_exclude/unit_tests.gtest_linux.txt View 1 1 chunk +3 lines, -0 lines 0 comments Download
M tools/valgrind/memcheck/suppressions.txt View 1 1 chunk +0 lines, -11 lines 0 comments Download
M tools/valgrind/memcheck/suppressions_linux.txt View 1 1 chunk +15 lines, -0 lines 0 comments Download
M tools/vim/chromium.ycm_extra_conf.py View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/vim/ninja_output.py View 1 1 chunk +44 lines, -31 lines 0 comments Download
M ui/events/latency_info.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gfx/frame_time.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M ui/gl/gl_surface_egl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gl_surface_glx.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M url/gurl_unittest.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (1 generated)
Elliot Glaysher
This patch was uploaded with --bypass-hooks because it updated the drmemory definitions and it looks ...
5 years, 11 months ago (2015-01-27 22:08:26 UTC) #2
Elliot Glaysher
5 years, 10 months ago (2015-01-28 18:47:39 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 (id:10001) manually as
eae4929220afc0ff03061bda815359df4a35609e.

Powered by Google App Engine
This is Rietveld 408576698