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

Issue 670183003: Update from chromium 62675d9fb31fb8cedc40f68e78e8445a74f362e7 (Closed)

Created:
6 years, 2 months ago by jamesr
Modified:
6 years, 2 months ago
Reviewers:
CC:
mojo-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Base URL:
git@github.com:domokit/mojo.git@master
Visibility:
Public.

Description

Update from chromium 62675d9fb31fb8cedc40f68e78e8445a74f362e7 This is Cr-Commit-Position: refs/heads/master@{#300999} Committed: https://chromium.googlesource.com/external/mojo/+/30d547e8a301a330ecc2bbb78761d753c0030108

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35511 lines, -1380 lines) Patch
M DEPS View 1 chunk +2 lines, -2 lines 0 comments Download
M base/BUILD.gn View 2 chunks +8 lines, -20 lines 0 comments Download
D base/android/BUILD.gn View 1 chunk +0 lines, -18 lines 0 comments Download
D base/android/application_state_list.h View 1 chunk +0 lines, -17 lines 0 comments Download
M base/android/application_status_listener.h View 1 chunk +11 lines, -3 lines 0 comments Download
D base/android/java/src/org/chromium/base/ApplicationState.template View 1 chunk +0 lines, -14 lines 0 comments Download
D base/android/java/src/org/chromium/base/MemoryPressureLevelList.template View 1 chunk +0 lines, -12 lines 0 comments Download
M base/android/java/src/org/chromium/base/MemoryPressureListener.java View 2 chunks +3 lines, -3 lines 0 comments Download
A + base/android/linker/BUILD.gn View 1 chunk +6 lines, -1 line 0 comments Download
A base/android/linker/config.gni View 1 chunk +8 lines, -0 lines 0 comments Download
M base/base.gyp View 3 chunks +9 lines, -21 lines 0 comments Download
M base/base_nacl.gyp View 3 chunks +7 lines, -14 lines 0 comments Download
M base/logging.h View 3 chunks +40 lines, -1 line 0 comments Download
D base/memory/memory_pressure_level_list.h View 1 chunk +0 lines, -19 lines 0 comments Download
M base/memory/memory_pressure_listener.h View 1 chunk +10 lines, -3 lines 0 comments Download
M base/metrics/field_trial.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M base/metrics/field_trial_unittest.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M base/win/metro.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M build/all.gyp View 7 chunks +38 lines, -8 lines 0 comments Download
M build/android/adb_run_android_webview_shell View 1 chunk +2 lines, -5 lines 0 comments Download
M build/android/adb_run_chrome_shell View 1 chunk +2 lines, -4 lines 0 comments Download
M build/android/adb_run_content_shell View 1 chunk +2 lines, -4 lines 0 comments Download
M build/android/adb_run_mojo_shell View 1 chunk +2 lines, -4 lines 0 comments Download
M build/android/buildbot/bb_device_status_check.py View 4 chunks +13 lines, -16 lines 0 comments Download
A build/android/disable_lto.gypi View 1 chunk +20 lines, -0 lines 0 comments Download
M build/android/gyp/java_cpp_enum.py View 7 chunks +64 lines, -30 lines 0 comments Download
M build/android/gyp/java_cpp_enum_tests.py View 6 chunks +122 lines, -16 lines 0 comments Download
M build/android/gyp/pack_arm_relocations.py View 4 chunks +15 lines, -7 lines 0 comments Download
M build/android/gyp/package_resources.py View 1 chunk +1 line, -0 lines 0 comments Download
M build/android/gyp/process_resources.py View 3 chunks +5 lines, -2 lines 0 comments Download
M build/android/gyp/util/build_utils.py View 1 chunk +3 lines, -0 lines 0 comments Download
M build/android/increase_size_for_speed.gypi View 1 chunk +16 lines, -0 lines 0 comments Download
M build/android/java_cpp_template.gypi View 2 chunks +4 lines, -1 line 0 comments Download
M build/android/provision_devices.py View 1 chunk +3 lines, -1 line 0 comments Download
M build/android/pylib/constants.py View 1 chunk +16 lines, -1 line 0 comments Download
M build/android/pylib/content_settings.py View 2 chunks +3 lines, -1 line 0 comments Download
M build/android/pylib/device_settings.py View 2 chunks +2 lines, -1 line 0 comments Download
M build/android/pylib/instrumentation/test_runner.py View 1 chunk +3 lines, -0 lines 0 comments Download
M build/android/rezip.gyp View 1 chunk +1 line, -0 lines 0 comments Download
A build/android/rezip/BUILD.gn View 1 chunk +11 lines, -0 lines 0 comments Download
M build/common.gypi View 10 chunks +90 lines, -0 lines 0 comments Download
M build/config/BUILD.gn View 2 chunks +3 lines, -1 line 0 comments Download
M build/config/android/config.gni View 1 chunk +3 lines, -1 line 0 comments Download
M build/config/android/internal_rules.gni View 9 chunks +18 lines, -7 lines 0 comments Download
M build/config/android/rules.gni View 8 chunks +136 lines, -29 lines 0 comments Download
M build/config/features.gni View 1 chunk +3 lines, -0 lines 0 comments Download
M build/get_landmines.py View 1 chunk +1 line, -2 lines 0 comments Download
M build/get_syzygy_binaries.py View 1 chunk +1 line, -3 lines 0 comments Download
M build/install-build-deps.sh View 2 chunks +2 lines, -2 lines 0 comments Download
M build/sanitizers/sanitizer_options.cc View 2 chunks +6 lines, -3 lines 0 comments Download
M cc/animation/keyframed_animation_curve.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/animation/keyframed_animation_curve_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/animation/layer_animation_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/animation/layer_animation_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/animation/scrollbar_animation_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/animation/transform_operation.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/animation/transform_operations.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/animation/transform_operations_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/base/float_quad_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/base/invalidation_region.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/base/math_util.h View 1 chunk +4 lines, -4 lines 0 comments Download
M cc/base/math_util.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M cc/base/math_util_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/base/region.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/base/simple_enclosed_region.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/base/tiling_data.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/base/tiling_data.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/blink/web_layer_impl_fixed_bounds.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/blink/web_layer_impl_fixed_bounds_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/debug_rect_history.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/invalidation_benchmark.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/picture_record_benchmark.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/rasterize_and_record_benchmark.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/rasterize_and_record_benchmark_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/input/layer_scroll_offset_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/input/page_scale_animation.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/input/page_scale_animation.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/input/scrollbar.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/input/top_controls_manager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/input/top_controls_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/input/top_controls_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/contents_scaling_layer.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/delegated_frame_provider.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/draw_properties.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/heads_up_display_layer_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/io_surface_layer_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/layers/layer.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer_impl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/layers/layer_impl.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M cc/layers/layer_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer_utils_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/nine_patch_layer.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/nine_patch_layer_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/nine_patch_layer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/nine_patch_layer_impl_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/paint_properties.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/painted_scrollbar_layer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_image_layer.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_layer.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_layer_impl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/render_surface.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/render_surface_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/render_surface_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/scrollbar_layer_impl_base.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/tiled_layer.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/tiled_layer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/tiled_layer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/ui_resource_layer.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/ui_resource_layer_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/ui_resource_layer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/copy_output_request.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/copy_output_result.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/filter_operations_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/gl_renderer.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/output/gl_renderer.cc View 5 chunks +78 lines, -10 lines 0 comments Download
M cc/output/output_surface_client.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/shader.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M cc/quads/content_draw_quad_base.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/quads/draw_polygon.h View 1 chunk +4 lines, -4 lines 0 comments Download
M cc/quads/draw_quad.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/io_surface_draw_quad.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/picture_draw_quad.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/quads/render_pass.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/quads/shared_quad_state.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/texture_draw_quad.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/texture_draw_quad.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/content_layer_updater.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/content_layer_updater.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M cc/resources/gpu_memory_buffer_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/layer_quad.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/layer_quad.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/layer_quad_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/layer_tiling_data.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/layer_updater.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/one_copy_raster_worker_pool.h View 5 chunks +42 lines, -1 line 0 comments Download
M cc/resources/one_copy_raster_worker_pool.cc View 8 chunks +113 lines, -11 lines 0 comments Download
M cc/resources/picture.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/picture.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M cc/resources/picture_layer_tiling.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/picture_layer_tiling.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M cc/resources/picture_layer_tiling_set.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/picture_layer_tiling_set_unittest.cc View 1 chunk +1 line, -3 lines 0 comments Download
M cc/resources/picture_layer_tiling_unittest.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M cc/resources/picture_pile.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/picture_pile.cc View 1 chunk +1 line, -2 lines 0 comments Download
M cc/resources/picture_pile_base.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/picture_pile_base.cc View 1 chunk +1 line, -2 lines 0 comments Download
M cc/resources/picture_pile_impl.cc View 1 chunk +1 line, -4 lines 0 comments Download
M cc/resources/picture_pile_impl_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/picture_pile_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/picture_unittest.cc View 1 chunk +1 line, -3 lines 0 comments Download
M cc/resources/prioritized_resource.h View 1 chunk +3 lines, -4 lines 0 comments Download
M cc/resources/prioritized_resource_manager.h View 1 chunk +1 line, -3 lines 0 comments Download
M cc/resources/prioritized_resource_manager.cc View 1 chunk +0 lines, -1 line 0 comments Download
M cc/resources/priority_calculator.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/raster_tile_priority_queue.cc View 3 chunks +18 lines, -1 line 0 comments Download
M cc/resources/resource.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/resource_provider.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/resource_provider.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/resource_provider_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/resource_update.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/scoped_ui_resource.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/resources/shared_bitmap.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/shared_bitmap_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/texture_mailbox.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/resources/texture_mailbox.cc View 1 chunk +0 lines, -1 line 0 comments Download
M cc/resources/texture_uploader.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M cc/resources/tile.h View 1 chunk +2 lines, -4 lines 0 comments Download
M cc/resources/tile_manager.h View 3 chunks +5 lines, -2 lines 0 comments Download
M cc/resources/tile_manager.cc View 5 chunks +9 lines, -7 lines 0 comments Download
M cc/resources/tile_manager_unittest.cc View 1 chunk +57 lines, -0 lines 0 comments Download
M cc/resources/tile_priority.h View 1 chunk +2 lines, -5 lines 0 comments Download
M cc/resources/transferable_resource.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/transferable_resource.cc View 1 chunk +0 lines, -1 line 0 comments Download
M cc/resources/ui_resource_bitmap.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/resources/video_resource_updater.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/resources/video_resource_updater.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/surfaces/surface.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/surfaces/surface_aggregator.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/surfaces/surface_aggregator.cc View 3 chunks +6 lines, -8 lines 0 comments Download
M cc/surfaces/surface_aggregator_test_helpers.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/surfaces/surface_aggregator_unittest.cc View 5 chunks +12 lines, -4 lines 0 comments Download
M cc/surfaces/surface_factory_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/surfaces/surface_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_content_layer_client.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_picture_layer_tiling_client.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_tile_manager.cc View 3 chunks +7 lines, -2 lines 0 comments Download
M cc/test/layer_test_common.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M cc/test/layer_tree_pixel_test.h View 1 chunk +2 lines, -4 lines 0 comments Download
M cc/test/layer_tree_pixel_test.cc View 3 chunks +5 lines, -7 lines 0 comments Download
M cc/test/layer_tree_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/pixel_comparator.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/pixel_test.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/render_pass_test_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/skia_common.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/solid_color_content_layer_client.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/test_texture.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/test_web_graphics_context_3d.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/tiled_layer_test_common.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/trees/damage_tracker.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_sorter.h View 1 chunk +4 lines, -4 lines 0 comments Download
M cc/trees/layer_tree_host.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_common.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_common.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_blending.cc View 8 chunks +23 lines, -23 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_filters.cc View 5 chunks +17 lines, -25 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_masks.cc View 7 chunks +9 lines, -9 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_readback.cc View 19 chunks +430 lines, -369 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_scroll.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_impl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_settings.h View 2 chunks +2 lines, -1 line 0 comments Download
M cc/trees/layer_tree_settings.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/occlusion.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/occlusion.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/occlusion_tracker.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/occlusion_tracker.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M gin/array_buffer.h View 1 chunk +3 lines, -3 lines 0 comments Download
M gin/interceptor_unittest.cc View 5 chunks +16 lines, -17 lines 0 comments Download
M gin/modules/module_registry_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M gin/modules/module_runner_delegate.h View 2 chunks +4 lines, -4 lines 0 comments Download
M gin/modules/timer.h View 2 chunks +4 lines, -6 lines 0 comments Download
M gin/modules/timer_unittest.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M gin/per_context_data.h View 1 chunk +1 line, -1 line 0 comments Download
M gin/public/v8_platform.h View 1 chunk +5 lines, -5 lines 0 comments Download
M gin/run_microtasks_observer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M gin/shell/gin_main.cc View 1 chunk +1 line, -2 lines 0 comments Download
M gin/shell_runner.h View 1 chunk +8 lines, -8 lines 0 comments Download
M gin/test/file_runner.h View 1 chunk +2 lines, -3 lines 0 comments Download
M gin/wrappable_unittest.cc View 5 chunks +6 lines, -9 lines 0 comments Download
M gpu/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M gpu/GLES2/gl2chromium_autogen.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/build_gles2_cmd_buffer.py View 1 chunk +6 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_c_lib_autogen.h View 2 chunks +7 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_cmd_helper_autogen.h View 1 chunk +7 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_autogen.h View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_impl_autogen.h View 1 chunk +8 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_autogen.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_autogen.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_autogen.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h View 1 chunk +5 lines, -0 lines 0 comments Download
M gpu/command_buffer/cmd_buffer_functions.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/command_buffer_nacl.gyp View 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/capabilities.h View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/capabilities.cc View 1 chunk +3 lines, -1 line 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_autogen.h View 1 chunk +26 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_test_autogen.h View 1 chunk +9 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_ids_autogen.h View 1 chunk +2 lines, -1 line 0 comments Download
M gpu/command_buffer/service/feature_info.h View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/feature_info.cc View 2 chunks +37 lines, -1 line 0 comments Download
M gpu/command_buffer/service/feature_info_unittest.cc View 1 chunk +34 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_autogen.h View 1 chunk +16 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_extensions.cc View 1 chunk +21 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_extensions_autogen.h View 1 chunk +9 lines, -0 lines 0 comments Download
M gpu/gpu.gyp View 2 chunks +8 lines, -0 lines 0 comments Download
M gpu/gpu_nacl.gyp View 6 chunks +20 lines, -5 lines 0 comments Download
M net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java View 2 chunks +0 lines, -62 lines 0 comments Download
M net/android/network_library.h View 1 chunk +0 lines, -6 lines 0 comments Download
M net/android/network_library.cc View 1 chunk +0 lines, -7 lines 0 comments Download
A net/base/net_util_posix.h View 1 chunk +31 lines, -0 lines 0 comments Download
M net/base/net_util_posix.cc View 7 chunks +189 lines, -68 lines 0 comments Download
M net/base/net_util_unittest.cc View 3 chunks +159 lines, -2 lines 0 comments Download
M net/base/sdch_manager.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M net/base/sdch_manager_unittest.cc View 1 chunk +12 lines, -3 lines 0 comments Download
M net/http/http_cache_transaction.cc View 2 chunks +4 lines, -1 line 0 comments Download
M net/http/http_cache_unittest.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M net/quic/quic_connection_logger.cc View 3 chunks +24 lines, -8 lines 0 comments Download
M net/quic/quic_session_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/socket/ssl_client_socket_openssl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/socket/ssl_client_socket_openssl.cc View 5 chunks +5 lines, -11 lines 0 comments Download
M net/socket/ssl_client_socket_unittest.cc View 1 chunk +48 lines, -0 lines 0 comments Download
M net/tools/quic/quic_client_session_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/testserver/testserver.py View 1 chunk +1 line, -0 lines 0 comments Download
A sandbox/linux/BUILD.gn View 1 chunk +322 lines, -0 lines 0 comments Download
A sandbox/linux/DEPS View 1 chunk +25 lines, -0 lines 0 comments Download
A sandbox/linux/OWNERS View 1 chunk +3 lines, -0 lines 0 comments Download
A sandbox/linux/bpf_dsl/DEPS View 1 chunk +5 lines, -0 lines 0 comments Download
A sandbox/linux/bpf_dsl/bpf_dsl.h View 1 chunk +360 lines, -0 lines 0 comments Download
A sandbox/linux/bpf_dsl/bpf_dsl.cc View 1 chunk +388 lines, -0 lines 0 comments Download
A sandbox/linux/bpf_dsl/bpf_dsl_impl.h View 1 chunk +63 lines, -0 lines 0 comments Download
A sandbox/linux/bpf_dsl/bpf_dsl_more_unittest.cc View 1 chunk +2400 lines, -0 lines 0 comments Download
A sandbox/linux/bpf_dsl/bpf_dsl_unittest.cc View 1 chunk +332 lines, -0 lines 0 comments Download
A sandbox/linux/bpf_dsl/cons.h View 1 chunk +138 lines, -0 lines 0 comments Download
A sandbox/linux/bpf_dsl/cons_unittest.cc View 1 chunk +33 lines, -0 lines 0 comments Download
A sandbox/linux/bpf_dsl/policy_compiler.h View 1 chunk +174 lines, -0 lines 0 comments Download
A sandbox/linux/bpf_dsl/policy_compiler.cc View 1 chunk +523 lines, -0 lines 0 comments Download
A sandbox/linux/bpf_dsl/trap_registry.h View 1 chunk +64 lines, -0 lines 0 comments Download
A sandbox/linux/sandbox_linux.gypi View 1 chunk +357 lines, -0 lines 0 comments Download
A sandbox/linux/sandbox_linux_test_sources.gypi View 1 chunk +56 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf-helpers/DEPS View 1 chunk +6 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf-helpers/baseline_policy.h View 1 chunk +48 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc View 1 chunk +261 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf-helpers/baseline_policy_unittest.cc View 1 chunk +351 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.h View 1 chunk +81 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc View 1 chunk +299 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.h View 1 chunk +92 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc View 1 chunk +289 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions_unittests.cc View 1 chunk +215 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf-helpers/syscall_sets.h View 1 chunk +112 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc View 1 chunk +1060 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/DEPS View 1 chunk +4 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/basicblock.h View 1 chunk +49 lines, -0 lines 0 comments Download
A + sandbox/linux/seccomp-bpf/basicblock.cc View 1 chunk +5 lines, -6 lines 0 comments Download
A sandbox/linux/seccomp-bpf/bpf_tester_compatibility_delegate.h View 1 chunk +55 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/bpf_tests.h View 1 chunk +123 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/bpf_tests_unittest.cc View 1 chunk +155 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/codegen.h View 1 chunk +151 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/codegen.cc View 1 chunk +698 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/codegen_unittest.cc View 1 chunk +534 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/die.h View 1 chunk +68 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/die.cc View 1 chunk +88 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/errorcode.h View 1 chunk +199 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/errorcode.cc View 1 chunk +115 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/errorcode_unittest.cc View 1 chunk +119 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/instruction.h View 1 chunk +60 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/linux_seccomp.h View 1 chunk +423 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/sandbox_bpf.h View 1 chunk +160 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/sandbox_bpf.cc View 1 chunk +525 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/sandbox_bpf_test_runner.h View 1 chunk +59 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/sandbox_bpf_test_runner.cc View 1 chunk +74 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/syscall.h View 1 chunk +170 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/syscall.cc View 1 chunk +413 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/syscall_iterator.h View 1 chunk +96 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/syscall_iterator.cc View 1 chunk +130 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/syscall_iterator_unittest.cc View 1 chunk +104 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/syscall_unittest.cc View 1 chunk +241 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/trap.h View 1 chunk +101 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/trap.cc View 1 chunk +388 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/verifier.h View 1 chunk +55 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/verifier.cc View 1 chunk +400 lines, -0 lines 0 comments Download
A sandbox/linux/services/android_arm64_ucontext.h View 1 chunk +29 lines, -0 lines 0 comments Download
A sandbox/linux/services/android_arm_ucontext.h View 1 chunk +32 lines, -0 lines 0 comments Download
A sandbox/linux/services/android_futex.h View 1 chunk +80 lines, -0 lines 0 comments Download
A sandbox/linux/services/android_i386_ucontext.h View 1 chunk +79 lines, -0 lines 0 comments Download
A sandbox/linux/services/android_mips_ucontext.h View 1 chunk +51 lines, -0 lines 0 comments Download
A sandbox/linux/services/android_ucontext.h View 1 chunk +28 lines, -0 lines 0 comments Download
A sandbox/linux/services/android_x86_64_ucontext.h View 1 chunk +88 lines, -0 lines 0 comments Download
A sandbox/linux/services/arm64_linux_syscalls.h View 1 chunk +1062 lines, -0 lines 0 comments Download
A sandbox/linux/services/arm_linux_syscalls.h View 1 chunk +1409 lines, -0 lines 0 comments Download
A sandbox/linux/services/broker_process.h View 1 chunk +106 lines, -0 lines 0 comments Download
A sandbox/linux/services/broker_process.cc View 1 chunk +545 lines, -0 lines 0 comments Download
A sandbox/linux/services/broker_process_unittest.cc View 1 chunk +477 lines, -0 lines 0 comments Download
A sandbox/linux/services/credentials.h View 1 chunk +92 lines, -0 lines 0 comments Download
A sandbox/linux/services/credentials.cc View 1 chunk +347 lines, -0 lines 0 comments Download
A sandbox/linux/services/credentials_unittest.cc View 1 chunk +236 lines, -0 lines 0 comments Download
A sandbox/linux/services/init_process_reaper.h View 1 chunk +25 lines, -0 lines 0 comments Download
A sandbox/linux/services/init_process_reaper.cc View 1 chunk +101 lines, -0 lines 0 comments Download
A sandbox/linux/services/libc_urandom_override.h View 1 chunk +14 lines, -0 lines 0 comments Download
A sandbox/linux/services/libc_urandom_override.cc View 1 chunk +236 lines, -0 lines 0 comments Download
A sandbox/linux/services/linux_syscalls.h View 1 chunk +33 lines, -0 lines 0 comments Download
A sandbox/linux/services/mips_linux_syscalls.h View 1 chunk +1428 lines, -0 lines 0 comments Download
A sandbox/linux/services/scoped_process.h View 1 chunk +55 lines, -0 lines 0 comments Download
A sandbox/linux/services/scoped_process.cc View 1 chunk +119 lines, -0 lines 0 comments Download
A sandbox/linux/services/scoped_process_unittest.cc View 1 chunk +130 lines, -0 lines 0 comments Download
A sandbox/linux/services/thread_helpers.h View 1 chunk +36 lines, -0 lines 0 comments Download
A sandbox/linux/services/thread_helpers.cc View 1 chunk +102 lines, -0 lines 0 comments Download
A sandbox/linux/services/thread_helpers_unittests.cc View 1 chunk +111 lines, -0 lines 0 comments Download
A sandbox/linux/services/unix_domain_socket_unittest.cc View 1 chunk +267 lines, -0 lines 0 comments Download
A sandbox/linux/services/x86_32_linux_syscalls.h View 1 chunk +1426 lines, -0 lines 0 comments Download
A sandbox/linux/services/x86_64_linux_syscalls.h View 1 chunk +1294 lines, -0 lines 0 comments Download
A sandbox/linux/services/yama.h View 1 chunk +58 lines, -0 lines 0 comments Download
A sandbox/linux/services/yama.cc View 1 chunk +116 lines, -0 lines 0 comments Download
A sandbox/linux/services/yama_unittests.cc View 1 chunk +172 lines, -0 lines 0 comments Download
A sandbox/linux/suid/client/DEPS View 1 chunk +3 lines, -0 lines 0 comments Download
A sandbox/linux/suid/client/setuid_sandbox_client.h View 1 chunk +106 lines, -0 lines 0 comments Download
A sandbox/linux/suid/client/setuid_sandbox_client.cc View 1 chunk +319 lines, -0 lines 0 comments Download
A sandbox/linux/suid/client/setuid_sandbox_client_unittest.cc View 1 chunk +101 lines, -0 lines 0 comments Download
A sandbox/linux/suid/common/sandbox.h View 1 chunk +41 lines, -0 lines 0 comments Download
A sandbox/linux/suid/common/suid_unsafe_environment_variables.h View 1 chunk +73 lines, -0 lines 0 comments Download
A sandbox/linux/suid/process_util.h View 1 chunk +30 lines, -0 lines 0 comments Download
A sandbox/linux/suid/process_util_linux.c View 1 chunk +78 lines, -0 lines 0 comments Download
A sandbox/linux/suid/sandbox.c View 1 chunk +480 lines, -0 lines 0 comments Download
A sandbox/linux/tests/main.cc View 1 chunk +55 lines, -0 lines 0 comments Download
A sandbox/linux/tests/sandbox_test_runner.h View 1 chunk +30 lines, -0 lines 0 comments Download
A sandbox/linux/tests/sandbox_test_runner.cc View 1 chunk +19 lines, -0 lines 0 comments Download
A sandbox/linux/tests/sandbox_test_runner_function_pointer.h View 1 chunk +26 lines, -0 lines 0 comments Download
A sandbox/linux/tests/sandbox_test_runner_function_pointer.cc View 1 chunk +25 lines, -0 lines 0 comments Download
A sandbox/linux/tests/scoped_temporary_file.h View 1 chunk +30 lines, -0 lines 0 comments Download
A sandbox/linux/tests/scoped_temporary_file.cc View 1 chunk +35 lines, -0 lines 0 comments Download
A sandbox/linux/tests/scoped_temporary_file_unittest.cc View 1 chunk +76 lines, -0 lines 0 comments Download
A sandbox/linux/tests/test_utils.h View 1 chunk +23 lines, -0 lines 0 comments Download
A sandbox/linux/tests/test_utils.cc View 1 chunk +31 lines, -0 lines 0 comments Download
A sandbox/linux/tests/unit_tests.h View 1 chunk +186 lines, -0 lines 0 comments Download
A sandbox/linux/tests/unit_tests.cc View 1 chunk +326 lines, -0 lines 0 comments Download
A sandbox/linux/tests/unit_tests_unittest.cc View 1 chunk +62 lines, -0 lines 0 comments Download
A sandbox/sandbox_export.h View 1 chunk +29 lines, -0 lines 0 comments Download
M skia/skia.gyp View 1 chunk +4 lines, -0 lines 0 comments Download
M skia/skia_library_opts.gyp View 2 chunks +7 lines, -0 lines 0 comments Download
M testing/buildbot/chromium_trybot.json View 1 chunk +0 lines, -4 lines 0 comments Download
M testing/buildbot/trybot_analyze_config.json View 1 chunk +1 line, -0 lines 0 comments Download
M testing/scripts/checkdeps.py View 2 chunks +16 lines, -45 lines 0 comments Download
A testing/scripts/common.py View 1 chunk +117 lines, -0 lines 0 comments Download
A testing/scripts/get_compile_targets.py View 1 chunk +55 lines, -0 lines 0 comments Download
A testing/scripts/telemetry_unittests.py View 1 chunk +63 lines, -0 lines 0 comments Download
A + third_party/checkstyle/LICENSE View 7 chunks +10 lines, -8 lines 0 comments Download
A + third_party/checkstyle/LICENSE.apache20 View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/checkstyle/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/checkstyle/README.chromium View 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/checkstyle/RIGHTS.antlr View 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/checkstyle/checkstyle-5.9-all.jar View Binary file 0 comments Download
A third_party/checkstyle/java.header View 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/checkstyle/sun_checks.xml View 1 chunk +177 lines, -0 lines 0 comments Download
M third_party/khronos/GLES2/gl2.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/khronos/GLES2/gl2ext.h View 20 chunks +443 lines, -3 lines 0 comments Download
M third_party/khronos/README.chromium View 2 chunks +8 lines, -1 line 0 comments Download
M tools/android/checkstyle/chromium-style-5.0.xml View 1 chunk +10 lines, -0 lines 0 comments Download
M tools/android/memconsumer/java/src/org/chromium/memconsumer/ResidentService.java View 1 chunk +6 lines, -6 lines 0 comments Download
M tools/clang/plugins/FindBadConstructsConsumer.cpp View 2 chunks +10 lines, -1 line 0 comments Download
M tools/clang/plugins/tests/virtual_specifiers.cpp View 1 chunk +30 lines, -0 lines 0 comments Download
M tools/clang/plugins/tests/virtual_specifiers.txt View 1 chunk +8 lines, -1 line 0 comments Download
A tools/relocation_packer/BUILD.gn View 1 chunk +135 lines, -0 lines 0 comments Download
A + tools/relocation_packer/LICENSE View 0 chunks +-1 lines, --1 lines 0 comments Download
A tools/relocation_packer/README.TXT View 1 chunk +135 lines, -0 lines 0 comments Download
A tools/relocation_packer/config.gni View 1 chunk +22 lines, -0 lines 0 comments Download
A tools/relocation_packer/relocation_packer.gyp View 1 chunk +161 lines, -0 lines 0 comments Download
A tools/relocation_packer/src/debug.h View 1 chunk +115 lines, -0 lines 0 comments Download
A tools/relocation_packer/src/debug.cc View 1 chunk +55 lines, -0 lines 0 comments Download
A tools/relocation_packer/src/debug_unittest.cc View 1 chunk +122 lines, -0 lines 0 comments Download
A tools/relocation_packer/src/delta_encoder.h View 1 chunk +80 lines, -0 lines 0 comments Download
A tools/relocation_packer/src/delta_encoder.cc View 1 chunk +72 lines, -0 lines 0 comments Download
A tools/relocation_packer/src/delta_encoder_unittest.cc View 1 chunk +150 lines, -0 lines 0 comments Download
A tools/relocation_packer/src/elf_file.h View 1 chunk +136 lines, -0 lines 0 comments Download
A tools/relocation_packer/src/elf_file.cc View 1 chunk +1285 lines, -0 lines 0 comments Download
A tools/relocation_packer/src/elf_file_unittest.cc View 1 chunk +164 lines, -0 lines 0 comments Download
A tools/relocation_packer/src/elf_traits.h View 1 chunk +105 lines, -0 lines 0 comments Download
A tools/relocation_packer/src/leb128.h View 1 chunk +74 lines, -0 lines 0 comments Download
A tools/relocation_packer/src/leb128.cc View 1 chunk +69 lines, -0 lines 0 comments Download
A tools/relocation_packer/src/leb128_unittest.cc View 1 chunk +111 lines, -0 lines 0 comments Download
A tools/relocation_packer/src/main.cc View 1 chunk +175 lines, -0 lines 0 comments Download
A tools/relocation_packer/src/packer.h View 1 chunk +78 lines, -0 lines 0 comments Download
A tools/relocation_packer/src/packer.cc View 1 chunk +124 lines, -0 lines 0 comments Download
A tools/relocation_packer/src/packer_unittest.cc View 1 chunk +250 lines, -0 lines 0 comments Download
A + tools/relocation_packer/src/run_all_unittests.cc View 1 chunk +4 lines, -5 lines 0 comments Download
A tools/relocation_packer/src/run_length_encoder.h View 1 chunk +81 lines, -0 lines 0 comments Download
A tools/relocation_packer/src/run_length_encoder.cc View 1 chunk +144 lines, -0 lines 0 comments Download
A tools/relocation_packer/src/run_length_encoder_unittest.cc View 1 chunk +124 lines, -0 lines 0 comments Download
A tools/relocation_packer/src/sleb128.h View 1 chunk +75 lines, -0 lines 0 comments Download
A tools/relocation_packer/src/sleb128.cc View 1 chunk +95 lines, -0 lines 0 comments Download
A tools/relocation_packer/src/sleb128_unittest.cc View 1 chunk +166 lines, -0 lines 0 comments Download
A tools/relocation_packer/test_data/elf_file_unittest_relocs.cc View 1 chunk +1014 lines, -0 lines 0 comments Download
A tools/relocation_packer/test_data/elf_file_unittest_relocs_arm32.so View Binary file 0 comments Download
A tools/relocation_packer/test_data/elf_file_unittest_relocs_arm32_packed.so View Binary file 0 comments Download
A tools/relocation_packer/test_data/elf_file_unittest_relocs_arm64.so View Binary file 0 comments Download
A tools/relocation_packer/test_data/elf_file_unittest_relocs_arm64_packed.so View Binary file 0 comments Download
A tools/relocation_packer/test_data/generate_elf_file_unittest_relocs.py View 1 chunk +88 lines, -0 lines 0 comments Download
A tools/relocation_packer/test_data/generate_elf_file_unittest_relocs.sh View 1 chunk +35 lines, -0 lines 0 comments Download
M ui/gl/generate_bindings.py View 2 chunks +8 lines, -1 line 0 comments Download
M ui/gl/gl_bindings.h View 1 chunk +24 lines, -0 lines 0 comments Download
M ui/gl/gl_fence_egl.cc View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
jamesr
6 years, 2 months ago (2014-10-24 01:20:15 UTC) #1
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
30d547e8a301a330ecc2bbb78761d753c0030108.

Powered by Google App Engine
This is Rietveld 408576698