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

Issue 6575006: Add initial sketch to shill repository (Closed)

Created:
9 years, 10 months ago by Paul Stewart
Modified:
9 years, 7 months ago
CC:
Paul Stewart, petkov, mukesh agrawal
Base URL:
ssh://git@gitrw.chromium.org/shill.git@master
Visibility:
Public.

Description

Add initial sketch to shill repository BUG=chromium-os:12066 TEST=command-line Change-Id: If1d01bf78fca80de4cc8a26e096e1967293d9738 Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=75897df

Patch Set 1 #

Patch Set 2 : Moved event dispatch testing into new shill_unittest.cc #

Patch Set 3 : Unit test cleanup #

Patch Set 4 : Add logging #

Patch Set 5 : Add device and service mockups #

Total comments: 5

Patch Set 6 : A few object renames and pointer conversions #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1080 lines, -0 lines) Patch
A SConstruct View 1 2 3 4 1 chunk +58 lines, -0 lines 0 comments Download
A control_interface.h View 1 2 3 4 1 chunk +59 lines, -0 lines 0 comments Download
A dbus_control.h View 1 2 3 4 1 chunk +21 lines, -0 lines 0 comments Download
A dbus_control.cc View 1 2 3 4 5 1 chunk +75 lines, -0 lines 0 comments Download
A dbus_control_int.h View 1 2 3 4 5 1 chunk +69 lines, -0 lines 0 comments Download
A device.h View 1 2 3 4 1 chunk +32 lines, -0 lines 0 comments Download
A device.cc View 1 2 3 4 5 1 chunk +39 lines, -0 lines 0 comments Download
A manager.h View 1 2 3 4 1 chunk +36 lines, -0 lines 0 comments Download
A manager.cc View 1 2 3 4 5 1 chunk +39 lines, -0 lines 0 comments Download
A resource.h View 1 chunk +22 lines, -0 lines 0 comments Download
A resource.cc View 1 chunk +15 lines, -0 lines 0 comments Download
A service.h View 1 2 3 4 1 chunk +63 lines, -0 lines 0 comments Download
A service.cc View 1 2 3 4 5 1 chunk +33 lines, -0 lines 0 comments Download
A shill.conf View 1 chunk +3 lines, -0 lines 0 comments Download
A shill_config.h View 1 chunk +24 lines, -0 lines 0 comments Download
A shill_config.cc View 1 chunk +14 lines, -0 lines 0 comments Download
A shill_daemon.h View 1 1 chunk +36 lines, -0 lines 0 comments Download
A shill_daemon.cc View 1 2 3 1 chunk +43 lines, -0 lines 0 comments Download
A shill_event.h View 1 2 1 chunk +115 lines, -0 lines 0 comments Download
A shill_event.cc View 1 1 chunk +53 lines, -0 lines 0 comments Download
A shill_logging.h View 1 2 3 4 1 chunk +26 lines, -0 lines 0 comments Download
A shill_logging.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
A shill_main.cc View 1 2 3 1 chunk +70 lines, -0 lines 0 comments Download
A shill_unittest.cc View 1 2 3 4 5 1 chunk +115 lines, -0 lines 0 comments Download
A testrunner.cc View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Paul Stewart
9 years, 10 months ago (2011-02-23 22:10:24 UTC) #1
Chris Masone
On 2011/02/23 22:10:24, Paul Stewart wrote: looks good at a high level. Some comments about ...
9 years, 9 months ago (2011-03-10 18:43:36 UTC) #2
Chris Masone
http://codereview.chromium.org/6575006/diff/10001/dbus_control_int.h File dbus_control_int.h (right): http://codereview.chromium.org/6575006/diff/10001/dbus_control_int.h#newcode27 dbus_control_int.h:27: class DBusManagerProxy : protected DBusProxy, public ManagerProxyInterface { I ...
9 years, 9 months ago (2011-03-10 18:44:15 UTC) #3
Sam Leffler
I think you+I need to talk for me to understand how the classes are organized. ...
9 years, 9 months ago (2011-03-11 01:30:42 UTC) #4
Paul Stewart
I think I've addressed most issues, except for throwing away Callback for something built-in. Is ...
9 years, 8 months ago (2011-04-27 00:08:14 UTC) #5
Chris Masone
9 years, 8 months ago (2011-04-27 00:29:51 UTC) #6
LGTM :-)

On 2011/04/27 00:08:14, Paul Stewart wrote:
> I think I've addressed most issues, except for throwing away Callback for
> something built-in.  Is there anything else before it's good enough for a
first
> commit to the repository so other people can start playing?

Powered by Google App Engine
This is Rietveld 408576698