Timeline
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.
Apr 5, 2002:
- 5:46 PM Changeset in webkit [980] by
-
- 9 edits in trunk
- Plugins.subproj/IFNullPluginView.mm: (+[IFNullPluginView load]):
Enabled the null plugin code.
- src/libwebcore.exp:
Added symbol for IFNullPluginView
- 3:51 PM Changeset in webkit [979] by
-
- 5 edits in trunk/WebCore
Various scrolling, hit detection, and goto anchor fixes to account for frames being
translated in scroll views.
- 3:13 PM Changeset in webkit [978] by
-
- 10 edits5 adds in trunk
- Plugins.subproj/IFNullPluginView.h: Added.
- Plugins.subproj/IFNullPluginView.mm: Added. (-[IFNullPluginView initWithFrame:mimeType:arguments:]), (-[IFNullPlug$ findSuperview:]), (-[IFNullPluginView drawRect:]):
- Resources/nullplugin.tiff: Added.
- WebKit.pbproj/project.pbxproj:
- src/kwq/WCPluginWidget.h:
- src/kwq/WCPluginWidget.mm: (WCSetIFNullPluginMakeFunc), (WCPluginWidget::WCPluginWidget), (WCIFPluginMakeFunction), (WCIFNullPluginMakeFunction):
An IFNullPluginView is now created when no plug-in for a requested
mime type is found. IFNullPluginView displays a null plug-in icon
and will eventually report this error to the WebController.
- 1:15 PM Changeset in webkit [977]
-
- 19 copies in tags/ALEXANDER_0_2_PRE_8
This commit was manufactured by cvs2svn to create tag
'ALEXANDER_0_2_PRE_8'.
- 1:15 PM Changeset in webkit [976] by
-
- 4 edits in trunk/WebKit
Back out some changes to lazily dealloc frame.
- 12:46 PM Changeset in webkit [975] by
-
- 14 edits in trunk
Hacks to support:
- Not loading a document when a link is to an anchor on same page.
- Correctly targeting frames.
Our documentation is actually useable now.
New method on controller to find a frame of a particular name
anywhere in the frame hierarchy.
- 11:05 AM Changeset in webkit [974] by
-
- 12 edits in trunk
WebFoundation:
- CacheLoader.subproj/IFURLHandle.h: Eliminated [availableResourceData] in favor of the new [resourceData], which is nil until load is complete.
- CacheLoader.subproj/IFURLHandle.m: (-[IFURLHandle loadInForeground:]): Wean from availableResourceData; use resourceData instead. (-[IFURLHandle resourceData]): New name, now returns nil unless statusCode is IFURLHandleStatusLoadComplete.
- CacheLoader.subproj/IFURLHandleC.h:
- CacheLoader.subproj/IFURLHandleC.m: (IFURLHandleGetResourceData): Replace IFURLHandleGetAvailableResourceData with IFURLHandleGetResourceData.
- WebFoundation.pbproj/project.pbxproj: The battle of the Project Builder versions.
WebCore:
- src/kwq/KWQKloader.mm: (-[URLLoadClient IFURLHandle:resourceDidFailLoadingWithResult:]): Use contentLengthReceived rather than getting the length of availableResourceData to determine how much data has arrived.
WebKit:
- WebView.subproj/IFMainURLHandleClient.mm: (-[IFMainURLHandleClient IFURLHandle:resourceDidFailLoadingWithResult:]): Use contentLengthReceived rather than getting the length of availableResourceData to determine how much data has arrived.
- 10:56 AM Changeset in webkit [973] by
-
- 11 edits in trunk
i Implemented the same lazily deallocation scheme on frame as in controller
and data source.
More bulletproofing to deal with cleanup during deallocation.
- 12:36 AM Changeset in webkit [972] by
-
- 6 edits in trunk/WebCore
- src/kwq/qt/qmap.h (QMapNode::~QMapNode): Cast left() and right() to the right type to fix a leak detected by the automated leak checking on Jersey.
Apr 4, 2002:
- 10:56 PM Changeset in webkit [971] by
-
- 3 edits in trunk/WebKit
Clear controller references from data source and view, as well as
frame.
- 7:07 PM Changeset in webkit [970] by
-
- 11 edits in trunk
Lazily dealloc controller and data source ONLY after all loads
have completed.
Extra bulletproofing to prevent script execution when in partially
dealloced state.
Guarantee that browser document isn't dangling after
deallocing the WebController.
- 5:15 PM Changeset in webkit [969] by
-
- 9 edits in trunk/WebCore
2002-04-04 Chris Blumenberg <cblu@apple.com>
- src/kwq/WCPlugin.mm: (-[WCPlugin load]):
- src/kwq/npapi.h:
- src/kwq/npapi.mm: (NPN_GetJavaEnv), (NPN_GetJavaPeer):
Added stubs for NPN_GetJavaEnv and NPN_GetJavaPeer. This fixes a flash crasher.
- 4:27 PM Changeset in webkit [968] by
-
- 7 edits in trunk/WebCore
2002-04-04 Chris Blumenberg <cblu@apple.com>
- src/kdelibs/khtml/rendering/render_frames.cpp: (RenderPartObject::updateWidget):
- src/kwq/WCPluginWidget.mm: (WCPluginWidget::WCPluginWidget):
Moved the removal of KHTML EMBED attributes to WCPluginWidget. One less APPLE_CHANGES.
- 3:31 PM Changeset in webkit [967] by
-
- 9 edits1 add in trunk/WebKit
2002-04-04 Kenneth Kocienda <kocienda@apple.com>
Hack to handle displaying image URLs. The trick is to sense when
the main URL is an image type and wrap the URL in a small generated
HTML document and hand that off to the engine to display.
Works like a charm! :)
There may be some longer-term issues, but for now, this lets us
do something we could not before. It also lets us handle some iframes
that contain only image URLs.
- Resources/image_document_template.html: Added.
- WebKit.pbproj/project.pbxproj:
- WebView.subproj/IFMainURLHandleClient.h:
- WebView.subproj/IFMainURLHandleClient.mm: (loadImageDocumentTemplate), (-[IFMainURLHandleClient initWithDataSource:part:]), (-[IFMainURLHandleClient IFURLHandle:resourceDataDidBecomeAvailable:]):
- 2:50 PM Changeset in webkit [966] by
-
- 10 edits in trunk/WebKit
2002-04-04 Chris Blumenberg <cblu@apple.com>
- English.lproj/IFError.strings:
- Misc.subproj/IFError.h:
- Misc.subproj/IFError.m: (+[IFError initialize]):
- WebKit.pbproj/project.pbxproj:
- WebView.subproj/IFMainURLHandleClient.mm: (-[IFMainURLHandleClient IFURLHandle:resourceDataDidBecomeAvailable:]):
Added the IFNonHTMLContentNotSupportedError to IFError.
- 11:41 AM Changeset in webkit [965] by
-
- 11 edits in trunk/WebCore
Redo clobbered fixes for problems that show up only when xNDEBUG is set
- src/kwq/KWQApplication.mm: (QApplication::sendEvent):
- src/kwq/KWQKloader.mm: (-[URLLoadClient IFURLHandleResourceDidBeginLoading:]): Remove or ifdef otherwise-unused variables.
- src/kwq/KWQFontMetrics.mm: (_rectForString): Add missing semicolons.
- 11:10 AM Changeset in webkit [964] by
-
- 5 edits in trunk/WebCore
- src/kwq/KWQString.mm: (QString::unicode), (QString::latin1), (QString::convertToQCString): Remove some excessive logging that was getting in the way of important log messages.
- 10:38 AM Changeset in webkit [963] by
-
- 8 edits in trunk/WebKit
Tuned and re-enabled resource layouts.
- 8:09 AM Changeset in webkit [962] by
-
- 7 edits in trunk
- configure.in: Replace the --disable/enable-debug with the new --with-build-style option that Maciej added.
Use --with-build-style=Development for development. You can also
use --with-build-style=Deployment for timings and official builds
and --with-build-style=Unoptimized for debugging.
Main Project Builder projects:
Add an Unoptimized build style: exactly like Development except without the -O.
- 7:52 AM Changeset in webkit [961] by
-
- 3 edits in trunk/WebCore
Somehow this log entry didn't get in.