[Webkit-unassigned] [Bug 29138] New: Simplify popup menu handling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 10 12:02:44 PDT 2009


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

           Summary: Simplify popup menu handling
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andersca at apple.com


Currently, PopupMenu calls PopupMenuClient::hidePopup, when a popup menu needs
to go away. The client method then hides the popup. 

The attached patch simplifies this so that calling PopupMenu::hide now hides
the popup menu and then calls PopupMenuClient::popupDidHide.

-- 
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