[Webkit-unassigned] [Bug 32953] [Qt] Qt DRT: respect window.close() and window.closed()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 29 00:16:47 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=32953


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #45515|review?                     |review-
               Flag|                            |




--- Comment #3 from Eric Seidel <eric at webkit.org>  2009-12-29 00:16:46 PST ---
(From update of attachment 45515)
There is really no way to know here?
4 void DumpRenderTree::windowCloseRequested()
 755 {
 756     // We don't know which window was closed, so we have to assume it was
the one
 757     // most recently opened.
 758     if (windows.count()) {
 759         QObject* container = windows.takeLast();
 760         container->deleteLater();
 761     }
 762 }

The tabs will prevent this from being landed as is.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list