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

Issue 195067: Turn NULL used as int to 0.... (Closed)

Created:
11 years, 3 months ago by Jacob Mandelson
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, fbarchard, willchan no longer on Chromium, Alpha Left Google, awong, darin (slow to review), brettw, scherkus (not reviewing), jacob_mandelson.org
Visibility:
Public.

Description

Turn NULL used as int to 0. (Excluding chrome/browser/...) BUG=none TEST=base_unittests & app_unittests

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 4

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Patch Set 11 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -39 lines) Patch
M app/clipboard/clipboard_linux.cc View 9 1 chunk +1 line, -1 line 0 comments Download
M app/gfx/native_widget_types.h View 1 chunk +3 lines, -0 lines 0 comments Download
M base/multiprocess_test.h View 1 2 3 4 5 6 7 8 9 3 chunks +5 lines, -5 lines 0 comments Download
M base/platform_thread.h View 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M base/process.h View 5 6 7 8 9 1 chunk +3 lines, -1 line 0 comments Download
M base/process_util_unittest.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
M base/stats_table_unittest.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/child_process_host.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/render_view.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/render_widget.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/webplugin_delegate_proxy.cc View 1 2 3 4 5 6 7 8 9 5 chunks +6 lines, -6 lines 0 comments Download
M chrome/test/render_view_test.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/ui/ui_test.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M media/filters/null_audio_renderer.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
M media/filters/video_renderer_base.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
M net/base/directory_lister.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
M net/socket/ssl_test_util.cc View 1 2 3 4 5 6 7 8 9 5 chunks +6 lines, -5 lines 0 comments Download
M webkit/glue/webcursor_unittest.cc View 1 2 3 4 5 6 7 8 9 5 chunks +5 lines, -5 lines 0 comments Download
M webkit/tools/test_shell/webwidget_host_gtk.cc View 9 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 18 (0 generated)
Jacob Mandelson
(Split off from CL 171028) Ran tests on Linux. Passed except for ConditionVariableTest.LargeFastTaskTest, which also ...
11 years, 3 months ago (2009-09-11 21:22:51 UTC) #1
scherkus (not reviewing)
way more manageable to review! just a tiny nit with the copyright year http://codereview.chromium.org/195067/diff/1/10 File ...
11 years, 3 months ago (2009-09-11 21:37:06 UTC) #2
Jacob Mandelson
> Line 1: // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. > copyright ...
11 years, 3 months ago (2009-09-11 21:48:09 UTC) #3
scherkus (not reviewing)
sweet! lgtm!
11 years, 3 months ago (2009-09-11 22:01:54 UTC) #4
Paweł Hajdan Jr.
I'll handle landing for this one. Sent to try servers.
11 years, 3 months ago (2009-09-14 16:29:58 UTC) #5
Paweł Hajdan Jr.
+darin I see there are some changes in webkit/glue. Darin, could you take a look?
11 years, 3 months ago (2009-09-14 16:32:24 UTC) #6
jam
http://codereview.chromium.org/195067/diff/3010/2018 File chrome/common/child_process_host.cc (right): http://codereview.chromium.org/195067/diff/3010/2018#newcode209 Line 209: set_handle(0); same as to my comment in webplugin_delegate_proxy.cc ...
11 years, 3 months ago (2009-09-14 20:04:18 UTC) #7
Jacob Mandelson
> http://codereview.chromium.org/195067/diff/3010/2019#newcode63 > Line 63: notify_needed_(false), notify_data_(0), > This goes against the Google C++ style ...
11 years, 3 months ago (2009-09-14 20:18:02 UTC) #8
Jacob Mandelson
> > http://codereview.chromium.org/195067/diff/3010/2019#newcode164 > > Line 164: window_(0), > > I don't think we should ...
11 years, 3 months ago (2009-09-17 22:19:35 UTC) #9
jam
http://codereview.chromium.org/195067/diff/3010/2018 File chrome/common/child_process_host.cc (right): http://codereview.chromium.org/195067/diff/3010/2018#newcode209 Line 209: set_handle(0); On 2009/09/14 20:04:18, John Abd-El-Malek wrote: > ...
11 years, 3 months ago (2009-09-17 22:23:10 UTC) #10
Jacob Mandelson
> the latest patch looks good to me but this point is still not addressed. ...
11 years, 3 months ago (2009-09-18 00:07:48 UTC) #11
jam
On 2009/09/18 00:07:48, Jacob Mandelson wrote: > > the latest patch looks good to me ...
11 years, 3 months ago (2009-09-18 03:20:45 UTC) #12
Jacob Mandelson
Is there anything else I should do for this patchset?
11 years, 3 months ago (2009-09-22 20:17:15 UTC) #13
Jacob Mandelson
On 2009/09/22 20:17:15, Jacob Mandelson wrote: > Is there anything else I should do for ...
11 years, 2 months ago (2009-09-28 21:35:48 UTC) #14
Jacob Mandelson
> I'll need a committer to land this. Ping.
11 years, 2 months ago (2009-10-08 19:28:59 UTC) #15
Jacob Mandelson
On 2009/10/08 19:28:59, Jacob Mandelson wrote: > > I'll need a committer to land this. ...
11 years, 2 months ago (2009-10-11 22:52:33 UTC) #16
Paweł Hajdan Jr.
Sure, I'm submitting it to the try servers now. Please ping me if I don't ...
11 years, 2 months ago (2009-10-12 16:30:09 UTC) #17
Paweł Hajdan Jr.
11 years, 2 months ago (2009-10-13 14:03:37 UTC) #18
Landed in http://codereview.chromium.org/267076 . Thanks for the patch.

Powered by Google App Engine
This is Rietveld 408576698