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

Issue 6943001: Add shutdown trace functions (Closed)

Created:
9 years, 7 months ago by DaveMoore
Modified:
9 years, 7 months ago
CC:
chromium-reviews, pam+watch_chromium.org
Visibility:
Public.

Description

Add shutdown trace functions BUG=chromium-os:14737 TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=84662

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fixed review issues #

Patch Set 3 : Fixed try problems #

Patch Set 4 : Remove extra include #

Patch Set 5 : Fixed include order #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -1 line) Patch
M base/compiler_specific.h View 1 1 chunk +2 lines, -0 lines 1 comment Download
M chrome/browser/browser_main_posix.cc View 1 2 3 4 5 chunks +26 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
DaveMoore
9 years, 7 months ago (2011-05-04 20:37:19 UTC) #1
willchan no longer on Chromium
LGTM http://codereview.chromium.org/6943001/diff/1/chrome/browser/browser_main_posix.cc File chrome/browser/browser_main_posix.cc (right): http://codereview.chromium.org/6943001/diff/1/chrome/browser/browser_main_posix.cc#newcode98 chrome/browser/browser_main_posix.cc:98: sleep(UINT_MAX); I think you need <limits.h> for this ...
9 years, 7 months ago (2011-05-04 21:06:49 UTC) #2
DaveMoore
http://codereview.chromium.org/6943001/diff/1/chrome/browser/browser_main_posix.cc File chrome/browser/browser_main_posix.cc (right): http://codereview.chromium.org/6943001/diff/1/chrome/browser/browser_main_posix.cc#newcode98 chrome/browser/browser_main_posix.cc:98: sleep(UINT_MAX); On 2011/05/04 21:06:49, willchan wrote: > I think ...
9 years, 7 months ago (2011-05-09 17:41:42 UTC) #3
Evan Martin
9 years, 7 months ago (2011-05-09 22:49:44 UTC) #4
http://codereview.chromium.org/6943001/diff/9001/base/compiler_specific.h
File base/compiler_specific.h (right):

http://codereview.chromium.org/6943001/diff/9001/base/compiler_specific.h#new...
base/compiler_specific.h:77: #define NOINLINE __attribute__((noinline))
Sorry to nitpick, but the comment above doesn't match this.  It looks like the
file style is to put each of these attrs in its own #if defined block with a
comment above them.

Powered by Google App Engine
This is Rietveld 408576698