[Webkit-unassigned] [Bug 7145] New: Report error during PostScript conversion via delegate

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Feb 8 20:22:04 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7145

           Summary: Report error during PostScript conversion via delegate
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: ddkilzer at kilzer.net
 BugsThisDependsOn: 3527


Via IRC conversation with Darin, errors during PostScript conversion need to be
sent via delegate method back to Safari (or whatever is controlling WebKit).

[10:12pm] darin: - (void)webView:(WebView *)sender
didFailLoadWithError:(NSError *)error forFrame:(WebFrame *)frame;
[10:12pm] darin: that's how errors get reported
[10:12pm] darin: it's not clear how to communicate that loading is taking place
[10:13pm] ddkilzer: Adding WebKit API to report PS conversion status and to
report an error
[10:13pm] darin: that might require some new delegate call
[10:13pm] darin: sure
[10:13pm] darin: I guess PS conversion progress would be ideal, but the
framework doesn't tell us that
[10:13pm] darin: instead it's just "start and stop" I guess
[10:13pm] darin: ddkilzer: I think the "report an error" case really just means
using the existing delegate and a new NSError code


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list