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

Issue 883843002: Update mojo sdk to rev 126532ce21c5c3c55a1e1693731411cb60169efd (Closed)

Created:
5 years, 11 months ago by blundell
Modified:
5 years, 10 months ago
Reviewers:
jamesr, ppi
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org, Ken Rockot(use gerrit already), viettrungluu
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 126532ce21c5c3c55a1e1693731411cb60169efd Update HTMLViewer for de-clienting of Shell. Update ServiceRegistryTest.java for de-clienting of MathCalculator. NOPRESUBMIT=true Committed: https://crrev.com/29cbd973babcdcddc9df43f492088fa69795874e Cr-Commit-Position: refs/heads/master@{#313729}

Patch Set 1 #

Patch Set 2 : Changes to adapt to roll #

Total comments: 4

Patch Set 3 : Roll Mojo forward, respond to review #

Patch Set 4 : Rebase #

Patch Set 5 : Push roll forward, fix ServiceRegistryTest.java #

Patch Set 6 : Nit #

Total comments: 4

Patch Set 7 : Response to review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4219 lines, -976 lines) Patch
M content/public/android/javatests/src/org/chromium/content/browser/ServiceRegistryTest.java View 1 2 3 4 5 6 6 chunks +64 lines, -54 lines 0 comments Download
M mojo/application/application_runner_chromium.cc View 1 3 chunks +6 lines, -6 lines 0 comments Download
M mojo/application/application_test_main_chromium.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M mojo/services/content_handler/public/interfaces/BUILD.gn View 1 chunk +7 lines, -1 line 0 comments Download
M mojo/services/content_handler/public/interfaces/content_handler.mojom View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/html_viewer/html_viewer.cc View 1 2 3 4 5 6 4 chunks +13 lines, -8 lines 0 comments Download
M mojo/services/native_viewport/public/interfaces/native_viewport.mojom View 1 2 1 chunk +9 lines, -9 lines 0 comments Download
M mojo/services/navigation/public/interfaces/BUILD.gn View 1 chunk +7 lines, -1 line 0 comments Download
M mojo/services/public/js/application.js View 2 chunks +23 lines, -15 lines 0 comments Download
M mojo/services/public/js/service_provider.js View 3 chunks +13 lines, -13 lines 0 comments Download
M mojo/services/public/js/shell.js View 1 2 4 chunks +11 lines, -15 lines 0 comments Download
M mojo/services/view_manager/public/cpp/DEPS View 1 chunk +7 lines, -1 line 0 comments Download
D mojo/services/view_manager/public/cpp/lib/BUILD.gn View 1 chunk +0 lines, -23 lines 0 comments Download
M mojo/services/view_manager/public/cpp/lib/DEPS View 1 chunk +7 lines, -8 lines 0 comments Download
M mojo/services/view_manager/public/cpp/lib/view.cc View 1 2 5 chunks +33 lines, -0 lines 0 comments Download
M mojo/services/view_manager/public/cpp/lib/view_manager_client_impl.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M mojo/services/view_manager/public/cpp/lib/view_manager_client_impl.cc View 1 2 2 chunks +22 lines, -1 line 0 comments Download
D mojo/services/view_manager/public/cpp/lib/view_manager_test_suite.h View 1 chunk +0 lines, -26 lines 0 comments Download
D mojo/services/view_manager/public/cpp/lib/view_manager_test_suite.cc View 1 chunk +0 lines, -34 lines 0 comments Download
D mojo/services/view_manager/public/cpp/lib/view_manager_unittests.cc View 1 chunk +0 lines, -14 lines 0 comments Download
M mojo/services/view_manager/public/cpp/lib/view_private.h View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M mojo/services/view_manager/public/cpp/lib/view_private.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M mojo/services/view_manager/public/cpp/tests/BUILD.gn View 1 chunk +8 lines, -4 lines 0 comments Download
M mojo/services/view_manager/public/cpp/tests/DEPS View 1 chunk +12 lines, -1 line 0 comments Download
A + mojo/services/view_manager/public/cpp/tests/view_manager_test_suite.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + mojo/services/view_manager/public/cpp/tests/view_manager_test_suite.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/view_manager/public/cpp/tests/view_manager_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + mojo/services/view_manager/public/cpp/tests/view_manager_unittests.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/view_manager/public/cpp/view.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M mojo/services/view_manager/public/cpp/view_observer.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M mojo/services/view_manager/public/interfaces/view_manager.mojom View 1 2 2 chunks +6 lines, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/embedder/BUILD.gn View 2 chunks +22 lines, -0 lines 0 comments Download
A third_party/mojo/src/mojo/edk/embedder/master_process_delegate.h View 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/mojo/src/mojo/edk/embedder/slave_process_delegate.h View 1 chunk +36 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/BUILD.gn View 5 chunks +7 lines, -0 lines 0 comments Download
A third_party/mojo/src/mojo/edk/system/connection_manager.h View 1 chunk +105 lines, -0 lines 0 comments Download
A third_party/mojo/src/mojo/edk/system/connection_manager_unittest.cc View 1 chunk +501 lines, -0 lines 0 comments Download
A third_party/mojo/src/mojo/edk/system/master_connection_manager.h View 1 2 1 chunk +141 lines, -0 lines 0 comments Download
A third_party/mojo/src/mojo/edk/system/master_connection_manager.cc View 1 chunk +572 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/message_in_transit.h View 2 chunks +15 lines, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/system/message_in_transit.cc View 2 chunks +16 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher_unittest.cc View 1 chunk +6 lines, -1 line 0 comments Download
M third_party/mojo/src/mojo/edk/system/simple_dispatcher_unittest.cc View 1 chunk +6 lines, -1 line 0 comments Download
A third_party/mojo/src/mojo/edk/system/slave_connection_manager.h View 1 2 1 chunk +160 lines, -0 lines 0 comments Download
A third_party/mojo/src/mojo/edk/system/slave_connection_manager.cc View 1 chunk +316 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/VERSION View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/public/cpp/application/BUILD.gn View 2 chunks +3 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/application/application_impl.h View 1 2 3 chunks +18 lines, -14 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/application/application_test_base.h View 3 chunks +2 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/application/lib/application_impl.cc View 3 chunks +20 lines, -29 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/application/lib/application_runner.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/application/lib/application_test_base.cc View 4 chunks +63 lines, -34 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/application/lib/application_test_main.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/binding.h View 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/callback.h View 3 chunks +15 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/interface_ptr.h View 2 chunks +63 lines, -37 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/interface_request.h View 2 chunks +61 lines, -18 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/lib/map_internal.h View 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/lib/template_util.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/map.h View 12 chunks +64 lines, -10 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/strong_binding.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc View 11 chunks +76 lines, -50 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/system/buffer.h View 6 chunks +24 lines, -4 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/system/data_pipe.h View 9 chunks +23 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/system/functions.h View 2 chunks +14 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/system/handle.h View 1 chunk +1 line, -16 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/system/macros.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/public/cpp/system/message_pipe.h View 5 chunks +23 lines, -5 lines 0 comments Download
A third_party/mojo/src/mojo/public/dart/application.dart View 1 2 1 chunk +18 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/dart/bindings.dart View 1 chunk +2 lines, -2 lines 0 comments Download
A third_party/mojo/src/mojo/public/dart/src/application.dart View 1 2 1 chunk +121 lines, -0 lines 0 comments Download
D third_party/mojo/src/mojo/public/dart/src/client.dart View 1 chunk +0 lines, -82 lines 0 comments Download
M third_party/mojo/src/mojo/public/dart/src/codec.dart View 8 chunks +9 lines, -9 lines 0 comments Download
M third_party/mojo/src/mojo/public/dart/src/event_stream.dart View 1 2 3 chunks +6 lines, -3 lines 0 comments Download
D third_party/mojo/src/mojo/public/dart/src/interface.dart View 1 chunk +0 lines, -103 lines 0 comments Download
A + third_party/mojo/src/mojo/public/dart/src/proxy.dart View 2 chunks +5 lines, -5 lines 0 comments Download
A third_party/mojo/src/mojo/public/dart/src/service_provider.dart View 1 2 1 chunk +39 lines, -0 lines 0 comments Download
A + third_party/mojo/src/mojo/public/dart/src/stub.dart View 1 2 2 chunks +4 lines, -19 lines 0 comments Download
A third_party/mojo/src/mojo/public/go/bindings/decoder.go View 1 chunk +315 lines, -0 lines 0 comments Download
A third_party/mojo/src/mojo/public/go/bindings/encoder.go View 1 chunk +319 lines, -0 lines 0 comments Download
A third_party/mojo/src/mojo/public/go/bindings/message.go View 1 chunk +164 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/interfaces/application/application.mojom View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/mojo/src/mojo/public/interfaces/application/shell.mojom View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/public/interfaces/bindings/tests/math_calculator.mojom View 1 chunk +3 lines, -8 lines 0 comments Download
M third_party/mojo/src/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ConnectionErrorHandler.java View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/public/js/bindings.js View 1 2 5 chunks +29 lines, -1 line 0 comments Download
M third_party/mojo/src/mojo/public/js/connection.js View 1 2 4 chunks +77 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/mojo_sdk.gni View 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/mojo/src/mojo/public/platform/nacl/mojo_initial_handle.h View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M third_party/mojo/src/mojo/public/sky/convert_amd_modules_to_sky.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/interface_declaration.tmpl View 1 2 2 chunks +10 lines, -7 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/interface_definition.tmpl View 1 2 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/interface_macros.tmpl View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/wrapper_class_declaration.tmpl View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/wrapper_union_class_declaration.tmpl View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/dart_templates/interface_definition.tmpl View 1 2 5 chunks +90 lines, -83 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/js_templates/module.sky.tmpl View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/mojom_dart_generator.py View 1 2 3 chunks +5 lines, -6 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/generators/mojom_js_generator.py View 1 chunk +8 lines, -8 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/pylib/mojom/parse/ast.py View 5 chunks +30 lines, -8 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/pylib/mojom/parse/parser.py View 6 chunks +23 lines, -19 lines 0 comments Download
M third_party/mojo/src/mojo/public/tools/bindings/pylib/mojom_tests/parse/parser_unittest.py View 25 chunks +179 lines, -93 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, -3 lines 0 comments Download

Messages

Total messages: 23 (8 generated)
blundell
rockot: FYI. This patch is not ready for landing, but I'd like to call in ...
5 years, 10 months ago (2015-01-28 18:39:18 UTC) #2
jamesr
html_viewer lgtm The MasterConnectionManager errors are because that part of the EDK is declared a ...
5 years, 10 months ago (2015-01-28 18:46:25 UTC) #3
jamesr
You *probably* just need a MOJO_SYSTEM_IMPL_EXPORT annotation on both MasterConnectionManager and SlaveConnectionManager's class declaration. Does ...
5 years, 10 months ago (2015-01-28 18:51:44 UTC) #4
ppi
Re Java changes - yes, the changes are pretty straightforward and correspond to what is ...
5 years, 10 months ago (2015-01-28 19:02:18 UTC) #5
blundell
On 2015/01/28 18:51:44, jamesr wrote: > You *probably* just need a MOJO_SYSTEM_IMPL_EXPORT annotation on both ...
5 years, 10 months ago (2015-01-28 19:29:59 UTC) #6
blundell
Thanks, James. Rolled Mojo forward to catch the component build fix. https://codereview.chromium.org/883843002/diff/20001/mojo/services/html_viewer/html_viewer.cc File mojo/services/html_viewer/html_viewer.cc (right): ...
5 years, 10 months ago (2015-01-29 11:39:32 UTC) #7
blundell
ppi: Can you look at ServiceRegistryTest.java?
5 years, 10 months ago (2015-01-29 14:54:04 UTC) #8
ppi
lgtm % nits, thanks! https://codereview.chromium.org/883843002/diff/100001/content/public/android/javatests/src/org/chromium/content/browser/ServiceRegistryTest.java File content/public/android/javatests/src/org/chromium/content/browser/ServiceRegistryTest.java (right): https://codereview.chromium.org/883843002/diff/100001/content/public/android/javatests/src/org/chromium/content/browser/ServiceRegistryTest.java#newcode36 content/public/android/javatests/src/org/chromium/content/browser/ServiceRegistryTest.java:36: public static class CalcConnectionErrorHandler implements ...
5 years, 10 months ago (2015-01-29 15:18:27 UTC) #9
blundell
Thanks! As discussed offline, going to land this and address the nits in a followup ...
5 years, 10 months ago (2015-01-29 15:21:55 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/883843002/100001
5 years, 10 months ago (2015-01-29 15:23:40 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/39172)
5 years, 10 months ago (2015-01-29 15:30:11 UTC) #17
blundell
Changes made. https://codereview.chromium.org/883843002/diff/100001/content/public/android/javatests/src/org/chromium/content/browser/ServiceRegistryTest.java File content/public/android/javatests/src/org/chromium/content/browser/ServiceRegistryTest.java (right): https://codereview.chromium.org/883843002/diff/100001/content/public/android/javatests/src/org/chromium/content/browser/ServiceRegistryTest.java#newcode36 content/public/android/javatests/src/org/chromium/content/browser/ServiceRegistryTest.java:36: public static class CalcConnectionErrorHandler implements ConnectionErrorHandler { ...
5 years, 10 months ago (2015-01-29 16:28:42 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/883843002/120001
5 years, 10 months ago (2015-01-29 16:29:58 UTC) #21
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 10 months ago (2015-01-29 17:36:44 UTC) #22
commit-bot: I haz the power
5 years, 10 months ago (2015-01-29 17:37:46 UTC) #23
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/29cbd973babcdcddc9df43f492088fa69795874e
Cr-Commit-Position: refs/heads/master@{#313729}

Powered by Google App Engine
This is Rietveld 408576698