[Webkit-unassigned] [Bug 28875] New: Post a notification when a WebView is closing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 1 08:35:27 PDT 2009


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

           Summary: Post a notification when a WebView is closing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit API
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com
                CC: sfalken at apple.com



Adam Roben (aroben) <aroben at apple.com> changed:

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


Created an attachment (id=38866)
 --> (https://bugs.webkit.org/attachment.cgi?id=38866)
Patch v1

This is useful for situations where some code wants to react to the
WebView closing but isn't in charge of the WebView and can't otherwise
be notified. This notification could replace
IWebUIDelegatePrivate::webViewClosing if we decide that the
notification system isn't too burdensome.

Reviewed by NOBODY (OOPS!).

Need a short description and bug URL (OOPS!)

* Interfaces/IWebViewPrivate.idl: Added the
WebViewWillCloseNotification string constant.
* WebKit.vcproj/WebKit.vcproj: Link against comsuppw.lib in all
configurations so that we can use _bstr_t.
* WebView.cpp:
(WebView::close): Post the WebViewWillCloseNotification.
---
 4 files changed, 32 insertions(+), 5 deletions(-)

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