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

Issue 795593004: Update mojo sdk to rev cc531b32182099a5a034a99daff35ed5d38a61c8 (Closed)

Created:
5 years, 11 months ago by dcheng
Modified:
5 years, 11 months ago
Reviewers:
Lei Zhang, jamesr, jbudorick
CC:
Aaron Boodman, abarth-chromium, ben+mojo_chromium.org, chromium-reviews, darin (slow to review), qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Update BUILD.gn for tests #

Patch Set 3 : Fix Android + gyp #

Patch Set 4 : More surfaces fixes + one fix for HTMLDocument #

Total comments: 1

Patch Set 5 : Speculative Windows fixes, findbugs suppressions, signed/unsigned comparison, and test fixes #

Patch Set 6 : Update an accidentally omitted header. #

Patch Set 7 : . #

Patch Set 8 : More workarounds for MSVC #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2264 lines, -1213 lines) Patch
M build/android/findbugs_filter/findbugs_known_bugs.txt View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M mojo/BUILD.gn View 1 2 3 4 1 chunk +6 lines, -6 lines 0 comments Download
M mojo/android/javatests/src/org/chromium/mojo/HandleMock.java View 1 2 2 chunks +5 lines, -2 lines 0 comments Download
M mojo/android/javatests/src/org/chromium/mojo/system/impl/CoreImplTest.java View 1 2 20 chunks +85 lines, -48 lines 0 comments Download
M mojo/android/system/core_impl.cc View 1 2 3 4 2 chunks +35 lines, -10 lines 0 comments Download
M mojo/android/system/src/org/chromium/mojo/system/impl/CoreImpl.java View 1 2 25 chunks +101 lines, -113 lines 0 comments Download
M mojo/android/system/src/org/chromium/mojo/system/impl/HandleBase.java View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M mojo/cc/output_surface_mojo.h View 1 2 3 2 chunks +4 lines, -3 lines 0 comments Download
M mojo/cc/output_surface_mojo.cc View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M mojo/converters/surfaces/surfaces_type_converters.cc View 1 2 3 2 chunks +7 lines, -2 lines 0 comments Download
M mojo/edk/embedder/BUILD.gn View 3 chunks +7 lines, -9 lines 0 comments Download
M mojo/edk/embedder/embedder.h View 1 chunk +9 lines, -0 lines 0 comments Download
M mojo/edk/embedder/embedder.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M mojo/edk/embedder/embedder_unittest.cc View 2 chunks +90 lines, -0 lines 0 comments Download
M mojo/edk/js/core.cc View 3 chunks +63 lines, -9 lines 0 comments Download
M mojo/edk/js/tests/sample_service_tests.js View 3 chunks +7 lines, -4 lines 0 comments Download
M mojo/edk/system/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
A mojo/edk/system/async_waiter.h View 1 chunk +38 lines, -0 lines 0 comments Download
A mojo/edk/system/async_waiter.cc View 1 chunk +23 lines, -0 lines 0 comments Download
M mojo/edk/system/channel.h View 4 chunks +45 lines, -11 lines 0 comments Download
M mojo/edk/system/channel.cc View 2 chunks +49 lines, -4 lines 0 comments Download
M mojo/edk/system/core.h View 2 chunks +9 lines, -0 lines 0 comments Download
M mojo/edk/system/core.cc View 2 chunks +14 lines, -0 lines 0 comments Download
M mojo/edk/system/core_test_base.h View 1 2 3 4 5 4 chunks +11 lines, -0 lines 0 comments Download
M mojo/edk/system/core_test_base.cc View 1 2 3 4 5 chunks +33 lines, -2 lines 0 comments Download
M mojo/edk/system/core_unittest.cc View 2 chunks +34 lines, -0 lines 0 comments Download
M mojo/edk/system/endpoint_relayer.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/edk/system/incoming_endpoint.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/edk/system/message_in_transit.cc View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/edk/system/message_pipe.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/edk/system/message_pipe.cc View 2 chunks +44 lines, -93 lines 0 comments Download
M mojo/edk/system/multiprocess_message_pipe_unittest.cc View 1 2 3 4 4 chunks +69 lines, -50 lines 0 comments Download
M mojo/edk/system/raw_channel.cc View 1 chunk +14 lines, -8 lines 0 comments Download
M mojo/edk/system/remote_message_pipe_unittest.cc View 1 chunk +12 lines, -5 lines 0 comments Download
M mojo/edk/test/BUILD.gn View 8 chunks +14 lines, -8 lines 0 comments Download
M mojo/edk/test/test_support_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/edk/test/test_support_impl.cc View 2 chunks +12 lines, -1 line 0 comments Download
M mojo/mojo_edk_system_impl.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M mojo/public/VERSION View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/c/system/tests/core_perftest.cc View 4 chunks +13 lines, -20 lines 0 comments Download
M mojo/public/c/test_support/test_support.h View 1 chunk +7 lines, -0 lines 0 comments Download
M mojo/public/cpp/application/application_test_base.h View 1 chunk +5 lines, -0 lines 0 comments Download
M mojo/public/cpp/application/lib/application_test_base.cc View 2 chunks +10 lines, -3 lines 0 comments Download
M mojo/public/cpp/bindings/interface_impl.h View 1 chunk +3 lines, -1 line 0 comments Download
M mojo/public/cpp/system/tests/BUILD.gn View 1 chunk +14 lines, -9 lines 0 comments Download
M mojo/public/cpp/test_support/lib/test_utils.cc View 2 chunks +2 lines, -1 line 0 comments Download
M mojo/public/cpp/test_support/test_support.h View 1 chunk +2 lines, -1 line 0 comments Download
M mojo/public/cpp/test_support/test_utils.h View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/public/cpp/utility/lib/run_loop.cc View 2 chunks +26 lines, -38 lines 0 comments Download
M mojo/public/cpp/utility/run_loop.h View 1 chunk +0 lines, -4 lines 0 comments Download
M mojo/public/cpp/utility/tests/BUILD.gn View 1 chunk +13 lines, -8 lines 0 comments Download
M mojo/public/dart/src/client.dart View 2 chunks +8 lines, -5 lines 0 comments Download
M mojo/public/dart/src/codec.dart View 4 chunks +30 lines, -4 lines 0 comments Download
M mojo/public/dart/src/handle.dart View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/dart/src/interface.dart View 4 chunks +31 lines, -9 lines 0 comments Download
M mojo/public/go/system/core.go View 2 chunks +13 lines, -4 lines 0 comments Download
M mojo/public/go/system/impl/core_impl.go View 1 chunk +24 lines, -4 lines 0 comments Download
M mojo/public/go/system/impl/mojo_types.go View 6 chunks +31 lines, -4 lines 0 comments Download
M mojo/public/interfaces/bindings/tests/test_structs.mojom View 1 2 3 4 5 6 7 1 chunk +95 lines, -0 lines 0 comments Download
M mojo/public/java/system/src/org/chromium/mojo/system/Core.java View 7 chunks +121 lines, -15 lines 0 comments Download
M mojo/public/java/system/src/org/chromium/mojo/system/Flags.java View 1 chunk +20 lines, -0 lines 0 comments Download
M mojo/public/java/system/src/org/chromium/mojo/system/Handle.java View 2 chunks +3 lines, -1 line 0 comments Download
M mojo/public/java/system/src/org/chromium/mojo/system/InvalidHandle.java View 2 chunks +2 lines, -1 line 0 comments Download
M mojo/public/js/codec.js View 1 2 3 4 5 6 4 chunks +14 lines, -0 lines 0 comments Download
M mojo/public/js/codec_unittests.js View 1 2 3 4 5 6 7 2 chunks +34 lines, -0 lines 0 comments Download
M mojo/public/js/connection.js View 3 chunks +65 lines, -49 lines 0 comments Download
M mojo/public/js/connector.js View 1 chunk +2 lines, -0 lines 0 comments Download
M mojo/public/js/core.js View 1 chunk +8 lines, -0 lines 0 comments Download
M mojo/public/js/core_unittests.js View 5 chunks +69 lines, -0 lines 0 comments Download
M mojo/public/js/router.js View 3 chunks +11 lines, -4 lines 0 comments Download
M mojo/public/js/struct_unittests.js View 1 2 3 4 5 6 7 2 chunks +46 lines, -0 lines 0 comments Download
M mojo/public/mojo_application.gni View 2 chunks +10 lines, -1 line 0 comments Download
M mojo/public/python/BUILD.gn View 3 chunks +30 lines, -5 lines 0 comments Download
A + mojo/public/python/mojo/c_async_waiter.pxd View 3 chunks +2 lines, -23 lines 0 comments Download
M mojo/public/python/mojo/c_core.pxd View 2 chunks +14 lines, -16 lines 0 comments Download
M mojo/public/python/mojo/c_environment.pxd View 2 chunks +2 lines, -16 lines 0 comments Download
A mojo/public/python/mojo/c_export.pxd View 1 chunk +11 lines, -0 lines 0 comments Download
A mojo/public/python/mojo/c_thunks.pxd View 1 chunk +12 lines, -0 lines 0 comments Download
M mojo/public/python/mojo/system.pyx View 7 chunks +38 lines, -9 lines 0 comments Download
M mojo/public/python/mojo/system_impl.pyx View 3 chunks +10 lines, -10 lines 0 comments Download
A mojo/public/python/src/common.h View 1 chunk +103 lines, -0 lines 0 comments Download
A + mojo/public/python/src/common.cc View 4 chunks +73 lines, -79 lines 0 comments Download
M mojo/public/python/src/python_system_helper.h View 1 chunk +7 lines, -27 lines 0 comments Download
M mojo/public/python/src/python_system_helper.cc View 1 chunk +11 lines, -147 lines 0 comments Download
M mojo/public/tests/test_support_private.h View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/public/tests/test_support_private.cc View 1 chunk +11 lines, -4 lines 0 comments Download
M mojo/public/third_party/ply/README View 1 chunk +1 line, -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 +0 lines, -32 lines 0 comments Download
D mojo/public/third_party/ply/license.patch View 1 chunk +0 lines, -41 lines 0 comments Download
M mojo/public/tools/bindings/generators/dart_templates/interface_definition.tmpl View 4 chunks +39 lines, -10 lines 0 comments Download
M mojo/public/tools/bindings/generators/dart_templates/struct_definition.tmpl View 2 chunks +1 line, -2 lines 0 comments Download
M mojo/public/tools/bindings/generators/js_templates/interface_definition.tmpl View 4 chunks +2 lines, -22 lines 0 comments Download
M mojo/public/tools/bindings/generators/js_templates/module.amd.tmpl View 1 chunk +2 lines, -1 line 0 comments Download
M mojo/public/tools/bindings/generators/js_templates/module.sky.tmpl View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/public/tools/bindings/generators/mojom_dart_generator.py View 5 chunks +20 lines, -7 lines 0 comments Download
M mojo/public/tools/bindings/generators/mojom_js_generator.py View 2 chunks +26 lines, -0 lines 0 comments Download
M mojo/public/tools/bindings/pylib/mojom/generate/module.py View 1 chunk +3 lines, -0 lines 0 comments Download
M mojo/public/tools/bindings/pylib/mojom_tests/generate/data_unittest.py View 2 chunks +17 lines, -1 line 0 comments Download
A mojo/public/tools/bindings/pylib/mojom_tests/generate/module_unittest.py View 1 chunk +37 lines, -0 lines 0 comments Download
M mojo/services/html_viewer/html_document.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M mojo/services/html_viewer/html_document.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M mojo/services/network/public/interfaces/url_loader.mojom View 1 chunk +0 lines, -5 lines 0 comments Download
M mojo/services/public/js/application.js View 3 chunks +8 lines, -7 lines 0 comments Download
M mojo/services/public/js/service_provider.js View 1 chunk +37 lines, -74 lines 0 comments Download
M mojo/services/public/js/shell.js View 3 chunks +20 lines, -9 lines 0 comments Download
M mojo/services/surfaces/public/interfaces/quads.mojom View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/surfaces/public/interfaces/surface_id.mojom View 1 chunk +6 lines, -1 line 0 comments Download
M mojo/services/surfaces/public/interfaces/surfaces.mojom View 1 chunk +6 lines, -3 lines 0 comments Download
M mojo/services/view_manager/public/cpp/lib/view.cc View 5 chunks +6 lines, -13 lines 0 comments Download
M mojo/services/view_manager/public/cpp/lib/view_manager_client_impl.h View 4 chunks +7 lines, -3 lines 0 comments Download
M mojo/services/view_manager/public/cpp/lib/view_manager_client_impl.cc View 9 chunks +53 lines, -13 lines 0 comments Download
M mojo/services/view_manager/public/cpp/lib/view_private.h View 1 chunk +0 lines, -1 line 0 comments Download
M mojo/services/view_manager/public/cpp/tests/view_manager_unittest.cc View 16 chunks +23 lines, -24 lines 0 comments Download
M mojo/services/view_manager/public/cpp/view.h View 5 chunks +7 lines, -9 lines 0 comments Download
M mojo/services/view_manager/public/cpp/view_manager.h View 2 chunks +6 lines, -4 lines 0 comments Download
M mojo/services/view_manager/public/cpp/view_manager_delegate.h View 1 chunk +4 lines, -8 lines 0 comments Download
M mojo/services/view_manager/public/cpp/view_observer.h View 1 chunk +3 lines, -0 lines 0 comments Download
M tools/checklicenses/checklicenses.py View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (2 generated)
dcheng
Hopefully, I did this right. PS#1 is the initial patch created by the script; subsequent ...
5 years, 11 months ago (2014-12-29 23:30:43 UTC) #2
jamesr
Thanks, I'll take a look. A few replies below. On 2014/12/29 23:30:43, dcheng wrote: > ...
5 years, 11 months ago (2014-12-29 23:34:57 UTC) #3
jamesr
https://codereview.chromium.org/795593004/diff/60001/mojo/BUILD.gn File mojo/BUILD.gn (right): https://codereview.chromium.org/795593004/diff/60001/mojo/BUILD.gn#newcode35 mojo/BUILD.gn:35: "//mojo/public/cpp/utility/tests", just delete these two lines. These are source_sets ...
5 years, 11 months ago (2014-12-29 23:39:48 UTC) #4
jamesr
lgtm
5 years, 11 months ago (2014-12-30 00:43:40 UTC) #5
dcheng
Blah, there's some extension tests for the serial API that are mysteriously failing after this ...
5 years, 11 months ago (2014-12-30 00:46:10 UTC) #6
dcheng
PTAL. Theoretically, in the absence of any other blockers, this should be the final patch. ...
5 years, 11 months ago (2014-12-30 21:54:33 UTC) #8
jamesr
still lgtm we should reorganize the mojo/android code soon, the state it's in doesn't make ...
5 years, 11 months ago (2014-12-30 21:59:20 UTC) #9
commit-bot: I haz the power
Patchset 8 (id:??) landed as https://crrev.com/0934dff0ed3de5b15deb676d6b6e2fa8c0cbe828 Cr-Commit-Position: refs/heads/master@{#309785}
5 years, 11 months ago (2014-12-30 22:34:29 UTC) #10
dcheng
Committed patchset #8 (id:140001) manually as 0934dff0ed3de5b15deb676d6b6e2fa8c0cbe828.
5 years, 11 months ago (2014-12-30 22:34:33 UTC) #11
Lei Zhang
On 2014/12/30 21:54:33, dcheng wrote: > PTAL. Theoretically, in the absence of any other blockers, ...
5 years, 11 months ago (2015-01-05 19:54:53 UTC) #12
dcheng
On 2015/01/05 at 19:54:53, thestig wrote: > On 2014/12/30 21:54:33, dcheng wrote: > > PTAL. ...
5 years, 11 months ago (2015-01-05 21:06:03 UTC) #13
Lei Zhang
5 years, 11 months ago (2015-01-05 21:27:37 UTC) #14
Message was sent while issue was closed.
On 2015/01/05 21:06:03, dcheng wrote:
> Yes, I think we'd need to upstream the patch to Mojo so the next roll doesn't
> blow it away.

Ok, will do.

Powered by Google App Engine
This is Rietveld 408576698