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

Issue 887083002: Add DBus Bindings for leaderd (Closed)

Created:
5 years, 10 months ago by dtapuska
Modified:
5 years, 10 months ago
CC:
chromium-reviews, stevenjb+watch_chromium.org, hashimoto+watch_chromium.org, oshima+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add DBus Bindings for leaderd leaderd is a ChromeOS system daemon that exposes group leader capability. Expose the ability to create groups, join and listen to events on the groups. BUG=453872 Committed: https://crrev.com/fb2a760558d423c55722e2a6f36d9c805f4eb9b6 Cr-Commit-Position: refs/heads/master@{#316288}

Patch Set 1 #

Patch Set 2 : Take feedback from other CL to make changes to this patchset #

Patch Set 3 : Adjust API slightly to reflect changes in design doc #

Total comments: 16

Patch Set 4 : Fix minor nits #

Patch Set 5 : Fix lint error #

Total comments: 10

Patch Set 6 : Fix nits #

Total comments: 3

Patch Set 7 : Fix whitespace and nits #

Patch Set 8 : Ctl-X Ctl-S saves your work dave... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+673 lines, -0 lines) Patch
M chromeos/chromeos.gyp View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M chromeos/dbus/dbus_client_bundle.h View 1 2 4 chunks +7 lines, -0 lines 0 comments Download
M chromeos/dbus/dbus_client_bundle.cc View 1 2 3 4 5 4 chunks +11 lines, -0 lines 0 comments Download
M chromeos/dbus/dbus_thread_manager.h View 3 chunks +4 lines, -0 lines 0 comments Download
M chromeos/dbus/dbus_thread_manager.cc View 4 chunks +14 lines, -0 lines 0 comments Download
A chromeos/dbus/fake_leadership_daemon_manager_client.h View 1 2 3 1 chunk +49 lines, -0 lines 0 comments Download
A chromeos/dbus/fake_leadership_daemon_manager_client.cc View 1 2 3 4 5 1 chunk +78 lines, -0 lines 0 comments Download
A chromeos/dbus/leadership_daemon_manager_client.h View 1 2 3 4 5 1 chunk +133 lines, -0 lines 0 comments Download
A chromeos/dbus/leadership_daemon_manager_client.cc View 1 2 3 4 5 6 7 1 chunk +373 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (6 generated)
dtapuska
On 2015/01/30 19:09:19, Dave Tapuska wrote: > mailto:dtapuska@chromium.org changed reviewers: > + mailto:pwestin@chromium.org Ping
5 years, 10 months ago (2015-02-04 21:54:19 UTC) #3
stevenjb
FWIW, I am waiting on someone familiar with this effort to do a review pass ...
5 years, 10 months ago (2015-02-12 18:27:25 UTC) #5
Ben Chan
https://codereview.chromium.org/887083002/diff/40001/chromeos/dbus/leadership_daemon_manager_client.h File chromeos/dbus/leadership_daemon_manager_client.h (right): https://codereview.chromium.org/887083002/diff/40001/chromeos/dbus/leadership_daemon_manager_client.h#newcode23 chromeos/dbus/leadership_daemon_manager_client.h:23: // LeadershipDaemon Manager just personal feeling, perhaps "leaderd's Manager" ...
5 years, 10 months ago (2015-02-12 22:05:35 UTC) #6
dtapuska
https://codereview.chromium.org/887083002/diff/40001/chromeos/dbus/leadership_daemon_manager_client.h File chromeos/dbus/leadership_daemon_manager_client.h (right): https://codereview.chromium.org/887083002/diff/40001/chromeos/dbus/leadership_daemon_manager_client.h#newcode23 chromeos/dbus/leadership_daemon_manager_client.h:23: // LeadershipDaemon Manager On 2015/02/12 22:05:35, Ben Chan wrote: ...
5 years, 10 months ago (2015-02-12 22:45:23 UTC) #7
stevenjb
https://codereview.chromium.org/887083002/diff/80001/chromeos/dbus/dbus_client_bundle.cc File chromeos/dbus/dbus_client_bundle.cc (right): https://codereview.chromium.org/887083002/diff/80001/chromeos/dbus/dbus_client_bundle.cc#newcode288 chromeos/dbus/dbus_client_bundle.cc:288: new FakeLeadershipDaemonManagerClient); {} around multi line if clauses https://codereview.chromium.org/887083002/diff/80001/chromeos/dbus/fake_leadership_daemon_manager_client.cc ...
5 years, 10 months ago (2015-02-12 23:03:23 UTC) #8
dtapuska
https://codereview.chromium.org/887083002/diff/80001/chromeos/dbus/dbus_client_bundle.cc File chromeos/dbus/dbus_client_bundle.cc (right): https://codereview.chromium.org/887083002/diff/80001/chromeos/dbus/dbus_client_bundle.cc#newcode288 chromeos/dbus/dbus_client_bundle.cc:288: new FakeLeadershipDaemonManagerClient); On 2015/02/12 23:03:22, stevenjb wrote: > {} ...
5 years, 10 months ago (2015-02-13 15:23:49 UTC) #9
stevenjb
lgtm https://codereview.chromium.org/887083002/diff/100001/chromeos/dbus/fake_leadership_daemon_manager_client.cc File chromeos/dbus/fake_leadership_daemon_manager_client.cc (right): https://codereview.chromium.org/887083002/diff/100001/chromeos/dbus/fake_leadership_daemon_manager_client.cc#newcode11 chromeos/dbus/fake_leadership_daemon_manager_client.cc:11: namespace { bit: blank line here https://codereview.chromium.org/887083002/diff/100001/chromeos/dbus/fake_leadership_daemon_manager_client.cc#newcode19 chromeos/dbus/fake_leadership_daemon_manager_client.cc:19: ...
5 years, 10 months ago (2015-02-13 18:53:19 UTC) #10
Ben Chan
On 2015/02/13 18:53:19, stevenjb wrote: > lgtm > > https://codereview.chromium.org/887083002/diff/100001/chromeos/dbus/fake_leadership_daemon_manager_client.cc > File chromeos/dbus/fake_leadership_daemon_manager_client.cc (right): > ...
5 years, 10 months ago (2015-02-13 19:01:03 UTC) #11
wiley1
On 2015/02/13 19:01:03, Ben Chan wrote: > On 2015/02/13 18:53:19, stevenjb wrote: > > lgtm ...
5 years, 10 months ago (2015-02-13 19:13:12 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/887083002/140001
5 years, 10 months ago (2015-02-13 20:41:04 UTC) #15
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 10 months ago (2015-02-13 21:12:12 UTC) #16
commit-bot: I haz the power
5 years, 10 months ago (2015-02-13 21:13:02 UTC) #17
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/fb2a760558d423c55722e2a6f36d9c805f4eb9b6
Cr-Commit-Position: refs/heads/master@{#316288}

Powered by Google App Engine
This is Rietveld 408576698