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

Issue 728133002: Update mojo sdk to rev e01f9a49449381a5eb430c1fd88bf2cae73ec35a (Closed)

Created:
6 years, 1 month ago by jamesr
Modified:
6 years, 1 month ago
Reviewers:
jam
CC:
chromium-reviews, feature-media-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, jam, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin-cc_chromium.org, dcheng, 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 e01f9a49449381a5eb430c1fd88bf2cae73ec35a Includes updates to ipc/mojo/ipc_channel_mojo.cc for mojo::embedder API changes and updates to use mojo::Binding<> in ui/keyboard and device/battery. Committed: https://crrev.com/a9125266d3fc89ff0bfd4c3a05bf2f31ffaeff1f Cr-Commit-Position: refs/heads/master@{#304731}

Patch Set 1 #

Patch Set 2 : Use mojo_native_application template #

Patch Set 3 : Fix up content_common_mojo_bindings gyp rules #

Patch Set 4 : android + ios gyp fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6989 lines, -4156 lines) Patch
M build/all.gyp View 1 chunk +6 lines, -6 lines 0 comments Download
M content/browser/webui/web_ui_mojo_browsertest.cc View 2 chunks +1 line, -3 lines 0 comments Download
M content/content.gyp View 1 2 3 6 chunks +10 lines, -1 line 0 comments Download
M content/content_app.gypi View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M content/content_browser.gypi View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M content/content_child.gypi View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M content/content_common.gypi View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M content/content_common_mojo_bindings.gypi View 1 2 3 1 chunk +21 lines, -18 lines 0 comments Download
M content/content_gpu.gypi View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M content/content_plugin.gypi View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M content/content_ppapi_plugin.gypi View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M content/content_renderer.gypi View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M content/content_utility.gypi View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M device/battery/battery_monitor_impl.h View 1 chunk +10 lines, -8 lines 0 comments Download
M device/battery/battery_monitor_impl.cc View 1 chunk +8 lines, -6 lines 0 comments Download
M ipc/mojo/ipc_channel_mojo.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/mojo/services/BUILD.gn View 1 3 chunks +4 lines, -2 lines 0 comments Download
M media/mojo/services/mojo_demuxer_stream_impl.h View 1 chunk +1 line, -2 lines 0 comments Download
M media/mojo/services/mojo_demuxer_stream_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/mojo/services/mojo_renderer_impl.cc View 1 chunk +8 lines, -4 lines 0 comments Download
M mojo/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M mojo/edk/embedder/BUILD.gn View 3 chunks +46 lines, -20 lines 0 comments Download
M mojo/edk/embedder/channel_info_forward.h View 1 chunk +1 line, -10 lines 0 comments Download
M mojo/edk/embedder/channel_init.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/edk/embedder/channel_init.cc View 1 chunk +5 lines, -6 lines 0 comments Download
A mojo/edk/embedder/configuration.h View 1 chunk +68 lines, -0 lines 0 comments Download
M mojo/edk/embedder/embedder.h View 3 chunks +37 lines, -35 lines 0 comments Download
M mojo/edk/embedder/embedder.cc View 8 chunks +56 lines, -57 lines 0 comments Download
A mojo/edk/embedder/embedder_internal.h View 1 chunk +53 lines, -0 lines 0 comments Download
M mojo/edk/embedder/embedder_unittest.cc View 16 chunks +67 lines, -176 lines 0 comments Download
A + mojo/edk/embedder/entrypoints.cc View 12 chunks +22 lines, -58 lines 0 comments Download
M mojo/edk/embedder/platform_channel_pair_posix.cc View 1 chunk +4 lines, -8 lines 0 comments Download
M mojo/edk/embedder/platform_channel_pair_posix_unittest.cc View 5 chunks +10 lines, -14 lines 0 comments Download
M mojo/edk/embedder/platform_channel_pair_win.cc View 3 chunks +4 lines, -10 lines 0 comments Download
M mojo/edk/embedder/platform_channel_utils_posix.h View 3 chunks +11 lines, -11 lines 0 comments Download
M mojo/edk/embedder/platform_handle_utils.h View 1 chunk +2 lines, -3 lines 0 comments Download
M mojo/edk/embedder/platform_handle_utils_win.cc View 1 chunk +2 lines, -6 lines 0 comments Download
M mojo/edk/embedder/simple_platform_shared_buffer_posix.cc View 1 chunk +3 lines, -6 lines 0 comments Download
M mojo/edk/embedder/simple_platform_shared_buffer_win.cc View 2 chunks +6 lines, -11 lines 0 comments Download
M mojo/edk/embedder/test_embedder.h View 1 chunk +3 lines, -0 lines 0 comments Download
M mojo/edk/embedder/test_embedder.cc View 3 chunks +13 lines, -11 lines 0 comments Download
M mojo/edk/js/BUILD.gn View 2 chunks +16 lines, -3 lines 0 comments Download
M mojo/edk/js/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/edk/js/core.h View 2 chunks +3 lines, -3 lines 0 comments Download
M mojo/edk/js/core.cc View 1 chunk +67 lines, -63 lines 0 comments Download
M mojo/edk/js/drain_data.h View 2 chunks +3 lines, -3 lines 0 comments Download
M mojo/edk/js/handle.h View 3 chunks +3 lines, -9 lines 0 comments Download
M mojo/edk/js/handle.cc View 2 chunks +0 lines, -18 lines 0 comments Download
M mojo/edk/js/handle_close_observer.h View 2 chunks +3 lines, -3 lines 0 comments Download
A mojo/edk/js/mojo_runner_delegate.h View 1 chunk +33 lines, -0 lines 0 comments Download
A mojo/edk/js/mojo_runner_delegate.cc View 1 chunk +78 lines, -0 lines 0 comments Download
M mojo/edk/js/support.h View 2 chunks +3 lines, -3 lines 0 comments Download
A mojo/edk/js/test/BUILD.gn View 1 chunk +39 lines, -0 lines 0 comments Download
A mojo/edk/js/test/hexdump.js View 1 chunk +34 lines, -0 lines 0 comments Download
A + mojo/edk/js/test/run_js_integration_tests.cc View 2 chunks +13 lines, -20 lines 0 comments Download
A + mojo/edk/js/test/run_js_tests.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M mojo/edk/js/tests/BUILD.gn View 1 chunk +15 lines, -6 lines 0 comments Download
D mojo/edk/js/tests/DEPS View 1 chunk +0 lines, -7 lines 0 comments Download
A mojo/edk/js/tests/connection_tests.js View 1 chunk +261 lines, -0 lines 0 comments Download
A mojo/edk/js/tests/js_to_cpp.mojom View 1 chunk +53 lines, -0 lines 0 comments Download
A mojo/edk/js/tests/js_to_cpp_tests.cc View 1 chunk +418 lines, -0 lines 0 comments Download
A mojo/edk/js/tests/js_to_cpp_tests.js View 1 chunk +221 lines, -0 lines 0 comments Download
D mojo/edk/js/tests/run_js_tests.cc View 1 chunk +0 lines, -64 lines 0 comments Download
A mojo/edk/js/tests/sample_service_tests.js View 1 chunk +168 lines, -0 lines 0 comments Download
A + mojo/edk/js/threading.h View 1 chunk +8 lines, -5 lines 0 comments Download
A mojo/edk/js/threading.cc View 1 chunk +47 lines, -0 lines 0 comments Download
M mojo/edk/js/waiting_callback.h View 2 chunks +3 lines, -3 lines 0 comments Download
M mojo/edk/mojo_edk.gyp View 7 chunks +42 lines, -276 lines 0 comments Download
A + mojo/edk/mojo_edk_tests.gyp View 13 chunks +41 lines, -224 lines 0 comments Download
M mojo/edk/system/BUILD.gn View 7 chunks +39 lines, -26 lines 0 comments Download
M mojo/edk/system/channel.h View 4 chunks +11 lines, -0 lines 0 comments Download
M mojo/edk/system/channel.cc View 8 chunks +17 lines, -10 lines 0 comments Download
M mojo/edk/system/channel_endpoint.h View 1 chunk +7 lines, -7 lines 0 comments Download
M mojo/edk/system/channel_endpoint.cc View 1 chunk +1 line, -2 lines 0 comments Download
M mojo/edk/system/channel_info.h View 1 chunk +2 lines, -0 lines 0 comments Download
M mojo/edk/system/channel_info.cc View 2 chunks +8 lines, -0 lines 0 comments Download
A mojo/edk/system/channel_manager.h View 1 chunk +83 lines, -0 lines 0 comments Download
A mojo/edk/system/channel_manager.cc View 1 chunk +78 lines, -0 lines 0 comments Download
M mojo/edk/system/channel_unittest.cc View 3 chunks +6 lines, -9 lines 0 comments Download
A mojo/edk/system/configuration.h View 1 chunk +31 lines, -0 lines 0 comments Download
A mojo/edk/system/configuration.cc View 1 chunk +26 lines, -0 lines 0 comments Download
D mojo/edk/system/constants.h View 1 chunk +0 lines, -48 lines 0 comments Download
M mojo/edk/system/core.cc View 8 chunks +18 lines, -30 lines 0 comments Download
M mojo/edk/system/core_test_base.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M mojo/edk/system/core_unittest.cc View 56 chunks +312 lines, -555 lines 0 comments Download
M mojo/edk/system/data_pipe.h View 2 chunks +6 lines, -7 lines 0 comments Download
M mojo/edk/system/data_pipe.cc View 6 chunks +25 lines, -18 lines 0 comments Download
M mojo/edk/system/data_pipe_consumer_dispatcher.cc View 2 chunks +2 lines, -5 lines 0 comments Download
M mojo/edk/system/data_pipe_unittest.cc View 4 chunks +7 lines, -9 lines 0 comments Download
M mojo/edk/system/dispatcher.h View 2 chunks +1 line, -2 lines 0 comments Download
M mojo/edk/system/dispatcher.cc View 8 chunks +13 lines, -12 lines 0 comments Download
M mojo/edk/system/dispatcher_unittest.cc View 3 chunks +47 lines, -66 lines 0 comments Download
D mojo/edk/system/entrypoints.h View 1 chunk +0 lines, -24 lines 0 comments Download
D mojo/edk/system/entrypoints.cc View 1 chunk +0 lines, -191 lines 0 comments Download
M mojo/edk/system/handle_table.cc View 8 chunks +20 lines, -17 lines 0 comments Download
M mojo/edk/system/local_data_pipe.h View 1 chunk +5 lines, -6 lines 0 comments Download
M mojo/edk/system/local_data_pipe.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M mojo/edk/system/local_data_pipe_unittest.cc View 98 chunks +256 lines, -413 lines 0 comments Download
M mojo/edk/system/mapping_table.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M mojo/edk/system/memory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/edk/system/memory.cc View 3 chunks +9 lines, -9 lines 0 comments Download
M mojo/edk/system/message_in_transit.cc View 5 chunks +21 lines, -21 lines 0 comments Download
M mojo/edk/system/message_pipe.h View 5 chunks +24 lines, -3 lines 0 comments Download
M mojo/edk/system/message_pipe.cc View 9 chunks +79 lines, -17 lines 0 comments Download
M mojo/edk/system/message_pipe_dispatcher.cc View 7 chunks +26 lines, -60 lines 0 comments Download
M mojo/edk/system/message_pipe_dispatcher_unittest.cc View 16 chunks +44 lines, -97 lines 0 comments Download
M mojo/edk/system/message_pipe_perftest.cc View 4 chunks +11 lines, -25 lines 0 comments Download
M mojo/edk/system/message_pipe_test_utils.cc View 2 chunks +4 lines, -7 lines 0 comments Download
M mojo/edk/system/message_pipe_unittest.cc View 22 chunks +79 lines, -179 lines 0 comments Download
M mojo/edk/system/multiprocess_message_pipe_unittest.cc View 15 chunks +38 lines, -77 lines 0 comments Download
M mojo/edk/system/options_validation.h View 1 chunk +0 lines, -1 line 0 comments Download
M mojo/edk/system/platform_handle_dispatcher.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M mojo/edk/system/raw_channel.h View 1 chunk +0 lines, -1 line 0 comments Download
M mojo/edk/system/raw_channel.cc View 7 chunks +16 lines, -22 lines 0 comments Download
M mojo/edk/system/raw_channel_posix.cc View 6 chunks +10 lines, -20 lines 0 comments Download
M mojo/edk/system/raw_channel_unittest.cc View 5 chunks +8 lines, -12 lines 0 comments Download
M mojo/edk/system/raw_channel_win.cc View 5 chunks +15 lines, -23 lines 0 comments Download
M mojo/edk/system/remote_message_pipe_unittest.cc View 40 chunks +164 lines, -277 lines 0 comments Download
M mojo/edk/system/run_all_unittests.cc View 1 chunk +1 line, -2 lines 0 comments Download
M mojo/edk/system/shared_buffer_dispatcher.cc View 6 chunks +8 lines, -8 lines 0 comments Download
M mojo/edk/system/shared_buffer_dispatcher_unittest.cc View 8 chunks +40 lines, -60 lines 0 comments Download
M mojo/edk/system/simple_dispatcher_unittest.cc View 9 chunks +38 lines, -98 lines 0 comments Download
M mojo/edk/system/test_utils.h View 1 chunk +0 lines, -3 lines 0 comments Download
M mojo/edk/system/transport_data.h View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/edk/system/transport_data.cc View 7 chunks +19 lines, -21 lines 0 comments Download
M mojo/edk/system/waiter_test_utils.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/edk/test/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M mojo/edk/test/multiprocess_test_helper.h View 1 chunk +1 line, -2 lines 0 comments Download
M mojo/edk/test/multiprocess_test_helper.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/edk/test/run_all_unittests.cc View 1 chunk +1 line, -2 lines 0 comments Download
M mojo/edk/test/test_support_impl.cc View 1 chunk +1 line, -2 lines 0 comments Download
M mojo/edk/test/test_utils_win.cc View 4 chunks +13 lines, -26 lines 0 comments Download
M mojo/mojo.gyp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M mojo/mojo_base.gyp View 2 chunks +2 lines, -8 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 +5 lines, -3 lines 0 comments Download
M mojo/public/cpp/application/lib/DEPS View 1 chunk +3 lines, -5 lines 0 comments Download
M mojo/public/cpp/application/lib/application_test_main.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M mojo/public/cpp/bindings/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
A mojo/public/cpp/bindings/binding.h View 1 chunk +136 lines, -0 lines 0 comments Download
M mojo/public/cpp/bindings/interface_impl.h View 6 chunks +58 lines, -28 lines 0 comments Download
D mojo/public/cpp/bindings/lib/interface_impl_internal.h View 1 chunk +0 lines, -128 lines 0 comments Download
A mojo/public/cpp/bindings/strong_binding.h View 1 chunk +96 lines, -0 lines 0 comments Download
M mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc View 11 chunks +149 lines, -19 lines 0 comments Download
M mojo/public/cpp/bindings/tests/validation_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/cpp/utility/tests/BUILD.gn View 1 chunk +8 lines, -2 lines 0 comments Download
M mojo/public/dart/BUILD.gn View 1 chunk +47 lines, -0 lines 0 comments Download
A + mojo/public/dart/DEPS View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/public/dart/README View 1 chunk +14 lines, -0 lines 0 comments Download
A mojo/public/dart/core.dart View 1 chunk +20 lines, -0 lines 0 comments Download
A mojo/public/dart/mojo_init.dart View 1 chunk +19 lines, -0 lines 0 comments Download
A mojo/public/dart/src/buffer.dart View 1 chunk +107 lines, -0 lines 0 comments Download
A mojo/public/dart/src/data_pipe.dart View 1 chunk +191 lines, -0 lines 0 comments Download
A mojo/public/dart/src/handle.dart View 1 chunk +203 lines, -0 lines 0 comments Download
A mojo/public/dart/src/handle_watcher.dart View 1 chunk +296 lines, -0 lines 0 comments Download
A mojo/public/dart/src/message_pipe.dart View 1 chunk +155 lines, -0 lines 0 comments Download
A mojo/public/dart/src/mojo_dart_core.cc View 1 chunk +742 lines, -0 lines 0 comments Download
A mojo/public/dart/src/types.dart View 1 chunk +116 lines, -0 lines 0 comments Download
M mojo/public/go/system/impl/mojo_types.go View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/public/java/bindings/src/org/chromium/mojo/bindings/Decoder.java View 3 chunks +5 lines, -5 lines 0 comments Download
M mojo/public/java/bindings/src/org/chromium/mojo/bindings/Encoder.java View 5 chunks +9 lines, -9 lines 0 comments Download
M mojo/public/java/bindings/src/org/chromium/mojo/bindings/ServiceMessage.java View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/java/system/src/org/chromium/mojo/system/DataPipe.java View 3 chunks +14 lines, -1 line 0 comments Download
M mojo/public/js/core.js View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/public/js/core_unittests.js View 3 chunks +10 lines, -15 lines 0 comments Download
A mojo/public/js/threading.js View 1 chunk +21 lines, -0 lines 0 comments Download
A mojo/public/mojo_application.gni View 1 chunk +127 lines, -0 lines 0 comments Download
M mojo/public/mojo_public.gyp View 7 chunks +40 lines, -23 lines 0 comments Download
M mojo/public/python/mojo/bindings/descriptor.py View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/python/mojo/bindings/messaging.py View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/public/python/mojo/bindings/serialization.py View 2 chunks +2 lines, -2 lines 0 comments Download
M mojo/public/python/mojo/c_core.pxd View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/public/python/mojo/system.pyx View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/public/tools/bindings/mojom_bindings_generator.gypi View 1 chunk +5 lines, -58 lines 0 comments Download
A mojo/public/tools/bindings/mojom_bindings_generator_explicit.gypi View 1 chunk +69 lines, -0 lines 0 comments Download
A mojo/public/tools/bindings/mojom_bindings_generator_variables.gypi View 1 chunk +67 lines, -0 lines 0 comments Download
A mojo/public/tools/bindings/mojom_list_outputs.py View 1 chunk +34 lines, -0 lines 0 comments Download
M mojo/services/html_viewer/BUILD.gn View 1 1 chunk +2 lines, -1 line 0 comments Download
M mojo/services/network/BUILD.gn View 1 1 chunk +3 lines, -1 line 0 comments Download
M mojo/services/public/cpp/view_manager/BUILD.gn View 2 chunks +2 lines, -1 line 0 comments Download
M mojo/services/public/cpp/view_manager/lib/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M mojo/services/public/cpp/view_manager/lib/view.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M mojo/services/public/cpp/view_manager/lib/view_manager_client_factory.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h View 5 chunks +15 lines, -8 lines 0 comments Download
M mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.cc View 4 chunks +20 lines, -11 lines 0 comments Download
M mojo/services/public/cpp/view_manager/tests/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
A mojo/services/public/cpp/view_manager/view_tracker.h View 1 chunk +47 lines, -0 lines 0 comments Download
A mojo/services/public/cpp/view_manager/view_tracker.cc View 1 chunk +41 lines, -0 lines 0 comments Download
A + mojo/services/public/interfaces/accessibility/BUILD.gn View 1 chunk +2 lines, -4 lines 0 comments Download
A mojo/services/public/interfaces/accessibility/accessibility.mojom View 1 chunk +35 lines, -0 lines 0 comments Download
M mojo/services/public/interfaces/clipboard/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M mojo/services/public/interfaces/content_handler/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M mojo/services/public/interfaces/geometry/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M mojo/services/public/interfaces/gpu/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/public/interfaces/gpu/command_buffer.mojom View 2 chunks +3 lines, -1 line 0 comments Download
A mojo/services/public/interfaces/gpu/gpu_capabilities.mojom View 1 chunk +54 lines, -0 lines 0 comments Download
M mojo/services/public/interfaces/input_events/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M mojo/services/public/interfaces/native_viewport/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M mojo/services/public/interfaces/navigation/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M mojo/services/public/interfaces/network/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M mojo/services/public/interfaces/network/cookie_store.mojom View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/public/interfaces/network/network_service.mojom View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/public/interfaces/network/url_loader.mojom View 3 chunks +8 lines, -8 lines 0 comments Download
M mojo/services/public/interfaces/surfaces/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M mojo/services/public/interfaces/view_manager/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M mojo/services/public/interfaces/view_manager/view_manager.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/public/interfaces/window_manager/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M mojo/services/public/interfaces/window_manager/window_manager.mojom View 1 chunk +1 line, -1 line 0 comments Download
A mojo/services/public/js/mojo.js View 1 chunk +169 lines, -0 lines 0 comments Download
M mojo/services/public/mojo_services_public.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M ui/keyboard/webui/vk_mojo_handler.h View 2 chunks +5 lines, -5 lines 0 comments Download
M ui/keyboard/webui/vk_mojo_handler.cc View 3 chunks +5 lines, -6 lines 0 comments Download
M ui/keyboard/webui/vk_webui_controller.cc View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
jamesr
6 years, 1 month ago (2014-11-18 02:13:28 UTC) #2
jamesr
John - had to rejigger the content build rules a bit to get it working ...
6 years, 1 month ago (2014-11-18 02:14:32 UTC) #3
jam
lgtm
6 years, 1 month ago (2014-11-18 18:43:06 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/728133002/60001
6 years, 1 month ago (2014-11-18 23:04:45 UTC) #6
commit-bot: I haz the power
Committed patchset #4 (id:60001)
6 years, 1 month ago (2014-11-19 01:35:40 UTC) #7
commit-bot: I haz the power
6 years, 1 month ago (2014-11-19 01:36:18 UTC) #8
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/a9125266d3fc89ff0bfd4c3a05bf2f31ffaeff1f
Cr-Commit-Position: refs/heads/master@{#304731}

Powered by Google App Engine
This is Rietveld 408576698