⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Timeline



Apr 12, 2002:

7:28 PM Changeset in webkit [1006]
  • 19 copies in branches/kde_3_0_merge

This commit was manufactured by cvs2svn to create branch
'kde_3_0_merge'.

7:28 PM Changeset in webkit [1005]
  • 19 copies in tags/KDE_3_0_MERGE_ANCHOR

This commit was manufactured by cvs2svn to create tag
'KDE_3_0_MERGE_ANCHOR'.

7:28 PM Changeset in webkit [1004] by cblu
  • 3 edits in trunk/WebKit

Fixed build failure. Forgot to make IFDownloadHandler.h
a public header.

  • WebKit.pbproj/project.pbxproj:
6:03 PM Changeset in webkit [1003] by cblu
  • 15 edits
    4 adds in trunk/WebKit

First implementation of IFDownloadHandler and IFDownloadHandlerPrivate.

Added:

  • (void) startedDownloadWithHandler:(IFDownloadHandler *)downloadHandler
  • (void) receivedProgress:(IFLoadProgress *)progress forDownloadHandler$
  • (void) receivedError:(IFError *)error forDownloadHandler:(IFDownloadH$

to Alex's WebController.

Apr 11, 2002:

2:28 PM Changeset in webkit [1002] by cblu
  • 24 edits
    4 adds in trunk

Added support for non-html content. Non-html content is embedded in a
contrived HTML document.

  • English.lproj/IFError.strings:
  • MIME.subproj/IFContentHandler.h: Added.
  • MIME.subproj/IFContentHandler.m: Added. (-[IFContentHandler initWithMIMEHandler:URL:]), (-[IFContentHandler HTMLDocument]), (-[IFContentHandler dealloc]):
  • MIME.subproj/IFMIMEDatabase.h:
  • MIME.subproj/IFMIMEDatabase.m: (-[IFMIMEDatabase MIMEHandlerForMIMEType:]), (setMimeHandlers):
  • MIME.subproj/IFMIMEHandler.h:
  • MIME.subproj/IFMIMEHandler.m: (-[IFMIMEHandler initWithMIMEType:handlerType:handlerName:]), (-[IFMIMEHandler description]):
  • Misc.subproj/IFError.h:
  • Misc.subproj/IFError.m: (+[IFError initialize]):
  • Plugins.subproj/IFPluginView.mm: (-[IFPluginView initWithFrame:plugin:url:mime:arguments:mode:]), (-[IFPluginView dealloc]), (-[IFPluginView stop]):
  • Resources/plugin_document_template.html: Added.
  • Resources/text_document_template.html: Added.
  • WebKit.pbproj/project.pbxproj:
  • WebView.subproj/IFMainURLHandleClient.h:
  • WebView.subproj/IFMainURLHandleClient.mm: (-[IFMainURLHandleClient initWithDataSource:part:]), (-[IFMainURLHandleClient dealloc]), (-[IFMainURLHandleClient IFURLHandleResourceDidFinishLoading:data:]), (-[IFMainURLHandleClient IFURLHandle:resourceDataDidBecomeAvailable:]):
Note: See TracTimeline for information about the timeline view.