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

Issue 8477018: Pull back some CHECK calls which were removed. (Closed)

Created:
9 years, 1 month ago by Scott Hess - ex-Googler
Modified:
9 years, 1 month ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews, tfarina
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Pull back some CHECK calls which were removed. Original CL http://codereview.chromium.org/8368018/ was sort of aggressive in some areas. I reveiewed it and this pulls back the cases I'm pretty sure should be kept. My basic approach was to keep things which would probably never happen in development, and which signal a problem which is unlikely to be transient. - important_file_writer.cc getting impossible amounts of data. - cfbundle_blocker.mm logs blocked bundles so user can see. - objc_zombie.mm crashes if the objc runtime is unexpectedly bizarre. - multi-process lock logs failure. I've actually seen that last before when a test nested a profile too deeply, in which case knowing the filename was the key hint. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109080

Patch Set 1 #

Total comments: 8

Patch Set 2 : Mark's suggested revert-reverts. #

Patch Set 3 : comment tweak #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -21 lines) Patch
M chrome/common/important_file_writer.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/mac/cfbundle_blocker.mm View 1 chunk +8 lines, -6 lines 0 comments Download
M chrome/common/multi_process_lock_linux.cc View 4 chunks +5 lines, -6 lines 0 comments Download
M chrome/common/multi_process_lock_mac.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/common/multi_process_lock_win.cc View 2 chunks +3 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Scott Hess - ex-Googler
Sorry so late, sheriff'ing and sick pushed it up my stack.
9 years, 1 month ago (2011-11-04 23:23:48 UTC) #1
Mark Mentovai
I agree with all of your changes except for the ones I’ve called out as ...
9 years, 1 month ago (2011-11-05 00:49:02 UTC) #2
Mark Mentovai
(It’s still your call, but you might have to defend your decisions I’ve called out ...
9 years, 1 month ago (2011-11-05 00:49:28 UTC) #3
Scott Hess - ex-Googler
The two on-main-thread checks I don't feel super strongly about. Mostly my concern was if ...
9 years, 1 month ago (2011-11-08 18:47:51 UTC) #4
Mark Mentovai
You haven’t uploaded a new change set but I suspect it’s all LGTM.
9 years, 1 month ago (2011-11-08 18:49:24 UTC) #5
Scott Hess - ex-Googler
On 2011/11/08 18:49:24, Mark Mentovai wrote: > You haven’t uploaded a new change set but ...
9 years, 1 month ago (2011-11-08 18:54:35 UTC) #6
Mark Mentovai
L G T M
9 years, 1 month ago (2011-11-08 18:58:52 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shess@chromium.org/8477018/7002
9 years, 1 month ago (2011-11-08 18:59:53 UTC) #8
commit-bot: I haz the power
9 years, 1 month ago (2011-11-08 20:04:49 UTC) #9
Change committed as 109080

Powered by Google App Engine
This is Rietveld 408576698