Commit Graph

3160 Commits

Author SHA1 Message Date
sharparrow1@yahoo.com
64411c9fa4 Bug 386147: Don't cut off floats at the bottom of the page (part 1). r+sr=roc 2007-07-01 22:26:52 -07:00
smontagu@smontagu.org
4aaee61d32 Reftest for bug 377918. r=roc 2007-07-01 22:25:52 -07:00
sharparrow1@yahoo.com
1aec3714f6 Bug 368280: rounding problems with half-pixels + widgets. r+sr=roc 2007-07-01 22:22:51 -07:00
sharparrow1@yahoo.com
629a8533ea Bug 343595: {inc} overflow:hidden float in overflow:hidden div doesn't get repositioned correctly. r+sr=roc 2007-07-01 22:19:57 -07:00
roc+@cs.cmu.edu
2bcba24d21 Removing nsTextFrame.cpp and associated makefile rules. r/sr=pavlov for the removal. 2007-07-01 20:31:57 -07:00
roc+@cs.cmu.edu
6ebd93058f Bug 386122. Make textrun storage metrics only defined for DEBUG_roc. 2007-07-01 18:24:56 -07:00
sayrer@gmail.com
a0265b0ff2 Backing out test. Bug 385224. comment out the new site-specific pref code to determine perf impact. r=gavin 2007-07-01 18:21:54 -07:00
roc+@cs.cmu.edu
edb8c4e744 Bug 386122. Allow text runs to end at preformatted newlines. Speeds up loading of plain-text files a lot because we don't have to have a textrun for the entire file. r=smontagu 2007-07-01 18:20:43 -07:00
ajschult@verizon.net
54ff24b0e0 Bug 384714: Purge moz_pis_startstop_scripts from the tree, r=bsmedberg 2007-07-01 18:20:14 -07:00
roc+@cs.cmu.edu
1dedc6fafb Bug 9101. Soft hyphen tests. 2007-07-01 18:15:06 -07:00
roc+@cs.cmu.edu
cb9f8e0c54 Bug 9101. Fix various soft-hyphen bugs, primarily related to detecting when hyphenation is needed during a second-pass break-forcing line reflow. r=smontagu 2007-07-01 18:14:27 -07:00
roc+@cs.cmu.edu
8e91fac244 Bug 9101. Fix BreakAndMeasureText to save/restore hyphenation state correctly. r=pavlov 2007-07-01 18:12:45 -07:00
sayrer@gmail.com
af987917d4 Bug 385224. comment out the new site-specific pref code to determine perf impact. r=gavin 2007-07-01 15:47:12 -07:00
timeless@mozdev.org
50d3c7abba Bug 384803 nsStringBundle::FormatStringFromID should return nsMemory allocated strings
patch by prasad@medhas.org r=timeless r=smontagu sr=biesi
2007-07-01 12:29:43 -07:00
timeless@mozdev.org
90c5be45ec Bug 385765 [@ jsdASObserver::Observe] You can't dereference a NULL nsCOMPtr with operator->()
r=dveditz sr=dveditz
2007-07-01 12:25:10 -07:00
timeless@mozdev.org
04f25bd738 Bug 385716 inIFlasher.drawElementOutline and inIFlasher.repaintElement aren't null safe [@ inLayoutUtils::GetWindowFor]
r=bz sr=bz
2007-07-01 12:13:13 -07:00
sharparrow1@yahoo.com
63aa4a87a2 Bug 372768: {inc}Setting nowrap attribute dynamically does not change layout like it should. r=bzbarsky,sr=dbaron. 2007-07-01 11:42:18 -07:00
sayrer@gmail.com
c9c2eb8cbb Bug 381227. Replace module in feed xpcom with XPCOMUtils.jsm's generateNSGetModule. r=mano. 2007-07-01 10:29:58 -07:00
mozilla.mano@sent.com
7b934b2314 Bug 262329 - Sort By Name should sort between separators. r=sspitzer. 2007-07-01 05:23:38 -07:00
smontagu@smontagu.org
564c2941e0 Move SymmSwap and other character-related Bidi utility methods from layout to intl/unicharutil. Bug 385539, r+sr=roc 2007-06-30 22:56:10 -07:00
jruderman@hmc.edu
36b22a09c0 Remove stray onload="run()" from references that have no "run" function. 2007-06-30 22:27:53 -07:00
rflint@ryanflint.com
9fae2efbad Bug 385492 - XPCOMUtilify search suggestions. r=mconnor 2007-06-30 20:46:42 -07:00
rflint@ryanflint.com
cf468b34de Bug 381254 - Replace module in nsMicrosummaryService.js with XPCOMUtils.jsm's generateModule. r=myk 2007-06-30 20:35:19 -07:00
philringnalda@gmail.com
ae68d7d191 Bug 298993 - add FAYT (find as you type) for richlistbox for the EM, patch by Simon Bünzli <zeniko@gmail.com>, r=enndeakin 2007-06-30 19:16:14 -07:00
rflint@ryanflint.com
e8d173b04c Bug 385524 - Reduce boilerplate code in passwordmgr. r=dolske/gavin 2007-06-30 18:41:33 -07:00
sayrer@gmail.com
523df9c569 Bug 180380. nsXPCComponents object and its wrapper leaked at shutdown. Patch by David Baron, David Bradley, and Robert Sayre. r=jst/bzbarsky, sr=dbaron 2007-06-30 16:00:09 -07:00
mozilla@weilbacher.org
296a7940d1 [OS/2] Fix handling of chars >127 in MakeTextRun and remove unused function arguments.
Part of work on Bug 381333 (just as my previous checkin).
2007-06-30 15:19:14 -07:00
sharparrow1@yahoo.com
9976628a50 Backing out UUID change for now 2007-06-30 14:26:13 -07:00
aaronleventhal@moonset.net
04be13e68c Bug 384426. Description relations not getting exposed. r=surkov 2007-06-30 13:23:16 -07:00
aaronleventhal@moonset.net
74e80b4ff2 Fixing bustage 2007-06-30 13:21:11 -07:00
mozilla@weilbacher.org
4ee72ec0b6 [OS/2] Get gfxOS2Font::GetMetrics() in order
- metrics.y_ppem should not get scaled
- if the space width is too small it's the fault of the font, don't scale it
- add mimimum comment for the function
- add some more debugging output, we'll probably need it again sometime
2007-06-30 13:20:51 -07:00
aaronleventhal@moonset.net
4ebea1d57b Fieldset children and relations incorrect. r=surkov 2007-06-30 13:06:13 -07:00
sharparrow1@yahoo.com
e8623829f7 Mark reftest passing due to bug 375493 2007-06-30 11:06:04 -07:00
sharparrow1@yahoo.com
ba8cbd4209 Updating UUID to test what's breaking windows reftests 2007-06-30 10:59:57 -07:00
sharparrow1@yahoo.com
8d5ac20c2b Bug 375493: Adding an element with counter-increment does not update subsequent elements with counter. r+sr=dbaron. 2007-06-30 10:41:03 -07:00
dtownsend@oxymoronical.com
288570ce55 Bug 340219 - Display new version when upgrading add-ons. r=robstrong 2007-06-30 10:17:03 -07:00
kherron@fmailbox.com
a23c89d8bd Backing out patch for bug 381631 again, due to reftest failures. 2007-06-30 08:01:02 -07:00
mozilla@weilbacher.org
397ae75e45 [OS/2] Bug 385661: Backout special pmstripe browser.css that is no longer needed, r=mkaply 2007-06-30 07:54:15 -07:00
ted.mielczarek@gmail.com
608ed54843 bug 386212 - fx-win32-tbox has lost the ability to report finishing nightly builds. r=bsmedberg 2007-06-30 05:57:43 -07:00
kherron@fmailbox.com
a0dd71cddf Bug 368504 - Table cell is wider than it should be. Patch by Ryan VanderMeulen <ryanvm@gmail.com>. r=dholbert. 2007-06-30 05:45:36 -07:00
kherron@fmailbox.com
c25df02c11 Bug 381631 - Cannot print pages in Landscape mode. r=pavlov, sr=roc. 2007-06-30 05:02:35 -07:00
vladimir@pobox.com
27a42cc105 backing out but 383960, upgrade to cairo 1.4.10, due to bug 384035 (again) 2007-06-30 03:45:11 -07:00
vladimir@pobox.com
7d89aacb23 Put back the reftest like it was 2007-06-30 03:18:59 -07:00
vladimir@pobox.com
974872ad62 Attempt to disable reftest that's causing failure on linux due to linux platform (really disabled) 2007-06-30 02:20:28 -07:00
vladimir@pobox.com
9593014b2e Attempt to disable reftest that's causing failure on linux due to linux platform 2007-06-30 01:59:49 -07:00
vladimir@pobox.com
e6e29267c5 b=383960: Upgrade cairo to 1.4.10: moz cairo: nonfatal-assertions.patch 2007-06-30 00:50:54 -07:00
vladimir@pobox.com
e708567179 b=383960: Upgrade cairo to 1.4.10: moz cairo: win32-no-printer-bitblt.patch 2007-06-30 00:50:09 -07:00
vladimir@pobox.com
e01ea9a349 b=383960: Upgrade cairo to 1.4.10: moz cairo: win32-logical-font-scale.patch 2007-06-30 00:49:36 -07:00
vladimir@pobox.com
4be2e7ed2e b=383960: Upgrade cairo to 1.4.10: moz cairo: win32-scaled-font-size.patch 2007-06-30 00:48:59 -07:00
vladimir@pobox.com
df1af9e6a0 b=383960: Upgrade cairo to 1.4.10: moz cairo: no longer needed: quartz-glyph-rounding.patch 2007-06-30 00:48:18 -07:00