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

Issue 737943002: Update from https://crrev.com/304715 (Closed)

Created:
6 years, 1 month ago by jamesr
Modified:
6 years, 1 month ago
Reviewers:
CC:
mojo-reviews_chromium.org, ojan, esprehn, abarth-chromium
Base URL:
git@github.com:domokit/mojo.git@master
Project:
mojo
Visibility:
Public.

Description

Update from https://crrev.com/304715 Includes patches to sky/viewer/cc/ and ui/compositor/ for the following: cc: Toggle LCD text at raster time instead of record time. https://codereview.chromium.org/684543006 https://crrev.com/304623 and Make Keyframe use TimeTicks/TimeDelta to represent time instead of double. https://codereview.chromium.org/719453007 https://crrev.com/304612 Committed: https://chromium.googlesource.com/external/mojo/+/3f86297dcc85c4f2f8b158de5853b25ab5987989

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1923 lines, -971 lines) Patch
M base/BUILD.gn View 1 chunk +7 lines, -0 lines 0 comments Download
M base/base.gyp View 1 chunk +12 lines, -0 lines 0 comments Download
M base/files/file.cc View 3 chunks +10 lines, -0 lines 0 comments Download
M base/files/file_posix.cc View 6 chunks +16 lines, -1 line 0 comments Download
A base/files/file_posix_hooks_internal.h View 1 chunk +31 lines, -0 lines 0 comments Download
A base/files/protect_file_posix.cc View 1 chunk +106 lines, -0 lines 0 comments Download
A base/files/protect_file_posix.gypi View 1 chunk +31 lines, -0 lines 0 comments Download
M base/process/process.h View 1 chunk +6 lines, -0 lines 0 comments Download
M base/process/process_posix.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M base/process/process_unittest.cc View 1 chunk +15 lines, -0 lines 0 comments Download
M base/process/process_win.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M build/all.gyp View 12 chunks +0 lines, -12 lines 0 comments Download
M build/android/findbugs_filter/findbugs_known_bugs.txt View 1 chunk +0 lines, -2 lines 0 comments Download
M build/android/pylib/android_commands.py View 1 chunk +2 lines, -1 line 0 comments Download
M build/android/pylib/gtest/gtest_config.py View 1 chunk +0 lines, -1 line 0 comments Download
M build/android/pylib/gtest/setup.py View 1 chunk +0 lines, -1 line 0 comments Download
M build/android/pylib/instrumentation/test_jar.py View 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/uiautomator/test_runner.py View 1 chunk +1 line, -1 line 0 comments Download
M build/common.gypi View 1 chunk +2 lines, -1 line 0 comments Download
M build/config/features.gni View 1 chunk +1 line, -1 line 0 comments Download
M cc/animation/animation_curve.h View 4 chunks +4 lines, -4 lines 0 comments Download
M cc/animation/keyframed_animation_curve.h View 13 chunks +19 lines, -21 lines 0 comments Download
M cc/animation/keyframed_animation_curve.cc View 16 chunks +45 lines, -42 lines 0 comments Download
M cc/animation/keyframed_animation_curve_unittest.cc View 23 chunks +325 lines, -229 lines 0 comments Download
M cc/animation/layer_animation_controller.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M cc/animation/layer_animation_controller_unittest.cc View 14 chunks +56 lines, -28 lines 0 comments Download
M cc/animation/scroll_offset_animation_curve.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/animation/scroll_offset_animation_curve.cc View 3 chunks +9 lines, -6 lines 0 comments Download
M cc/animation/scroll_offset_animation_curve_unittest.cc View 4 chunks +40 lines, -31 lines 0 comments Download
M cc/base/time_util.h View 1 chunk +5 lines, -0 lines 0 comments Download
M cc/blink/web_content_layer_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/blink/web_content_layer_impl.cc View 2 chunks +5 lines, -20 lines 0 comments Download
M cc/blink/web_filter_animation_curve_impl.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/blink/web_float_animation_curve_impl.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M cc/blink/web_scroll_offset_animation_curve_impl.cc View 1 chunk +2 lines, -1 line 0 comments Download
M cc/blink/web_transform_animation_curve_impl.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/input/top_controls_manager.cc View 3 chunks +8 lines, -9 lines 0 comments Download
M cc/layers/content_layer.h View 1 chunk +0 lines, -3 lines 0 comments Download
M cc/layers/content_layer.cc View 3 chunks +1 line, -13 lines 0 comments Download
M cc/layers/content_layer_client.h View 1 chunk +0 lines, -4 lines 0 comments Download
M cc/layers/layer_unittest.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M cc/layers/picture_image_layer.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/layers/picture_layer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/picture_layer.cc View 4 chunks +13 lines, -15 lines 0 comments Download
M cc/layers/picture_layer_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/layers/picture_layer_impl.cc View 10 chunks +58 lines, -93 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 9 chunks +15 lines, -15 lines 0 comments Download
M cc/layers/picture_layer_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M cc/resources/gpu_raster_worker_pool.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M cc/resources/picture.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M cc/resources/picture_layer_tiling_set.h View 3 chunks +20 lines, -1 line 0 comments Download
M cc/resources/picture_layer_tiling_set.cc View 9 chunks +67 lines, -3 lines 0 comments Download
M cc/resources/picture_layer_tiling_set_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M cc/resources/picture_pile.h View 2 chunks +2 lines, -0 lines 0 comments Download
M cc/resources/picture_pile.cc View 5 chunks +25 lines, -12 lines 0 comments Download
M cc/resources/picture_pile_impl.h View 2 chunks +2 lines, -0 lines 0 comments Download
M cc/resources/picture_pile_impl.cc View 3 chunks +6 lines, -0 lines 0 comments Download
M cc/resources/picture_pile_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/resources/raster_source.h View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/resources/raster_worker_pool.cc View 1 chunk +8 lines, -10 lines 0 comments Download
M cc/resources/recording_source.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/resource_provider.h View 1 chunk +5 lines, -1 line 0 comments Download
M cc/resources/resource_provider.cc View 2 chunks +29 lines, -10 lines 0 comments Download
M cc/test/animation_test_common.h View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/test/animation_test_common.cc View 7 chunks +20 lines, -14 lines 0 comments Download
M cc/test/fake_content_layer_client.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/test/fake_picture_layer.h View 2 chunks +3 lines, -0 lines 0 comments Download
M cc/test/fake_picture_layer.cc View 2 chunks +4 lines, -1 line 0 comments Download
M cc/test/geometry_test_utils.h View 1 chunk +6 lines, -0 lines 0 comments Download
M cc/test/layer_tree_host_common_test.h View 2 chunks +10 lines, -13 lines 0 comments Download
M cc/test/layer_tree_host_common_test.cc View 4 chunks +6 lines, -2 lines 0 comments Download
M cc/test/layer_tree_pixel_resource_test.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/layer_tree_pixel_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/layer_tree_test.cc View 2 chunks +3 lines, -5 lines 0 comments Download
M cc/test/pixel_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/solid_color_content_layer_client.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/test/test_in_process_context_provider.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/layer_tree_host.cc View 1 chunk +5 lines, -10 lines 0 comments Download
M cc/trees/layer_tree_host_common.h View 5 chunks +5 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_common.cc View 4 chunks +17 lines, -8 lines 0 comments Download
M cc/trees/layer_tree_host_common_perftest.cc View 2 chunks +9 lines, -14 lines 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 5 chunks +82 lines, -54 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 chunk +12 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 3 chunks +77 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_masks.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 12 chunks +79 lines, -60 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_animation.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_impl.cc View 1 chunk +6 lines, -10 lines 0 comments Download
M cc/trees/layer_tree_settings.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/layer_tree_settings.cc View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.h View 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/client/vertex_array_object_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A gpu/command_buffer/service/sync_point_manager.h View 1 chunk +62 lines, -0 lines 0 comments Download
A gpu/command_buffer/service/sync_point_manager.cc View 1 chunk +84 lines, -0 lines 0 comments Download
M gpu/command_buffer_service.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M net/base/net_log_event_type_list.h View 2 chunks +16 lines, -0 lines 0 comments Download
M net/base/sdch_problem_code_list.h View 1 chunk +1 line, -1 line 0 comments Download
M net/filter/filter.h View 2 chunks +8 lines, -1 line 0 comments Download
M net/filter/filter.cc View 4 chunks +32 lines, -4 lines 0 comments Download
M net/filter/filter_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/filter/gzip_filter.h View 1 chunk +1 line, -1 line 0 comments Download
M net/filter/gzip_filter.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M net/filter/sdch_filter.h View 1 chunk +1 line, -1 line 0 comments Download
M net/filter/sdch_filter.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M net/http/http_server_properties_manager.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_server_properties_manager.cc View 2 chunks +2 lines, -1 line 0 comments Download
M net/http/http_server_properties_manager_unittest.cc View 1 chunk +89 lines, -0 lines 0 comments Download
M net/http/transport_security_state.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M net/ocsp/nss_ocsp.cc View 3 chunks +11 lines, -0 lines 0 comments Download
M net/proxy/proxy_script_fetcher_impl.cc View 3 chunks +11 lines, -0 lines 0 comments Download
M net/url_request/sdch_dictionary_fetcher.cc View 4 chunks +31 lines, -24 lines 0 comments Download
M net/url_request/url_fetcher_core.cc View 3 chunks +11 lines, -0 lines 0 comments Download
M net/url_request/url_request_job.cc View 3 chunks +17 lines, -0 lines 0 comments Download
M net/websockets/websocket_stream.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M skia/BUILD.gn View 3 chunks +1 line, -2 lines 0 comments Download
M skia/skia_library.gypi View 2 chunks +2 lines, -2 lines 0 comments Download
M sky/viewer/cc/web_content_layer_impl.h View 2 chunks +0 lines, -3 lines 0 comments Download
M sky/viewer/cc/web_content_layer_impl.cc View 2 chunks +3 lines, -21 lines 0 comments Download
M sky/viewer/cc/web_filter_animation_curve_impl.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M sky/viewer/cc/web_float_animation_curve_impl.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M sky/viewer/cc/web_transform_animation_curve_impl.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/zlib/BUILD.gn View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/zlib/zlib.gyp View 1 chunk +17 lines, -5 lines 0 comments Download
M tools/clang/scripts/package.sh View 1 chunk +1 line, -0 lines 0 comments Download
M tools/clang/scripts/update.py View 4 chunks +35 lines, -21 lines 0 comments Download
M tools/valgrind/chrome_tests.py View 2 chunks +0 lines, -4 lines 0 comments Download
M ui/compositor/float_animation_curve_adapter.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/float_animation_curve_adapter.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M ui/compositor/layer.h View 1 chunk +0 lines, -1 line 0 comments Download
M ui/compositor/transform_animation_curve_adapter.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/compositor/transform_animation_curve_adapter.cc View 4 chunks +10 lines, -8 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jamesr
Committed patchset #1 (id:1) manually as 3f86297dcc85c4f2f8b158de5853b25ab5987989.
6 years, 1 month ago (2014-11-19 00:50:44 UTC) #1
qsr
6 years, 1 month ago (2014-11-19 09:44:30 UTC) #2
Message was sent while issue was closed.
It seems this broke the windows build.

Powered by Google App Engine
This is Rietveld 408576698