diff options
author | Martin Stransky <stransky@fedoraproject.org> | 2007-12-18 14:33:32 +0000 |
---|---|---|
committer | Martin Stransky <stransky@fedoraproject.org> | 2007-12-18 14:33:32 +0000 |
commit | bede30df0baea7e8e1e2f6d108a73e051cd64fc3 (patch) | |
tree | a7a6155e74c936ee389ec0edd95c6ace2d6d9d00 /firefox-1.5-pango-cursor-position-more.patch | |
parent | ...and put back all of the prefs (diff) | |
download | librewolf-fedora-ff-bede30df0baea7e8e1e2f6d108a73e051cd64fc3.tar.gz librewolf-fedora-ff-bede30df0baea7e8e1e2f6d108a73e051cd64fc3.tar.bz2 librewolf-fedora-ff-bede30df0baea7e8e1e2f6d108a73e051cd64fc3.zip |
- moved to XUL Runner and updated to 3.0b3pre
- removed firefox-devel package, gecko-libs is provided by xulrunner-devel
now.
Diffstat (limited to 'firefox-1.5-pango-cursor-position-more.patch')
-rw-r--r-- | firefox-1.5-pango-cursor-position-more.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/firefox-1.5-pango-cursor-position-more.patch b/firefox-1.5-pango-cursor-position-more.patch deleted file mode 100644 index ef5b967..0000000 --- a/firefox-1.5-pango-cursor-position-more.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -pruN -x '.moz*' -x .deps -x 'firefox*' -x '*.mk' -x 'config*' -x dist -x build -x toolkit -x '*o' -x '*a' -x '*html' mozilla.orig/layout/generic/nsTextFrame.cpp mozilla/layout/generic/nsTextFrame.cpp ---- mozilla.orig/layout/generic/nsTextFrame.cpp 2006-08-26 13:33:35.000000000 +0900 -+++ mozilla/layout/generic/nsTextFrame.cpp 2006-12-13 20:54:32.000000000 +0900 -@@ -4261,12 +4261,10 @@ nsTextFrame::GetPointFromOffset(nsPresCo - if (tc) { - totalLength = tc->Text()->GetLength(); // raw value which includes whitespace - } -- if ((hitLength == textLength) && (inOffset = mContentLength) && -- (mContentOffset + mContentLength == totalLength)) { -- // no need to re-measure when at the end of the last-in-flow -- } -+ if (hitLength > 0) -+ inRendContext->GetRangeWidth(paintBuffer.mBuffer, textLength, 0, hitLength, (PRUint32&)width); - else -- inRendContext->GetWidth(paintBuffer.mBuffer, hitLength, width); -+ width = 0; - } - if ((hitLength == textLength) && (TEXT_TRIMMED_WS & mState)) { - // |