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

Issue 683583002: Update mojo sdk to rev e083961bf11fd0c94d40be8853761da529b6d444 (Closed)

Created:
6 years, 1 month ago by Aaron Boodman
Modified:
6 years, 1 month ago
Reviewers:
jamesr
CC:
chromium-reviews, feature-media-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, tfarina, jam, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin-cc_chromium.org, 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 e083961bf11fd0c94d40be8853761da529b6d444 TBR=jam@chromium.org Committed: https://crrev.com/37273cab357d03ad9d2bcfa4ae467567ce93e2c4 Cr-Commit-Position: refs/heads/master@{#302038}

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : fff #

Patch Set 4 : remove extraneous nullcheck #

Patch Set 5 : rebase #

Patch Set 6 : geolocation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1322 lines, -205 lines) Patch
M content/common/geolocation_service.mojom View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/common/render_frame_setup.mojom View 1 1 chunk +1 line, -1 line 0 comments Download
M device/battery/battery_monitor.mojom View 1 1 chunk +1 line, -1 line 0 comments Download
M device/serial/data_stream_serialization.mojom View 1 1 chunk +1 line, -1 line 0 comments Download
M device/serial/serial.mojom View 1 chunk +1 line, -1 line 0 comments Download
M device/serial/serial_serialization.mojom View 1 chunk +2 lines, -2 lines 0 comments Download
M media/mojo/interfaces/demuxer_stream.mojom View 1 chunk +1 line, -1 line 0 comments Download
M media/mojo/interfaces/media_renderer.mojom View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/edk/system/channel_endpoint.h View 1 chunk +0 lines, -4 lines 0 comments Download
M mojo/edk/system/channel_endpoint.cc View 1 chunk +0 lines, -28 lines 0 comments Download
M mojo/edk/system/remote_message_pipe_unittest.cc View 1 1 chunk +67 lines, -0 lines 0 comments Download
M mojo/public/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/public/VERSION View 1 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/cpp/application/BUILD.gn View 1 chunk +13 lines, -0 lines 0 comments Download
M mojo/public/cpp/application/DEPS View 1 chunk +5 lines, -0 lines 0 comments Download
M mojo/public/cpp/application/application_impl.h View 1 1 chunk +1 line, -0 lines 0 comments Download
A mojo/public/cpp/application/application_test_base.h View 1 chunk +50 lines, -0 lines 0 comments Download
M mojo/public/cpp/application/lib/DEPS View 1 chunk +4 lines, -1 line 0 comments Download
M mojo/public/cpp/application/lib/application_impl.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
A mojo/public/cpp/application/lib/application_test_base.cc View 1 chunk +94 lines, -0 lines 0 comments Download
M mojo/public/gles2/BUILD.gn View 1 1 chunk +5 lines, -1 line 0 comments Download
M mojo/public/go/system/core.go View 1 chunk +68 lines, -10 lines 0 comments Download
M mojo/public/go/system/impl/core_impl.go View 1 chunk +95 lines, -2 lines 0 comments Download
A mojo/public/go/system/impl/mojo_types.go View 1 chunk +212 lines, -0 lines 0 comments Download
M mojo/public/interfaces/application/application.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/interfaces/application/shell.mojom View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/public/interfaces/bindings/tests/sample_factory.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/interfaces/bindings/tests/sample_import2.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/interfaces/bindings/tests/sample_service.mojom View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/public/interfaces/bindings/tests/test_structs.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/java/bindings/src/org/chromium/mojo/bindings/BindingsHelper.java View 1 2 3 3 chunks +59 lines, -3 lines 0 comments Download
M mojo/public/java/bindings/src/org/chromium/mojo/bindings/MessageHeader.java View 1 1 chunk +4 lines, -13 lines 0 comments Download
M mojo/public/js/bindings/core_unittests.js View 2 chunks +15 lines, -0 lines 0 comments Download
M mojo/public/python/mojo/bindings/messaging.py View 1 5 chunks +11 lines, -3 lines 0 comments Download
M mojo/public/python/mojo/bindings/promise.py View 1 3 chunks +9 lines, -1 line 0 comments Download
M mojo/public/python/mojo/bindings/reflection.py View 1 6 chunks +354 lines, -1 line 0 comments Download
M mojo/public/tools/bindings/generators/java_templates/struct_definition.tmpl View 1 2 chunks +60 lines, -0 lines 0 comments Download
M mojo/public/tools/bindings/generators/mojom_java_generator.py View 1 1 chunk +8 lines, -6 lines 0 comments Download
M mojo/public/tools/bindings/generators/mojom_python_generator.py View 1 8 chunks +44 lines, -7 lines 0 comments Download
M mojo/public/tools/bindings/generators/python_templates/module.py.tmpl View 1 2 chunks +25 lines, -24 lines 0 comments Download
M mojo/public/tools/bindings/generators/python_templates/module_macros.tmpl View 1 1 chunk +28 lines, -0 lines 0 comments Download
M mojo/public/tools/bindings/pylib/mojom/parse/parser.py View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/tools/bindings/pylib/mojom_tests/parse/parser_unittest.py View 4 chunks +15 lines, -5 lines 0 comments Download
M mojo/services/public/cpp/native_viewport/args.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M mojo/services/public/cpp/native_viewport/lib/args.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M mojo/services/public/interfaces/content_handler/content_handler.mojom View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/public/interfaces/gpu/gpu.mojom View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/public/interfaces/input_events/input_events.mojom View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/services/public/interfaces/native_viewport/native_viewport.mojom View 1 chunk +4 lines, -4 lines 0 comments Download
M mojo/services/public/interfaces/navigation/navigation.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/public/interfaces/network/network_service.mojom View 1 chunk +8 lines, -8 lines 0 comments Download
M mojo/services/public/interfaces/network/tcp_bound_socket.mojom View 1 chunk +4 lines, -4 lines 0 comments Download
M mojo/services/public/interfaces/network/tcp_server_socket.mojom View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/services/public/interfaces/network/udp_socket.mojom View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/public/interfaces/network/url_loader.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/public/interfaces/network/web_socket.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/public/interfaces/surfaces/quads.mojom View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/public/interfaces/surfaces/surfaces.mojom View 1 chunk +4 lines, -4 lines 0 comments Download
M mojo/services/public/interfaces/surfaces/surfaces_service.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/public/interfaces/view_manager/view_manager.mojom View 1 chunk +5 lines, -5 lines 0 comments Download
M mojo/services/public/interfaces/window_manager/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M mojo/services/public/interfaces/window_manager/window_manager.mojom View 1 2 chunks +2 lines, -24 lines 0 comments Download
A + mojo/services/public/interfaces/window_manager/window_manager_internal.mojom View 1 1 chunk +1 line, -8 lines 0 comments Download

Messages

Total messages: 26 (9 generated)
Aaron Boodman
6 years, 1 month ago (2014-10-27 20:19:45 UTC) #2
jamesr
mostly lgtm. there's one bit that changed on the chromium side in a way that ...
6 years, 1 month ago (2014-10-27 20:28:20 UTC) #3
Aaron Boodman
On Mon, Oct 27, 2014 at 1:28 PM, <jamesr@chromium.org> wrote: > mostly lgtm. there's one ...
6 years, 1 month ago (2014-10-27 20:39:55 UTC) #4
jamesr
I believe the files was patched in the chromium checkin so it would compile everywhere, ...
6 years, 1 month ago (2014-10-27 20:48:02 UTC) #5
jamesr
Indeed: FAILED: ninja -t msvc -e environment.x64 -- E:\b\build\goma/gomacc "E:\b\depot_tools\win_toolchain\vs2013_files\VC\bin\amd64\cl.exe" /nologo /showIncludes /FC @obj\mojo\edk\system\mojo_message_pipe_perftests.message_pipe_perftest.obj.rsp /c ...
6 years, 1 month ago (2014-10-27 20:48:48 UTC) #6
Aaron Boodman
https://codereview.chromium.org/683583002/diff/1/content/common/render_frame_setup.mojom File content/common/render_frame_setup.mojom (right): https://codereview.chromium.org/683583002/diff/1/content/common/render_frame_setup.mojom#newcode5 content/common/render_frame_setup.mojom:5: import "../../mojo/public/interfaces/application/service_provider.mojom"; On 2014/10/27 20:28:19, jamesr wrote: > huh, ...
6 years, 1 month ago (2014-10-28 22:38:48 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/683583002/60001
6 years, 1 month ago (2014-10-29 04:42:49 UTC) #10
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/20819)
6 years, 1 month ago (2014-10-29 04:49:25 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/683583002/60001
6 years, 1 month ago (2014-10-29 05:06:46 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg_recipe/builds/17290)
6 years, 1 month ago (2014-10-29 05:46:09 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/683583002/100001
6 years, 1 month ago (2014-10-29 23:30:01 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/85945) android_dbg_tests_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_dbg_tests_recipe/builds/23550) linux_chromium_gn_rel ...
6 years, 1 month ago (2014-10-29 23:41:35 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/683583002/120001
6 years, 1 month ago (2014-10-30 04:38:38 UTC) #22
commit-bot: I haz the power
Committed patchset #6 (id:120001)
6 years, 1 month ago (2014-10-30 05:34:40 UTC) #23
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/37273cab357d03ad9d2bcfa4ae467567ce93e2c4 Cr-Commit-Position: refs/heads/master@{#302038}
6 years, 1 month ago (2014-10-30 05:35:32 UTC) #24
binjin
A revert of this CL (patchset #6 id:120001) has been created in https://codereview.chromium.org/694463002/ by binjin@chromium.org. ...
6 years, 1 month ago (2014-10-30 10:43:09 UTC) #25
qsr
6 years, 1 month ago (2014-10-30 11:39:26 UTC) #26
Message was sent while issue was closed.
Findbugs errors fixed by: https://codereview.chromium.org/692823003

Powered by Google App Engine
This is Rietveld 408576698