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

Issue 308463002: Show window even if the parent window already contains the window (Closed)

Created:
6 years, 6 months ago by dnicoara
Modified:
6 years, 6 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, jochen+watch_chromium.org
Visibility:
Public.

Description

Show window even if the parent window already contains the window The window may have changed visibility in the meantime. The web contents controller may have navigated back, thus the window becomes visible. In this case the window needs to be shown even if the parent contains it. This aligns the shell_aura.cc implementation with shell_views.cc since in the Views implementation the View::AddChildView() call would perform this check and the widget would be shown by the next call to resize the widget which happen regardless if View::AddChildView() was a no-op. BUG=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=273692

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M content/shell/browser/shell_aura.cc View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
dnicoara
jam@ for owners skuhne@ FYI jam@ let me know if there are side-effects that I ...
6 years, 6 months ago (2014-05-28 21:46:33 UTC) #1
jam
lgtm
6 years, 6 months ago (2014-05-29 17:18:43 UTC) #2
dnicoara
The CQ bit was checked by dnicoara@chromium.org
6 years, 6 months ago (2014-05-29 17:20:13 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dnicoara@chromium.org/308463002/1
6 years, 6 months ago (2014-05-29 17:25:25 UTC) #4
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium ...
6 years, 6 months ago (2014-05-29 23:11:04 UTC) #5
commit-bot: I haz the power
6 years, 6 months ago (2014-05-30 01:38:36 UTC) #6
Message was sent while issue was closed.
Change committed as 273692

Powered by Google App Engine
This is Rietveld 408576698