Bug 125020 - [Cocoa] Add a way to recover from load errors
Summary: [Cocoa] Add a way to recover from 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: 2013-11-29 13:15 PST by mitz
Modified: 2013-11-29 15:18 PST (History)
0 users

See Also:


Attachments
Define WKErrorRecoveryAttempting and include an object conforming to it in the user info dictionary of load errors (18.47 KB, patch)
2013-11-29 13:25 PST, mitz
sam: 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-11-29 13:15:46 PST
[Cocoa] Add a way to recover from load errors
Comment 1 mitz 2013-11-29 13:25:59 PST
Created attachment 218079 [details]
Define WKErrorRecoveryAttempting and include an object conforming to it in the user info dictionary of load errors
Comment 2 mitz 2013-11-29 15:18:38 PST
Committed <http://trac.webkit.org/r159876>.