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

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

Created:
5 years, 10 months ago by viettrungluu
Modified:
5 years, 10 months ago
Reviewers:
jamesr, blundell
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, piman+watch_chromium.org, cc-bugs_chromium.org, ben+mojo_chromium.org, darin (slow to review), Ken Rockot(use gerrit already)
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 [Taken over from blundell's https://codereview.chromium.org/901843003/, PS3.] 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. [Additional fix backported from https://codereview.chromium.org/898423002/.] Fix mojo::embedder::CreateChannel(): the evaluation order between the channel_info->channel_id and channel_info.release() is undefined. [Additional "fix" backported from https://codereview.chromium.org/903933006/.] Add an "unnecessary" .Pass() to try to placate MSVS. [Additional fix:] surfaces_service.mojom.h -> surfaces.mojom.h R=jamesr@chromium.org NOPRESUBMIT=true CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win8_chromium_gn_dbg,win8_chromium_gn_rel Committed: https://crrev.com/ac702dad4e2b64caacb84c9c5114d4d45456e183 Cr-Commit-Position: refs/heads/master@{#315161}

Patch Set 1 #

Total comments: 2

Patch Set 2 : use make_scoped_ptr and add .Pass() to view.cc #

Patch Set 3 : surfaces_service.mojom.h -> surfaces.mojom.h #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1462 lines, -1216 lines) Patch
M components/nacl/loader/nacl_listener.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M mojo/cc/output_surface_mojo.h View 2 chunks +2 lines, -4 lines 0 comments Download
M mojo/cc/output_surface_mojo.cc View 3 chunks +3 lines, -4 lines 0 comments Download
M mojo/services/html_viewer/html_document.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/html_viewer/weblayertreeview_impl.h View 1 2 1 chunk +1 line, -1 line 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 5 chunks +42 lines, -47 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/embedder_unittest.cc View 2 chunks +6 lines, -2 lines 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 2 chunks +65 lines, -31 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/channel_manager.cc View 4 chunks +57 lines, -14 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 1 chunk +2 lines, -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: 19 (6 generated)
viettrungluu
OK, green enough for TV (or is that "it's not easy being green"?).
5 years, 10 months ago (2015-02-06 22:27:49 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/904103003/1
5 years, 10 months ago (2015-02-06 22:28:42 UTC) #3
jamesr
lgtm https://codereview.chromium.org/904103003/diff/1/components/nacl/loader/nacl_listener.cc File components/nacl/loader/nacl_listener.cc (right): https://codereview.chromium.org/904103003/diff/1/components/nacl/loader/nacl_listener.cc#newcode437 components/nacl/loader/nacl_listener.cc:437: mojo::embedder::Init(scoped_ptr<mojo::embedder::PlatformSupport>( nit: you can just say make_scoped_ptr(new mojo::....), ...
5 years, 10 months ago (2015-02-06 22:31:38 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 10 months ago (2015-02-06 23:15:42 UTC) #6
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/c2e11810044fe5ff1c1b8588103671925a5b74fe Cr-Commit-Position: refs/heads/master@{#315128}
5 years, 10 months ago (2015-02-06 23:16:29 UTC) #7
viettrungluu
On 2015/02/06 23:16:29, I haz the power (commit-bot) wrote: > Patchset 1 (id:??) landed as ...
5 years, 10 months ago (2015-02-06 23:54:51 UTC) #8
jamesr
On 2015/02/06 23:54:51, viettrungluu wrote: > On 2015/02/06 23:16:29, I haz the power (commit-bot) wrote: ...
5 years, 10 months ago (2015-02-07 00:02:52 UTC) #9
viettrungluu
OK, added a .Pass() (with a parallel change in the Mojo repo sent to you). ...
5 years, 10 months ago (2015-02-07 00:14:31 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/904103003/40001
5 years, 10 months ago (2015-02-07 02:15:10 UTC) #13
commit-bot: I haz the power
Transient error: Too many "tryserver.chromium.win:win8_chromium_gn_dbg,tryserver.chromium.win:win8_chromium_gn_rel" delimiters in ":". Correct syntax is "tryserver:bot1,bot2;tryserver2:bot3,bot4;".
5 years, 10 months ago (2015-02-07 02:15:15 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/904103003/40001
5 years, 10 months ago (2015-02-07 02:24:19 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 10 months ago (2015-02-07 02:26:31 UTC) #18
commit-bot: I haz the power
5 years, 10 months ago (2015-02-07 02:27:00 UTC) #19
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/ac702dad4e2b64caacb84c9c5114d4d45456e183
Cr-Commit-Position: refs/heads/master@{#315161}

Powered by Google App Engine
This is Rietveld 408576698