Timeline
Mar 22, 2002:
- 4:31 PM Changeset in webkit [820] by
-
- 7 edits2 deletes in trunk/WebCore
- src/kdelibs/khtml/java/Makefile.am:
- src/kdelibs/khtml/java/tests/.cvsignore:
- src/kdelibs/khtml/java/tests/Makefile.am: Remove empty test subdirectory.
- src/kdelibs/kjs/.cvsignore: Ignore kjs-test output.
- 4:29 PM Changeset in webkit [819] by
-
- 3 edits in trunk/WebKit
- MIME.subproj/IFMIMEDatabase.h: Added a list of mime type that WebKit will be capable of handling
- 4:26 PM Changeset in webkit [818] by
-
- 2 edits6 adds in branches/kde
More files.
- 4:25 PM Changeset in webkit [817] by
-
- 108 edits2 adds in branches/kde
Another batch.
- 4:24 PM Changeset in webkit [816] by
-
- 5 deletes in branches/kde/WebCore
More removale.
- 4:18 PM Changeset in webkit [815] by
-
- 7 deletes in branches/kde/WebCore
More that's not part of kde.
- 4:07 PM Changeset in webkit [814] by
-
- 1 delete in branches/kde/WebKit
Non of these have anything to do with kde merging.
- 3:41 PM Changeset in webkit [813] by
-
- 7 edits in trunk
Top level:
- prepare-ChangeLog: Detect added and removed files, fixing Radar 2886161 (prepare-ChangeLog ignores added and removed files)
Hack automake to not complain about libraries ending in .o or
.dylib, to avoid the need to run autogen manually sometimes.
- Updates/automake-1.5-mac-ported.diff:
- Updates/install-automake.sh:
WebCore:
Fix some things that were making automake complain.
- src/kdelibs/kjs/Makefile.am:
- src/kwq/Makefile.am:
- 3:23 PM Changeset in webkit [812] by
-
- 32 adds4 deletes in branches/kde
More files.
- 3:19 PM Changeset in webkit [811] by
-
- 4 deletes in trunk
Removed these autogenerated files.
- 3:11 PM Changeset in webkit [810] by
-
- 3 edits5 adds in trunk/WebKit
- WebKit.pbproj/project.pbxproj: Added the MIME classes to WebKit.
- 3:09 PM Changeset in webkit [809] by
-
- 461 edits30 deletes in branches/kde
First cut at getting kdelibs 3.0b2 checked in.
- 2:05 PM Changeset in webkit [808] by
-
- 5 edits in trunk/WebCore
- src/kdelibs/khtml/css/cssstyleselector.cpp: (khtml::applyRule): Fix boolean logic mistake from the original KDE sources.
- 1:07 PM Changeset in webkit [807] by
-
- 8 edits in trunk/WebCore
Finally giving up on the complete QString rewrite after doing it 3 times,
Darin checks in some improvements for the old QString. This makes a QString
be 8 bytes instead of 12, and improves a few other details. No dramatic
speedups, but no slowdown either.
- src/kwq/qt/qstring.h:
- src/kwq/KWQString.mm: (QString::QString), (QString::~QString), (QString::operator=), (QString::unicode), (QString::latin1): Store the cache type inside the cache. (QString::copy): No need to deep copy here. (QString::simplifyWhiteSpace): Use CFStringInlineBuffer. (QString::insert): Fix single-character insertions so they don't create and destroy a mutable CFStringRef every time. (QString::operator+=): Call the appropriate insert function. (QString::flushCache): Store cache type inside cache. (QString::compareToLatin1): Use CFStringInlineBuffer. (operator==): Use CFStringInlineBuffer. (QConstString::QConstString): Store the cache type inside the cache.
- 11:59 AM Changeset in webkit [806] by
-
- 12 edits in trunk
- WebView.subproj/IFWebView.mm: (-[IFWebView reapplyStyles]): Removed stale FIXME.
Made changing font sizes work immediately (other than an
unrelated crash).
- src/kwq/KWQKHTMLSettings.mm: (KHTMLSettings::KHTMLSettings), (KHTMLSettings::fontSizes): Moved defaults-fetching code from constructor to accessor, so it doesn't get out of synch with preference changes.
- src/kwq/khtml/khtml_settings.h: Added "mutable" keyword to declaration of m_fontSizes, so the other change would compile.
- BrowserDocument.m: (-[BrowserDocument reapplyStyles:]): Added call to -[IFWebView setNeedsLayout:YES]. This causes a sporadic but frequent crashing bug when changing fonts and styles from the Preferences. I'm going to hand lucky Richard a bug on that.
- 10:20 AM Changeset in webkit [805] by
-
- 4 edits in trunk/WebKit
Fixed reapplyStyles to use new KDE3 recalcStyle function.
- 10:19 AM Changeset in webkit [804] by
-
- 2 edits in trunk/WebKit
Fixed reapplyStyles to use new KDE3 recalcStyle function.
- 9:15 AM Changeset in webkit [803] by
-
- 7 edits in trunk/WebCore
2002-03-22 Kenneth Kocienda <kocienda@apple.com>
Moved KWQKloader to the new thread-safe API for accessing handle attributes.
- src/kwq/KWQKloader.mm: (-[URLLoadClient IFURLHandleResourceDidBeginLoading:]), (-[URLLoadClient IFURLHandleResourceDidCancelLoading:]), (-[URLLoadClient IFURLHandleResourceDidFinishLoading:data:]), (-[URLLoadClient IFURLHandle:resourceDataDidBecomeAvailable:]), (-[URLLoadClient IFURLHandle:resourceDidFailLoadingWithResult:]):
- 9:06 AM Changeset in webkit [802] by
-
- 7 edits in trunk/WebCore
Fixed subtle measurement problems. These were most evident of pages
that had lots of rounding deviation. My assumptions about being able to
round glyph advances was incorrect. We must pay the expense of a float addition,
instead of integer addition. This slows down our inner loop. Oh well,
we're still very fast.
- 12:44 AM Changeset in webkit [801] by
-
- 10 edits in trunk
Fixed the following post-merge crashers:
2885602 - Alexander crashes when clicking on a particular link in Google groups
2885564 - Alexander crashes on load failures
- src/kdelibs/khtml/khtmlview.cpp: (KHTMLView::~KHTMLView): Fix Radar 2885602 by detaching the document from the view when the view is destroyed. This was making the document reference a destroyed view later.
- src/kwq/KWQKHTMLPart.mm: (KHTMLPart::~KHTMLPart): Fix Radar 2885564 by checking if m_doc is NULL, since it's now inititally set to NULL. (KHTMLPart::KHTMLPart, KHTMLPart::init): Formatting tweaks.
Mar 21, 2002:
- 5:42 PM Changeset in webkit [800] by
-
- 4 edits in trunk/WebKit
- WebView.subproj/IFWebView.mm: (-[IFWebView reapplyStyles]): Commented out call to applyChanges that no longer exists. This was breaking the build. Live font changes are temporarily broken again.
- 4:31 PM Changeset in webkit [799]
-
- 186 copies224 deletes in branches/kde
This commit was manufactured by cvs2svn to create branch 'kde'.
- 4:31 PM Changeset in webkit [798] by
-
- 786 edits60 adds24 deletes in trunk
Merged changes from LABYRINTH_KDE_3_MERGE branch.
- 3:21 PM Changeset in webkit [797] by
-
- 2 edits in trunk/WebKit/WebView.subproj
Doh!
- 3:19 PM Changeset in webkit [796] by
-
- 2 edits in trunk/WebKit/WebView.subproj
header changes for setNeedsToApplyStyles: and reapplyStyles
- 2:59 PM Changeset in webkit [795] by
-
- 9 edits in trunk/WebKit
Added setNeedsToApplyStyles: and reapplyStyles. This is for dynamic preferences
refresh support.
- 2:02 PM Changeset in webkit [794] by
-
- 2 edits in trunk/WebKit/Misc.subproj
2002-03-21 Kenneth Kocienda <kocienda@apple.com>
Fixed an issue with the disk cache taking too long to empty. Now, the disk cache
is emptied on a background thread.
- Database.subproj/IFURLFileDatabase.h:
- Database.subproj/IFURLFileDatabase.m: (-[IFURLFileDatabase removeAllObjects]):
- Misc.subproj/IFNSFileManagerExtensions.h:
- Misc.subproj/IFNSFileManagerExtensions.m: (-[NSFileManager performRemoveFileAtPath:]), (-[NSFileManager backgroundRemoveFileAtPath:]):
- 11:38 AM Changeset in webkit [793] by
-
- 7 edits2 adds in trunk/WebKit
Cleaned up defaults registration and use. The class
IFPreferences now registers the defaults at load time, early
enough that Alexander doesn't have to register them separately
as it had been. Also, all the defaults currently in use now
have accessor cover methods, which Alexander will use
exclusively.
- WebView.subproj/IFPreferences.mm: New file, registers defaults and implements cover methods.
- WebView.subproj/IFPreferences.h: This file existed but wasn't being used (contents #ifdeffed out). Now it declares the cover methods, but still has an #ifdeffed section for possible future stuff.
- WebKit.pbproj/project.pbxproj: Updated for new file.
- WebView.subproj/IFWebDataSource.mm: (+[IFWebDataSource initialize]): removed defaults-registration from here.
Reworked access of WebKit preferences. Now they are always accessed through
IFPreferences cover methods, never directly.
- Defaults.plist,
- PreferenceKeys.h: Took out all mention of WebKit preferences.
- Preferences.subproj/ActiveContentPreferences.m: (-[ActiveContentPreferences toggleJavaEnabled:]), (-[ActiveContentPreferences toggleJavaScriptEnabled:]), (-[ActiveContentPreferences toggleJavaScriptCanOpenWindows:]), (-[ActiveContentPreferences updateJavaScriptViews]), (-[ActiveContentPreferences togglePluginsEnabled:]), (-[ActiveContentPreferences initializeFromDefaults]):
- Preferences.subproj/TextPreferences.m: (-[TextPreferences defaultFontSize]), (-[TextPreferences setDefaultFontSize:]), (-[TextPreferences updateFontSampleField:]), (-[TextPreferences changeFont:]), (-[TextPreferences takeStandardFontChoiceFrom:]): Rewrote to use IFPreferences for all WebKit preferences.
- WebBrowser.pbproj/project.pbxproj: version wars