Timeline
Jun 2, 2002:
- 4:16 PM Changeset in webkit [1254] by
-
- 4 edits in trunk/JavaScriptCore
- COPYING.LIB: Fix line endings. It was using CRs.
Jun 1, 2002:
- 12:40 PM Changeset in webkit [1253] by
-
- 4 edits in trunk/WebKit
- WebCoreSupport.subproj/IFImageRenderer.m: (-[IFImageRenderer beginAnimationInView:inRect:fromRect:]): Remove an assert I added, since it is firing, and instead fixed the storage leak that inspired me to put the assert in.
- 9:32 AM Changeset in webkit [1252] by
-
- 4 edits in trunk/WebCore
- kwq/KWQPtrDictImpl.mm: (KWQPtrDictPrivate::~KWQPtrDictPrivate): Fix compile error.
May 31, 2002:
- 11:07 PM Changeset in webkit [1251] by
-
- 7 edits in trunk/WebCore
Fix infinite loop while cancelling bug that was caused by dictionary
iterators not getting updated when keys are removed.
- kwq/KWQPtrDictImpl.mm: (KWQPtrDictPrivate::KWQPtrDictPrivate): Set iterators list to 0. (KWQPtrDictPrivate::~KWQPtrDictPrivate): Tell iterators dict is gone. (KWQPtrDictImpl::remove): Tell each iterator that the item was removed. (KWQPtrDictIteratorPrivate::KWQPtrDictIteratorPrivate): Insert the iterator into a list with a head stored in the dict. (KWQPtrDictIteratorPrivate::~KWQPtrDictIteratorPrivate): Remove the iterator from the list. (KWQPtrDictIteratorPrivate::remove): Remove the key from the iterator's private storage. (KWQPtrDictIteratorPrivate::dictDestroyed): Clear out the dict pointer and set the count to 0.
- kwq/KWQPtrDictImpl.h: Move private classes out so they can get at each other without being friends of each other.
- kwq/qt/qptrdict.h: Simplify a bit.
- 8:57 PM Changeset in webkit [1250] by
-
- 7 edits in trunk/WebCore
- khtml/khtmlview.h: Add KWQKHTMLPartImpl as friend class, remove khtml_part.h include that we added inside APPLE_CHANGES.
- kwq/KWQKHTMLPart.mm: (KWQKHTMLPartImpl::end): Reinstate a line of code that required friend status.
- kwq/KWQView.mm: Add include of khtml_part.h.
- 6:11 PM Changeset in webkit [1249] by
-
- 4 edits in trunk/WebKit
- WebView.subproj/IFWebViewPrivate.mm: Add include to prepare for change to WebCore that will make it required.
- 5:04 PM Changeset in webkit [1248] by
-
- 4 edits in trunk/WebCore
- kwq/kwqdebug.h: Don't use displayableString; it's an SPI and those are no nos inside WebCore.
- 5:03 PM Changeset in webkit [1247] by
-
- 8 edits in trunk/WebKit
- WebCoreSupport.subproj/IFImageRenderer.h: Fixed the line endings (they were Macintosh CRs instead of Unix LFs). Also made all the methods be private for now since there's no need to have them be public.
- WebCoreSupport.subproj/IFImageRenderer.m: Fixed the line endings (they were Macintosh CRs instead of Unix LFs). Some minor code tweaks too sharing a bit more code.
- WebCoreSupport.subproj/IFImageRendererFactory.m: (-[IFImageRendererFactory imageRendererWithSize:]): Return an IFImageRenderer rather than just an NSImage, since an NSImage does not satisfy WebCoreImageRenderer.
- 11:33 AM Changeset in webkit [1246] by
-
- 14 edits1 delete in trunk/WebCore
- kwq/kio/jobclasses.h: Removed SimpleJob and made Job just enough for TransferJob to inherit from it. Removed unused stuff and made url() return an NSURL rather than a KURL.
- kwq/KWQKjobclasses.mm: Removed much of the code, and reworked what remains to simplify it.
- kwq/KWQKloader.mm: Update users of TransferJob::url since it now returns an NSURL rather than a KURL.
- kwq/kio/job.h: Simplify.
- kwq/KWQKJob.mm: Simplify.
- kwq/kio/scheduler.h: Emptied this file out.
- kwq/KWQKScheduler.mm: Removed.
- kwq/Makefile.am: Removed KWQKScheduler.mm.
- 7:35 AM Changeset in webkit [1245] by
-
- 82 edits6 adds19 deletes in trunk/WebCore
Remove some unused stuff; total of 1000s of lines.
- Makefile.am: Removed some strange uses of "./" and improved stamp-related rules.
- WebCore-tests.exp: Removed QDir functions.
- khtml/Makefile.am: Removed java subdirectory.
- khtml/java/*: Removed.
- khtml/rendering/render_applet.cpp: Rearrange APPLE_CHANGES so that we use our own KJavaAppletWidget rather than a QWidget.
- kwq/khtml/java/kjavaappletcontext.h: Added.
- kwq/khtml/java/kjavaappletwidget.h: Added.
- kwq/KWQKJavaAppletWidget.mm: Added. Replaces WCJavaAppletWidget.mm.
- kwq/KWQsignals.mm: Removed java-related signals.
- khtml/css/Makefile.am:
- khtml/misc/Makefile.am: Improve stamp-related rules.
- khtml/misc/loader.cpp: Move around and add ifdefs so we don't need as much KWQ code. Maybe revisit this later -- related to the KDE implementation of animated and progressive loading images, which we probably don't need, but it may integrate slightly better than doing our hacks inside QPixmap.
- kwq/KWQApplication.mm:
- kwq/KWQFontInfo.mm:
- kwq/KWQInputDialog.mm:
- kwq/KWQKFileDialog.mm:
- kwq/KWQKHTMLPartBrowserExtension.mm:
- kwq/KWQKWin.mm:
- kwq/KWQKWinModule.mm:
- kwq/KWQKstddirs.mm:
- kwq/KWQPixmap.mm: Simplified, removed unused code, minor tweaks.
- kwq/Makefile.am: Removed all the old files, added some new ones.
- kwq/KWQBitmap.mm: Removed.
- kwq/KWQBrush.mm: Removed.
- kwq/KWQDCOPClient.mm: Removed.
- kwq/KWQDataStream.h: Removed.
- kwq/KWQDir.mm: Removed.
- kwq/KWQFontDatabase.mm: Removed.
- kwq/KWQImage.mm: Removed.
- kwq/KWQKInstance.mm: Removed.
- kwq/KWQPaintDevice.mm: Removed.
- kwq/KWQPart.mm: Removed.
- kwq/KWQasyncimageio.mm: Removed.
- kwq/KWQasyncio.mm: Removed.
- kwq/KWQbrowserextension.mm: Removed.
- kwq/WCJavaAppletWidget.h: Removed.
- kwq/WCJavaAppletWidget.mm: Removed.
- kwq/qt/qdatastream.h: Removed.
- kwq/qt/qdir.h: Removed.
- kwq/qt/qlayout.h: Removed.
- kwq/KWQCursor.mm: (QCursor::handle): Return the cursor object as an integer rather than just returning 0; makes the code that uses handle() more likely to work although it introduces a 64-bit cleanliness problem.
- kwq/KWQEvent.mm: Initialize event type in QEvent subclasses.
- kwq/WebCoreImageRenderer.h: Added NSObject and NSCopying protocols to the WebCoreImageRenderer protocol.
- kwq/kwqdebug.h: Use displayableString in DEBUG_OBJECT for better logging.
- kwq/dcop/dcopclient.h:
- kwq/kdecore/kstddirs.h:
- kwq/kdecore/kwin.h:
- kwq/kdecore/kwinmodule.h:
- kwq/kfile/kfiledialog.h:
- kwq/kparts/browserextension.h:
- kwq/kparts/event.h:
- kwq/qt/qapplication.h:
- kwq/qt/qasyncimageio.h:
- kwq/qt/qasyncio.h:
- kwq/qt/qbitmap.h:
- kwq/qt/qbrush.h:
- kwq/qt/qbutton.h:
- kwq/qt/qcheckbox.h:
- kwq/qt/qcollection.h:
- kwq/qt/qcolor.h:
- kwq/qt/qcombobox.h:
- kwq/qt/qcursor.h:
- kwq/qt/qdrawutil.h:
- kwq/qt/qevent.h:
- kwq/qt/qfont.h:
- kwq/qt/qfontdatabase.h:
- kwq/qt/qfontinfo.h:
- kwq/qt/qimage.h:
- kwq/qt/qinputdialog.h:
- kwq/qt/qintcache.h:
- kwq/qt/qintdict.h:
- kwq/qt/qpaintdevice.h:
- kwq/qt/qpixmap.h:
- kwq/qt/qstring.h: Removed lots of unused stuff, including old conditionals and the like.
- khtml/khtml_part.cpp: (KHTMLPart::khtmlMouseMoveEvent): Add missing parenthesis.
- 7:05 AM Changeset in webkit [1244] by
-
- 5 edits in trunk/JavaScriptCore
- Makefile.am:
- kjs/Makefile.am: Slight improvements to rules that touch stamp files.
- 7:05 AM Changeset in webkit [1243] by
-
- 5 edits in trunk/WebKit
- Misc.subproj/WebKitDebug.h: Use displayableString in DEBUG_OBJECT for nicer logging.
- WebView.subproj/IFWebView.mm: (-[IFWebView keyDown:]): (-[IFWebView keyUp:]): Use DEBUG_OBJECT so we don't get exceptions when the key characters are not simple ASCII characters.
Note:
See TracTimeline
for information about the timeline view.