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

Issue 830593003: Update mojo sdk to rev 9fbbc4f0fef1187312316c0ed992342474e139f1 (Closed)

Created:
5 years, 11 months ago by Ken Rockot(use gerrit already)
Modified:
5 years, 11 months ago
Reviewers:
jamesr
CC:
chromium-reviews, extensions-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, dcheng, piman+watch_chromium.org, chromium-apps-reviews_chromium.org, darin (slow to review), ben+mojo_chromium.org, jamesr, azani
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 9fbbc4f0fef1187312316c0ed992342474e139f1 BUG=None TBR=jamesr@chromium.org TBR=darin@chromium.org Committed: https://crrev.com/6dcbf7cdd88395e3719f79753976841762969e0b Cr-Commit-Position: refs/heads/master@{#311784}

Patch Set 1 #

Patch Set 2 : include mojo fix from e5d1fa715fdeef713eebeca089681ad71cff6765 #

Patch Set 3 : signedness fix #

Patch Set 4 : #

Patch Set 5 : remove obsolete findbugs entries #

Patch Set 6 : cherry-pick mojo 9d3b8dd17f12d20035a14737fdc38dd926890ff8 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3120 lines, -5212 lines) Patch
M build/android/findbugs_filter/findbugs_known_bugs.txt View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M extensions/browser/mojo/stash_backend_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M ipc/mojo/async_handle_waiter_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M mojo/android/BUILD.gn View 3 chunks +56 lines, -0 lines 0 comments Download
M mojo/android/javatests/src/org/chromium/mojo/TestUtils.java View 1 chunk +1 line, -1 line 0 comments Download
M mojo/android/javatests/src/org/chromium/mojo/bindings/BindingsTest.java View 4 chunks +1 line, -41 lines 0 comments Download
M mojo/android/javatests/src/org/chromium/mojo/bindings/ValidationTest.java View 5 chunks +10 lines, -12 lines 0 comments Download
M mojo/android/javatests/src/org/chromium/mojo/bindings/ValidationTestUtil.java View 1 chunk +1 line, -1 line 0 comments Download
M mojo/android/javatests/src/org/chromium/mojo/bindings/ValidationTestUtilTest.java View 2 chunks +3 lines, -3 lines 0 comments Download
M mojo/android/system/core_impl.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M mojo/android/system/src/org/chromium/mojo/system/impl/CoreImpl.java View 2 chunks +2 lines, -1 line 0 comments Download
M mojo/application/application_test_main_chromium.cc View 1 chunk +1 line, -38 lines 0 comments Download
M mojo/common/data_pipe_utils.cc View 1 chunk +2 lines, -1 line 0 comments Download
M mojo/common/message_pump_mojo.h View 1 chunk +4 lines, -2 lines 0 comments Download
M mojo/common/message_pump_mojo.cc View 2 chunks +34 lines, -39 lines 0 comments Download
M mojo/edk/embedder/embedder_unittest.cc View 13 chunks +25 lines, -30 lines 0 comments Download
M mojo/edk/embedder/entrypoints.cc View 2 chunks +6 lines, -25 lines 0 comments Download
M mojo/edk/embedder/platform_channel_pair_posix_unittest.cc View 4 chunks +17 lines, -15 lines 0 comments Download
M mojo/edk/js/test/BUILD.gn View 2 chunks +2 lines, -2 lines 0 comments Download
M mojo/edk/system/BUILD.gn View 3 chunks +4 lines, -0 lines 0 comments Download
A + mojo/edk/system/DEPS View 0 chunks +-1 lines, --1 lines 0 comments Download
M mojo/edk/system/raw_channel_unittest.cc View 3 chunks +123 lines, -1 line 0 comments Download
M mojo/edk/system/remote_message_pipe_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/edk/system/test_utils.h View 1 chunk +0 lines, -15 lines 0 comments Download
M mojo/edk/system/test_utils.cc View 2 chunks +0 lines, -22 lines 0 comments Download
M mojo/edk/system/transport_data.h View 2 chunks +5 lines, -8 lines 0 comments Download
M mojo/edk/system/transport_data.cc View 3 chunks +6 lines, -13 lines 0 comments Download
A mojo/edk/system/unique_identifier.h View 1 chunk +92 lines, -0 lines 0 comments Download
A mojo/edk/system/unique_identifier.cc View 1 chunk +29 lines, -0 lines 0 comments Download
A mojo/edk/system/unique_identifier_unittest.cc View 1 chunk +106 lines, -0 lines 0 comments Download
M mojo/edk/test/multiprocess_test_helper.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/mojo_services_public.gyp View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M mojo/mojom_bindings_generator_variables.gypi View 2 chunks +1 line, -2 lines 0 comments Download
A mojo/nacl/BUILD.gn View 1 chunk +103 lines, -0 lines 0 comments Download
M mojo/nacl/generator/generate_nacl_bindings.py View 3 chunks +41 lines, -13 lines 0 comments Download
M mojo/nacl/generator/interface.py View 3 chunks +12 lines, -4 lines 0 comments Download
M mojo/nacl/generator/interface_dsl.py View 4 chunks +24 lines, -2 lines 0 comments Download
M mojo/nacl/mojo_syscall_internal.h View 3 chunks +26 lines, -1 line 0 comments Download
M mojo/public/VERSION View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/c/system/functions.h View 3 chunks +10 lines, -69 lines 0 comments Download
M mojo/public/c/system/tests/core_perftest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/public/c/system/tests/core_unittest.cc View 10 chunks +18 lines, -21 lines 0 comments Download
M mojo/public/c/system/tests/core_unittest_pure_c.c View 3 chunks +5 lines, -4 lines 0 comments Download
M mojo/public/c/test_support/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M mojo/public/cpp/application/application_test_base.h View 1 chunk +4 lines, -5 lines 0 comments Download
M mojo/public/cpp/application/lib/application_test_base.cc View 3 chunks +46 lines, -6 lines 0 comments Download
M mojo/public/cpp/application/lib/application_test_main.cc View 1 chunk +1 line, -40 lines 0 comments Download
M mojo/public/cpp/bindings/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/public/cpp/bindings/lib/connector.cc View 1 chunk +2 lines, -1 line 0 comments Download
A mojo/public/cpp/bindings/lib/union_accessor.h View 1 chunk +33 lines, -0 lines 0 comments Download
A mojo/public/cpp/bindings/tests/union_unittest.cc View 1 chunk +172 lines, -0 lines 0 comments Download
M mojo/public/cpp/system/handle.h View 4 chunks +7 lines, -41 lines 0 comments Download
M mojo/public/cpp/system/tests/core_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/cpp/test_support/lib/test_utils.cc View 1 chunk +2 lines, -1 line 0 comments Download
M mojo/public/dart/bindings.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M mojo/public/dart/src/buffer.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M mojo/public/dart/src/client.dart View 1 chunk +97 lines, -65 lines 0 comments Download
M mojo/public/dart/src/codec.dart View 1 chunk +436 lines, -647 lines 0 comments Download
M mojo/public/dart/src/data_pipe.dart View 5 chunks +10 lines, -8 lines 0 comments Download
M mojo/public/dart/src/handle.dart View 6 chunks +67 lines, -100 lines 0 comments Download
M mojo/public/dart/src/handle_watcher.dart View 12 chunks +95 lines, -92 lines 0 comments Download
M mojo/public/dart/src/interface.dart View 1 chunk +95 lines, -73 lines 0 comments Download
A mojo/public/dart/src/message.dart View 1 chunk +97 lines, -0 lines 0 comments Download
M mojo/public/dart/src/message_pipe.dart View 4 chunks +6 lines, -6 lines 0 comments Download
A mojo/public/dart/src/struct.dart View 1 chunk +38 lines, -0 lines 0 comments Download
M mojo/public/dart/src/timer_queue.dart View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/dart/src/types.dart View 2 chunks +80 lines, -15 lines 0 comments Download
A mojo/public/interfaces/bindings/tests/test_unions.mojom View 1 chunk +25 lines, -0 lines 0 comments Download
M mojo/public/java/system/src/org/chromium/mojo/system/Core.java View 2 chunks +4 lines, -4 lines 0 comments Download
M mojo/public/js/BUILD.gn View 1 chunk +3 lines, -1 line 0 comments Download
M mojo/public/mojo_application.gni View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/platform/native/system_thunks.h View 2 chunks +5 lines, -14 lines 0 comments Download
M mojo/public/platform/native/system_thunks.cc View 1 chunk +8 lines, -23 lines 0 comments Download
M mojo/public/python/BUILD.gn View 5 chunks +21 lines, -36 lines 0 comments Download
A + mojo/public/python/c_async_waiter.pxd View 0 chunks +-1 lines, --1 lines 0 comments Download
A + mojo/public/python/c_core.pxd View 1 chunk +10 lines, -10 lines 0 comments Download
A + mojo/public/python/c_environment.pxd View 0 chunks +-1 lines, --1 lines 0 comments Download
A + mojo/public/python/c_export.pxd View 0 chunks +-1 lines, --1 lines 0 comments Download
A + mojo/public/python/c_thunks.pxd View 0 chunks +-1 lines, --1 lines 0 comments Download
D mojo/public/python/mojo/__init__.py View 1 chunk +0 lines, -3 lines 0 comments Download
D mojo/public/python/mojo/bindings/__init__.py View 1 chunk +0 lines, -3 lines 0 comments Download
D mojo/public/python/mojo/bindings/descriptor.py View 1 chunk +0 lines, -696 lines 0 comments Download
D mojo/public/python/mojo/bindings/messaging.py View 1 chunk +0 lines, -407 lines 0 comments Download
D mojo/public/python/mojo/bindings/promise.py View 1 chunk +0 lines, -196 lines 0 comments Download
D mojo/public/python/mojo/bindings/reflection.py View 1 chunk +0 lines, -569 lines 0 comments Download
D mojo/public/python/mojo/bindings/serialization.py View 1 chunk +0 lines, -193 lines 0 comments Download
D mojo/public/python/mojo/c_async_waiter.pxd View 1 chunk +0 lines, -28 lines 0 comments Download
D mojo/public/python/mojo/c_core.pxd View 1 chunk +0 lines, -201 lines 0 comments Download
D mojo/public/python/mojo/c_environment.pxd View 1 chunk +0 lines, -35 lines 0 comments Download
D mojo/public/python/mojo/c_export.pxd View 1 chunk +0 lines, -11 lines 0 comments Download
D mojo/public/python/mojo/c_thunks.pxd View 1 chunk +0 lines, -12 lines 0 comments Download
D mojo/public/python/mojo/system.pyx View 1 chunk +0 lines, -804 lines 0 comments Download
D mojo/public/python/mojo/system_impl.pyx View 1 chunk +0 lines, -75 lines 0 comments Download
A + mojo/public/python/mojo_bindings/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + mojo/public/python/mojo_bindings/descriptor.py View 5 chunks +9 lines, -9 lines 0 comments Download
A + mojo/public/python/mojo_bindings/messaging.py View 1 chunk +2 lines, -2 lines 0 comments Download
A + mojo/public/python/mojo_bindings/promise.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + mojo/public/python/mojo_bindings/reflection.py View 1 chunk +3 lines, -3 lines 0 comments Download
A + mojo/public/python/mojo_bindings/serialization.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + mojo/public/python/mojo_system.pyx View 3 chunks +3 lines, -3 lines 0 comments Download
A + mojo/public/python/mojo_system_impl.pyx View 0 chunks +-1 lines, --1 lines 0 comments Download
M mojo/public/sky/convert_amd_modules_to_sky.py View 1 chunk +2 lines, -1 line 0 comments Download
M mojo/public/third_party/ply/README.chromium View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/third_party/ply/__init__.py View 1 chunk +32 lines, -0 lines 0 comments Download
A + mojo/public/third_party/ply/license.patch View 0 chunks +-1 lines, --1 lines 0 comments Download
M mojo/public/tools/bindings/generators/cpp_templates/module-internal.h.tmpl View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M mojo/public/tools/bindings/generators/cpp_templates/module.cc.tmpl View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
A mojo/public/tools/bindings/generators/cpp_templates/union_serialization_definition.tmpl View 1 chunk +67 lines, -0 lines 0 comments Download
A mojo/public/tools/bindings/generators/cpp_templates/wrapper_union_class_declaration.tmpl View 1 chunk +50 lines, -0 lines 0 comments Download
A mojo/public/tools/bindings/generators/cpp_templates/wrapper_union_class_definition.tmpl View 1 chunk +96 lines, -0 lines 0 comments Download
M mojo/public/tools/bindings/generators/dart_templates/enum_definition.tmpl View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/tools/bindings/generators/dart_templates/interface_definition.tmpl View 3 chunks +72 lines, -50 lines 0 comments Download
M mojo/public/tools/bindings/generators/dart_templates/module_definition.tmpl View 1 chunk +2 lines, -1 line 0 comments Download
M mojo/public/tools/bindings/generators/dart_templates/struct_definition.tmpl View 1 chunk +110 lines, -47 lines 0 comments Download
M mojo/public/tools/bindings/generators/mojom_dart_generator.py View 8 chunks +236 lines, -125 lines 0 comments Download
M mojo/public/tools/bindings/generators/mojom_js_generator.py View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/tools/bindings/generators/python_templates/module.py.tmpl View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/public/tools/bindings/mojom.gni View 1 2 3 4 5 5 chunks +37 lines, -1 line 0 comments Download
M mojo/services/accessibility/public/interfaces/BUILD.gn View 2 chunks +3 lines, -2 lines 0 comments Download
M mojo/services/accessibility/public/interfaces/accessibility.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/clipboard/public/interfaces/BUILD.gn View 1 chunk +2 lines, -1 line 0 comments Download
M mojo/services/content_handler/public/interfaces/BUILD.gn View 2 chunks +5 lines, -3 lines 0 comments Download
M mojo/services/content_handler/public/interfaces/content_handler.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/geometry/public/cpp/BUILD.gn View 1 chunk +7 lines, -2 lines 0 comments Download
A mojo/services/geometry/public/cpp/DEPS View 1 chunk +3 lines, -0 lines 0 comments Download
M mojo/services/geometry/public/cpp/geometry_util.h View 2 chunks +2 lines, -2 lines 0 comments Download
M mojo/services/geometry/public/interfaces/BUILD.gn View 1 chunk +2 lines, -1 line 0 comments Download
M mojo/services/geometry/public/interfaces/geometry.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/gpu/public/interfaces/BUILD.gn View 1 chunk +2 lines, -1 line 0 comments Download
M mojo/services/gpu/public/interfaces/command_buffer.mojom View 2 chunks +5 lines, -5 lines 0 comments Download
M mojo/services/gpu/public/interfaces/gpu.mojom View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/services/html_viewer/BUILD.gn View 1 2 chunks +1 line, -1 line 0 comments Download
M mojo/services/input_events/public/interfaces/BUILD.gn View 1 chunk +2 lines, -1 line 0 comments Download
A + mojo/services/mojo_sdk_root.gni View 1 chunk +2 lines, -0 lines 0 comments Download
M mojo/services/native_viewport/public/cpp/BUILD.gn View 1 chunk +5 lines, -1 line 0 comments Download
A mojo/services/native_viewport/public/cpp/DEPS View 1 chunk +3 lines, -0 lines 0 comments Download
M mojo/services/native_viewport/public/cpp/lib/args.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/native_viewport/public/interfaces/BUILD.gn View 1 chunk +2 lines, -1 line 0 comments Download
M mojo/services/native_viewport/public/interfaces/native_viewport.mojom View 2 chunks +8 lines, -3 lines 0 comments Download
M mojo/services/navigation/public/interfaces/BUILD.gn View 1 chunk +2 lines, -1 line 0 comments Download
A mojo/services/network/public/DEPS View 1 chunk +11 lines, -0 lines 0 comments Download
M mojo/services/network/public/cpp/BUILD.gn View 2 chunks +12 lines, -4 lines 0 comments Download
A mojo/services/network/public/cpp/DEPS View 1 chunk +3 lines, -0 lines 0 comments Download
M mojo/services/network/public/cpp/udp_socket_wrapper.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/network/public/cpp/udp_socket_wrapper.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/network/public/cpp/web_socket_read_queue.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/network/public/cpp/web_socket_write_queue.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/network/public/interfaces/BUILD.gn View 1 chunk +2 lines, -1 line 0 comments Download
A mojo/services/public/build/config/BUILD.gn View 1 chunk +17 lines, -0 lines 0 comments Download
M mojo/services/public/js/application.js View 2 chunks +3 lines, -3 lines 0 comments Download
M mojo/services/public/js/service_provider.js View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/public/js/shell.js View 1 chunk +3 lines, -8 lines 0 comments Download
A + mojo/services/public/sky/BUILD.gn View 1 chunk +4 lines, -9 lines 0 comments Download
M mojo/services/surfaces/public/cpp/BUILD.gn View 1 chunk +8 lines, -3 lines 0 comments Download
M mojo/services/surfaces/public/cpp/DEPS View 1 chunk +2 lines, -1 line 0 comments Download
M mojo/services/surfaces/public/cpp/surfaces_utils.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/surfaces/public/cpp/surfaces_utils.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/surfaces/public/interfaces/BUILD.gn View 1 chunk +2 lines, -1 line 0 comments Download
M mojo/services/view_manager/public/cpp/BUILD.gn View 2 chunks +19 lines, -10 lines 0 comments Download
M mojo/services/view_manager/public/cpp/DEPS View 1 chunk +6 lines, -5 lines 0 comments Download
M mojo/services/view_manager/public/cpp/lib/DEPS View 1 chunk +3 lines, -5 lines 0 comments Download
M mojo/services/view_manager/public/cpp/lib/view.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M mojo/services/view_manager/public/cpp/lib/view_manager_client_factory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/view_manager/public/cpp/lib/view_manager_client_impl.h View 1 chunk +5 lines, -5 lines 0 comments Download
M mojo/services/view_manager/public/cpp/lib/view_manager_client_impl.cc View 4 chunks +11 lines, -11 lines 0 comments Download
M mojo/services/view_manager/public/cpp/lib/view_manager_context.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/view_manager/public/cpp/lib/view_observer.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/view_manager/public/cpp/lib/view_private.h View 2 chunks +5 lines, -1 line 0 comments Download
M mojo/services/view_manager/public/cpp/lib/view_private.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/view_manager/public/cpp/tests/DEPS View 1 chunk +3 lines, -2 lines 0 comments Download
M mojo/services/view_manager/public/cpp/util.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/view_manager/public/cpp/view.h View 3 chunks +8 lines, -4 lines 0 comments Download
M mojo/services/view_manager/public/cpp/view_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/view_manager/public/cpp/view_manager_client_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/view_manager/public/cpp/view_observer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/view_manager/public/cpp/view_property.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/view_manager/public/cpp/view_tracker.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/view_manager/public/cpp/view_tracker.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/view_manager/public/interfaces/BUILD.gn View 2 chunks +8 lines, -5 lines 0 comments Download
M mojo/services/view_manager/public/interfaces/animations.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/view_manager/public/interfaces/view_manager.mojom View 4 chunks +8 lines, -6 lines 0 comments Download
M mojo/services/window_manager/public/interfaces/BUILD.gn View 2 chunks +4 lines, -2 lines 0 comments Download
M mojo/services/window_manager/public/interfaces/window_manager.mojom View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 28 (10 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/830593003/60001
5 years, 11 months ago (2015-01-15 03:17:06 UTC) #2
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/37794)
5 years, 11 months ago (2015-01-15 03:51:15 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/830593003/80001
5 years, 11 months ago (2015-01-15 06:38:22 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/830593003/120001
5 years, 11 months ago (2015-01-15 18:05:58 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/23763)
5 years, 11 months ago (2015-01-15 19:18:23 UTC) #13
Ken Rockot(use gerrit already)
Anyone have any insight on the Win8 compile failures? I think they're the only outstanding ...
5 years, 11 months ago (2015-01-15 21:55:39 UTC) #14
jamesr
[1273/4217] STAMP obj/ui/resources/ui_resources_grd_grit.inputdeps.stamp FAILED: ninja -t msvc -e environment.x86 -- "E:\b\depot_tools\win_toolchain\vs2013_files\VC\bin\amd64_x86/cl.exe" /nologo /showIncludes /FC @obj/out/Release/gen/mojo/public/interfaces/bindings/tests/test_interfaces.test_unions.mojom.obj.rsp ...
5 years, 11 months ago (2015-01-15 22:14:21 UTC) #16
jamesr
Ah, probably the win8 gn trybot is the only gn trybot on windows and we ...
5 years, 11 months ago (2015-01-15 22:26:22 UTC) #17
jamesr
Looks like https://github.com/domokit/mojo/commit/c9946319b4a4f377f696f146304293a8329b3be5 added this. I think the author is OOO for a bit
5 years, 11 months ago (2015-01-15 22:29:46 UTC) #18
Ken Rockot(use gerrit already)
On 2015/01/15 22:29:46, jamesr wrote: > Looks like > https://github.com/domokit/mojo/commit/c9946319b4a4f377f696f146304293a8329b3be5 > added this. I think ...
5 years, 11 months ago (2015-01-15 22:33:20 UTC) #19
Ken Rockot(use gerrit already)
On 2015/01/15 22:33:20, Ken Rockot wrote: > On 2015/01/15 22:29:46, jamesr wrote: > > Looks ...
5 years, 11 months ago (2015-01-15 22:34:50 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/830593003/140001
5 years, 11 months ago (2015-01-15 23:51:22 UTC) #22
commit-bot: I haz the power
Committed patchset #6 (id:140001)
5 years, 11 months ago (2015-01-16 00:41:45 UTC) #23
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/6dcbf7cdd88395e3719f79753976841762969e0b Cr-Commit-Position: refs/heads/master@{#311784}
5 years, 11 months ago (2015-01-16 00:42:29 UTC) #24
chromium-reviews
Can I get a pointer to running the tests on the try bot before checkin? ...
5 years, 11 months ago (2015-01-20 01:49:41 UTC) #25
blundell
On 2015/01/20 01:49:41, chromium-reviews wrote: > Can I get a pointer to running the tests ...
5 years, 11 months ago (2015-01-20 07:46:13 UTC) #26
Ken Rockot(use gerrit already)
The problem before was not specific to chromium AFAIK; rather it was an incompatibility with ...
5 years, 11 months ago (2015-01-20 07:50:05 UTC) #27
chromium-reviews
5 years, 11 months ago (2015-01-26 02:12:42 UTC) #28
Message was sent while issue was closed.
You're right. It looks like Visual Studio does not support unrestricted
unions yet. :(

On Mon, Jan 19, 2015 at 11:50 PM, Ken Rockot <rockot@chromium.org> wrote:

> The problem before was not specific to chromium AFAIK; rather it was an
> incompatibility with VC 2013.
>
> On Mon, Jan 19, 2015 at 11:46 PM, <blundell@chromium.org> wrote:
>
>> On 2015/01/20 01:49:41, chromium-reviews wrote:
>>
>>> Can I get a pointer to running the tests on the try bot before checkin?
>>>
>>
>> There's no straightforward way to run the Chromium trybots on a Mojo
>> change
>> before checking the change into Mojo. The only sure-fire thing to do
>> would be to
>> locally do a roll of Mojo into Chromium and then apply your change on top
>> in
>> Chromium. Doing a Mojo roll in Chromium can be a lot of work.
>>
>>  On Jan 16, 2015 7:42 AM, <mailto:commit-bot@chromium.org> wrote:
>>>
>>
>>  > Patchset 6 (id:??) landed as
>>> > https://crrev.com/6dcbf7cdd88395e3719f79753976841762969e0b
>>> > Cr-Commit-Position: refs/heads/master@{#311784}
>>> >
>>> > https://codereview.chromium.org/830593003/
>>> >
>>>
>>
>>  To unsubscribe from this group and stop receiving emails from it, send an
>>>
>> email
>>
>>> to mailto:chromium-reviews+unsubscribe@chromium.org.
>>>
>>
>>
>>
>> https://codereview.chromium.org/830593003/
>>
>
>

To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698