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

Issue 2457493004: Cleanup InterfaceRegistry + adds Serialize() (Closed)

Created:
4 years, 1 month ago by Ben Goodger (Google)
Modified:
4 years, 1 month ago
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Cleans up InterfaceRegistry, making name_to_binder_ be a persistent source of truth of the total set of interfaces that could be bound, with binding controlled /only/ at GetInterface() time by exposed_interfaces_, populated at Bind(). This seems less brittle. Also adds a Serialize() function which serializes the contents of the local & remote specs, as well as the name_to_binder_ map. Committed: https://crrev.com/cfe99fb237d62af9535ee41c4469062299523fc9 Cr-Commit-Position: refs/heads/master@{#428649}

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -44 lines) Patch
M services/service_manager/public/cpp/interface_registry.h View 1 2 3 4 chunks +33 lines, -9 lines 0 comments Download
M services/service_manager/public/cpp/lib/interface_registry.cc View 1 2 3 4 5 4 chunks +93 lines, -35 lines 0 comments Download

Messages

Total messages: 19 (13 generated)
Ben Goodger (Google)
Here's one for discussion. Now that the client library does 100% of capability enforcement (the ...
4 years, 1 month ago (2016-10-27 06:57:04 UTC) #2
Ben Goodger (Google)
OK I removed the capability granting/revoking and pivoted this to a cleanup change. Now ready ...
4 years, 1 month ago (2016-10-28 20:52:23 UTC) #8
Ken Rockot(use gerrit already)
lgtm
4 years, 1 month ago (2016-10-28 23:52:03 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2457493004/100001
4 years, 1 month ago (2016-10-31 02:30:36 UTC) #15
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 1 month ago (2016-10-31 03:29:28 UTC) #17
commit-bot: I haz the power
4 years, 1 month ago (2016-10-31 03:31:18 UTC) #19
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/cfe99fb237d62af9535ee41c4469062299523fc9
Cr-Commit-Position: refs/heads/master@{#428649}

Powered by Google App Engine
This is Rietveld 408576698