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

Issue 18192: Implemented process_util_mac.mm because net_unittests requires those function... (Closed)

Created:
11 years, 11 months ago by honten.org
Modified:
5 years, 1 month ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Implemented process_util_mac.mm because net_unittests requires those functions. Also I added some wait value right after HTTP server was lauched. Because request url test failed after the launch withouht wait. I also change kHTTPDefaultPort number because there is confliction in my Mac OS X enviroment.(only for mac) BUG=3661

Patch Set 1 #

Total comments: 23

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 48

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Total comments: 56

Patch Set 9 : '' #

Patch Set 10 : '' #

Patch Set 11 : '' #

Total comments: 6

Patch Set 12 : '' #

Total comments: 9

Patch Set 13 : '' #

Patch Set 14 : '' #

Patch Set 15 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+171 lines, -79 lines) Patch
M base/process_util.h View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +9 lines, -4 lines 0 comments Download
M base/process_util_linux.cc View 11 2 chunks +0 lines, -57 lines 0 comments Download
M base/process_util_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +105 lines, -15 lines 0 comments Download
M base/process_util_posix.cc View 11 2 chunks +57 lines, -0 lines 0 comments Download
M base/process_util_unittest.cc View 2 chunks +0 lines, -3 lines 0 comments Download

Messages

Total messages: 29 (0 generated)
honten.org
Hi, My name is honten. This e-mail is retry because my review process was wrong ...
11 years, 11 months ago (2009-01-19 06:21:48 UTC) #1
ibrar
Please fix lint errors. http://codereview.chromium.org/18192/diff/1/2 File net/url_request/url_request_unittest.h (right): http://codereview.chromium.org/18192/diff/1/2#newcode33 Line 33: const int kHTTPDefaultPort = ...
11 years, 11 months ago (2009-01-19 11:12:39 UTC) #2
Dean McNamee
Hi Honten, I really appreciate the patch contribution. So far I have only reviewed the ...
11 years, 11 months ago (2009-01-19 12:36:55 UTC) #3
honten.org
Thank you for your review. I want to try to fix it. Thanks, On 2009/01/19 ...
11 years, 11 months ago (2009-01-20 07:05:18 UTC) #4
honten.org
http://codereview.chromium.org/18192/diff/1/3 File base/process_util_mac.mm (right): http://codereview.chromium.org/18192/diff/1/3#newcode238 Line 238: bool result = strcmp(WideToASCII(executable_name_).c_str(), entry_.szExeFile) == 0 && ...
11 years, 11 months ago (2009-01-20 07:40:27 UTC) #5
honten.org
Now I follow the comment except 80 cols. What do you think ? On 2009/01/20 ...
11 years, 11 months ago (2009-01-21 07:53:40 UTC) #6
Dean McNamee
I am trying to address some of the issues in the old Linux code right ...
11 years, 11 months ago (2009-01-21 12:41:58 UTC) #7
Dean McNamee
I just committed r8362 and r8363. The first one fixed some of the style problems ...
11 years, 11 months ago (2009-01-21 13:54:16 UTC) #8
Mark Mentovai
I hope that we never ever need this API. That's not to say that the ...
11 years, 11 months ago (2009-01-21 17:48:26 UTC) #9
honten.org
http://codereview.chromium.org/18192/diff/28/30 File base/process_util_mac.mm (right): http://codereview.chromium.org/18192/diff/28/30#newcode7 Line 7: #include "base/platform_thread.h" Done. But I think original #include ...
11 years, 11 months ago (2009-01-22 06:02:33 UTC) #10
Dean McNamee
I will leave the real review up to the Mac guys. Just some style comments: ...
11 years, 11 months ago (2009-01-22 10:21:15 UTC) #11
Dean McNamee
On 2009/01/22 10:21:15, Dean McNamee wrote: > I will leave the real review up to ...
11 years, 11 months ago (2009-01-22 10:22:01 UTC) #12
Mark Mentovai
http://codereview.chromium.org/18192/diff/45/218 File base/process_util.h (right): http://codereview.chromium.org/18192/diff/45/218#newcode22 Line 22: #include <vector> I wouldn't bother conditionalizing this #include, ...
11 years, 11 months ago (2009-01-22 15:45:34 UTC) #13
Mark Mentovai
http://codereview.chromium.org/18192/diff/45/217 File base/process_util_mac.mm (right): http://codereview.chromium.org/18192/diff/45/217#newcode134 Line 134: } One more thing: after you do this ...
11 years, 11 months ago (2009-01-23 15:31:34 UTC) #14
honten.org
On 2009/01/23 15:31:34, Mark Mentovai wrote: > http://codereview.chromium.org/18192/diff/45/217 > File base/process_util_mac.mm (right): > > http://codereview.chromium.org/18192/diff/45/217#newcode134 ...
11 years, 11 months ago (2009-01-24 07:27:15 UTC) #15
honten.org
http://codereview.chromium.org/18192/diff/28/30 File base/process_util_mac.mm (right): http://codereview.chromium.org/18192/diff/28/30#newcode50 Line 50: On 2009/01/22 10:21:15, Dean McNamee wrote: > Extra ...
11 years, 11 months ago (2009-01-24 07:27:33 UTC) #16
honten.org
Could you check again ? On 2009/01/24 07:27:33, honten wrote: > http://codereview.chromium.org/18192/diff/28/30 > File base/process_util_mac.mm ...
11 years, 10 months ago (2009-01-28 06:56:51 UTC) #17
jeremy
Another round of comments. Thanks for your patience with this review! http://codereview.chromium.org/18192/diff/234/61 File base/process_util_mac.mm (right): ...
11 years, 10 months ago (2009-01-28 18:21:03 UTC) #18
honten.org
http://codereview.chromium.org/18192/diff/234/61 File base/process_util_mac.mm (right): http://codereview.chromium.org/18192/diff/234/61#newcode206 Line 206: // Do we have to care about it ...
11 years, 10 months ago (2009-01-31 07:39:20 UTC) #19
Mark Mentovai
http://codereview.chromium.org/18192/diff/602/403 File base/process_util_mac.mm (right): http://codereview.chromium.org/18192/diff/602/403#newcode114 Line 114: Nit: looks like there's some whitespace on this ...
11 years, 10 months ago (2009-02-02 17:39:07 UTC) #20
TVL
fyi - this is should also include the remove of the ifdef on KillSlowChild in ...
11 years, 10 months ago (2009-02-04 18:13:06 UTC) #21
Mark Mentovai
Honten, have you signed and returned a CLA yet? http://code.google.com/legal/individual-cla-v1.0.html
11 years, 10 months ago (2009-02-04 20:31:17 UTC) #22
honten.org
On 2009/02/04 20:31:17, Mark Mentovai wrote: > Honten, have you signed and returned a CLA ...
11 years, 10 months ago (2009-02-05 06:45:06 UTC) #23
honten.org
http://codereview.chromium.org/18192/diff/602/403 File base/process_util_mac.mm (right): http://codereview.chromium.org/18192/diff/602/403#newcode155 Line 155: data.resize(data_len - 1); // Don't include the trailing ...
11 years, 10 months ago (2009-02-05 06:46:42 UTC) #24
honten.org
On 2009/02/04 18:13:06, TVL wrote: > fyi - this is should also include the remove ...
11 years, 10 months ago (2009-02-05 07:01:24 UTC) #25
honten.org
Could you comment again ? On 2009/02/05 07:01:24, honten wrote: > On 2009/02/04 18:13:06, TVL ...
11 years, 10 months ago (2009-02-19 06:27:14 UTC) #26
TVL
On 2009/02/19 06:27:14, honten wrote: > Could you comment again ? > Actually, isn't this ...
11 years, 10 months ago (2009-02-19 15:00:29 UTC) #27
honten.org
Ok, I checked the latest source code and somebody checked in... But I want to ...
11 years, 10 months ago (2009-02-21 06:11:57 UTC) #28
honten.org
11 years, 10 months ago (2009-02-21 06:21:58 UTC) #29
Mark,

Sorry, I looked over your e-mail while I was in vacation.

Anyway, thanks a lot!!

If I can help other tasks, please tell me.

On 2009/02/21 06:11:57, honten wrote:
> Ok,
> 
> I checked the latest source code and somebody checked in...
> But I want to have any response if it's closed ;-)
> 
> Anyway, thank you for your many comments and supports.
> 
> Thanks,
> 
> On 2009/02/19 15:00:29, TVL wrote:
> > On 2009/02/19 06:27:14, honten wrote:
> > > Could you comment again ?
> > > 
> > 
> > Actually, isn't this closed?
> > 
> > Mark - didn't you land this a while ago?
> > 
> > TVL
> > 
> > > On 2009/02/05 07:01:24, honten wrote:
> > > > On 2009/02/04 18:13:06, TVL wrote:
> > > > > fyi - this is should also include the remove of the ifdef on 
> > KillSlowChild
> > > in
> > > > > process_util_unittest
> > > > 
> > > > Ok, I removed ifdef and passed the test.

Powered by Google App Engine
This is Rietveld 408576698