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

Issue 1551763002: arc-bridge: Expose the Mojo version number of the interfaces (Closed)

Created:
4 years, 12 months ago by Luis Héctor Chávez
Modified:
4 years, 11 months ago
Reviewers:
hidehiko
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/a/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

arc-bridge: Expose the Mojo version number of the interfaces Every time a Mojo interface is changed and a new MinVersion tag is added, the version of the interface is bumped. This change exposes that version number so that callers on the other side of the bridge can know if it is safe to call that method or if it will cause the message pipe to be closed. BUG=569446 TEST=components_unittests, unit_tests Committed: https://crrev.com/c85072324da12165103eea15ed508422702c3b8c Cr-Commit-Position: refs/heads/master@{#367583}

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -9 lines) Patch
M components/arc/arc_bridge_service.h View 4 chunks +31 lines, -0 lines 3 comments Download
M components/arc/arc_bridge_service.cc View 2 chunks +49 lines, -7 lines 0 comments Download
M components/arc/test/fake_app_instance.cc View 2 chunks +13 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
Luis Héctor Chávez
PTAL
4 years, 12 months ago (2015-12-29 00:01:34 UTC) #2
hidehiko
https://codereview.chromium.org/1551763002/diff/1/components/arc/arc_bridge_service.h File components/arc/arc_bridge_service.h (right): https://codereview.chromium.org/1551763002/diff/1/components/arc/arc_bridge_service.h#newcode216 components/arc/arc_bridge_service.h:216: AppInstancePtr temporary_app_ptr_; Instead of making temporary_XXX_ptr_ fields, you can ...
4 years, 11 months ago (2015-12-29 13:49:21 UTC) #4
Luis Héctor Chávez
https://codereview.chromium.org/1551763002/diff/1/components/arc/arc_bridge_service.h File components/arc/arc_bridge_service.h (right): https://codereview.chromium.org/1551763002/diff/1/components/arc/arc_bridge_service.h#newcode216 components/arc/arc_bridge_service.h:216: AppInstancePtr temporary_app_ptr_; On 2015/12/29 13:49:20, hidehiko wrote: > Instead ...
4 years, 11 months ago (2015-12-29 16:51:09 UTC) #5
hidehiko
lgtm https://codereview.chromium.org/1551763002/diff/1/components/arc/arc_bridge_service.h File components/arc/arc_bridge_service.h (right): https://codereview.chromium.org/1551763002/diff/1/components/arc/arc_bridge_service.h#newcode216 components/arc/arc_bridge_service.h:216: AppInstancePtr temporary_app_ptr_; On 2015/12/29 16:51:09, Luis Héctor Chávez ...
4 years, 11 months ago (2016-01-05 08:05:52 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1551763002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1551763002/1
4 years, 11 months ago (2016-01-05 17:52:05 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 11 months ago (2016-01-05 18:22:34 UTC) #10
commit-bot: I haz the power
4 years, 11 months ago (2016-01-05 18:23:42 UTC) #12
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/c85072324da12165103eea15ed508422702c3b8c
Cr-Commit-Position: refs/heads/master@{#367583}

Powered by Google App Engine
This is Rietveld 408576698