Bug 133385 - [Cocoa] Can’t recover from subframe load errors
Summary: [Cocoa] Can’t recover from subframe load errors
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-29 12:49 PDT by mitz
Modified: 2014-05-29 13:02 PDT (History)
0 users

See Also:


Attachments
Add a WKNavigationDelegatePrivate method for subframe load errors (5.14 KB, patch)
2014-05-29 12:52 PDT, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2014-05-29 12:49:00 PDT
The client can’t respond to and recover from load errors in subframes.
Comment 1 mitz 2014-05-29 12:52:53 PDT
Created attachment 232261 [details]
Add a WKNavigationDelegatePrivate method for subframe load errors
Comment 2 mitz 2014-05-29 13:02:18 PDT
Fixed in <http://trac.webkit.org/r169460>.