Bug 106261 - [mac] WebKit1 clients can’t tell when a frame has been removed from the hierarchy
Summary: [mac] WebKit1 clients can’t tell when a frame has been removed from the hiera...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-07 15:04 PST by mitz
Modified: 2013-01-07 15:28 PST (History)
0 users

See Also:


Attachments
Add -[WebFrameLoadDelegate webView:didRemoveFrameFromHierarchy:] (12.52 KB, patch)
2013-01-07 15:07 PST, mitz
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2013-01-07 15:04:02 PST
WebKit1 doesn’t have an equivalent of WebKit2’s DidRemoveFrameFromHierarchy.
Comment 1 mitz 2013-01-07 15:07:30 PST
Created attachment 181573 [details]
Add -[WebFrameLoadDelegate webView:didRemoveFrameFromHierarchy:]
Comment 2 mitz 2013-01-07 15:28:35 PST
Fixed in <http://trac.webkit.org/r139000>.