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

Issue 952893003: Update from https://crrev.com/317530 (Closed)

Created:
5 years, 10 months ago by qsr
Modified:
5 years, 10 months ago
Reviewers:
qsr
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, jamesr, eseidel, DaveMoore
Base URL:
https://github.com/domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Fix gn for nacl #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24632 lines, -5407 lines) Patch
M .gitignore View 1 1 chunk +0 lines, -1 line 0 comments Download
M DEPS View 1 5 chunks +7 lines, -10 lines 0 comments Download
M base/BUILD.gn View 1 6 chunks +10 lines, -10 lines 0 comments Download
M base/allocator/BUILD.gn View 1 1 chunk +1 line, -1 line 0 comments Download
M base/android/base_jni_onload.h View 1 1 chunk +12 lines, -7 lines 0 comments Download
M base/android/base_jni_onload.cc View 1 1 chunk +23 lines, -31 lines 0 comments Download
M base/android/java/src/org/chromium/base/ResourceExtractor.java View 1 5 chunks +57 lines, -0 lines 0 comments Download
M base/android/java/src/org/chromium/base/library_loader/Linker.java View 1 1 chunk +1 line, -1 line 0 comments Download
M base/android/jni_android.h View 1 1 chunk +7 lines, -0 lines 0 comments Download
M base/android/jni_android.cc View 1 2 chunks +11 lines, -0 lines 0 comments Download
M base/android/jni_generator/jni_generator.py View 1 11 chunks +51 lines, -26 lines 0 comments Download
M base/android/jni_generator/jni_generator_tests.py View 1 3 chunks +12 lines, -2 lines 0 comments Download
A + base/android/jni_generator/testNativeExportsOptionalOption.golden View 1 1 chunk +69 lines, -0 lines 0 comments Download
D base/android/jni_onload_delegate.h View 1 1 chunk +0 lines, -41 lines 0 comments Download
M base/base.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M base/base.gypi View 1 2 chunks +4 lines, -1 line 0 comments Download
M base/i18n/break_iterator.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M base/i18n/time_formatting_unittest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M base/ios/device_util.mm View 1 1 chunk +0 lines, -1 line 0 comments Download
M base/ios/device_util_unittest.mm View 1 1 chunk +0 lines, -1 line 0 comments Download
M base/memory/discardable_memory_android.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M base/memory/discardable_memory_linux.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M base/memory/discardable_memory_mac.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M base/memory/discardable_memory_win.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M base/memory/scoped_ptr_unittest.cc View 1 2 chunks +7 lines, -5 lines 0 comments Download
M base/memory/singleton.h View 1 4 chunks +0 lines, -9 lines 0 comments Download
M base/process/process_win.cc View 1 2 chunks +16 lines, -1 line 0 comments Download
M base/test/android/javatests/src/org/chromium/base/test/BaseInstrumentationTestRunner.java View 1 3 chunks +81 lines, -48 lines 0 comments Download
M base/test/test_suite.cc View 1 2 chunks +24 lines, -0 lines 0 comments Download
M base/time/time.h View 1 1 chunk +8 lines, -0 lines 0 comments Download
M base/time/time_unittest.cc View 1 1 chunk +9 lines, -0 lines 0 comments Download
M base/trace_event/memory_dump_manager.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M base/trace_event/memory_dump_manager.cc View 1 3 chunks +14 lines, -19 lines 0 comments Download
M base/trace_event/memory_dump_manager_unittest.cc View 1 2 chunks +6 lines, -4 lines 0 comments Download
M base/trace_event/process_memory_dump.h View 1 1 chunk +19 lines, -12 lines 0 comments Download
M base/trace_event/process_memory_dump.cc View 1 1 chunk +10 lines, -10 lines 0 comments Download
A base/trace_event/process_memory_totals.h View 1 1 chunk +36 lines, -0 lines 0 comments Download
A base/trace_event/process_memory_totals.cc View 1 1 chunk +17 lines, -0 lines 0 comments Download
A base/trace_event/process_memory_totals_dump_provider.h View 1 1 chunk +44 lines, -0 lines 0 comments Download
A base/trace_event/process_memory_totals_dump_provider.cc View 1 1 chunk +53 lines, -0 lines 0 comments Download
A base/trace_event/process_memory_totals_dump_provider_unittest.cc View 1 1 chunk +43 lines, -0 lines 0 comments Download
M base/trace_event/trace_event_synthetic_delay.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M base/version.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M base/version_unittest.cc View 1 2 chunks +7 lines, -0 lines 0 comments Download
M base/win/pe_image.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M base/win/pe_image.cc View 1 3 chunks +39 lines, -0 lines 0 comments Download
M base/win/pe_image_unittest.cc View 1 1 chunk +16 lines, -0 lines 0 comments Download
M build/all.gyp View 1 3 chunks +0 lines, -37 lines 0 comments Download
M build/android/android_exports.gyp View 1 2 chunks +8 lines, -4 lines 0 comments Download
D build/android/android_exports.lst View 1 1 chunk +0 lines, -15 lines 0 comments Download
A build/android/android_no_jni_exports.lst View 1 1 chunk +17 lines, -0 lines 0 comments Download
A + build/android/android_webview_export_whitelist.lst View 1 1 chunk +2 lines, -1 line 0 comments Download
M build/android/buildbot/bb_device_status_check.py View 1 1 chunk +6 lines, -5 lines 0 comments Download
M build/android/findbugs_filter/findbugs_known_bugs.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M build/android/provision_devices.py View 1 3 chunks +6 lines, -24 lines 0 comments Download
M build/android/pylib/base/base_test_result.py View 1 1 chunk +4 lines, -0 lines 0 comments Download
M build/android/pylib/device/adb_wrapper.py View 1 2 chunks +5 lines, -5 lines 0 comments Download
M build/android/pylib/device/device_utils.py View 1 3 chunks +48 lines, -4 lines 0 comments Download
M build/android/pylib/device/device_utils_test.py View 1 37 chunks +74 lines, -123 lines 0 comments Download
M build/android/pylib/device/logcat_monitor.py View 1 2 chunks +4 lines, -2 lines 0 comments Download
M build/android/pylib/instrumentation/instrumentation_test_instance.py View 1 3 chunks +57 lines, -55 lines 0 comments Download
M build/android/pylib/instrumentation/instrumentation_test_instance_test.py View 1 4 chunks +29 lines, -44 lines 0 comments Download
M build/android/pylib/instrumentation/test_runner.py View 1 2 chunks +13 lines, -5 lines 0 comments Download
M build/android/pylib/linker/test_case.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/local/device/local_device_instrumentation_test_run.py View 1 1 chunk +10 lines, -7 lines 0 comments Download
M build/android/pylib/local/device/local_device_test_run.py View 1 1 chunk +3 lines, -2 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_instrumentation_test_run.py View 1 1 chunk +5 lines, -4 lines 0 comments Download
M build/android/pylib/uiautomator/test_runner.py View 1 1 chunk +5 lines, -2 lines 0 comments Download
M build/common.gypi View 1 14 chunks +40 lines, -29 lines 0 comments Download
M build/compiled_action.gni View 1 1 chunk +1 line, -1 line 0 comments Download
M build/config/BUILD.gn View 1 1 chunk +1 line, -1 line 0 comments Download
M build/config/BUILDCONFIG.gn View 1 13 chunks +81 lines, -47 lines 0 comments Download
M build/config/allocator.gni View 1 1 chunk +1 line, -1 line 0 comments Download
M build/config/android/BUILD.gn View 1 1 chunk +5 lines, -0 lines 0 comments Download
M build/config/android/config.gni View 1 4 chunks +16 lines, -16 lines 0 comments Download
M build/config/android/rules.gni View 1 3 chunks +13 lines, -3 lines 0 comments Download
M build/config/arm.gni View 1 1 chunk +1 line, -1 line 0 comments Download
M build/config/compiler/BUILD.gn View 1 16 chunks +42 lines, -21 lines 0 comments Download
M build/config/features.gni View 1 1 chunk +3 lines, -3 lines 0 comments Download
M build/config/linux/BUILD.gn View 1 1 chunk +11 lines, -9 lines 0 comments Download
M build/config/linux/pkg_config.gni View 1 1 chunk +1 line, -1 line 0 comments Download
M build/config/mips.gni View 1 1 chunk +2 lines, -2 lines 0 comments Download
M build/config/sysroot.gni View 1 2 chunks +9 lines, -9 lines 0 comments Download
M build/config/win/BUILD.gn View 1 1 chunk +1 line, -1 line 0 comments Download
M build/download_sdk_extras.py View 1 2 chunks +9 lines, -2 lines 0 comments Download
M build/get_landmines.py View 1 1 chunk +1 line, -0 lines 0 comments Download
M build/ios/OWNERS View 1 1 chunk +1 line, -0 lines 0 comments Download
M build/ios/grit_whitelist.txt View 1 2 chunks +2 lines, -0 lines 0 comments Download
M build/isolate.gypi View 1 1 chunk +0 lines, -3 lines 0 comments Download
M build/jar_file_jni_generator.gypi View 1 1 chunk +8 lines, -0 lines 0 comments Download
M build/jni_generator.gypi View 1 1 chunk +8 lines, -0 lines 0 comments Download
M build/json_schema_api.gni View 1 1 chunk +1 line, -0 lines 0 comments Download
M build/sanitizers/tsan_suppressions.cc View 1 2 chunks +11 lines, -2 lines 0 comments Download
M build/secondary/third_party/cacheinvalidation/BUILD.gn View 1 1 chunk +2 lines, -5 lines 0 comments Download
M build/secondary/third_party/icu/BUILD.gn View 1 17 chunks +42 lines, -12 lines 0 comments Download
M build/secondary/third_party/libjpeg_turbo/BUILD.gn View 1 5 chunks +8 lines, -8 lines 0 comments Download
M build/secondary/third_party/libsrtp/BUILD.gn View 1 2 chunks +2 lines, -2 lines 0 comments Download
M build/secondary/third_party/nss/BUILD.gn View 1 10 chunks +17 lines, -17 lines 0 comments Download
M build/toolchain/android/BUILD.gn View 1 8 chunks +8 lines, -8 lines 0 comments Download
M build/toolchain/cros/BUILD.gn View 1 1 chunk +1 line, -1 line 0 comments Download
M build/toolchain/gcc_toolchain.gni View 1 3 chunks +19 lines, -8 lines 0 comments Download
M build/toolchain/linux/BUILD.gn View 1 6 chunks +6 lines, -6 lines 0 comments Download
M build/toolchain/mac/BUILD.gn View 1 1 chunk +5 lines, -2 lines 0 comments Download
M build/toolchain/nacl/BUILD.gn View 1 1 chunk +1 line, -1 line 0 comments Download
M build/toolchain/win/BUILD.gn View 1 5 chunks +13 lines, -8 lines 0 comments Download
M build/toolchain/win/midl.gni View 1 1 chunk +2 lines, -2 lines 0 comments Download
M build/toolchain/win/setup_toolchain.py View 1 4 chunks +13 lines, -13 lines 0 comments Download
M build/vs_toolchain.py View 1 2 chunks +3 lines, -3 lines 0 comments Download
D build/win/install-build-deps.py View 1 1 chunk +0 lines, -47 lines 0 comments Download
M cc/BUILD.gn View 1 22 chunks +37 lines, -33 lines 0 comments Download
M cc/animation/animation.h View 1 4 chunks +37 lines, -33 lines 0 comments Download
M cc/animation/animation.cc View 1 12 chunks +40 lines, -43 lines 0 comments Download
M cc/animation/animation_curve.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/animation/animation_curve.cc View 1 1 chunk +12 lines, -10 lines 0 comments Download
M cc/animation/animation_events.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/animation/animation_unittest.cc View 1 37 chunks +68 lines, -70 lines 0 comments Download
M cc/animation/layer_animation_controller.h View 1 1 chunk +1 line, -4 lines 0 comments Download
M cc/animation/layer_animation_controller.cc View 1 43 chunks +82 lines, -98 lines 0 comments Download
M cc/animation/layer_animation_controller_unittest.cc View 1 84 chunks +229 lines, -259 lines 0 comments Download
M cc/animation/scroll_offset_animation_curve.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/animation/scroll_offset_animation_curve_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M cc/animation/transform_operation.h View 1 1 chunk +8 lines, -10 lines 0 comments Download
M cc/animation/transform_operation.cc View 1 10 chunks +16 lines, -16 lines 0 comments Download
M cc/animation/transform_operations.cc View 1 10 chunks +29 lines, -29 lines 0 comments Download
M cc/base/latency_info_swap_promise_monitor.cc View 1 2 chunks +9 lines, -7 lines 0 comments Download
M cc/blink/cc_blink_tests.gyp View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/blink/web_animation_impl.cc View 1 4 chunks +16 lines, -16 lines 0 comments Download
M cc/blink/web_display_item_list_impl.h View 1 2 chunks +3 lines, -7 lines 0 comments Download
M cc/blink/web_display_item_list_impl.cc View 1 3 chunks +13 lines, -20 lines 0 comments Download
M cc/blink/web_layer_impl.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M cc/cc.gyp View 1 12 chunks +21 lines, -21 lines 0 comments Download
M cc/cc_tests.gyp View 1 12 chunks +14 lines, -13 lines 0 comments Download
M cc/debug/debug_colors.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/debug/debug_colors.cc View 1 2 chunks +6 lines, -6 lines 0 comments Download
M cc/input/input_handler.h View 1 4 chunks +13 lines, -13 lines 0 comments Download
M cc/input/scroll_elasticity_helper.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/input/scroll_elasticity_helper.cc View 1 2 chunks +9 lines, -0 lines 0 comments Download
M cc/layers/content_layer.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M cc/layers/content_layer.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M cc/layers/heads_up_display_layer_impl.cc View 1 2 chunks +4 lines, -7 lines 0 comments Download
M cc/layers/layer.h View 1 2 chunks +0 lines, -3 lines 0 comments Download
M cc/layers/layer.cc View 1 7 chunks +6 lines, -10 lines 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 13 chunks +26 lines, -26 lines 0 comments Download
M cc/layers/layer_unittest.cc View 1 4 chunks +10 lines, -7 lines 0 comments Download
M cc/layers/picture_image_layer.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M cc/layers/picture_image_layer_impl_unittest.cc View 1 1 chunk +0 lines, -3 lines 0 comments Download
M cc/layers/picture_layer.h View 1 3 chunks +0 lines, -4 lines 0 comments Download
M cc/layers/picture_layer.cc View 1 5 chunks +6 lines, -22 lines 0 comments Download
M cc/layers/picture_layer_impl.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/picture_layer_impl.cc View 1 4 chunks +35 lines, -27 lines 0 comments Download
M cc/layers/picture_layer_impl_perftest.cc View 1 4 chunks +8 lines, -4 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 1 27 chunks +45 lines, -34 lines 0 comments Download
M cc/layers/scroll_blocks_on.h View 1 1 chunk +7 lines, -6 lines 0 comments Download
M cc/layers/scrollbar_layer_unittest.cc View 1 2 chunks +8 lines, -6 lines 0 comments Download
M cc/layers/texture_layer_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/video_layer_impl.cc View 1 1 chunk +7 lines, -4 lines 0 comments Download
M cc/output/direct_renderer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/output/gl_renderer.h View 1 1 chunk +47 lines, -32 lines 0 comments Download
M cc/output/gl_renderer.cc View 1 40 chunks +116 lines, -167 lines 0 comments Download
M cc/output/gl_renderer_unittest.cc View 1 15 chunks +41 lines, -44 lines 0 comments Download
M cc/output/program_binding.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/output/renderer_pixeltest.cc View 1 12 chunks +36 lines, -94 lines 0 comments Download
M cc/output/shader.h View 1 2 chunks +28 lines, -28 lines 0 comments Download
M cc/output/shader.cc View 1 8 chunks +36 lines, -37 lines 0 comments Download
M cc/output/shader_unittest.cc View 1 1 chunk +24 lines, -16 lines 0 comments Download
M cc/output/software_renderer.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M cc/output/software_renderer_unittest.cc View 1 4 chunks +12 lines, -27 lines 0 comments Download
M cc/quads/draw_polygon.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/draw_quad_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M cc/quads/yuv_video_draw_quad.h View 1 1 chunk +4 lines, -3 lines 0 comments Download
M cc/resources/display_item_list_unittest.cc View 1 3 chunks +25 lines, -15 lines 0 comments Download
M cc/resources/display_list_raster_source.h View 1 2 chunks +7 lines, -3 lines 0 comments Download
M cc/resources/display_list_raster_source.cc View 1 4 chunks +32 lines, -8 lines 0 comments Download
M cc/resources/display_list_recording_source.h View 1 2 chunks +2 lines, -3 lines 0 comments Download
M cc/resources/display_list_recording_source.cc View 1 4 chunks +4 lines, -11 lines 0 comments Download
M cc/resources/drawing_display_item.h View 1 2 chunks +4 lines, -5 lines 0 comments Download
M cc/resources/drawing_display_item.cc View 1 5 chunks +8 lines, -9 lines 0 comments Download
M cc/resources/gpu_rasterizer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/one_copy_tile_task_worker_pool.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M cc/resources/picture_pile.h View 1 3 chunks +3 lines, -5 lines 0 comments Download
M cc/resources/picture_pile.cc View 1 5 chunks +6 lines, -20 lines 0 comments Download
M cc/resources/picture_pile_impl.h View 1 3 chunks +5 lines, -2 lines 0 comments Download
M cc/resources/picture_pile_impl.cc View 1 4 chunks +33 lines, -5 lines 0 comments Download
M cc/resources/picture_pile_unittest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
A cc/resources/platform_color_unittest.cc View 1 1 chunk +42 lines, -0 lines 0 comments Download
M cc/resources/prioritized_resource_manager.cc View 1 1 chunk +2 lines, -5 lines 0 comments Download
M cc/resources/raster_source.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/resources/recording_source.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/resource_provider.h View 1 4 chunks +15 lines, -11 lines 0 comments Download
M cc/resources/resource_provider.cc View 1 51 chunks +153 lines, -128 lines 0 comments Download
M cc/resources/resource_provider_unittest.cc View 1 88 chunks +170 lines, -153 lines 0 comments Download
M cc/resources/scoped_resource.cc View 1 1 chunk +1 line, -4 lines 0 comments Download
M cc/resources/scoped_resource_unittest.cc View 1 3 chunks +6 lines, -6 lines 0 comments Download
M cc/resources/texture_uploader.cc View 1 2 chunks +1 line, -24 lines 0 comments Download
M cc/resources/tile.h View 1 2 chunks +3 lines, -3 lines 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 3 chunks +3 lines, -3 lines 0 comments Download
M cc/resources/tile_draw_info.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/tile_manager.cc View 1 3 chunks +19 lines, -20 lines 0 comments Download
M cc/resources/tile_manager_perftest.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M cc/resources/tile_manager_unittest.cc View 1 4 chunks +9 lines, -5 lines 0 comments Download
M cc/resources/tile_priority.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/tile_task_worker_pool_perftest.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M cc/resources/tile_task_worker_pool_unittest.cc View 1 3 chunks +6 lines, -3 lines 0 comments Download
M cc/resources/tiling_set_eviction_queue.cc View 1 1 chunk +0 lines, -3 lines 0 comments Download
M cc/resources/ui_resource_request.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M cc/resources/video_resource_updater.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/video_resource_updater.cc View 1 3 chunks +39 lines, -11 lines 0 comments Download
M cc/resources/video_resource_updater_unittest.cc View 1 7 chunks +97 lines, -2 lines 0 comments Download
M cc/scheduler/scheduler.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/scheduler/scheduler.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/scheduler/scheduler_unittest.cc View 1 13 chunks +63 lines, -14 lines 0 comments Download
M cc/surfaces/display.h View 1 2 chunks +3 lines, -0 lines 0 comments Download
M cc/surfaces/display.cc View 1 1 chunk +36 lines, -15 lines 0 comments Download
A cc/surfaces/display_unittest.cc View 1 1 chunk +239 lines, -0 lines 0 comments Download
M cc/test/animation_test_common.cc View 1 3 chunks +5 lines, -9 lines 0 comments Download
D cc/test/data/blue.png View 1 Binary file 0 comments Download
M cc/test/fake_content_layer_client.cc View 1 3 chunks +7 lines, -9 lines 0 comments Download
M cc/test/fake_layer_tree_host_client.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/fake_layer_tree_host_impl.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M cc/test/fake_picture_pile.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M cc/test/fake_picture_pile.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M cc/test/fake_picture_pile_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/test/layer_tree_json_parser.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M cc/test/layer_tree_pixel_test.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/test/layer_tree_pixel_test.cc View 1 1 chunk +2 lines, -4 lines 0 comments Download
M cc/test/layer_tree_test.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/render_pass_test_common.cc View 1 2 chunks +16 lines, -24 lines 0 comments Download
M cc/test/test_web_graphics_context_3d.h View 1 1 chunk +1 line, -5 lines 0 comments Download
M cc/test/test_web_graphics_context_3d.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_sorter.h View 1 1 chunk +1 line, -5 lines 0 comments Download
M cc/trees/layer_sorter.cc View 1 5 chunks +7 lines, -7 lines 0 comments Download
M cc/trees/layer_sorter_unittest.cc View 1 6 chunks +9 lines, -9 lines 0 comments Download
M cc/trees/layer_tree_host.h View 1 2 chunks +1 line, -14 lines 0 comments Download
M cc/trees/layer_tree_host.cc View 1 8 chunks +11 lines, -45 lines 0 comments Download
M cc/trees/layer_tree_host_client.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/layer_tree_host_common.cc View 1 5 chunks +28 lines, -16 lines 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 1 15 chunks +54 lines, -50 lines 0 comments Download
M cc/trees/layer_tree_host_impl.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 18 chunks +47 lines, -46 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 1 114 chunks +288 lines, -316 lines 0 comments Download
D cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc View 1 1 chunk +0 lines, -116 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 1 7 chunks +97 lines, -53 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_animation.cc View 1 13 chunks +21 lines, -26 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_context.cc View 1 1 chunk +2 lines, -4 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_no_message_loop.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_scroll.cc View 1 3 chunks +15 lines, -15 lines 0 comments Download
M cc/trees/layer_tree_impl.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_impl.cc View 1 9 chunks +47 lines, -14 lines 0 comments Download
M cc/trees/layer_tree_settings.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_settings.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/occlusion_tracker_perftest.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M cc/trees/property_tree_builder.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/single_thread_proxy.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/single_thread_proxy.cc View 1 2 chunks +6 lines, -1 line 0 comments Download
M cc/trees/thread_proxy.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M cc/trees/thread_proxy.cc View 1 4 chunks +20 lines, -5 lines 0 comments Download
M gpu/BUILD.gn View 1 2 chunks +4 lines, -0 lines 0 comments Download
M gpu/GLES2/gl2chromium_autogen.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
D gpu/PRESUBMIT.py View 1 1 chunk +0 lines, -16 lines 0 comments Download
M gpu/blink/BUILD.gn View 1 2 chunks +3 lines, -5 lines 0 comments Download
M gpu/command_buffer/build_gles2_cmd_buffer.py View 1 4 chunks +30 lines, -2 lines 0 comments Download
M gpu/command_buffer/client/BUILD.gn View 1 4 chunks +9 lines, -17 lines 0 comments Download
M gpu/command_buffer/client/gles2_c_lib_autogen.h View 1 4 chunks +14 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_cmd_helper_autogen.h View 1 2 chunks +23 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 1 1 chunk +33 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_autogen.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest.cc View 1 2 chunks +42 lines, -1 line 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest_autogen.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_autogen.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_autogen.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h View 1 2 chunks +9 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_autogen.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h View 1 2 chunks +14 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/program_info_manager.cc View 1 4 chunks +9 lines, -10 lines 0 comments Download
M gpu/command_buffer/cmd_buffer_functions.txt View 1 2 chunks +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format.h 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 +119 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_test_autogen.h View 1 2 chunks +32 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_ids_autogen.h View 1 1 chunk +249 lines, -247 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils.cc View 1 1 chunk +14 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/framebuffer_manager.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/framebuffer_manager.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 chunks +52 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc View 1 1 chunk +109 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h View 1 2 chunks +1 line, -2 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h View 1 2 chunks +2 lines, -14 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h View 1 2 chunks +16 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_validation_autogen.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h View 1 2 chunks +7 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gpu_timing.h View 1 2 chunks +5 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/gpu_timing.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M gpu/command_buffer/service/gpu_tracer.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M gpu/command_buffer/service/gpu_tracer.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/gpu_tracer_unittest.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M gpu/command_buffer/service/mailbox_manager_sync.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/mailbox_manager_sync.cc View 1 3 chunks +10 lines, -12 lines 0 comments Download
M gpu/command_buffer/service/mailbox_manager_unittest.cc View 1 2 chunks +60 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/shader_manager.cc View 1 2 chunks +20 lines, -14 lines 0 comments Download
M gpu/command_buffer/service/texture_definition.h View 1 3 chunks +5 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/texture_definition.cc View 1 7 chunks +50 lines, -64 lines 0 comments Download
M gpu/config/BUILD.gn View 1 2 chunks +3 lines, -3 lines 0 comments Download
M gpu/config/gpu_driver_bug_list_json.cc View 1 2 chunks +18 lines, -1 line 0 comments Download
M gpu/config/gpu_driver_bug_workaround_type.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/perftests/measurements.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/perftests/measurements.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/perftests/texture_upload_perftest.cc View 1 8 chunks +38 lines, -19 lines 0 comments Download
M mojo/converters/surfaces/surfaces_type_converters.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/surfaces/public/interfaces/quads.mojom View 1 1 chunk +2 lines, -1 line 0 comments Download
M mojo/tools/android_mojo_shell.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/tools/get_test_list.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/tools/mojob.py View 1 3 chunks +3 lines, -3 lines 0 comments Download
M mojo/tools/mopy/config.py View 1 5 chunks +9 lines, -9 lines 0 comments Download
M mojo/tools/mopy/gn.py View 1 3 chunks +4 lines, -4 lines 0 comments Download
M mojo/tools/mopy/gn_unittest.py View 1 2 chunks +2 lines, -2 lines 0 comments Download
M mojo/tools/roll/cc_strip_video.patch View 1 18 chunks +20 lines, -20 lines 0 comments Download
M mojo/tools/roll/update_from_chromium.py View 1 1 chunk +1 line, -0 lines 0 comments Download
M mojo/tools/upload_binaries.py View 1 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/BUILD.gn View 1 3 chunks +23 lines, -20 lines 0 comments Download
M sandbox/linux/services/credentials.cc View 1 2 chunks +6 lines, -4 lines 0 comments Download
M sandbox/linux/services/proc_util_unittest.cc View 1 2 chunks +8 lines, -8 lines 0 comments Download
M services/surfaces/surfaces_scheduler.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M services/surfaces/surfaces_scheduler.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M shell/android/library_loader.cc View 1 3 chunks +12 lines, -13 lines 0 comments Download
M skia/BUILD.gn View 1 7 chunks +10 lines, -6 lines 0 comments Download
M skia/config/SkUserConfig.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M skia/ext/analysis_canvas.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M skia/ext/bitmap_platform_device_mac.cc View 1 1 chunk +72 lines, -0 lines 0 comments Download
M skia/ext/platform_canvas_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M skia/ext/platform_device.h View 1 2 chunks +0 lines, -17 lines 0 comments Download
M skia/ext/platform_device_mac.cc View 1 1 chunk +0 lines, -122 lines 0 comments Download
M skia/ext/skia_utils_ios_unittest.mm View 1 1 chunk +0 lines, -1 line 0 comments Download
M skia/skia_test_expectations.txt View 1 1 chunk +3 lines, -0 lines 0 comments Download
M sky/engine/platform/graphics/DecodingImageGenerator.h View 1 1 chunk +1 line, -1 line 0 comments Download
M sky/engine/platform/graphics/DecodingImageGenerator.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download
M testing/android/native_test.gyp View 1 1 chunk +0 lines, -7 lines 0 comments Download
M testing/android/native_test_jni_onload.cc View 1 2 chunks +11 lines, -13 lines 0 comments Download
M testing/buildbot/chromium.fyi.json View 1 1 chunk +80 lines, -0 lines 0 comments Download
M testing/chromoting/browser_test_commands_linux.txt View 1 1 chunk +3 lines, -0 lines 0 comments Download
M testing/commit_queue/config.json View 1 1 chunk +2 lines, -1 line 0 comments Download
D testing/legion/client_controller.py View 1 1 chunk +0 lines, -51 lines 0 comments Download
D testing/legion/client_lib.py View 1 1 chunk +0 lines, -211 lines 0 comments Download
D testing/legion/client_rpc_methods.py View 1 1 chunk +0 lines, -151 lines 0 comments Download
D testing/legion/client_rpc_server.py View 1 1 chunk +0 lines, -128 lines 0 comments Download
M testing/legion/common_lib.py View 1 1 chunk +1 line, -1 line 0 comments Download
D testing/legion/discovery_server.py View 1 1 chunk +0 lines, -55 lines 0 comments Download
D testing/legion/examples/hello_world/client_test.isolate View 1 1 chunk +0 lines, -23 lines 0 comments Download
D testing/legion/examples/hello_world/client_test.py View 1 1 chunk +0 lines, -27 lines 0 comments Download
D testing/legion/examples/hello_world/host_test.isolate View 1 1 chunk +0 lines, -22 lines 0 comments Download
D testing/legion/examples/hello_world/host_test.py View 1 1 chunk +0 lines, -77 lines 0 comments Download
A + testing/legion/examples/hello_world/task_test.isolate View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + testing/legion/examples/hello_world/task_test.py View 1 0 chunks +-1 lines, --1 lines 0 comments Download
D testing/legion/examples/subprocess/client.isolate View 1 1 chunk +0 lines, -22 lines 0 comments Download
M testing/legion/examples/subprocess/subprocess_test.isolate View 1 1 chunk +1 line, -1 line 0 comments Download
M testing/legion/examples/subprocess/subprocess_test.py View 1 2 chunks +26 lines, -26 lines 0 comments Download
A + testing/legion/examples/subprocess/task.isolate View 1 1 chunk +2 lines, -2 lines 0 comments Download
D testing/legion/host_controller.py View 1 1 chunk +0 lines, -70 lines 0 comments Download
M testing/legion/legion.isolate View 1 1 chunk +6 lines, -6 lines 0 comments Download
A + testing/legion/rpc_methods.py View 1 1 chunk +1 line, -1 line 0 comments Download
A + testing/legion/rpc_server.py View 1 4 chunks +6 lines, -6 lines 0 comments Download
A + testing/legion/run_task.py View 1 2 chunks +9 lines, -13 lines 0 comments Download
A + testing/legion/task_controller.py View 1 8 chunks +35 lines, -22 lines 0 comments Download
A + testing/legion/task_registration_server.py View 1 2 chunks +16 lines, -16 lines 0 comments Download
A testing/legion/test_controller.py View 1 1 chunk +69 lines, -0 lines 0 comments Download
M third_party/boringssl/BUILD.gn View 1 5 chunks +13 lines, -13 lines 0 comments Download
M third_party/harfbuzz-ng/BUILD.gn View 1 2 chunks +2 lines, -5 lines 0 comments Download
M third_party/jstemplate/README.chromium View 1 2 chunks +6 lines, -0 lines 0 comments Download
M third_party/jstemplate/jsevalcontext.js View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/jstemplate/jstemplate.js View 1 3 chunks +2 lines, -4 lines 0 comments Download
M third_party/libpng/BUILD.gn View 1 1 chunk +2 lines, -6 lines 0 comments Download
A third_party/ots/BUILD.gn View 1 1 chunk +90 lines, -0 lines 0 comments Download
A third_party/ots/INSTALL View 1 1 chunk +38 lines, -0 lines 0 comments Download
A + third_party/ots/LICENSE View 1 1 chunk +1 line, -1 line 0 comments Download
A + third_party/ots/OWNERS View 1 1 chunk +0 lines, -2 lines 0 comments Download
A third_party/ots/README View 1 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/ots/README.chromium View 1 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/ots/docs/DesignDoc.md View 1 1 chunk +136 lines, -0 lines 0 comments Download
A third_party/ots/docs/HowToTest.md View 1 1 chunk +68 lines, -0 lines 0 comments Download
A third_party/ots/gyp_ots View 1 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/ots/include/opentype-sanitiser.h View 1 1 chunk +231 lines, -0 lines 0 comments Download
A third_party/ots/include/ots-memory-stream.h View 1 1 chunk +105 lines, -0 lines 0 comments Download
A third_party/ots/ots.gyp View 1 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/ots/ots-common.gypi View 1 1 chunk +77 lines, -0 lines 0 comments Download
A third_party/ots/ots-standalone.gyp View 1 1 chunk +256 lines, -0 lines 0 comments Download
A third_party/ots/src/cff.h View 1 1 chunk +46 lines, -0 lines 0 comments Download
A third_party/ots/src/cff.cc View 1 1 chunk +1041 lines, -0 lines 0 comments Download
A third_party/ots/src/cff_type2_charstring.h View 1 1 chunk +101 lines, -0 lines 0 comments Download
A third_party/ots/src/cff_type2_charstring.cc View 1 1 chunk +914 lines, -0 lines 0 comments Download
A third_party/ots/src/cmap.h View 1 1 chunk +74 lines, -0 lines 0 comments Download
A third_party/ots/src/cmap.cc View 1 1 chunk +1106 lines, -0 lines 0 comments Download
A third_party/ots/src/cvt.h View 1 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/ots/src/cvt.cc View 1 1 chunk +60 lines, -0 lines 0 comments Download
A third_party/ots/src/fpgm.h View 1 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/ots/src/fpgm.cc View 1 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/ots/src/gasp.h View 1 1 chunk +24 lines, -0 lines 0 comments Download
A third_party/ots/src/gasp.cc View 1 1 chunk +114 lines, -0 lines 0 comments Download
A third_party/ots/src/gdef.h View 1 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/ots/src/gdef.cc View 1 1 chunk +388 lines, -0 lines 0 comments Download
A third_party/ots/src/glyf.h View 1 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/ots/src/glyf.cc View 1 1 chunk +298 lines, -0 lines 0 comments Download
A third_party/ots/src/gpos.h View 1 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/ots/src/gpos.cc View 1 1 chunk +828 lines, -0 lines 0 comments Download
A third_party/ots/src/gsub.h View 1 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/ots/src/gsub.cc View 1 1 chunk +685 lines, -0 lines 0 comments Download
A third_party/ots/src/hdmx.h View 1 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/ots/src/hdmx.cc View 1 1 chunk +142 lines, -0 lines 0 comments Download
A third_party/ots/src/head.h View 1 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/ots/src/head.cc View 1 1 chunk +153 lines, -0 lines 0 comments Download
A third_party/ots/src/hhea.h View 1 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/ots/src/hhea.cc View 1 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/ots/src/hmtx.h View 1 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/ots/src/hmtx.cc View 1 1 chunk +51 lines, -0 lines 0 comments Download
A third_party/ots/src/kern.h View 1 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/ots/src/kern.cc View 1 1 chunk +203 lines, -0 lines 0 comments Download
A third_party/ots/src/layout.h View 1 1 chunk +76 lines, -0 lines 0 comments Download
A third_party/ots/src/layout.cc View 1 1 chunk +1511 lines, -0 lines 0 comments Download
A third_party/ots/src/loca.h View 1 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/ots/src/loca.cc View 1 1 chunk +104 lines, -0 lines 0 comments Download
A third_party/ots/src/ltsh.h View 1 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/ots/src/ltsh.cc View 1 1 chunk +92 lines, -0 lines 0 comments Download
A third_party/ots/src/math.cc View 1 1 chunk +609 lines, -0 lines 0 comments Download
A third_party/ots/src/math_.h View 1 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/ots/src/maxp.h View 1 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/ots/src/maxp.cc View 1 1 chunk +120 lines, -0 lines 0 comments Download
A third_party/ots/src/metrics.h View 1 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/ots/src/metrics.cc View 1 1 chunk +193 lines, -0 lines 0 comments Download
A third_party/ots/src/name.h View 1 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/ots/src/name.cc View 1 1 chunk +340 lines, -0 lines 0 comments Download
A third_party/ots/src/os2.h View 1 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/ots/src/os2.cc View 1 1 chunk +294 lines, -0 lines 0 comments Download
A third_party/ots/src/ots.h View 1 1 chunk +259 lines, -0 lines 0 comments Download
A third_party/ots/src/ots.cc View 1 1 chunk +824 lines, -0 lines 0 comments Download
A third_party/ots/src/post.h View 1 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/ots/src/post.cc View 1 1 chunk +188 lines, -0 lines 0 comments Download
A third_party/ots/src/prep.h View 1 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/ots/src/prep.cc View 1 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/ots/src/vdmx.h View 1 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/ots/src/vdmx.cc View 1 1 chunk +181 lines, -0 lines 0 comments Download
A third_party/ots/src/vhea.h View 1 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/ots/src/vhea.cc View 1 1 chunk +59 lines, -0 lines 0 comments Download
A third_party/ots/src/vmtx.h View 1 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/ots/src/vmtx.cc View 1 1 chunk +55 lines, -0 lines 0 comments Download
A third_party/ots/src/vorg.h View 1 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/ots/src/vorg.cc View 1 1 chunk +106 lines, -0 lines 0 comments Download
A third_party/ots/src/woff2.h View 1 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/ots/src/woff2.cc View 1 1 chunk +991 lines, -0 lines 0 comments Download
A third_party/ots/test/BLACKLIST.txt View 1 1 chunk +124 lines, -0 lines 0 comments Download
A third_party/ots/test/README View 1 1 chunk +243 lines, -0 lines 0 comments Download
A third_party/ots/test/cff_type2_charstring_test.cc View 1 1 chunk +1584 lines, -0 lines 0 comments Download
A third_party/ots/test/file-stream.h View 1 1 chunk +58 lines, -0 lines 0 comments Download
A third_party/ots/test/idempotent.cc View 1 1 chunk +219 lines, -0 lines 0 comments Download
A third_party/ots/test/layout_common_table_test.cc View 1 1 chunk +761 lines, -0 lines 0 comments Download
A third_party/ots/test/ot-sanitise.cc View 1 1 chunk +101 lines, -0 lines 0 comments Download
A third_party/ots/test/perf.cc View 1 1 chunk +80 lines, -0 lines 0 comments Download
A third_party/ots/test/side-by-side.cc View 1 1 chunk +281 lines, -0 lines 0 comments Download
A third_party/ots/test/table_dependencies_test.cc View 1 1 chunk +78 lines, -0 lines 0 comments Download
A third_party/ots/test/test_malicious_fonts.sh View 1 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/ots/test/test_unmalicious_fonts.sh View 1 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/ots/test/validator-checker.cc View 1 1 chunk +172 lines, -0 lines 0 comments Download
A third_party/ots/third_party/brotli.gyp View 1 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/ots/tools/ttf-checksum.py View 1 1 chunk +44 lines, -0 lines 0 comments Download
M third_party/protobuf/BUILD.gn View 1 3 chunks +10 lines, -7 lines 0 comments Download
M third_party/qcms/BUILD.gn View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/re2/BUILD.gn View 1 1 chunk +1 line, -4 lines 0 comments Download
M third_party/smhasher/BUILD.gn View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/yasm/BUILD.gn View 1 3 chunks +3 lines, -11 lines 0 comments Download
M third_party/yasm/yasm_assemble.gni View 1 4 chunks +7 lines, -7 lines 0 comments Download
M third_party/zlib/BUILD.gn View 1 2 chunks +2 lines, -2 lines 0 comments Download
M tools/android/common/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M tools/android/memconsumer/memconsumer.gyp View 1 1 chunk +5 lines, -0 lines 0 comments Download
M tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp View 1 1 chunk +11 lines, -6 lines 0 comments Download
M tools/clang/blink_gc_plugin/Config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/clang/blink_gc_plugin/tests/traceimpl.h View 1 2 chunks +30 lines, -3 lines 0 comments Download
M tools/clang/blink_gc_plugin/tests/traceimpl.cpp View 1 1 chunk +12 lines, -1 line 0 comments Download
A tools/clang/blink_gc_plugin/tests/traceimpl_error.h View 1 1 chunk +68 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/traceimpl_error.cpp View 1 1 chunk +29 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/traceimpl_error.txt View 1 1 chunk +20 lines, -0 lines 0 comments Download
M tools/clang/plugins/FindBadConstructsAction.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M tools/clang/plugins/FindBadConstructsConsumer.cpp View 1 6 chunks +17 lines, -13 lines 0 comments Download
M tools/clang/plugins/Options.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M tools/clang/plugins/tests/base_refcounted.h View 1 6 chunks +10 lines, -10 lines 0 comments Download
M tools/clang/plugins/tests/base_refcounted.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/clang/plugins/tests/base_refcounted.txt View 1 2 chunks +2 lines, -2 lines 0 comments Download
M tools/clang/plugins/tests/missing_ctor.h View 1 2 chunks +31 lines, -0 lines 0 comments Download
M tools/clang/plugins/tests/missing_ctor.txt View 1 1 chunk +12 lines, -3 lines 0 comments Download
M tools/clang/plugins/tests/overridden_methods.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M tools/clang/plugins/tests/overridden_methods.cpp View 1 1 chunk +3 lines, -3 lines 0 comments Download
M tools/clang/plugins/tests/overridden_methods.txt View 1 3 chunks +17 lines, -1 line 0 comments Download
D tools/clang/plugins/tests/virtual_base_method_also_final.flags View 1 1 chunk +0 lines, -1 line 0 comments Download
M tools/clang/plugins/tests/virtual_bodies.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
D tools/clang/plugins/tests/virtual_specifiers.flags View 1 1 chunk +0 lines, -1 line 0 comments Download
M tools/clang/plugins/tests/weak_ptr_factory.flags View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/clang/scripts/plugin_flags.sh View 1 1 chunk +3 lines, -2 lines 0 comments Download
M tools/clang/scripts/update.py View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/git/move_source_file.py View 1 2 chunks +4 lines, -1 line 0 comments Download
M tools/relocation_packer/BUILD.gn View 1 3 chunks +5 lines, -5 lines 0 comments Download
M tools/relocation_packer/config.gni View 1 2 chunks +3 lines, -3 lines 0 comments Download
M tools/valgrind/drmemory/suppressions_full.txt View 1 1 chunk +0 lines, -7 lines 0 comments Download
M tools/valgrind/gtest_exclude/cc_unittests.gtest-drmemory_win32.txt View 1 1 chunk +3 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/content_unittests.gtest.txt View 1 1 chunk +4 lines, -0 lines 0 comments Download
A tools/valgrind/gtest_exclude/installer_util_unittests.gtest-drmemory_win32.txt View 1 1 chunk +2 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/remoting_unittests.gtest.txt View 1 1 chunk +0 lines, -3 lines 0 comments Download
M tools/valgrind/memcheck/suppressions.txt View 1 2 chunks +1 line, -8 lines 0 comments Download
M ui/events/gestures/gesture_provider_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/events/latency_info.h View 1 3 chunks +17 lines, -17 lines 0 comments Download
M ui/events/latency_info.cc View 1 4 chunks +11 lines, -8 lines 0 comments Download
M ui/gl/generate_bindings.py View 1 2 chunks +6 lines, -0 lines 0 comments Download
M ui/gl/gl_bindings_api_autogen_gl.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M ui/gl/gl_bindings_autogen_gl.h View 1 8 chunks +15 lines, -0 lines 0 comments Download
M ui/gl/gl_bindings_autogen_gl.cc View 1 14 chunks +90 lines, -0 lines 0 comments Download
M ui/gl/gl_bindings_autogen_mock.h View 1 2 chunks +6 lines, -0 lines 0 comments Download
M ui/gl/gl_bindings_autogen_mock.cc View 1 4 chunks +19 lines, -0 lines 0 comments Download
M ui/gl/gl_bindings_skia_in_process.cc View 1 9 chunks +44 lines, -1 line 0 comments Download
M ui/gl/gl_context.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ui/gl/gl_context_cgl.cc View 1 1 chunk +9 lines, -6 lines 0 comments Download
M ui/gl/gl_mock_autogen_gl.h View 1 2 chunks +3 lines, -0 lines 0 comments Download
M url/BUILD.gn View 1 2 chunks +8 lines, -12 lines 0 comments Download
M url/url_canon.h View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
qsr
5 years, 10 months ago (2015-02-24 14:47:36 UTC) #1
qsr
5 years, 10 months ago (2015-02-24 15:42:20 UTC) #2
Message was sent while issue was closed.
Committed patchset #2 (id:10001) manually as
e8ca9b7e4ac915477f80523c7fbbc8702bdcc46b.

Powered by Google App Engine
This is Rietveld 408576698