masayuki@d-toybox.com
|
3dcfbbf7fc
|
Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) (retry) r+sr=roc, a1.9b4=beltzner
|
2008-02-28 07:28:37 -08:00 |
|
masayuki@d-toybox.com
|
f6e10b8d70
|
backing out the previous patch, becaused qm-centos5-01 dep unit test is orange
|
2008-02-28 05:59:25 -08:00 |
|
masayuki@d-toybox.com
|
22b844e897
|
Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) r+sr=roc, a1.9b4=beltzner
|
2008-02-28 03:01:56 -08:00 |
|
uriber@gmail.com
|
951d3bd501
|
reftest for bug 412093.
|
2008-02-27 12:06:22 -08:00 |
|
karlt+@karlt.net
|
9cfde0fffe
|
Include lspace and rspace in GetIntrinsicWidth. b=363240 r+sr=roc
|
2008-02-27 02:47:43 -08:00 |
|
roc+@cs.cmu.edu
|
e6eabd1d25
|
Bug 412093. Fix background images on bidi-split inlines to show the chunks in visual order. patch by Uri Bernstein, r+sr=roc
|
2008-02-27 02:46:29 -08:00 |
|
karlt+@karlt.net
|
2651ea9c59
|
Get*Width for nsMathMLContainerFrame base class. b=363240 r+sr=roc
|
2008-02-27 02:45:36 -08:00 |
|
roc+@cs.cmu.edu
|
a3b0d9b560
|
Bug 317189. Do the second-scroll-to-anchor on onload (i.e. subresources have loaded), not just when the document has finished loading. Also, don't do it at all if the user has scrolled manually between the first anchor scroll and the second. r+sr=dbaron
|
2008-02-27 02:01:17 -08:00 |
|
roc+@cs.cmu.edu
|
bc1e698534
|
Bug 400057. Make nsBlockInFlowLineIterator useful for finding the line containing a frame, searching across block continuations and their overflow lines. Use it in various places, especially in textrun construction. r+sr=dbaron
|
2008-02-27 01:53:48 -08:00 |
|
roc+@cs.cmu.edu
|
705c2058b7
|
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
|
26de5ff636
|
Bug 419531 reftest
|
2008-02-27 01:41:08 -08:00 |
|
roc+@cs.cmu.edu
|
e29a1f3193
|
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 |
|
roc+@cs.cmu.edu
|
0689f4c34f
|
Bug 417255. Rework getClientRects/getBoundingClientRect/offset* code to use a generic rectangle iterator API which drills down through anonymous blocks, fixing IE compat. r+sr=dbaron
|
2008-02-27 01:26:15 -08:00 |
|
reed@reedloden.com
|
ad47a157a8
|
Back out Smaug's patch from bug 395609 due to a Txul regression.
|
2008-02-26 19:51:00 -08:00 |
|
dbaron@dbaron.org
|
73bfb3b850
|
Remove expected failure fixed by bug 363248.
|
2008-02-26 19:02:45 -08:00 |
|
dbaron@dbaron.org
|
809b049508
|
Make the reference match the expected behavior of the testcases per changes in bug 363248.
|
2008-02-26 19:01:05 -08:00 |
|
dbaron@dbaron.org
|
6447298324
|
Fix horizontal positions of top and bottom captions in the presence of non-left-aligned tables. b=363248,386704 r+sr=roc a=blocking1.9+
|
2008-02-26 18:03:11 -08:00 |
|
dbaron@dbaron.org
|
bef42eb600
|
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 |
|
dbaron@dbaron.org
|
a6ec36aaa1
|
Make 'top' and 'bottom' captions follow the CSS2.1 behavior and put the old behavior into 'top-outside' and 'bottom-outside'. b=363248,386704 r+sr=roc a=blocking1.9+
|
2008-02-26 18:02:20 -08:00 |
|
dbaron@dbaron.org
|
5ddc11de0c
|
Split nsTableOuterFrame::OuterReflowChild. b=363248,386704 r+sr=roc a=blocking1.9+
|
2008-02-26 18:01:33 -08:00 |
|
dougt@meer.net
|
47947ce309
|
use of max(a,b) is confusing windows mobile compiler. b=419653, r=dbaron, a=beltzner
|
2008-02-26 17:51:57 -08:00 |
|
reed@reedloden.com
|
d36fe99b43
|
Bug 394473 - "caret/cursor in View Source is invisible since 20070628 {not rendered, seen, can't, cannot, shown, displayed}" [p=chris@pearce.org.nz (Chris Pearce [cpearce]) r=peterv r+sr=roc a1.9=beltzner]
|
2008-02-26 17:49:46 -08:00 |
|
Olli.Pettay@helsinki.fi
|
9d20321d7a
|
Bug 395609, r=roc, sr=sicking
|
2008-02-26 15:48:49 -08:00 |
|
mats.palmgren@bredband.net
|
a907d70ffb
|
Fix a compile warning. b=417895 r+sr=roc a=blocking1.9
|
2008-02-26 07:04:33 -08:00 |
|
mats.palmgren@bredband.net
|
9e192bb576
|
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 |
|
Olli.Pettay@helsinki.fi
|
67622f2077
|
Bug 411054, Audit IsNativeAnonymous()/GetBindingParent() uses, r+sr=sicking
|
2008-02-26 04:40:18 -08:00 |
|
reed@reedloden.com
|
70e372f1fb
|
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
|
4d2c5dd483
|
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 |
|
karlt+@karlt.net
|
aab5b28c72
|
don't use frame origin offsets to store ascents. b=363240, r+sr=roc
|
2008-02-25 20:19:36 -08:00 |
|
jruderman@hmc.edu
|
ddae8e0524
|
Add crashtests
|
2008-02-25 16:54:14 -08:00 |
|
dbaron@dbaron.org
|
722e419bf7
|
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
|
ee0b9041fc
|
Bug 417967. Align subframe drawing so that drawing at (0,0) relative to the root view's origin is aligned to a pixel boundary. r+sr=bzbarsky
|
2008-02-24 17:39:34 -08:00 |
|
roc+@cs.cmu.edu
|
79fa927cd8
|
Reftest for bug 376375.
|
2008-02-24 17:36:41 -08:00 |
|
roc+@cs.cmu.edu
|
ac43fde6ea
|
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
|
36bfec9f1f
|
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
|
adcaddd746
|
fixed positioned elements print only on first and last pages b=417676 r+sr=roc
|
2008-02-24 04:19:17 -08:00 |
|
Olli.Pettay@helsinki.fi
|
5ad351df5f
|
Bug 418457, Remove support for onbeforecopy/cut/paste until we have a better implementation, r+sr=sicking
|
2008-02-24 02:55:37 -08:00 |
|
reed@reedloden.com
|
eda8f31292
|
Bug 419080 - "build with undefined CSS_REPORT_PARSE_ERRORS broken" [p=romaxa@gmail.com (romaxa) r+sr=bzbarsky a1.9=beltzner]
|
2008-02-23 23:39:47 -08:00 |
|
reed@reedloden.com
|
b7eaeb04c9
|
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
|
40b710e021
|
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 |
|
vladimir@pobox.com
|
43b70c1702
|
b=381661, reenable bilinear image filtering [mq]: 381661-enable-bilinear.patch ; r=stuart
|
2008-02-23 14:30:57 -08:00 |
|
uriber@gmail.com
|
8c675558f6
|
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
|
ef81289627
|
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 |
|
reed@reedloden.com
|
2eeb348daf
|
Bug 419000 - "Remove SVG_DEBUG_PRINTING (as it blocks nsTransform2D cleanup)" [p=alfredkayser@gmail.com (Alfred Kayser) r+sr=roc a1.9=damons]
|
2008-02-23 01:25:37 -08:00 |
|
jruderman@hmc.edu
|
6591bb1911
|
Add crashtest
|
2008-02-22 16:14:17 -08:00 |
|
dbaron@dbaron.org
|
94f8a038ab
|
Correct comments in reference renderings to reflect additional bug.
|
2008-02-22 14:36:58 -08:00 |
|
uriber@gmail.com
|
a28af924f9
|
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 |
|
dbaron@dbaron.org
|
3b40ad9880
|
Thorough reftests for CSS2 10.3.7 and 10.3.8 that I wrote for bug 403328.
|
2008-02-22 12:52:06 -08:00 |
|
enndeakin@sympatico.ca
|
ed29c50040
|
Bug 405719, don't set open attribute too early, followup patch which fixes test
|
2008-02-22 10:34:07 -08:00 |
|
dholbert@cs.stanford.edu
|
efc080a9fb
|
Bug 413180: Stop distributing span pct-width to cols when there are only 0-width cols left. r+sr=dbaron a=beltzner
|
2008-02-22 09:15:27 -08:00 |
|
uriber@gmail.com
|
bbb4b3e1da
|
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 |
|
jwatt@jwatt.org
|
e40e19f4c3
|
Bug 409565. "ASSERTION: unexpected frame type" with -moz-column, float, svg. r=bz@bzarsky@mit.edu, sr=roc@ocallahan.org, b1.9=mtschrep@gmail.com
|
2008-02-22 02:50:32 -08:00 |
|
dholbert@cs.stanford.edu
|
2bbfd20d93
|
Bug 413286: Let empty auto-width columns be expanded. r+sr=dbaron a=blocking1.9+
|
2008-02-21 19:25:56 -08:00 |
|
roc+@cs.cmu.edu
|
f19a84e63b
|
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 |
|
dbaron@dbaron.org
|
a8bab33238
|
Do string appending in chunks rather than one character at a time in GatherIdent and ParseString. Allow EOF to terminate strings, per CSS 2.1. b=311566 Patch by Alfred Kayser <alfredkayser@gmail.com>, with some review comments addressed by me. r+sr=dbaron a=blocking1.9+
|
2008-02-21 17:37:04 -08:00 |
|
roc+@cs.cmu.edu
|
7242e8b77c
|
Reftest for bug 393490
|
2008-02-21 17:07:44 -08:00 |
|
roc+@cs.cmu.edu
|
60288cf6b4
|
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 |
|
bzbarsky@mit.edu
|
e350c3c66c
|
Use width, not min-width, for empty selects. Plays nicer with author styling. Bug 315296, r+sr=dbaron, a=beltzner
|
2008-02-21 14:00:29 -08:00 |
|
dholbert@cs.stanford.edu
|
66d57e1b12
|
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 |
|
enndeakin@sympatico.ca
|
ba89e0c063
|
Bug 405719, temporary change to fix orange, will investigate
|
2008-02-21 12:26:49 -08:00 |
|
jwatt@jwatt.org
|
3c11ac1a0c
|
Bug 418206. Some SVG files that appear to hang Mozilla. r=longsonr@gmail.com, sr=roc@ocallahan.org, a1.9=beltzner@mozilla.com
|
2008-02-21 09:43:25 -08:00 |
|
enndeakin@sympatico.ca
|
235c3d9f78
|
Bug 405719, regression where menus cannot be generated with templates without extra tags, also improve construction by not setting the open attribute too early and instead call the builder directly before opening a menu, r=smaug,sr=neil,a=beltzner
|
2008-02-21 09:40:12 -08:00 |
|
reed@reedloden.com
|
06df26de53
|
Bug 380825 - "Font sizes on Tinderbox are too large" (reftest) [p=ryanvm@gmail.com (Ryan VanderMeulen) r=dbaron]
|
2008-02-21 03:01:28 -08:00 |
|
mozilla@weilbacher.org
|
ef664eb10c
|
Bug 413632: Remove the remaining MOZ_CAIRO_GFX (and related variables). Full patch except configure.in change. r/sr=dbaron, r=vlad, a=beltzner
|
2008-02-21 00:37:27 -08:00 |
|
bmlk@gmx.de
|
adfea54748
|
adding crashtests
|
2008-02-20 21:20:34 -08:00 |
|
bmlk@gmx.de
|
2821c28b31
|
expand the cellmap to cover empty content rows when rebuilding the cellmap bug 351326 r/sr=bzbarsky a=mtschrep
|
2008-02-20 21:11:36 -08:00 |
|
dougt@meer.net
|
e91b8853ab
|
layout insepctor build bustage when building on windows mobile. r=dbaron, a=beltzner
|
2008-02-20 14:39:46 -08:00 |
|
bmlk@gmx.de
|
31a48f3747
|
make the lineiterator interface for tables a little more sane bug 388700 r/sr=roc a=mtschrep
|
2008-02-20 12:22:18 -08:00 |
|
enndeakin@sympatico.ca
|
ceceac9537
|
Bug 413268, clientX/clientY properties not working for tooltip popupshowing event, r=smaug,sr=neil
|
2008-02-20 12:16:55 -08:00 |
|
bzbarsky@mit.edu
|
1fdaf7b67e
|
Adding one more test.
|
2008-02-20 11:58:27 -08:00 |
|
bzbarsky@mit.edu
|
2062beaff7
|
Adding test.
|
2008-02-20 11:55:22 -08:00 |
|
bent.mozilla@gmail.com
|
b3510107b1
|
Bug 417534 - "XUL Tooltips keep windows alive until shutdown". r=enn, sr=peterv, a=blocking1.9+.
|
2008-02-20 11:00:10 -08:00 |
|
dbaron@dbaron.org
|
bc99517db2
|
Stop working around bug 417339 now that it's fixed. Not part of default build.
|
2008-02-20 08:44:11 -08:00 |
|
reed@reedloden.com
|
89eddcaa54
|
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
|
8980f8d4ec
|
Back out patch from Theppitak Karoonboonyanan in bug 157546 due to test failures.
|
2008-02-20 03:10:16 -08:00 |
|
reed@reedloden.com
|
a82ed7e493
|
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 |
|
reed@reedloden.com
|
19f6599309
|
Bug 415810 - "Respect the user's settings of icons in menus" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc r=Enn a1.9=schrep]
|
2008-02-20 02:12:33 -08:00 |
|
jruderman@hmc.edu
|
536e3a9656
|
Add reftests.
|
2008-02-19 23:16:56 -08:00 |
|
masayuki@d-toybox.com
|
a4cda6d294
|
Bug 417315 Cannot use IME menus during IME transaction #1 r=josh+roc, sr=roc, a1.9=beltzner
|
2008-02-19 23:16:06 -08:00 |
|
fantasai.cvs@inkedblade.net
|
d4dc37580f
|
switch GetOverflowAreaProperty callers to GetOverflowRect b=417116 r+sr=roc a=roc
|
2008-02-19 23:08:55 -08:00 |
|
bzbarsky@mit.edu
|
dd61e5bd4d
|
Adding sanity tests.
|
2008-02-19 20:01:52 -08:00 |
|
roc+@cs.cmu.edu
|
407f4669ea
|
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
|
056b00f919
|
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
|
fb9e7d706d
|
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
|
c7b3ec9107
|
Fix reftests that depended on bug 379461.
|
2008-02-19 10:46:43 -08:00 |
|
dbaron@dbaron.org
|
f4d4f9cc2b
|
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 |
|
dbaron@dbaron.org
|
55c1ed6c5b
|
Add iframe wrappers for viewport scrollbar tests, since viewport scrollbars don't seem to show up in reftest framework.
|
2008-02-19 10:42:48 -08:00 |
|
bzbarsky@mit.edu
|
d0210c6146
|
Adding test
|
2008-02-19 10:15:45 -08:00 |
|
bzbarsky@mit.edu
|
19c072083b
|
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
|
b4df875a18
|
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
|
36854cf843
|
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
|
929891e58f
|
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
|
320b3988d7
|
Bug 399852. Experimental relanding to collect data from centos5.
|
2008-02-19 01:52:34 -08:00 |
|
roc+@cs.cmu.edu
|
e491c305ca
|
Bug 399852. Experimental relanding to collect data from centos5.
|
2008-02-19 01:16:20 -08:00 |
|
jag@tty.nl
|
2fbcb59ed7
|
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 |
|
dbaron@dbaron.org
|
834b1d22d8
|
Fix handling of dynamic changes for advanced CSS selectors (and avoid the cost of doing so in the normal case). b=401291, 75386, 98997, 229915, 404418 (blocking1.9+) r+sr=bzbarsky a=blocking1.9+ on 404418
|
2008-02-18 23:12:09 -08:00 |
|
dbaron@dbaron.org
|
3a69ad63b4
|
Increase size of non-default pixel value of line-height since current was occasionally the default. b=418190 a=Tests (not part of default build).
|
2008-02-18 22:19:55 -08:00 |
|
dbaron@dbaron.org
|
cafaf208a1
|
Fix handling of dynamic changes for advanced CSS selectors (and avoid the cost of doing so in the normal case). b=401291, 75386, 98997, 229915, 404418 (blocking1.9+) r+sr=bzbarsky a=blocking1.9+ on 404418
|
2008-02-18 22:17:07 -08:00 |
|
jag@tty.nl
|
057bc17743
|
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
|
2008-02-18 00:50:04 -08:00 |
|
roc+@cs.cmu.edu
|
8ca8d4bd92
|
Bug 414784. Relanding SVG filter rework with additional fix. Lets us compute SVG work surface sizes smaller than the filter effects region, and fixes many filter correctness bugs. r=rlongson,sr=pavlov
|
2008-02-17 23:29:00 -08:00 |
|