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

Issue 8759018: Be more careful when calling methods on chromeHidden (Closed)

Created:
9 years ago by Aaron Boodman
Modified:
9 years ago
Reviewers:
Matt Perry
CC:
chromium-reviews, Aaron Boodman, Erik does not do reviews, darin-cc_chromium.org, mihaip+watch_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Be more careful when calling methods on chromeHidden. If chromeHidden didn't have the method before, it would stop the current stack because of an unhandled try/catch. BUG=100401 TEST=described in bug Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112521

Patch Set 1 #

Patch Set 2 : moar #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -4 lines) Patch
M chrome/renderer/extensions/chrome_v8_context.cc View 1 3 chunks +10 lines, -4 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
Aaron Boodman
http://codereview.chromium.org/8759018/diff/2001/chrome/renderer/extensions/chrome_v8_context.cc File chrome/renderer/extensions/chrome_v8_context.cc (right): http://codereview.chromium.org/8759018/diff/2001/chrome/renderer/extensions/chrome_v8_context.cc#newcode56 chrome/renderer/extensions/chrome_v8_context.cc:56: if (!value.IsEmpty() && value->IsObject()) { FYI: This is the ...
9 years ago (2011-12-01 05:58:31 UTC) #1
Matt Perry
LGTM http://codereview.chromium.org/8759018/diff/2001/chrome/renderer/extensions/chrome_v8_context.cc File chrome/renderer/extensions/chrome_v8_context.cc (right): http://codereview.chromium.org/8759018/diff/2001/chrome/renderer/extensions/chrome_v8_context.cc#newcode47 chrome/renderer/extensions/chrome_v8_context.cc:47: v8::TryCatch try_catch; Meh, this seems like overkill given ...
9 years ago (2011-12-01 18:57:29 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aa@chromium.org/8759018/2001
9 years ago (2011-12-01 19:37:14 UTC) #3
commit-bot: I haz the power
9 years ago (2011-12-01 19:44:35 UTC) #4
Try job failure for 8759018-2001 on win_rel for step "update".
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&nu...

Step "update" is always a major failure.
Look at the try server FAQ for more details.

Powered by Google App Engine
This is Rietveld 408576698