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

Issue 901843003: Update mojo sdk to rev 8d45c89c30b230843c5bd6dd0693a555750946c0 (Closed)

Created:
5 years, 10 months ago by blundell
Modified:
5 years, 10 months ago
Reviewers:
viettrungluu
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, piman+watch_chromium.org, darin (slow to review), ben+mojo_chromium.org
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 8d45c89c30b230843c5bd6dd0693a555750946c0 Adapt to de-clienting of Surface. Have nacl_listener pass a SimplePlatformSupport instance to mojo::embedder::Init to satisfy the DCHECK introduced in https://codereview.chromium.org/898623002/diff/40001/mojo/edk/embedder/embedder.cc.

Patch Set 1 #

Patch Set 2 : Adapt to roll #

Patch Set 3 : Fix for PPAPI test #

Patch Set 4 : Partial revert of https://codereview.chromium.org/899993002/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1393 lines, -1192 lines) Patch
M components/nacl/loader/nacl_listener.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M mojo/cc/output_surface_mojo.h View 1 2 chunks +2 lines, -4 lines 0 comments Download
M mojo/cc/output_surface_mojo.cc View 1 3 chunks +3 lines, -4 lines 0 comments Download
D third_party/mojo/src/mojo/edk/DEPS View 1 chunk +0 lines, -7 lines 0 comments Download
D third_party/mojo/src/mojo/edk/embedder/DEPS View 1 chunk +0 lines, -11 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/channel_init.h View 2 chunks +1 line, -4 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/channel_init.cc View 4 chunks +9 lines, -8 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/embedder.h View 3 chunks +7 lines, -7 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/embedder.cc View 1 2 3 6 chunks +38 lines, -25 lines 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/embedder_internal.h View 2 chunks +6 lines, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/test_embedder.cc View 1 chunk +5 lines, -0 lines 0 comments Download
D third_party/mojo/src/mojo/edk/js/DEPS View 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/edk/js/tests/js_to_cpp.mojom View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/js/tests/js_to_cpp_tests.cc View 4 chunks +20 lines, -12 lines 0 comments Download
M third_party/mojo/src/mojo/edk/js/tests/js_to_cpp_tests.js View 4 chunks +14 lines, -12 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/BUILD.gn View 3 chunks +8 lines, -2 lines 0 comments Download
D third_party/mojo/src/mojo/edk/system/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/channel.h View 2 chunks +4 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/channel_manager.h View 1 2 3 2 chunks +40 lines, -31 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/channel_manager.cc View 1 2 3 4 chunks +26 lines, -16 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/channel_manager_unittest.cc View 5 chunks +64 lines, -52 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/connection_manager_unittest.cc View 10 chunks +31 lines, -15 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/core.h View 6 chunks +22 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/core.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/core_test_base.h View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/system/core_test_base.cc View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/master_connection_manager.h View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/master_connection_manager.cc View 2 chunks +9 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/edk/test/BUILD.gn View 1 chunk +14 lines, -0 lines 0 comments Download
D third_party/mojo/src/mojo/public/DEPS View 1 chunk +0 lines, -6 lines 0 comments Download
M third_party/mojo/src/mojo/public/VERSION View 1 chunk +1 line, -1 line 0 comments Download
D third_party/mojo/src/mojo/public/c/DEPS View 1 chunk +0 lines, -16 lines 0 comments Download
D third_party/mojo/src/mojo/public/c/gles2/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/public/c/system/buffer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/public/c/system/data_pipe.h View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/public/c/system/functions.h View 3 chunks +7 lines, -6 lines 0 comments Download
M third_party/mojo/src/mojo/public/c/system/message_pipe.h View 3 chunks +24 lines, -26 lines 0 comments Download
M third_party/mojo/src/mojo/public/c/system/tests/core_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/c/system/types.h View 1 chunk +2 lines, -1 line 0 comments Download
D third_party/mojo/src/mojo/public/cpp/DEPS View 1 chunk +0 lines, -18 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/README.md View 1 chunk +1 line, -1 line 0 comments Download
D third_party/mojo/src/mojo/public/cpp/application/DEPS View 1 chunk +0 lines, -11 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/application/application_impl.h View 2 chunks +8 lines, -9 lines 0 comments Download
D third_party/mojo/src/mojo/public/cpp/application/lib/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/application/lib/application_impl.cc View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/application/lib/application_test_base.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/public/cpp/application/lib/service_registry.cc View 1 chunk +3 lines, -1 line 0 comments Download
D third_party/mojo/src/mojo/public/cpp/bindings/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/mojo/src/mojo/public/cpp/bindings/lib/DEPS View 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/string.h View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/struct_ptr.h View 1 chunk +1 line, -0 lines 0 comments Download
D third_party/mojo/src/mojo/public/cpp/bindings/tests/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
D third_party/mojo/src/mojo/public/cpp/environment/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/mojo/src/mojo/public/cpp/environment/lib/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
D third_party/mojo/src/mojo/public/cpp/test_support/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/mojo/src/mojo/public/cpp/utility/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/utility/run_loop.h View 2 chunks +13 lines, -2 lines 0 comments Download
D third_party/mojo/src/mojo/public/dart/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/public/dart/core.dart View 1 chunk +0 lines, -1 line 0 comments Download
A + third_party/mojo/src/mojo/public/dart/rules.gni View 6 chunks +12 lines, -12 lines 0 comments Download
M third_party/mojo/src/mojo/public/dart/src/application.dart View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/public/dart/src/codec.dart View 16 chunks +115 lines, -33 lines 0 comments Download
M third_party/mojo/src/mojo/public/dart/src/handle_watcher.dart View 4 chunks +7 lines, -8 lines 0 comments Download
M third_party/mojo/src/mojo/public/dart/src/message.dart View 2 chunks +37 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/public/dart/src/message_pipe.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/public/dart/src/proxy.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/public/dart/src/service_provider.dart View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/mojo/src/mojo/public/dart/src/stub.dart View 3 chunks +9 lines, -3 lines 0 comments Download
D third_party/mojo/src/mojo/public/dart/src/timer_impl.dart View 1 chunk +0 lines, -333 lines 0 comments Download
M third_party/mojo/src/mojo/public/go/bindings/decoder.go View 5 chunks +52 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/public/go/bindings/encoder.go View 6 chunks +11 lines, -10 lines 0 comments Download
A third_party/mojo/src/mojo/public/go/bindings/invalid_handle.go View 1 chunk +97 lines, -0 lines 0 comments Download
A third_party/mojo/src/mojo/public/go/bindings/util.go View 1 chunk +20 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/interfaces/bindings/tests/test_structs.mojom View 5 chunks +22 lines, -10 lines 0 comments Download
D third_party/mojo/src/mojo/public/tests/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/dart_templates/interface_definition.tmpl View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/dart_templates/struct_definition.tmpl View 2 chunks +9 lines, -6 lines 0 comments Download
A + third_party/mojo/src/mojo/public/tools/bindings/generators/go_templates/source.tmpl View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/mojom_dart_generator.py View 2 chunks +4 lines, -4 lines 0 comments Download
A third_party/mojo/src/mojo/public/tools/bindings/generators/mojom_go_generator.py View 1 chunk +51 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/mojom_java_generator.py View 4 chunks +4 lines, -8 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/mojom.gni View 5 chunks +43 lines, -1 line 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/mojom_bindings_generator.py View 4 chunks +7 lines, -4 lines 0 comments Download
A third_party/mojo/src/mojo/public/tools/bindings/pylib/mojom/fileutil.py View 1 chunk +18 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/pylib/mojom/generate/data.py View 14 chunks +53 lines, -28 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/pylib/mojom/generate/generator.py View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/pylib/mojom/generate/module.py View 10 chunks +69 lines, -27 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/pylib/mojom/generate/pack.py View 2 chunks +42 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/pylib/mojom/parse/translate.py View 4 chunks +63 lines, -32 lines 0 comments Download
A third_party/mojo/src/mojo/public/tools/bindings/pylib/mojom_tests/fileutil_unittest.py View 1 chunk +55 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/pylib/mojom_tests/generate/data_unittest.py View 2 chunks +0 lines, -4 lines 0 comments Download
A third_party/mojo/src/mojo/public/tools/bindings/pylib/mojom_tests/generate/pack_unittest.py View 1 chunk +54 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/pylib/mojom_tests/parse/translate_unittest.py View 1 chunk +3 lines, -4 lines 0 comments Download
D third_party/mojo_services/src/geometry/public/cpp/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/mojo_services/src/gpu/public/interfaces/command_buffer.mojom View 2 chunks +10 lines, -8 lines 0 comments Download
D third_party/mojo_services/src/native_viewport/public/cpp/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/mojo_services/src/public/js/application.js View 2 chunks +19 lines, -23 lines 0 comments Download
A + third_party/mojo_services/src/public/js/service_exchange.js View 5 chunks +7 lines, -7 lines 0 comments Download
D third_party/mojo_services/src/public/js/service_provider.js View 1 chunk +0 lines, -86 lines 0 comments Download
M third_party/mojo_services/src/public/js/shell.js View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/mojo_services/src/public/sky/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
D third_party/mojo_services/src/surfaces/public/cpp/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/mojo_services/src/surfaces/public/interfaces/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/mojo_services/src/surfaces/public/interfaces/surfaces.mojom View 1 chunk +16 lines, -9 lines 0 comments Download
D third_party/mojo_services/src/surfaces/public/interfaces/surfaces_service.mojom View 1 chunk +0 lines, -15 lines 0 comments Download
D third_party/mojo_services/src/view_manager/public/cpp/DEPS View 1 chunk +0 lines, -14 lines 0 comments Download
D third_party/mojo_services/src/view_manager/public/cpp/lib/DEPS View 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/mojo_services/src/view_manager/public/cpp/lib/view.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo_services/src/view_manager/public/cpp/lib/view_manager_client_impl.h View 5 chunks +10 lines, -11 lines 0 comments Download
M third_party/mojo_services/src/view_manager/public/cpp/lib/view_manager_client_impl.cc View 6 chunks +23 lines, -21 lines 0 comments Download
M third_party/mojo_services/src/view_manager/public/cpp/tests/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
D third_party/mojo_services/src/view_manager/public/cpp/tests/DEPS View 1 chunk +0 lines, -16 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/cpp/tests/run_all_unittests.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
D third_party/mojo_services/src/view_manager/public/cpp/tests/view_manager_unittests.cc View 1 chunk +0 lines, -14 lines 0 comments Download
M third_party/mojo_services/src/view_manager/public/cpp/view_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo_services/src/window_manager/public/interfaces/window_manager.mojom View 1 chunk +15 lines, -7 lines 0 comments Download

Messages

Total messages: 12 (1 generated)
blundell
Hi Trung, Not sure if you (or someone else) was looking to do a roll. ...
5 years, 10 months ago (2015-02-05 16:33:37 UTC) #2
blundell
rockot: fyi.
5 years, 10 months ago (2015-02-05 16:35:14 UTC) #3
Ken Rockot(use gerrit already)
On 2015/02/05 16:35:14, blundell wrote: > rockot: fyi. Ah thanks for starting this. I was ...
5 years, 10 months ago (2015-02-05 16:38:13 UTC) #4
viettrungluu
On 2015/02/05 16:38:13, Ken Rockot wrote: > On 2015/02/05 16:35:14, blundell wrote: > > rockot: ...
5 years, 10 months ago (2015-02-05 18:33:05 UTC) #5
Ken Rockot(use gerrit already)
On 2015/02/05 18:33:05, viettrungluu wrote: > On 2015/02/05 16:38:13, Ken Rockot wrote: > > On ...
5 years, 10 months ago (2015-02-06 00:46:19 UTC) #6
Ken Rockot(use gerrit already)
On 2015/02/06 00:46:19, Ken Rockot wrote: > On 2015/02/05 18:33:05, viettrungluu wrote: > > On ...
5 years, 10 months ago (2015-02-06 04:17:59 UTC) #7
blundell
On 2015/02/06 04:17:59, Ken Rockot wrote: > On 2015/02/06 00:46:19, Ken Rockot wrote: > > ...
5 years, 10 months ago (2015-02-06 13:37:07 UTC) #8
viettrungluu
On 2015/02/06 13:37:07, blundell wrote: > On 2015/02/06 04:17:59, Ken Rockot wrote: > > On ...
5 years, 10 months ago (2015-02-06 20:58:57 UTC) #9
viettrungluu
On 2015/02/06 20:58:57, viettrungluu wrote: > On 2015/02/06 13:37:07, blundell wrote: > > On 2015/02/06 ...
5 years, 10 months ago (2015-02-06 21:02:37 UTC) #10
viettrungluu
On 2015/02/06 21:02:37, viettrungluu wrote: > On 2015/02/06 20:58:57, viettrungluu wrote: > > On 2015/02/06 ...
5 years, 10 months ago (2015-02-06 21:15:57 UTC) #11
blundell
5 years, 10 months ago (2015-02-09 09:35:12 UTC) #12
Thanks for finishing this off, Trung. Closing this out.

Powered by Google App Engine
This is Rietveld 408576698