Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
2011-03-06 Sreeram Ramachandran <sreeram@google.com>
Reviewed by Dimitri Glazkov. Expose page dismissal event status through the WebKit API for chromium. https://bugs.webkit.org/show_bug.cgi?id=55844 Chromium will find it useful to know the page dismissal status (i.e., whether a frame is in the midst of executing a beforeunload or unload handler), so expose that information through the chromium port in the WebKit API. This is my second attempt at this patch. The previous one broke downstream Chromium builds of some unit tests which had classes derived from WebFrame (and thus became uninstantiable because of this new pure virtual method). Those have now been fixed (http://crrev.com/77101). * public/WebFrame.h: * src/WebFrameImpl.cpp: (WebKit::WebFrameImpl::pageDismissalEventBeingDispatched): * src/WebFrameImpl.h: Canonical link: https://commits.webkit.org/70345@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@80451 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
32 additions
and 0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters