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

Issue 1823683006: Mojo C++ bindings: sync call support for associated interfaces and master interfaces (Closed)

Created:
4 years, 9 months ago by yzshen1
Modified:
4 years, 8 months ago
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

Mojo C++ bindings: sync call support for associated interfaces and master interfaces BUG=577699 Committed: https://crrev.com/dca5a33b23f119021172866a5975d855f123dfd7 Cr-Commit-Position: refs/heads/master@{#383754}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : should work now #

Patch Set 5 : refactoring to sync handle watcher code #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Total comments: 14

Patch Set 10 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+712 lines, -132 lines) Patch
M mojo/mojo_public.gyp View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M mojo/public/cpp/bindings/BUILD.gn View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M mojo/public/cpp/bindings/associated_binding.h View 1 chunk +2 lines, -1 line 0 comments Download
M mojo/public/cpp/bindings/lib/associated_interface_ptr_state.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/cpp/bindings/lib/binding_state.h View 1 chunk +2 lines, -1 line 0 comments Download
M mojo/public/cpp/bindings/lib/connector.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/public/cpp/bindings/lib/interface_endpoint_client.h View 1 2 3 4 5 5 chunks +27 lines, -6 lines 0 comments Download
M mojo/public/cpp/bindings/lib/interface_endpoint_client.cc View 1 2 3 4 5 6 7 8 9 8 chunks +62 lines, -22 lines 0 comments Download
A mojo/public/cpp/bindings/lib/interface_endpoint_controller.h View 1 2 3 4 5 6 1 chunk +39 lines, -0 lines 0 comments Download
M mojo/public/cpp/bindings/lib/interface_ptr_state.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/cpp/bindings/lib/multiplex_router.h View 1 2 3 4 5 6 7 8 9 6 chunks +43 lines, -19 lines 0 comments Download
M mojo/public/cpp/bindings/lib/multiplex_router.cc View 1 2 3 4 5 6 7 8 9 14 chunks +296 lines, -59 lines 0 comments Download
M mojo/public/cpp/bindings/lib/router.h View 1 chunk +2 lines, -0 lines 0 comments Download
M mojo/public/cpp/bindings/lib/router.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/public/cpp/bindings/tests/multiplex_router_unittest.cc View 7 chunks +24 lines, -12 lines 0 comments Download
M mojo/public/cpp/bindings/tests/sync_method_unittest.cc View 1 2 3 4 5 6 7 8 9 7 chunks +192 lines, -6 lines 0 comments Download
M mojo/public/interfaces/bindings/tests/test_sync_methods.mojom View 1 2 3 4 5 6 7 8 1 chunk +15 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 13 (6 generated)
yzshen1
Hi, John and Ken. Would you please take a look at this change? Thanks!
4 years, 8 months ago (2016-03-28 20:42:27 UTC) #3
jam
On 2016/03/28 20:42:27, yzshen1 wrote: > Hi, John and Ken. > > Would you please ...
4 years, 8 months ago (2016-03-28 21:03:59 UTC) #4
Ken Rockot(use gerrit already)
Nice! LGTM with some nits. https://codereview.chromium.org/1823683006/diff/160001/mojo/public/cpp/bindings/lib/interface_endpoint_client.cc File mojo/public/cpp/bindings/lib/interface_endpoint_client.cc (right): https://codereview.chromium.org/1823683006/diff/160001/mojo/public/cpp/bindings/lib/interface_endpoint_client.cc#newcode101 mojo/public/cpp/bindings/lib/interface_endpoint_client.cc:101: // ---------------------------------------------------------------------------- nit: vertical ...
4 years, 8 months ago (2016-03-29 06:36:50 UTC) #5
yzshen1
Thanks! https://codereview.chromium.org/1823683006/diff/160001/mojo/public/cpp/bindings/lib/interface_endpoint_client.cc File mojo/public/cpp/bindings/lib/interface_endpoint_client.cc (right): https://codereview.chromium.org/1823683006/diff/160001/mojo/public/cpp/bindings/lib/interface_endpoint_client.cc#newcode101 mojo/public/cpp/bindings/lib/interface_endpoint_client.cc:101: // ---------------------------------------------------------------------------- On 2016/03/29 06:36:49, Ken Rockot wrote: ...
4 years, 8 months ago (2016-03-29 16:19:01 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1823683006/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1823683006/180001
4 years, 8 months ago (2016-03-29 16:19:17 UTC) #9
commit-bot: I haz the power
Committed patchset #10 (id:180001)
4 years, 8 months ago (2016-03-29 17:33:15 UTC) #11
commit-bot: I haz the power
4 years, 8 months ago (2016-03-29 17:34:13 UTC) #13
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/dca5a33b23f119021172866a5975d855f123dfd7
Cr-Commit-Position: refs/heads/master@{#383754}

Powered by Google App Engine
This is Rietveld 408576698