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
-
- 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
-
- 15 edits4 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
-
- 24 edits4 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:]):
Apr 10, 2002:
- 8:32 PM Changeset in webkit [1001] by
-
- 7 edits in trunk/WebKit
Cleaned up stream deallocations.
- Plugins.subproj/IFPluginStream.h:
- Plugins.subproj/IFPluginStream.m: (-[IFPluginStream initWithURL:mimeType:notifyData:]), (-[IFPluginStream incrementOffset:]), (-[IFPluginStream dealloc]):
- Plugins.subproj/IFPluginView.mm: (-[IFPluginView newStream:mimeType:notifyData:]), (-[IFPluginView IFURLHandleResourceDidCancelLoading:]), (-[IFPluginView IFURLHandle:resourceDidFailLoadingWithResult:]):
- 3:40 PM Changeset in webkit [1000] by
-
- 1 delete in branches/kde_3_0_rc_3_merge/WebCore/src/kdelibs/kjs
Remove kjs from its old location.
- 2:29 PM Changeset in webkit [999]
-
- 38 copies11 deletes in tags/KDE_3_0
This commit was manufactured by cvs2svn to create tag 'KDE_3_0'.
- 2:29 PM Changeset in webkit [998] by
-
- 1 delete in branches/kde/WebCore/src/kdelibs/kjs
Get kjs out of here since it's in JavaScriptCore now.
- 2:28 PM Changeset in webkit [997] by
-
- 333 edits in branches/kde/WebCore
More KDE 3.0 final sources.
- 2:16 PM Changeset in webkit [996] by
-
- 41 edits in branches/kde/JavaScriptCore/kjs
KDE 3.0 final versions of some files.
- 1:33 PM Changeset in webkit [995] by
-
- 11 edits in trunk/WebKit/Plugins.subproj
Jersey Test
- 11:48 AM Changeset in webkit [994] by
-
- 4 edits in trunk/WebKit
Fixed 2891396 -- window fills with garbage if you resize or hide/show toolbar
before loading first page
- WebView.subproj/IFWebView.mm: (-[IFWebView drawRect:]): Made webview fill rect with white if there's no widget.
Fixed 2883815 -- JavaScript window-opening preference should mention ad suppression
Fixed 2890818 -- If Alexander window is opened when home page is invalid, sheet appears
behind window
Fixed 2896685 -- Crash in CFStringAppendCString putting up alert dialog if nonexistent file
has spaces in name
- BrowserDocument.m: (-[BrowserDocument goHome:]): Changed comments, added assert (-[BrowserDocument displayError:forFrame:withStage:]): Made error message be a parameter to format string @"%@" instead of a format string with no parameters, to handle the case where error message contains % characters that look like format characters.
- BrowserWindow.m: (-[BrowserWindow _goToInitialURLFromTimer:]): New method, called from timer, just goes to initial URL. (-[BrowserWindow windowDidLoad]): Use timer to go to initial URL, to ensure that window is visible before sheet-displaying code runs.
- Preferences.subproj/ActiveContentPreferences.nib: Added another sentence of fine print to JavaScript preferences.
- 11:06 AM Changeset in webkit [993] by
-
- 2 edits in trunk/WebKit/Plugins.subproj
Jersey test