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

Issue 3832005: Don't display the file select dialog from invisible windows.... (Closed)

Created:
10 years, 2 months ago by Johnny(Jianning) Ding
Modified:
9 years, 7 months ago
Reviewers:
brettw, abarth-chromium
CC:
chromium-reviews, brettw-cc_chromium.org, darin-cc_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

Don't display the file select dialog from invisible windows. See more details from http://code.google.com/p/chromium/issues/detail?id=58319. BUG=58319 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=63647

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -0 lines) Patch
M chrome/browser/blocked_popup_container.cc View 1 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/renderer/render_view.cc View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Johnny(Jianning) Ding
10 years, 2 months ago (2010-10-15 12:41:42 UTC) #1
brettw
http://codereview.chromium.org/3832005/diff/5001/6002 File chrome/browser/renderer_host/render_view_host.cc (right): http://codereview.chromium.org/3832005/diff/5001/6002#newcode1420 chrome/browser/renderer_host/render_view_host.cc:1420: if (!platform_util::IsVisible(view()->GetNativeView())) { We shouldn't having this view-related code ...
10 years, 2 months ago (2010-10-15 22:15:10 UTC) #2
abarth-chromium
I've looked at this CL, but I don't have anything intelligent to say about it. ...
10 years, 2 months ago (2010-10-17 10:46:57 UTC) #3
Johnny(Jianning) Ding
http://codereview.chromium.org/3832005/diff/5001/6002 File chrome/browser/renderer_host/render_view_host.cc (right): http://codereview.chromium.org/3832005/diff/5001/6002#newcode1420 chrome/browser/renderer_host/render_view_host.cc:1420: if (!platform_util::IsVisible(view()->GetNativeView())) { Now it is OK to ignore ...
10 years, 2 months ago (2010-10-18 22:16:22 UTC) #4
brettw
10 years, 2 months ago (2010-10-20 05:09:21 UTC) #5
LGTM, thanks for the smaller patch.

Powered by Google App Engine
This is Rietveld 408576698