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

Issue 954643002: Update mojo sdk to rev 3d23dae011859a2aae49f1d1adde705c8e85d819 (Closed)

Created:
5 years, 10 months ago by Ken Rockot(use gerrit already)
Modified:
5 years, 9 months ago
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, tfarina, jam, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin-cc_chromium.org, darin (slow to review), ben+mojo_chromium.org, jamesr, ppi
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update mojo sdk to rev 3d23dae011859a2aae49f1d1adde705c8e85d819 Highlights: - mojo::ChannelInit has been replaced with content::ChannelInit. - ScopedIPCSupport has been added so Mojo consumers can ensure the EDK is initialized. - single process mode now uses some evil tricks to get child threads to create their mojo client channels on the browser I/O thread. - several Android bits adapted to new interfaces - a number of tests have been adapted to work properly in spite of unconventional process arrangements BUG=None Committed: https://crrev.com/cbca72f3c9e31309a28b98624e1e0147c5dca7a1 Cr-Commit-Position: refs/heads/master@{#318883}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Initialize mojo IPC support in child processes #

Patch Set 4 : update android mojo tests #

Patch Set 5 : Fix ScopedIPCSupport export; temporarily suppress alignment warning on win 64 #

Patch Set 6 : Fix monacl_shell #

Patch Set 7 : nevermind, dont roll mojo/nacl #

Patch Set 8 : #

Patch Set 9 : fix single process #

Patch Set 10 : ensure single process channel delegate dies on IO thread #

Patch Set 11 : Fix IPCChannelMojoTest.* and RenderThreadImplBrowserTest.* #

Patch Set 12 : Update WebUI mojo test JS #

Patch Set 13 : cleanup #

Patch Set 14 : merge #

Patch Set 15 : cleanup #

Total comments: 1

Patch Set 16 : VC compile #

Patch Set 17 : no wait in IPCSupport; correct IPCSupport lifetime in ChannelInit #

Total comments: 1

Patch Set 18 : export ConnectionManager #

Patch Set 19 : add random to crypto_nacl_win64 #

Patch Set 20 : cleanup #

Patch Set 21 : resolve more msvc linkage woes #

Total comments: 1

Patch Set 22 : cleanup, nit #

Total comments: 4

Patch Set 23 : use run_renderer_in_process() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4493 lines, -5674 lines) Patch
M content/browser/mojo/mojo_application_host.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +7 lines, -2 lines 0 comments Download
M content/browser/mojo/mojo_application_host.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +15 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +9 lines, -2 lines 0 comments Download
M content/child/child_thread_impl.h View 1 2 3 4 5 6 7 8 9 2 chunks +10 lines, -0 lines 0 comments Download
M content/child/child_thread_impl.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +52 lines, -2 lines 0 comments Download
M content/child/mojo/mojo_application.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/child/mojo/mojo_application.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +9 lines, -2 lines 0 comments Download
A content/common/mojo/channel_init.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +64 lines, -0 lines 0 comments Download
A content/common/mojo/channel_init.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +80 lines, -0 lines 0 comments Download
M content/content_common.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -0 lines 0 comments Download
M content/test/data/web_ui_mojo.js View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +5 lines, -6 lines 0 comments Download
M content/test/render_thread_impl_browser_test_ipc_helper.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -0 lines 0 comments Download
M content/test/render_thread_impl_browser_test_ipc_helper.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -0 lines 0 comments Download
M crypto/crypto.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M crypto/crypto.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +6 lines, -2 lines 0 comments Download
M ipc/mojo/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -0 lines 0 comments Download
M ipc/mojo/ipc_channel_mojo.h View 1 2 3 4 5 6 7 8 3 chunks +4 lines, -0 lines 0 comments Download
M ipc/mojo/ipc_channel_mojo.cc View 1 2 3 4 5 6 7 8 10 chunks +18 lines, -10 lines 0 comments Download
M ipc/mojo/ipc_channel_mojo_unittest.cc View 1 2 3 4 5 6 7 8 9 10 18 chunks +58 lines, -11 lines 0 comments Download
M ipc/mojo/ipc_mojo.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
A ipc/mojo/scoped_ipc_support.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +34 lines, -0 lines 0 comments Download
A ipc/mojo/scoped_ipc_support.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +112 lines, -0 lines 0 comments Download
M mojo/android/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -1 line 0 comments Download
M mojo/android/javatests/src/org/chromium/mojo/bindings/InterfacesTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 6 chunks +5 lines, -92 lines 0 comments Download
M mojo/android/javatests/src/org/chromium/mojo/bindings/ValidationTest.java View 1 2 3 3 chunks +3 lines, -43 lines 0 comments Download
D mojo/android/javatests/src/org/chromium/mojo/bindings/test/mojom/mojo/IntegrationTestInterface2TestHelper.java View 1 2 3 1 chunk +0 lines, -31 lines 0 comments Download
M mojo/android/system/src/org/chromium/mojo/system/impl/CoreImpl.java View 1 2 3 2 chunks +17 lines, -0 lines 0 comments Download
M mojo/services/html_viewer/html_viewer.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -1 line 0 comments Download
M third_party/mojo/mojo_edk.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +4 lines, -0 lines 0 comments Download
M third_party/mojo/mojo_edk_system_impl.gypi View 4 chunks +9 lines, -4 lines 0 comments Download
M third_party/mojo/mojo_edk_tests.gyp View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/mojo/mojo_public.gyp View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/mojo/mojom_bindings_generator_variables.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/BUILD.gn View 3 chunks +3 lines, -2 lines 0 comments Download
D third_party/mojo/src/mojo/edk/embedder/channel_init.h View 1 chunk +0 lines, -57 lines 0 comments Download
D third_party/mojo/src/mojo/edk/embedder/channel_init.cc View 1 chunk +0 lines, -56 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/embedder.h View 4 chunks +104 lines, -55 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/embedder.cc View 7 chunks +204 lines, -82 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/embedder_internal.h View 3 chunks +12 lines, -12 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/embedder_unittest.cc View 9 chunks +28 lines, -7 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/master_process_delegate.h View 1 chunk +11 lines, -13 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/platform_support.h View 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/mojo/src/mojo/edk/embedder/process_delegate.h View 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/mojo/src/mojo/edk/embedder/process_type.h View 1 chunk +26 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/simple_platform_support.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/simple_platform_support.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/slave_process_delegate.h View 3 chunks +9 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/test_embedder.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/js/tests/connection_tests.js View 6 chunks +10 lines, -34 lines 0 comments Download
M third_party/mojo/src/mojo/edk/js/tests/sample_service_tests.js View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/async_waiter.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/system/async_waiter.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/system/channel_manager.h View 5 chunks +56 lines, -15 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/channel_manager.cc View 6 chunks +99 lines, -21 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/channel_manager_unittest.cc View 6 chunks +34 lines, -44 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/connection_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 3 chunks +12 lines, -6 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/connection_manager_unittest.cc View 16 chunks +32 lines, -16 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/core.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/system/core.cc View 3 chunks +2 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/data_pipe.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 8 chunks +61 lines, -52 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/data_pipe.cc View 24 chunks +123 lines, -63 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/data_pipe_consumer_dispatcher.h View 1 chunk +8 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/data_pipe_consumer_dispatcher.cc View 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/mojo/src/mojo/edk/system/data_pipe_impl.h View 1 chunk +122 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/data_pipe_producer_dispatcher.h View 1 chunk +8 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/data_pipe_producer_dispatcher.cc View 1 chunk +21 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/dispatcher.h View 2 chunks +5 lines, -5 lines 0 comments Download
D third_party/mojo/src/mojo/edk/system/local_data_pipe.h View 1 chunk +0 lines, -89 lines 0 comments Download
D third_party/mojo/src/mojo/edk/system/local_data_pipe.cc View 1 chunk +0 lines, -350 lines 0 comments Download
A third_party/mojo/src/mojo/edk/system/local_data_pipe_impl.h View 1 chunk +94 lines, -0 lines 0 comments Download
A + third_party/mojo/src/mojo/edk/system/local_data_pipe_impl.cc View 15 chunks +105 lines, -74 lines 0 comments Download
A + third_party/mojo/src/mojo/edk/system/local_data_pipe_impl_unittest.cc View 38 chunks +43 lines, -43 lines 0 comments Download
D third_party/mojo/src/mojo/edk/system/local_data_pipe_unittest.cc View 1 chunk +0 lines, -2071 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/master_connection_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 5 chunks +15 lines, -20 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/master_connection_manager.cc View 9 chunks +35 lines, -42 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/slave_connection_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 4 chunks +6 lines, -12 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/slave_connection_manager.cc View 3 chunks +1 line, -8 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/unique_identifier.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +11 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/unique_identifier.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/unique_identifier_unittest.cc View 4 chunks +27 lines, -12 lines 0 comments Download
M third_party/mojo/src/mojo/edk/test/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/mojo/src/mojo/edk/test/scoped_ipc_support.h View 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/mojo/src/mojo/edk/test/scoped_ipc_support.cc View 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/mojo/src/mojo/public/.gitignore View 1 chunk +2 lines, -0 lines 0 comments Download
A + third_party/mojo/src/mojo/public/LICENSE View 1 2 3 4 5 6 10 11 12 13 14 15 18 20 22 0 chunks +-1 lines, --1 lines 0 comments Download
M third_party/mojo/src/mojo/public/VERSION View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/public/c/system/tests/core_perftest.cc View 9 chunks +18 lines, -18 lines 0 comments Download
M third_party/mojo/src/mojo/public/c/system/tests/core_unittest.cc View 13 chunks +30 lines, -27 lines 0 comments Download
M third_party/mojo/src/mojo/public/c/system/tests/core_unittest_pure_c.c View 2 chunks +11 lines, -23 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/application/application_connection.h View 2 chunks +21 lines, -18 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/application/application_delegate.h View 1 chunk +5 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/application/application_impl.h View 3 chunks +16 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/application/connect.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/application/lazy_interface_ptr.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/application/lib/application_impl.cc View 1 chunk +4 lines, -1 line 0 comments Download
M third_party/mojo/src/mojo/public/cpp/application/lib/application_test_base.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/binding.h View 5 chunks +0 lines, -10 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/callback.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/interface_impl.h View 3 chunks +2 lines, -9 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/interface_ptr.h View 2 chunks +5 lines, -15 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/lib/bindings_internal.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/lib/bindings_serialization.h View 1 chunk +9 lines, -7 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/lib/bindings_serialization.cc View 2 chunks +3 lines, -11 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/lib/interface_ptr_internal.h View 4 chunks +5 lines, -24 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/lib/map_data_internal.h View 2 chunks +12 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/lib/map_internal.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/lib/message_builder.cc View 2 chunks +6 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/lib/message_header_validator.cc View 3 chunks +10 lines, -8 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/lib/validation_errors.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/map.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/message.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/no_interface.h View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/strong_binding.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/tests/handle_passing_unittest.cc View 12 chunks +81 lines, -71 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc View 15 chunks +34 lines, -31 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/tests/request_response_unittest.cc View 6 chunks +10 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/tests/sample_service_unittest.cc View 3 chunks +7 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/tests/struct_unittest.cc View 3 chunks +222 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/tests/union_unittest.cc View 6 chunks +12 lines, -6 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/tests/validation_test_input_parser.h View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/tests/validation_unittest.cc View 3 chunks +32 lines, -38 lines 0 comments Download
M third_party/mojo/src/mojo/public/dart/application.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/public/dart/rules.gni View 1 chunk +6 lines, -1 line 0 comments Download
M third_party/mojo/src/mojo/public/dart/src/application.dart View 3 chunks +34 lines, -57 lines 0 comments Download
A third_party/mojo/src/mojo/public/dart/src/application_connection.dart View 1 chunk +105 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/dart/src/codec.dart View 13 chunks +100 lines, -42 lines 0 comments Download
M third_party/mojo/src/mojo/public/dart/src/drain_data.dart View 1 chunk +5 lines, -1 line 0 comments Download
M third_party/mojo/src/mojo/public/dart/src/message.dart View 4 chunks +23 lines, -19 lines 0 comments Download
M third_party/mojo/src/mojo/public/dart/src/proxy.dart View 2 chunks +2 lines, -2 lines 0 comments Download
D third_party/mojo/src/mojo/public/dart/src/service_provider.dart View 1 chunk +0 lines, -40 lines 0 comments Download
M third_party/mojo/src/mojo/public/dart/src/struct.dart View 1 chunk +0 lines, -12 lines 0 comments Download
A third_party/mojo/src/mojo/public/go/bindings/async_waiter.go View 1 chunk +266 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/go/bindings/decoder.go View 5 chunks +13 lines, -8 lines 0 comments Download
M third_party/mojo/src/mojo/public/go/bindings/encoder.go View 4 chunks +11 lines, -7 lines 0 comments Download
A third_party/mojo/src/mojo/public/go/bindings/interface.go View 1 chunk +60 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/go/bindings/message.go View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/public/interfaces/application/application.mojom View 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/public/interfaces/bindings/tests/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/mojo/src/mojo/public/interfaces/bindings/tests/data/validation/conformance_mthd7_good.data View 1 chunk +0 lines, -1 line 0 comments Download
D third_party/mojo/src/mojo/public/interfaces/bindings/tests/data/validation/integration_intf1_mthd0_rqst_good.data View 1 chunk +0 lines, -17 lines 0 comments Download
D third_party/mojo/src/mojo/public/interfaces/bindings/tests/data/validation/integration_intf1_mthd0_rqst_good.expected View 1 chunk +0 lines, -1 line 0 comments Download
D third_party/mojo/src/mojo/public/interfaces/bindings/tests/data/validation/integration_intf1_mthd0_rqst_unexpected_struct_header.data View 1 chunk +0 lines, -14 lines 0 comments Download
D third_party/mojo/src/mojo/public/interfaces/bindings/tests/data/validation/integration_intf1_mthd0_rqst_unexpected_struct_header.expected View 1 chunk +0 lines, -1 line 0 comments Download
D third_party/mojo/src/mojo/public/interfaces/bindings/tests/data/validation/integration_intf2_mthd0_resp_good.data View 1 chunk +0 lines, -17 lines 0 comments Download
D third_party/mojo/src/mojo/public/interfaces/bindings/tests/data/validation/integration_intf2_mthd0_resp_good.expected View 1 chunk +0 lines, -1 line 0 comments Download
D third_party/mojo/src/mojo/public/interfaces/bindings/tests/data/validation/integration_intf2_mthd0_resp_unexpected_array_header.data View 1 chunk +0 lines, -17 lines 0 comments Download
D third_party/mojo/src/mojo/public/interfaces/bindings/tests/data/validation/integration_intf2_mthd0_resp_unexpected_array_header.expected View 1 chunk +0 lines, -1 line 0 comments Download
A + third_party/mojo/src/mojo/public/interfaces/bindings/tests/data/validation/integration_intf_resp_mthd0_good.data View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/mojo/src/mojo/public/interfaces/bindings/tests/data/validation/integration_intf_resp_mthd0_good.expected View 1 2 3 4 5 6 10 11 12 13 14 15 18 20 22 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo/src/mojo/public/interfaces/bindings/tests/data/validation/integration_intf_resp_mthd0_unexpected_array_header.data View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/mojo/src/mojo/public/interfaces/bindings/tests/data/validation/integration_intf_resp_mthd0_unexpected_array_header.expected View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo/src/mojo/public/interfaces/bindings/tests/data/validation/integration_intf_rqst_mthd0_good.data View 1 chunk +3 lines, -2 lines 0 comments Download
A + third_party/mojo/src/mojo/public/interfaces/bindings/tests/data/validation/integration_intf_rqst_mthd0_good.expected View 1 2 3 4 5 6 10 11 12 13 14 15 18 20 22 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo/src/mojo/public/interfaces/bindings/tests/data/validation/integration_intf_rqst_mthd0_unexpected_struct_header.data View 1 chunk +3 lines, -2 lines 0 comments Download
A + third_party/mojo/src/mojo/public/interfaces/bindings/tests/data/validation/integration_intf_rqst_mthd0_unexpected_struct_header.expected View 0 chunks +-1 lines, --1 lines 0 comments Download
M third_party/mojo/src/mojo/public/interfaces/bindings/tests/regression_tests.mojom View 2 chunks +0 lines, -6 lines 0 comments Download
D third_party/mojo/src/mojo/public/interfaces/bindings/tests/regression_tests_import.mojom View 1 chunk +0 lines, -11 lines 0 comments Download
M third_party/mojo/src/mojo/public/interfaces/bindings/tests/sample_factory.mojom View 1 chunk +3 lines, -8 lines 0 comments Download
M third_party/mojo/src/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom View 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/public/interfaces/bindings/tests/sample_service.mojom View 1 chunk +1 line, -6 lines 0 comments Download
M third_party/mojo/src/mojo/public/interfaces/bindings/tests/test_structs.mojom View 1 chunk +66 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom View 1 chunk +2 lines, -8 lines 0 comments Download
M third_party/mojo/src/mojo/public/java/BUILD.gn View 2 chunks +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/public/java/bindings/src/org/chromium/mojo/bindings/Decoder.java View 19 chunks +56 lines, -30 lines 0 comments Download
M third_party/mojo/src/mojo/public/java/bindings/src/org/chromium/mojo/bindings/Encoder.java View 1 chunk +1 line, -1 line 0 comments Download
D third_party/mojo/src/mojo/public/java/bindings/src/org/chromium/mojo/bindings/InterfaceWithClient.java View 1 chunk +0 lines, -115 lines 0 comments Download
M third_party/mojo/src/mojo/public/java/bindings/src/org/chromium/mojo/bindings/MessageHeader.java View 2 chunks +14 lines, -17 lines 0 comments Download
M third_party/mojo/src/mojo/public/java/bindings/src/org/chromium/mojo/bindings/Struct.java View 4 chunks +14 lines, -8 lines 0 comments Download
M third_party/mojo/src/mojo/public/java/system/src/org/chromium/mojo/system/Core.java View 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/mojo/src/mojo/public/java/system/src/org/chromium/mojo/system/RunLoop.java View 1 chunk +41 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/js/connection.js View 2 chunks +0 lines, -50 lines 0 comments Download
M third_party/mojo/src/mojo/public/js/validation_unittests.js View 3 chunks +19 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/public/mojo.gni View 1 chunk +10 lines, -1 line 0 comments Download
M third_party/mojo/src/mojo/public/mojo_application.gni View 2 chunks +14 lines, -13 lines 0 comments Download
M third_party/mojo/src/mojo/public/python/BUILD.gn View 1 chunk +10 lines, -0 lines 0 comments Download
A + third_party/mojo/src/mojo/public/python/mojo_application/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/mojo/src/mojo/public/python/mojo_application/application_delegate.py View 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/mojo/src/mojo/public/python/mojo_application/application_impl.py View 1 chunk +56 lines, -0 lines 0 comments Download
A third_party/mojo/src/mojo/public/python/mojo_application/application_runner.py View 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/mojo/src/mojo/public/python/mojo_application/service_provider_impl.py View 1 chunk +24 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/python/mojo_bindings/descriptor.py View 7 chunks +27 lines, -7 lines 0 comments Download
M third_party/mojo/src/mojo/public/python/mojo_bindings/messaging.py View 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/mojo/src/mojo/public/python/mojo_bindings/reflection.py View 3 chunks +6 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/python/mojo_bindings/serialization.py View 1 chunk +5 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/public/python/mojo_system.pyx View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/public/python/rules.gni View 2 chunks +7 lines, -1 line 0 comments Download
M third_party/mojo/src/mojo/public/tools/BUILD.gn View 1 chunk +44 lines, -8 lines 0 comments Download
A third_party/mojo/src/mojo/public/tools/NETWORK_SERVICE_VERSION View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/interface_declaration.tmpl View 2 chunks +0 lines, -8 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/interface_definition.tmpl View 9 chunks +24 lines, -93 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/module.cc.tmpl View 1 chunk +4 lines, -2 lines 0 comments Download
D third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/params_definition.tmpl View 1 chunk +0 lines, -33 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/struct_declaration.tmpl View 2 chunks +30 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/struct_definition.tmpl View 2 chunks +160 lines, -8 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/struct_macros.tmpl View 1 chunk +108 lines, -114 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/struct_serialization_definition.tmpl View 2 chunks +4 lines, -54 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/wrapper_class_declaration.tmpl View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/dart_templates/interface_definition.tmpl View 2 chunks +13 lines, -11 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/dart_templates/struct_definition.tmpl View 6 chunks +15 lines, -15 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/go_templates/source.tmpl View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/go_templates/struct.tmpl View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/java_templates/interface.java.tmpl View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/java_templates/interface_definition.tmpl View 6 chunks +12 lines, -28 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/java_templates/interface_internal.java.tmpl View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/java_templates/struct_definition.tmpl View 3 chunks +11 lines, -6 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/mojom_go_generator.py View 8 chunks +112 lines, -20 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/mojom_java_generator.py View 1 chunk +0 lines, -9 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/mojom_python_generator.py View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/mojom.gni View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/pylib/mojom/generate/module.py View 3 chunks +6 lines, -6 lines 0 comments Download
A third_party/mojo/src/mojo/public/tools/download_network_service.py View 1 chunk +89 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/download_shell_binary.py View 3 chunks +14 lines, -36 lines 0 comments Download
A third_party/mojo/src/mojo/public/tools/pylib/gs.py View 1 chunk +34 lines, -0 lines 0 comments Download
M third_party/mojo_services/src/public/js/application.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo_services/src/public/js/service_exchange.js View 2 chunks +2 lines, -4 lines 0 comments Download
M third_party/mojo_services/src/public/js/shell.js View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/mojo_services/src/view_manager/public/cpp/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/mojo_services/src/view_manager/public/cpp/lib/view.cc View 5 chunks +13 lines, -6 lines 0 comments Download
M third_party/mojo_services/src/view_manager/public/cpp/lib/view_manager_client_factory.cc View 1 chunk +4 lines, -5 lines 0 comments Download
M third_party/mojo_services/src/view_manager/public/cpp/lib/view_manager_client_impl.h View 4 chunks +5 lines, -17 lines 0 comments Download
M third_party/mojo_services/src/view_manager/public/cpp/lib/view_manager_client_impl.cc View 6 chunks +18 lines, -35 lines 0 comments Download
M third_party/mojo_services/src/view_manager/public/cpp/lib/view_manager_context.cc View 1 chunk +3 lines, -1 line 0 comments Download
M third_party/mojo_services/src/view_manager/public/cpp/lib/view_observer.cc View 1 chunk +5 lines, -6 lines 0 comments Download
M third_party/mojo_services/src/view_manager/public/cpp/lib/view_private.h View 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/mojo_services/src/view_manager/public/cpp/tests/BUILD.gn View 2 chunks +1 line, -3 lines 0 comments Download
M third_party/mojo_services/src/view_manager/public/cpp/tests/view_manager_test_suite.h View 2 chunks +2 lines, -1 line 0 comments Download
D third_party/mojo_services/src/view_manager/public/cpp/tests/view_manager_unittest.cc View 1 chunk +0 lines, -652 lines 0 comments Download
M third_party/mojo_services/src/view_manager/public/cpp/tests/view_unittest.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M third_party/mojo_services/src/view_manager/public/cpp/view.h View 5 chunks +13 lines, -10 lines 0 comments Download
M third_party/mojo_services/src/view_manager/public/cpp/view_manager_client_factory.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/mojo_services/src/view_manager/public/cpp/view_manager_context.h View 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/mojo_services/src/view_manager/public/cpp/view_observer.h View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/mojo_services/src/view_manager/public/cpp/view_property.h View 4 chunks +20 lines, -20 lines 0 comments Download
M third_party/mojo_services/src/view_manager/public/cpp/view_tracker.h View 2 chunks +3 lines, -3 lines 0 comments Download
M tools/ipc_fuzzer/replay/replay_process.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 34 (13 generated)
Ken Rockot(use gerrit already)
Alright I think this is ready to go. James, I had to hack out a ...
5 years, 9 months ago (2015-02-28 00:57:19 UTC) #4
jamesr
Trung or Morrita would probably know better about that alignment thing.
5 years, 9 months ago (2015-02-28 01:22:56 UTC) #6
viettrungluu
https://codereview.chromium.org/954643002/diff/300001/third_party/mojo/src/mojo/edk/system/data_pipe.h File third_party/mojo/src/mojo/edk/system/data_pipe.h (right): https://codereview.chromium.org/954643002/diff/300001/third_party/mojo/src/mojo/edk/system/data_pipe.h#newcode32 third_party/mojo/src/mojo/edk/system/data_pipe.h:32: #pragma warning(disable : 4324) I believe you only need ...
5 years, 9 months ago (2015-02-28 02:23:20 UTC) #7
viettrungluu
On 2015/02/28 02:23:20, viettrungluu wrote: > https://codereview.chromium.org/954643002/diff/300001/third_party/mojo/src/mojo/edk/system/data_pipe.h > File third_party/mojo/src/mojo/edk/system/data_pipe.h (right): > > https://codereview.chromium.org/954643002/diff/300001/third_party/mojo/src/mojo/edk/system/data_pipe.h#newcode32 > ...
5 years, 9 months ago (2015-02-28 02:26:05 UTC) #8
qsr
https://codereview.chromium.org/954643002/diff/340001/mojo/android/system/src/org/chromium/mojo/system/impl/CoreImpl.java File mojo/android/system/src/org/chromium/mojo/system/impl/CoreImpl.java (right): https://codereview.chromium.org/954643002/diff/340001/mojo/android/system/src/org/chromium/mojo/system/impl/CoreImpl.java#newcode213 mojo/android/system/src/org/chromium/mojo/system/impl/CoreImpl.java:213: public RunLoop createDefaultRunLoop() { I a missing something. Why ...
5 years, 9 months ago (2015-03-02 09:09:52 UTC) #10
Ken Rockot(use gerrit already)
On 2015/02/28 02:23:20, viettrungluu wrote: > > Now looking at it more carefully, it makes ...
5 years, 9 months ago (2015-03-02 17:34:30 UTC) #11
viettrungluu
On 2015/03/02 17:34:30, Ken Rockot wrote: > On 2015/02/28 02:23:20, viettrungluu wrote: > > > ...
5 years, 9 months ago (2015-03-02 17:47:58 UTC) #12
Ken Rockot(use gerrit already)
On 2015/03/02 17:47:58, viettrungluu wrote: > Hmmm, I don't really want to export very much ...
5 years, 9 months ago (2015-03-02 17:53:35 UTC) #13
Ken Rockot(use gerrit already)
also adding davidben@ for changes to crypto gyp(i); nacl win64 builds now need crypto::RandomBytes.
5 years, 9 months ago (2015-03-02 20:36:24 UTC) #16
Hajime Morrita
lgtm for ipc/mojo. It'd be nice to have some explanation why we need ScopedIPCSupport. At ...
5 years, 9 months ago (2015-03-02 23:19:52 UTC) #17
Hajime Morrita
(still lgtm) https://codereview.chromium.org/954643002/diff/440001/content/browser/mojo/mojo_application_host.cc File content/browser/mojo/mojo_application_host.cc (right): https://codereview.chromium.org/954643002/diff/440001/content/browser/mojo/mojo_application_host.cc#newcode66 content/browser/mojo/mojo_application_host.cc:66: scoped_refptr<base::TaskRunner> io_task_runner; We could possibly pass the ...
5 years, 9 months ago (2015-03-02 23:27:26 UTC) #18
viettrungluu
On 2015/03/02 17:53:35, Ken Rockot wrote: > On 2015/03/02 17:47:58, viettrungluu wrote: > > Hmmm, ...
5 years, 9 months ago (2015-03-02 23:27:41 UTC) #19
rvargas (doing something else)
crypto lgtm
5 years, 9 months ago (2015-03-03 01:47:30 UTC) #21
Ken Rockot(use gerrit already)
John, would you mind taking a look at content? Thanks!
5 years, 9 months ago (2015-03-03 02:37:32 UTC) #23
jam
lgtm https://codereview.chromium.org/954643002/diff/460001/content/browser/renderer_host/render_process_host_impl.cc File content/browser/renderer_host/render_process_host_impl.cc (right): https://codereview.chromium.org/954643002/diff/460001/content/browser/renderer_host/render_process_host_impl.cc#newcode675 content/browser/renderer_host/render_process_host_impl.cc:675: if (base::CommandLine::ForCurrentProcess()->HasSwitch( use run_renderer_in_process() https://codereview.chromium.org/954643002/diff/460001/content/common/mojo/channel_init.h File content/common/mojo/channel_init.h (right): ...
5 years, 9 months ago (2015-03-03 04:32:22 UTC) #24
Ken Rockot(use gerrit already)
https://codereview.chromium.org/954643002/diff/460001/content/browser/renderer_host/render_process_host_impl.cc File content/browser/renderer_host/render_process_host_impl.cc (right): https://codereview.chromium.org/954643002/diff/460001/content/browser/renderer_host/render_process_host_impl.cc#newcode675 content/browser/renderer_host/render_process_host_impl.cc:675: if (base::CommandLine::ForCurrentProcess()->HasSwitch( On 2015/03/03 04:32:22, jam wrote: > use ...
5 years, 9 months ago (2015-03-03 06:13:31 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/954643002/480001
5 years, 9 months ago (2015-03-03 07:04:21 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: android_rel_tests_recipe on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_rel_tests_recipe/builds/7792)
5 years, 9 months ago (2015-03-03 14:36:12 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/954643002/480001
5 years, 9 months ago (2015-03-03 15:49:54 UTC) #32
commit-bot: I haz the power
Committed patchset #23 (id:480001)
5 years, 9 months ago (2015-03-03 16:31:25 UTC) #33
commit-bot: I haz the power
5 years, 9 months ago (2015-03-03 16:31:59 UTC) #34
Message was sent while issue was closed.
Patchset 23 (id:??) landed as
https://crrev.com/cbca72f3c9e31309a28b98624e1e0147c5dca7a1
Cr-Commit-Position: refs/heads/master@{#318883}

Powered by Google App Engine
This is Rietveld 408576698