summaryrefslogtreecommitdiffstats
path: root/net/http
diff options
context:
space:
mode:
authorjianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-15 20:37:30 +0000
committerjianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-15 20:37:30 +0000
commit84981baa4338eec37363ad541054df96b3ad456a (patch)
tree4d64991f115150e5b61a70474b426da841377556 /net/http
parent9197dbcbb276b2e8bf39789b34e9a0a569b31495 (diff)
downloadchromium_src-84981baa4338eec37363ad541054df96b3ad456a.zip
chromium_src-84981baa4338eec37363ad541054df96b3ad456a.tar.gz
chromium_src-84981baa4338eec37363ad541054df96b3ad456a.tar.bz2
Fix the problem that closing one panel in a stack causes other panels in the stack to disappear on Mac
There're 2 problems that have been fixed here: 1) Hiding a window that still has its parentWindow could cause all other child windows of this parent window to disappear. The fix is to detach the child window from its parent window before hiding and closing it in PanelCocoa::ClosePanel. 2) We should not remove the child window in PanelStackWindowCocoa::RemoveWindow since the native window might be gone already. BUG=240952 TEST=existing tests R=dimich@chromium.org Review URL: https://codereview.chromium.org/14995020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200340 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http')
0 files changed, 0 insertions, 0 deletions