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 4132006: [cros] Add *Safe methods to the ownership API (Closed)

Created:
10 years, 1 month ago by Chris Masone
Modified:
9 years, 7 months ago
Reviewers:
zel
CC:
chromium-os-reviews_chromium.org, DaveMoore
Visibility:
Public.

Description

[cros] Add *Safe methods to the ownership API I was passing memory from libcros to chrome and expecting chrome to free it. I was also passing vectors across the DLL boundary. These could both cause memory horkage. So, add safe methods and deprecate the existing ones. BUG=8283 TEST=unit tests, pull login_drive test binary over to device and test manually. Change-Id: I7704caf3017947e9181c68c5efc627416abf561b Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=8c0315a

Patch Set 1 #

Patch Set 2 : Add new files #

Patch Set 3 : don't pass around GObjects #

Patch Set 4 : take out unnecessary glib dependency in unit tests #

Patch Set 5 : flesh out unit tests #

Patch Set 6 : create helper for building GArray #

Patch Set 7 : Move helper fcn #

Patch Set 8 : comment out NOTREACHED #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+691 lines, -159 lines) Patch
M SConstruct.chromiumos View 1 2 3 3 chunks +5 lines, -1 line 0 comments Download
M chromeos_cros_api.h View 1 chunk +2 lines, -1 line 0 comments Download
M chromeos_login.h View 1 2 3 2 chunks +83 lines, -1 line 0 comments Download
M chromeos_login.cc View 1 2 3 4 5 6 7 8 chunks +168 lines, -139 lines 2 comments Download
A chromeos_login_helpers.h View 2 3 4 5 6 1 chunk +50 lines, -0 lines 0 comments Download
A chromeos_login_helpers.cc View 2 3 4 5 6 1 chunk +228 lines, -0 lines 2 comments Download
A chromeos_login_unittest.cc View 2 3 4 1 chunk +56 lines, -0 lines 0 comments Download
M chromeos_network.cc View 1 chunk +1 line, -0 lines 0 comments Download
M drive_login.cc View 5 chunks +67 lines, -17 lines 0 comments Download
M load.cc View 1 2 3 3 chunks +31 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Chris Masone
I hate that this change is so big, but it really seemed like the right ...
10 years, 1 month ago (2010-10-28 19:53:11 UTC) #1
zel
http://codereview.chromium.org/4132006/diff/14001/15003 File chromeos_login.cc (right): http://codereview.chromium.org/4132006/diff/14001/15003#newcode322 chromeos_login.cc:322: // NOTREACHED() << "ChromeOSWhitelist is deprecated!"; you should just ...
10 years, 1 month ago (2010-10-28 20:02:46 UTC) #2
Chris Masone
http://codereview.chromium.org/4132006/diff/14001/15003 File chromeos_login.cc (right): http://codereview.chromium.org/4132006/diff/14001/15003#newcode322 chromeos_login.cc:322: // NOTREACHED() << "ChromeOSWhitelist is deprecated!"; On 2010/10/28 20:02:46, ...
10 years, 1 month ago (2010-10-28 20:09:08 UTC) #3
zel
10 years, 1 month ago (2010-10-29 00:24:25 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698