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

Issue 9477: Continue with crosssite navigations if alerts are suppressed... (Closed)

Created:
12 years, 1 month ago by ojan
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Continue with crosssite navigations if alerts are suppressed in an unload handler (i.e. we have an infinite-ish alert loop). Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=4935

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -7 lines) Patch
M chrome/browser/render_view_host.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/render_view_host.cc View 3 chunks +12 lines, -4 lines 1 comment Download
M chrome/browser/render_view_host_delegate.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/web_contents.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/web_contents.cc View 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
ojan
12 years, 1 month ago (2008-11-06 23:46:55 UTC) #1
darin (slow to review)
12 years, 1 month ago (2008-11-07 00:00:45 UTC) #2
LGTM

http://codereview.chromium.org/9477/diff/1/2
File chrome/browser/render_view_host.cc (right):

http://codereview.chromium.org/9477/diff/1/2#newcode485
Line 485: } else {
nit: no need for else after return.  alternatively, you could drop the return
here.

Powered by Google App Engine
This is Rietveld 408576698