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

Issue 695583002: Update mojo sdk to rev e083961bf11fd0c94d40be8853761da529b6d444 (Closed)

Created:
6 years, 1 month ago by Aaron Boodman
Modified:
6 years, 1 month ago
Reviewers:
bengr
CC:
chromium-reviews, feature-media-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, tfarina, jam, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin-cc_chromium.org, piman+watch_chromium.org, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Update mojo sdk to rev e083961bf11fd0c94d40be8853761da529b6d444 This relands https://codereview.chromium.org/683583002/ TBR=jamesr@chromium.org Committed: https://crrev.com/a158c0118feb755acff2d601bf436072ef4d90e5 Cr-Commit-Position: refs/heads/master@{#302203}

Patch Set 1 #

Patch Set 2 : Patch in https://codereview.chromium.org/692823003 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1324 lines, -205 lines) Patch
M content/common/geolocation_service.mojom View 1 chunk +1 line, -1 line 0 comments Download
M content/common/render_frame_setup.mojom View 1 chunk +1 line, -1 line 0 comments Download
M device/battery/battery_monitor.mojom View 1 chunk +1 line, -1 line 0 comments Download
M device/serial/data_stream_serialization.mojom View 1 chunk +1 line, -1 line 0 comments Download
M device/serial/serial.mojom View 1 chunk +1 line, -1 line 0 comments Download
M device/serial/serial_serialization.mojom View 1 chunk +2 lines, -2 lines 0 comments Download
M media/mojo/interfaces/demuxer_stream.mojom View 1 chunk +1 line, -1 line 0 comments Download
M media/mojo/interfaces/media_renderer.mojom View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/edk/system/channel_endpoint.h View 1 chunk +0 lines, -4 lines 0 comments Download
M mojo/edk/system/channel_endpoint.cc View 1 chunk +0 lines, -28 lines 0 comments Download
M mojo/edk/system/remote_message_pipe_unittest.cc View 1 chunk +67 lines, -0 lines 0 comments Download
M mojo/public/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/public/VERSION View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/cpp/application/BUILD.gn View 1 chunk +13 lines, -0 lines 0 comments Download
M mojo/public/cpp/application/DEPS View 1 chunk +5 lines, -0 lines 0 comments Download
M mojo/public/cpp/application/application_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
A mojo/public/cpp/application/application_test_base.h View 1 chunk +50 lines, -0 lines 0 comments Download
M mojo/public/cpp/application/lib/DEPS View 1 chunk +4 lines, -1 line 0 comments Download
M mojo/public/cpp/application/lib/application_impl.cc View 1 chunk +4 lines, -0 lines 0 comments Download
A mojo/public/cpp/application/lib/application_test_base.cc View 1 chunk +94 lines, -0 lines 0 comments Download
M mojo/public/gles2/BUILD.gn View 1 chunk +5 lines, -1 line 0 comments Download
M mojo/public/go/system/core.go View 1 chunk +68 lines, -10 lines 0 comments Download
M mojo/public/go/system/impl/core_impl.go View 1 chunk +95 lines, -2 lines 0 comments Download
A mojo/public/go/system/impl/mojo_types.go View 1 chunk +212 lines, -0 lines 0 comments Download
M mojo/public/interfaces/application/application.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/interfaces/application/shell.mojom View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/public/interfaces/bindings/tests/sample_factory.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/interfaces/bindings/tests/sample_import2.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/interfaces/bindings/tests/sample_service.mojom View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/public/interfaces/bindings/tests/test_structs.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/java/bindings/src/org/chromium/mojo/bindings/BindingsHelper.java View 3 chunks +59 lines, -3 lines 0 comments Download
M mojo/public/java/bindings/src/org/chromium/mojo/bindings/MessageHeader.java View 1 chunk +4 lines, -13 lines 0 comments Download
M mojo/public/js/bindings/core_unittests.js View 2 chunks +15 lines, -0 lines 0 comments Download
M mojo/public/python/mojo/bindings/messaging.py View 5 chunks +11 lines, -3 lines 0 comments Download
M mojo/public/python/mojo/bindings/promise.py View 3 chunks +9 lines, -1 line 0 comments Download
M mojo/public/python/mojo/bindings/reflection.py View 6 chunks +354 lines, -1 line 0 comments Download
M mojo/public/tools/bindings/generators/java_templates/struct_definition.tmpl View 1 2 chunks +62 lines, -0 lines 0 comments Download
M mojo/public/tools/bindings/generators/mojom_java_generator.py View 1 chunk +8 lines, -6 lines 0 comments Download
M mojo/public/tools/bindings/generators/mojom_python_generator.py View 8 chunks +44 lines, -7 lines 0 comments Download
M mojo/public/tools/bindings/generators/python_templates/module.py.tmpl View 2 chunks +25 lines, -24 lines 0 comments Download
M mojo/public/tools/bindings/generators/python_templates/module_macros.tmpl View 1 chunk +28 lines, -0 lines 0 comments Download
M mojo/public/tools/bindings/pylib/mojom/parse/parser.py View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/tools/bindings/pylib/mojom_tests/parse/parser_unittest.py View 4 chunks +15 lines, -5 lines 0 comments Download
M mojo/services/public/cpp/native_viewport/args.h View 1 chunk +2 lines, -1 line 0 comments Download
M mojo/services/public/cpp/native_viewport/lib/args.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M mojo/services/public/interfaces/content_handler/content_handler.mojom View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/public/interfaces/gpu/gpu.mojom View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/public/interfaces/input_events/input_events.mojom View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/services/public/interfaces/native_viewport/native_viewport.mojom View 1 chunk +4 lines, -4 lines 0 comments Download
M mojo/services/public/interfaces/navigation/navigation.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/public/interfaces/network/network_service.mojom View 1 chunk +8 lines, -8 lines 0 comments Download
M mojo/services/public/interfaces/network/tcp_bound_socket.mojom View 1 chunk +4 lines, -4 lines 0 comments Download
M mojo/services/public/interfaces/network/tcp_server_socket.mojom View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/services/public/interfaces/network/udp_socket.mojom View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/public/interfaces/network/url_loader.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/public/interfaces/network/web_socket.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/public/interfaces/surfaces/quads.mojom View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/public/interfaces/surfaces/surfaces.mojom View 1 chunk +4 lines, -4 lines 0 comments Download
M mojo/services/public/interfaces/surfaces/surfaces_service.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/public/interfaces/view_manager/view_manager.mojom View 1 chunk +5 lines, -5 lines 0 comments Download
M mojo/services/public/interfaces/window_manager/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/services/public/interfaces/window_manager/window_manager.mojom View 2 chunks +2 lines, -24 lines 0 comments Download
A + mojo/services/public/interfaces/window_manager/window_manager_internal.mojom View 1 chunk +1 line, -8 lines 0 comments Download

Messages

Total messages: 17 (9 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/695583002/1
6 years, 1 month ago (2014-10-30 18:14:37 UTC) #2
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg_recipe/builds/17983)
6 years, 1 month ago (2014-10-30 19:00:53 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/695583002/1
6 years, 1 month ago (2014-10-30 19:45:36 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg_recipe/builds/17983)
6 years, 1 month ago (2014-10-30 22:02:06 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/695583002/40001
6 years, 1 month ago (2014-10-30 23:54:16 UTC) #13
bengr
6 years, 1 month ago (2014-10-31 00:44:48 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:40001)
6 years, 1 month ago (2014-10-31 00:56:11 UTC) #16
commit-bot: I haz the power
6 years, 1 month ago (2014-10-31 00:56:54 UTC) #17
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/a158c0118feb755acff2d601bf436072ef4d90e5
Cr-Commit-Position: refs/heads/master@{#302203}

Powered by Google App Engine
This is Rietveld 408576698