[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677
darin
darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:12:09 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 3e44bc01a7ed3b5b3514619bff6f1def9eb82faa
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Fri May 10 22:16:38 2002 +0000
Fixed 2923728 (ellipsizing text method is taking a lot of CPU time) by writing a
new string truncator that uses fast text measurement.
* AppController.m: (-[AppController awakeFromNib]): Remove _setUpStringTruncator.
* BrowserDocument.h: Remove _cachedPageName; it was not doing any good.
* BrowserDocument.m:
(-[BrowserDocument dealloc]): No need to release _cachedPageName.
(-[BrowserDocument pageName]): No need to use _cachedPageName.
(-[BrowserDocument _updateWindowTitles]): Name change.
* StringTruncator.h: Rewrite. Only the name is the same.
* StringTruncator.m:
(+[StringTruncator centerTruncateString:length:omitCount:toBuffer:]):
Does the work of removing the middle of a string.
(+[StringTruncator centerTruncateString:toWidth:]): Convenience cover version that
uses the menu font.
(+[StringTruncator centerTruncateString:toWidth:withFont:]): The code to do the
truncating.
* TextCell.m: (-[TextCell drawInteriorWithFrame:inView:]): Use the new truncator
interface that takes a font, not the old one that took an attributes dictionary.
* WebBrowser.pbproj/project.pbxproj: Some little tweak.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1133 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 730a6a8..aee80c9 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,7 @@
+2002-05-10 Darin Adler <darin at apple.com>
+
+ * kwq/WebCoreTextRenderer.h:
+
2002-05-09 Richard J. Williamson <rjw at apple.com>
Added new method to avoid creation of NSString.
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 730a6a8..aee80c9 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,7 @@
+2002-05-10 Darin Adler <darin at apple.com>
+
+ * kwq/WebCoreTextRenderer.h:
+
2002-05-09 Richard J. Williamson <rjw at apple.com>
Added new method to avoid creation of NSString.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 730a6a8..aee80c9 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,7 @@
+2002-05-10 Darin Adler <darin at apple.com>
+
+ * kwq/WebCoreTextRenderer.h:
+
2002-05-09 Richard J. Williamson <rjw at apple.com>
Added new method to avoid creation of NSString.
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list