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

Issue 10035024: DCHECK earlier if pepper flash is missing even though FLAPPER_AVAILABLE is defined. (Closed)

Created:
8 years, 8 months ago by Joao da Silva
Modified:
8 years, 8 months ago
Reviewers:
viettrungluu
CC:
chromium-reviews, Bernhard Bauer
Visibility:
Public.

Description

DCHECK earlier if pepper flash is missing even though FLAPPER_AVAILABLE is defined. BUG=123632 TEST=The steps to trigger the bug don't crash anymore, but the browser crashes earlier if FLAPPER_AVAILABLE is misconfigured. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=133188

Patch Set 1 #

Total comments: 5

Patch Set 2 : Comment instead of logging #

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

Messages

Total messages: 8 (0 generated)
Joao da Silva
Please review, thanks!
8 years, 8 months ago (2012-04-18 11:51:22 UTC) #1
viettrungluu
http://codereview.chromium.org/10035024/diff/1/chrome/common/chrome_content_client.cc File chrome/common/chrome_content_client.cc (right): http://codereview.chromium.org/10035024/diff/1/chrome/common/chrome_content_client.cc#newcode234 chrome/common/chrome_content_client.cc:234: DCHECK(file_util::PathExists(plugin.path)) This, I believe, causes file IO to be ...
8 years, 8 months ago (2012-04-18 16:24:39 UTC) #2
Joao da Silva
@viettrungluu: please consider the comment inline, do you still prefer to not have this in? ...
8 years, 8 months ago (2012-04-19 13:27:22 UTC) #3
viettrungluu
http://codereview.chromium.org/10035024/diff/1/chrome/common/chrome_content_client.cc File chrome/common/chrome_content_client.cc (right): http://codereview.chromium.org/10035024/diff/1/chrome/common/chrome_content_client.cc#newcode234 chrome/common/chrome_content_client.cc:234: DCHECK(file_util::PathExists(plugin.path)) On 2012/04/19 13:27:22, Joao da Silva wrote: > ...
8 years, 8 months ago (2012-04-19 23:34:24 UTC) #4
viettrungluu
http://codereview.chromium.org/10035024/diff/1/chrome/common/chrome_content_client.cc File chrome/common/chrome_content_client.cc (right): http://codereview.chromium.org/10035024/diff/1/chrome/common/chrome_content_client.cc#newcode234 chrome/common/chrome_content_client.cc:234: DCHECK(file_util::PathExists(plugin.path)) Forgot to say: lgtm with a less verbose ...
8 years, 8 months ago (2012-04-20 05:32:11 UTC) #5
Joao da Silva
Thanks for the review! http://codereview.chromium.org/10035024/diff/1/chrome/common/chrome_content_client.cc File chrome/common/chrome_content_client.cc (right): http://codereview.chromium.org/10035024/diff/1/chrome/common/chrome_content_client.cc#newcode234 chrome/common/chrome_content_client.cc:234: DCHECK(file_util::PathExists(plugin.path)) On 2012/04/20 05:32:11, viettrungluu ...
8 years, 8 months ago (2012-04-20 10:00:29 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joaodasilva@chromium.org/10035024/10001
8 years, 8 months ago (2012-04-20 11:54:19 UTC) #7
commit-bot: I haz the power
8 years, 8 months ago (2012-04-20 13:16:27 UTC) #8
Change committed as 133188

Powered by Google App Engine
This is Rietveld 408576698