roc+@cs.cmu.edu
|
015af08fd4
|
Bug 416168. Ensure that the overflow rect for a frame always includes (0,0) even if the frame rect is empty. Also ensures that if the frame rect is empty but has non-zero dimension on one axis, the overflow rect includes that size. A scrolled view for such a frame also includes that size to ensure width:0,height:Npx and width:Npx,height:0 frames are scrollable by that amount. r+sr=dbaron
|
2008-02-27 01:46:22 -08:00 |
roc+@cs.cmu.edu
|
5fdb0cc854
|
Bug 419531. Don't wipe out stored tab widths during text intrinsic size calculation. r+sr=dbaron
|
2008-02-27 01:29:46 -08:00 |
reed@reedloden.com
|
42eaa8950f
|
Back out Smaug's patch from bug 395609 due to a Txul regression.
|
2008-02-26 19:51:00 -08:00 |
dbaron@dbaron.org
|
29a306a18f
|
Prevent margin expansion from interfering with table caption position. Based on patch by Mats Palmgren. b=363248 r+sr=roc a=blocking1.9+
|
2008-02-26 18:02:50 -08:00 |
dougt@meer.net
|
1c9c9aa46f
|
use of max(a,b) is confusing windows mobile compiler. b=419653, r=dbaron, a=beltzner
|
2008-02-26 17:51:57 -08:00 |
Olli.Pettay@helsinki.fi
|
03c8fa1d73
|
Bug 395609, r=roc, sr=sicking
|
2008-02-26 15:48:49 -08:00 |
mats.palmgren@bredband.net
|
fb3a1991d7
|
Fix a compile warning. b=417895 r+sr=roc a=blocking1.9
|
2008-02-26 07:04:33 -08:00 |
mats.palmgren@bredband.net
|
decb9c279b
|
Make nsTypedSelection ctors initialize all members (fixes an UMR) and reorder members to save space. b=417895 r+sr=roc a=blocking1.9
|
2008-02-26 07:04:14 -08:00 |
reed@reedloden.com
|
37e0037e5e
|
Bug 410114 - "Simplify nsTransform2D" [p=alfredkayser@gmail.com (Alfred Kayser) r+sr=roc a1.9=damons]
|
2008-02-26 01:42:36 -08:00 |
roc+@cs.cmu.edu
|
0bd184f6aa
|
Bug 408898. Aggressively SetWindow when paining on Mac with CG to prevent plugins drawing in the wrong place. patch by Matthew Gregan, r+sr=roc
|
2008-02-26 01:09:05 -08:00 |
dbaron@dbaron.org
|
764fb20bfe
|
Fix handling of 'right'-derived static positions (mostly for RTL) when containing block has asymmetric border. b=419072 r+sr=roc a=damons
|
2008-02-25 13:16:21 -08:00 |
roc+@cs.cmu.edu
|
29c382a2b2
|
Bug 416752. Use the scrollbar min-height/min-width to establish the minimum scrollport size, not the pref-height/pref-width. r+sr=dbaron
|
2008-02-24 17:21:08 -08:00 |
dbaron@dbaron.org
|
23d90b0567
|
Fix regression handling auto margins on absolutely positioned elements. b=419060 r+sr=roc a=blocking1.9+
|
2008-02-24 10:28:57 -08:00 |
fantasai.cvs@inkedblade.net
|
919d5bd3d3
|
fixed positioned elements print only on first and last pages b=417676 r+sr=roc
|
2008-02-24 04:19:17 -08:00 |
reed@reedloden.com
|
a87358d673
|
Bug 383267 - "When fontHeight is very large, pagescroll height(pageincrement value) is too small" [p=masa141421356@gmail.com (Masahiro Yamada) r+sr=roc a1.9=beltzner]
|
2008-02-23 23:35:08 -08:00 |
reed@reedloden.com
|
e59cccedde
|
Bug 391559 - "Incorrect ordered-list numbering within -moz-column-* (and/or numbering changes when clicked)" [p=craig.topper@gmail.com (Craig Topper) r+sr=roc a1.9=beltzner]
|
2008-02-23 23:31:29 -08:00 |
uriber@gmail.com
|
e97bd96b3a
|
Add a comment and assertion to the fix for bug 370174. r+sr=roc on the original patch. blocking1.9=dbaron
|
2008-02-23 02:54:29 -08:00 |
roc+@cs.cmu.edu
|
1850bce72b
|
Bug 407095. Reflow in more situations where horizontal scrollbar appears or disappears. May hurt Tp, let's watch. r+sr=dbaron,a=damon
|
2008-02-23 02:15:59 -08:00 |
uriber@gmail.com
|
54822b762c
|
Don't crash on triple-clicking when there's an orphan content somewhere. bug=370174 r+sr=roc blocking1.9=dbaron
|
2008-02-22 13:21:15 -08:00 |
uriber@gmail.com
|
569b5e7d24
|
When all three of 'left', 'width', and 'right' of an absolutely-positioned elemnt are 'auto', use the direction of the static-position containing block (rather than the actual containing block) to decide whether to set 'left' or 'right' to the static position. bug=403328 r+sr=dbaron b1.9=mtschrep
|
2008-02-22 05:44:07 -08:00 |
roc+@cs.cmu.edu
|
709741beff
|
Bug 157546. 'Delete' key should delete entire cluster. patch by Theppitak Karoonboonyanan, r+sr=roc,a=schrep
|
2008-02-21 18:24:04 -08:00 |
roc+@cs.cmu.edu
|
f42c3541eb
|
Bug 393490. When subsuming an interval, we need to merge its beginning into the current interval as well as its end, because it might start before the current interval. r+sr=dbaron
|
2008-02-21 17:02:52 -08:00 |
dholbert@cs.stanford.edu
|
55fc6902ca
|
Bug 402629: Fix percent-height updates in nested tables by checking if containing block depends on an ancestor cell's height, rather than just checking if it's a cell. r+sr=dbaron, a=blocking1.9+
|
2008-02-21 13:02:07 -08:00 |
reed@reedloden.com
|
546fc74bad
|
Bug 395983 - "Duplicated Flash menus using r60(+) of Flash player" (do native drawing instead) [p=kinetik@flim.org (Matthew Gregan) r=vlad sr=roc a=blocking1.9+]
|
2008-02-20 03:33:27 -08:00 |
reed@reedloden.com
|
36a557fc04
|
Back out patch from Theppitak Karoonboonyanan in bug 157546 due to test failures.
|
2008-02-20 03:10:16 -08:00 |
reed@reedloden.com
|
61f93061b0
|
Bug 157546 - "[CTL-Thai] IM: <delete> key should delete WHOLE Thai "display cell"" [p=thep@linux.thai.net (Theppitak Karoonboonyanan) r+sr=roc a1.9=schrep]
|
2008-02-20 02:19:31 -08:00 |
fantasai.cvs@inkedblade.net
|
2f230818c7
|
switch GetOverflowAreaProperty callers to GetOverflowRect b=417116 r+sr=roc a=roc
|
2008-02-19 23:08:55 -08:00 |
roc+@cs.cmu.edu
|
60a9f80a00
|
Bug 261081. Support official 'pre-wrap' value for CSS 'white-space' since we already support it well as '-moz-pre-wrap'. r+sr=dbaron,a=schrep
|
2008-02-19 18:07:48 -08:00 |
mozilla@weilbacher.org
|
4c60ecfb31
|
Bug 415686: remove FONT_LEADING_APIS_V2 ifdefs which are no longer useful for cairo builds. Also remove related functions and tests. r/sr=dbaron, r=pavlov, a=beltzner
|
2008-02-19 11:41:56 -08:00 |
dbaron@dbaron.org
|
655d0e3e4a
|
Expose GetBodyContent and use it to avoid performance hit of nsIDOMHTMLDocument::GetBody. b=331530 r+sr=sicking a=schrep
|
2008-02-19 10:47:34 -08:00 |
dbaron@dbaron.org
|
4192bf8c4a
|
Treat backgrounds on body the same in XHTML as for HTML. b=379461 r+sr=bzbarsky a=schrep
|
2008-02-19 10:46:21 -08:00 |
bzbarsky@mit.edu
|
f982e5e6cf
|
Make sure that <frame>s don't fall through to nsLeafFrame sizing, unlike <iframe>s. Bug 414322, r+sr=dbaron, a=schrep.
|
2008-02-19 09:53:46 -08:00 |
dbaron@dbaron.org
|
33c8af3660
|
Back out for now, until I have a chance to fix reftests depending on old behavior.
|
2008-02-19 09:28:00 -08:00 |
dbaron@dbaron.org
|
f68cc8299a
|
Expose GetBodyContent and use it to avoid performance hit of nsIDOMHTMLDocument::GetBody. b=331530 r+sr=sicking a=schrep
|
2008-02-19 08:48:09 -08:00 |
dbaron@dbaron.org
|
18987947d2
|
Treat backgrounds on body the same in XHTML as for HTML. b=379461 r+sr=bzbarsky a=schrep
|
2008-02-19 08:46:29 -08:00 |
jag@tty.nl
|
dd268604cd
|
Bug 416998: Fix the order of member variable initializers for a few constructors. sr=bz, a=schrep
|
2008-02-18 23:36:50 -08:00 |
jag@tty.nl
|
05cdb6aefe
|
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
|
2008-02-18 00:50:04 -08:00 |
mats.palmgren@bredband.net
|
42d92989cd
|
Avoid divide by zero and make negative values for -moz-column-gap/width invalid. b=416088 r+sr=roc a=mtschrep
|
2008-02-16 20:45:58 -08:00 |
masayuki@d-toybox.com
|
6e2677d193
|
Bug 392785 overflowed underline sometimes is not repainted at scrolling r+sr=roc b1.9=dbaron
|
2008-02-16 07:31:27 -08:00 |
reed@reedloden.com
|
2eddcd6e28
|
Back out Theppitak Karoonboonyanan's patch from bug 157546 due to a regression (bug 417745).
|
2008-02-15 12:20:55 -08:00 |
reed@reedloden.com
|
636da4197c
|
Bug 157546 - "[CTL-Thai] IM: <delete> key should delete WHOLE Thai "display cell"" [p=thep@linux.thai.net (Theppitak Karoonboonyanan) r+sr=roc a1.9=beltzner]
|
2008-02-14 21:30:34 -08:00 |
bzbarsky@mit.edu
|
95b51909df
|
Adding crashtest
|
2008-02-14 20:17:09 -08:00 |
bzbarsky@mit.edu
|
594852f718
|
Make sure to not set a negative computed width. Bug 403576, r+sr=dbaron, a=beltzner
|
2008-02-14 20:14:53 -08:00 |
roc+@cs.cmu.edu
|
244809251f
|
Bug 400813, check in the right version of the patch
|
2008-02-14 02:03:01 -08:00 |
roc+@cs.cmu.edu
|
05225fa949
|
Bug 400813. Text with font-size:0 should not make a line be treated as empty. r+sr=dbaron
|
2008-02-14 01:08:33 -08:00 |
vladimir@pobox.com
|
2f94d8d7c7
|
b=415285, win32 plugin printed is overprinted ; r=stuart
|
2008-02-13 22:27:51 -08:00 |
smontagu@smontagu.org
|
86c874a959
|
Make Hebrew list numbering be ordered correctly. Bug 413928, r+sr=roc, blocking1.9=shrep
|
2008-02-13 00:21:59 -08:00 |
roc+@cs.cmu.edu
|
abee6630e1
|
backing out bug 400813 again due to reftest failure...
|
2008-02-11 18:48:17 -08:00 |
roc+@cs.cmu.edu
|
5c233a1d82
|
Bug 400813. Lines with font-size:0 content should not be treated as empty. r+sr=dbaron
|
2008-02-11 17:42:14 -08:00 |
jruderman@hmc.edu
|
a81a271ade
|
Remove redundant |if| around assertion (bug 416645). r+sr=roc, a=schrep
|
2008-02-11 09:13:34 -08:00 |