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

Issue 783543003: Update from https://crrev.com/306901 (Closed)

Created:
6 years ago by jamesr
Modified:
6 years 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, Ken Rockot(use gerrit already)
Base URL:
git@github.com:domokit/mojo.git@master
Project:
mojo
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3038 lines, -2168 lines) Patch
M DEPS View 1 chunk +2 lines, -2 lines 0 comments Download
M base/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M base/base.gyp View 1 chunk +1 line, -0 lines 0 comments Download
A base/debug/debugger_unittest.cc View 1 chunk +43 lines, -0 lines 0 comments Download
M base/debug/debugger_win.cc View 1 chunk +1 line, -3 lines 0 comments Download
M base/mac/sdk_forward_declarations.h View 1 chunk +1 line, -1 line 0 comments Download
M build/android/buildbot/bb_device_steps.py View 2 chunks +12 lines, -7 lines 0 comments Download
M build/android/findbugs_filter/findbugs_exclude.xml View 1 chunk +5 lines, -0 lines 0 comments Download
M build/android/pylib/device/adb_wrapper.py View 3 chunks +37 lines, -0 lines 0 comments Download
M build/android/pylib/device/adb_wrapper_test.py View 1 chunk +4 lines, -1 line 0 comments Download
M build/android/pylib/device/device_utils.py View 5 chunks +45 lines, -12 lines 0 comments Download
M build/android/pylib/device/device_utils_test.py View 3 chunks +67 lines, -69 lines 0 comments Download
M build/config/BUILD.gn View 2 chunks +4 lines, -0 lines 0 comments Download
M build/get_syzygy_binaries.py View 1 chunk +2 lines, -2 lines 0 comments Download
A build/module_args/v8.gni View 1 chunk +12 lines, -0 lines 0 comments Download
M build/win/asan.gyp View 1 chunk +1 line, -1 line 0 comments Download
M cc/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M cc/base/switches.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/base/switches.cc View 1 chunk +0 lines, -3 lines 0 comments Download
A cc/base/synced_property.h View 1 chunk +172 lines, -0 lines 0 comments Download
M cc/blink/web_external_texture_layer_impl.h View 2 chunks +2 lines, -0 lines 0 comments Download
M cc/blink/web_external_texture_layer_impl.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M cc/cc.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M cc/input/top_controls_manager.h View 3 chunks +7 lines, -9 lines 0 comments Download
M cc/input/top_controls_manager.cc View 3 chunks +22 lines, -10 lines 0 comments Download
M cc/input/top_controls_manager_unittest.cc View 12 chunks +91 lines, -14 lines 0 comments Download
M cc/layers/delegated_frame_provider_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/heads_up_display_layer_impl.cc View 2 chunks +3 lines, -1 line 0 comments Download
M cc/layers/layer_impl.cc View 7 chunks +10 lines, -9 lines 0 comments Download
M cc/layers/nine_patch_layer_impl.cc View 10 chunks +19 lines, -9 lines 0 comments Download
M cc/layers/painted_scrollbar_layer_impl.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M cc/layers/picture_layer_impl.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/texture_layer.h View 2 chunks +5 lines, -0 lines 0 comments Download
M cc/layers/texture_layer.cc View 3 chunks +9 lines, -0 lines 0 comments Download
M cc/layers/texture_layer_impl.h View 2 chunks +2 lines, -0 lines 0 comments Download
M cc/layers/texture_layer_impl.cc View 4 chunks +9 lines, -1 line 0 comments Download
M cc/layers/texture_layer_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/ui_resource_layer_impl.cc View 2 chunks +3 lines, -1 line 0 comments Download
M cc/layers/video_layer_impl.cc View 4 chunks +6 lines, -2 lines 0 comments Download
M cc/output/gl_renderer.cc View 2 chunks +6 lines, -2 lines 0 comments Download
M cc/output/gl_renderer_draw_cache.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/output/gl_renderer_draw_cache.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/output/overlay_unittest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M cc/output/renderer_pixeltest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M cc/quads/draw_quad_unittest.cc View 5 chunks +37 lines, -22 lines 0 comments Download
M cc/quads/texture_draw_quad.h View 3 chunks +5 lines, -2 lines 0 comments Download
M cc/quads/texture_draw_quad.cc View 5 chunks +13 lines, -5 lines 0 comments Download
M cc/resources/resource_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/resource_provider_unittest.cc View 1 chunk +133 lines, -66 lines 0 comments Download
M cc/resources/texture_mailbox.h View 2 chunks +5 lines, -0 lines 0 comments Download
M cc/resources/texture_mailbox.cc View 1 chunk +6 lines, -3 lines 0 comments Download
M cc/surfaces/surface_aggregator_unittest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M cc/test/fake_layer_tree_host_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/render_pass_test_common.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host.h View 2 chunks +4 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host.cc View 3 chunks +26 lines, -13 lines 0 comments Download
M cc/trees/layer_tree_host_common_perftest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_impl.h View 3 chunks +3 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 16 chunks +39 lines, -49 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 52 chunks +120 lines, -92 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 8 chunks +12 lines, -12 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_delegated.cc View 3 chunks +4 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_unittest_scroll.cc View 7 chunks +20 lines, -8 lines 0 comments Download
M cc/trees/layer_tree_impl.h View 8 chunks +38 lines, -28 lines 0 comments Download
M cc/trees/layer_tree_impl.cc View 10 chunks +90 lines, -69 lines 0 comments Download
M cc/trees/layer_tree_impl_unittest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_settings.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/trees/layer_tree_settings.cc View 1 chunk +0 lines, -1 line 0 comments Download
M crypto/p224_spake.h View 1 chunk +5 lines, -1 line 0 comments Download
M crypto/p224_spake.cc View 1 chunk +9 lines, -1 line 0 comments Download
M crypto/p224_spake_unittest.cc View 4 chunks +11 lines, -9 lines 0 comments Download
M examples/surfaces_app/child_gl_impl.cc View 1 chunk +6 lines, -2 lines 0 comments Download
A + gpu/GLES2/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
M gpu/command_buffer/service/shader_translator.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M mojo/converters/surfaces/surfaces_type_converters.cc View 1 chunk +2 lines, -1 line 0 comments Download
M mojo/converters/surfaces/tests/surface_unittest.cc View 4 chunks +6 lines, -2 lines 0 comments Download
M mojo/services/public/interfaces/surfaces/quads.mojom View 1 chunk +1 line, -0 lines 0 comments Download
M net/BUILD.gn View 2 chunks +14 lines, -10 lines 0 comments Download
M net/http/transport_security_state_static.h View 1 chunk +1633 lines, -1578 lines 0 comments Download
M net/http/transport_security_state_static.json View 1 chunk +49 lines, -1 line 0 comments Download
M sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc View 2 chunks +13 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.win.json View 9 chunks +24 lines, -0 lines 0 comments Download
M tools/clang/scripts/update.py View 2 chunks +9 lines, -5 lines 0 comments Download
M tools/gritsettings/resource_ids View 1 chunk +3 lines, -0 lines 0 comments Download
M tools/valgrind/memcheck/suppressions.txt View 2 chunks +10 lines, -2 lines 0 comments Download
M tools/valgrind/memcheck/suppressions_linux.txt View 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gl_surface_ozone.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gl_switches.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/gl/gl_switches.cc View 2 chunks +6 lines, -1 line 0 comments Download
M url/url_util.cc View 1 chunk +5 lines, -4 lines 0 comments Download
M url/url_util_unittest.cc View 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jamesr
Ken - you'll want this in order to roll past chromium https://chromium.googlesource.com/chromium/src/+/10c9af41a73ac7db787d64344630f8200925cfe5
6 years ago (2014-12-04 22:28:40 UTC) #1
jamesr
6 years ago (2014-12-04 22:51:48 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
1027bc1b6f8257f3581dec87b6c639a2787c8a83.

Powered by Google App Engine
This is Rietveld 408576698