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

Issue 19606: Unit test addition, cleanup for render_process/thread. (Closed)

Created:
11 years, 11 months ago by John Grabowski
Modified:
9 years, 6 months ago
Reviewers:
brettw, agl, jeremy
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Unit test addition, cleanup for render_process/thread. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=8782

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -29 lines) Patch
M base/shared_memory_posix.cc View 1 chunk +1 line, -5 lines 0 comments Download
M chrome/browser/net/url_fetcher_unittest.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/chrome.xcodeproj/project.pbxproj View 5 chunks +12 lines, -0 lines 1 comment Download
M chrome/renderer/render_process.cc View 4 chunks +10 lines, -11 lines 2 comments Download
A chrome/renderer/render_process_unittest.cc View 1 chunk +35 lines, -0 lines 1 comment Download
M chrome/renderer/render_thread.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/test/unit/unit_tests.scons View 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/test/unit/unittests.vcproj View 1 1 chunk +4 lines, -0 lines 0 comments Download
A webkit/glue/mock_webkit_glue.cc View 1 2 3 1 chunk +29 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
John Grabowski
Tested explicitly on Mac Win Linux.
11 years, 11 months ago (2009-01-28 01:02:05 UTC) #1
agl
I'm not sure about the webkit_glue mocks as I don't know what Windows does in ...
11 years, 11 months ago (2009-01-28 01:07:52 UTC) #2
brettw
It seems like we shouldn't have to do something different on different platforms for these ...
11 years, 11 months ago (2009-01-28 01:18:57 UTC) #3
brettw
http://codereview.chromium.org/19606/diff/241/247 File chrome/renderer/render_process.cc (right): http://codereview.chromium.org/19606/diff/241/247#newcode128 Line 128: std::wstring root_name(L"root"); What does Linux/OSX do if the ...
11 years, 11 months ago (2009-01-28 01:46:26 UTC) #4
jeremy
11 years, 11 months ago (2009-01-28 02:13:15 UTC) #5
lgtm

http://codereview.chromium.org/19606/diff/241/248
File chrome/chrome.xcodeproj/project.pbxproj (right):

http://codereview.chromium.org/19606/diff/241/248#newcode2151
Line 2151: 3380A9AA0F2FC3BF004EF74F /* mock_webkit_glue.cc */,
alphabetize :)

http://codereview.chromium.org/19606/diff/241/247
File chrome/renderer/render_process.cc (right):

http://codereview.chromium.org/19606/diff/241/247#newcode128
Line 128: std::wstring root_name(L"root");
ob-warning: Named POSIX shared memory has bad behavior in that it doesn't go
away when the owning process crashes.

Powered by Google App Engine
This is Rietveld 408576698