Timeline
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
Apr 9, 2002:
- 4:45 PM Changeset in webkit [992] by
-
- 7 adds in trunk/WebKit/Plugins.subproj
- Moved plug-in streams to IFPluginStream
- Put IFPluginNullEventSender to it own file.
- 4:44 PM Changeset in webkit [991] by
-
- 9 edits in trunk/WebKit
- Plugins.subproj/IFPluginView.h:
- Plugins.subproj/IFPluginView.mm: (-[IFPluginView initWithFrame:plugin:url:mime:arguments:mode:]), (-[IFPluginView setWindow]), (-[IFPluginView newStream:mimeType:notifyData:]), (-[IFPluginView start]), (-[IFPluginView stop]), (-[IFPluginView dealloc]), (-[IFPluginView findSuperview:]), (-[IFPluginView sendUpdateEvent]), (-[IFPluginView drawRect:]), (-[IFPluginView isFlipped]), (-[IFPluginView viewHasMoved:]), (-[IFPluginView windowBecameKey:]), (-[IFPluginView windowResignedKey:]), (-[IFPluginView windowWillClose:]), (-[IFPluginView IFURLHandleResourceDidBeginLoading:]), (-[IFPluginView IFURLHandle:resourceDataDidBecomeAvailable:]), (-[IFPluginView IFURLHandleResourceDidFinishLoading:data:]), (-[IFPluginView IFURLHandleResourceDidCancelLoading:]), (-[IFPluginView IFURLHandle:resourceDidFailLoadingWithResult:]), (-[IFPluginView IFURLHandle:didRedirectToURL:]), (-[IFPluginView forceRedraw]), (IFPluginMake), (+[IFPluginView load]):
- WebKit.pbproj/project.pbxproj:
- WebView.subproj/IFLoadProgress.h:
Cleaned up the IFPluginView code. Moved a lot of things around.
Added support for plug-in file download progress.
Apr 8, 2002:
- 5:17 PM Changeset in webkit [990] by
-
- 3 edits in trunk/WebCore
Added bug number to the last ChangeLog entry:
Fix Radar 2896001 (crashes in KURL):
- 5:14 PM Changeset in webkit [989] by
-
- 5 edits in trunk/WebCore
- src/kwq/KWQKURL.mm: (KURL::KWQKURLPrivate::KWQKURLPrivate): Initialize refCount to 0 in the copy constructor.
- 2:14 PM Changeset in webkit [988]
-
- 19 copies in tags/TINDERBOX
This commit was manufactured by cvs2svn to create tag 'TINDERBOX'.
- 2:14 PM Changeset in webkit [987]
-
- 19 copies in tags/ALEXANDER_0_2
This commit was manufactured by cvs2svn to create tag
'ALEXANDER_0_2'.
- 2:14 PM Changeset in webkit [986] by
-
- 3 edits in trunk/JavaScriptCore
Retroactively reviewed Darin's change.
- 2:08 PM Changeset in webkit [985] by
-
- 16 edits in trunk
- src/kwq/KWQKHTMLPart.mm: (KHTMLPart::requestObject):
- src/kwq/WCPluginWidget.h:
- src/kwq/WCPluginWidget.mm: (WCPluginWidget::WCPluginWidget):
- Plugins.subproj/IFPluginView.h:
- Plugins.subproj/IFPluginView.mm: (-[IFPluginView initWithFrame:plugin:url:mime:arguments:mode:]), (-[IFPluginView drawRect:]), (-[IFPluginView newStream:mimeType:notifyData:]), (-[IFPluginView getURLNotify:target:notifyData:]):
Support new stream requests from plug-ins that are relative URL's.
- 1:12 PM Changeset in webkit [984] by
-
- 7 edits in trunk
Re-added -Wno-format-y2k.
- 12:39 PM Changeset in webkit [983] by
-
- 7 edits in trunk/WebKit
Added logs for Shelley to note start and completion of document load.
-WebKitLogLevel 0x1000. Also, as a bonus, note time to load.
- 11:51 AM Changeset in webkit [982] by
-
- 10 edits in trunk/WebKit
- Plugins.subproj/IFNullPluginView.h:
- Plugins.subproj/IFNullPluginView.mm: (-[IFNullPluginView initWithFrame:mimeType:arguments:]), (-[IFNullPluginView drawRect:]):
- WebView.subproj/IFBaseWebController.mm: (-[IFBaseWebController pluginNotFoundForMIMEType:pluginPageURL:]):
- WebView.subproj/IFWebController.h:
Added pluginNotFoundForMIMEType: pluginPageURL: to WebKit. This gets called
by IFNullPluginView when a plug-in for a certain mime type is requested but
not installed.
- 10:58 AM Changeset in webkit [981] by
-
- 6 edits in trunk/WebKit
i Added frameForView:
Cleaned up out-of-date comments.