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

Issue 329423003: Make logic for disabling OS crash catcher on OSX match comment. (Closed)

Created:
6 years, 6 months ago by Nick Bray (chromium)
Modified:
6 years, 6 months ago
CC:
chromium-reviews, Paweł Hajdan Jr.
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Make logic for disabling OS crash catcher on OSX match comment. As written, the code would only disable the OS crash reporter if breakpad was not enabled, which is the opposite of the documented behavior. This change results in us calling base::mac::DisableOSCrashDumps() for all processes where base::mac::IsBackgroundOnlyProcess() is true, including NaCl processes. Before this change, the OS crash reporter was triggered when NaCl processes crashed in untrusted code, which would could take 40+ seconds to complete. BUG=318501 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276928

Patch Set 1 #

Patch Set 2 : Whitespace #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -6 lines) Patch
M chrome/app/chrome_main_delegate.cc View 1 1 chunk +4 lines, -6 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Nick Bray (chromium)
Please give this CL a little extra scrutiny. I am assuming the comment is correct ...
6 years, 6 months ago (2014-06-11 23:39:49 UTC) #1
jochen (gone - plz use gerrit)
+rsesek
6 years, 6 months ago (2014-06-12 14:37:04 UTC) #2
Robert Sesek
LGTM
6 years, 6 months ago (2014-06-12 21:26:27 UTC) #3
jochen (gone - plz use gerrit)
On 2014/06/12 21:26:27, rsesek wrote: > LGTM rs lgtm
6 years, 6 months ago (2014-06-12 21:27:47 UTC) #4
Mark Seaborn
In the commit message, can you explicitly say how this is addressing https://code.google.com/p/chromium/issues/detail?id=318501 please? i.e. ...
6 years, 6 months ago (2014-06-12 21:32:14 UTC) #5
Nick Bray (chromium)
The CQ bit was checked by ncbray@chromium.org
6 years, 6 months ago (2014-06-12 21:54:38 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ncbray@chromium.org/329423003/20001
6 years, 6 months ago (2014-06-12 21:57:15 UTC) #7
commit-bot: I haz the power
6 years, 6 months ago (2014-06-13 05:00:13 UTC) #8
Message was sent while issue was closed.
Change committed as 276928

Powered by Google App Engine
This is Rietveld 408576698