jruderman@hmc.edu
|
12bd73342f
|
Add a "!=" reftest that will fail is msub and msup break (like in bug 345564)
|
2008-03-16 22:34:37 -07:00 |
|
bzbarsky@mit.edu
|
71f4c3f4b8
|
Comment fix
|
2008-03-16 17:22:54 -07:00 |
|
dbaron@dbaron.org
|
93f3933849
|
Add simplified version of test that we can currently pass.
|
2008-03-16 14:20:53 -07:00 |
|
dbaron@dbaron.org
|
3efad80ec8
|
Fix bug in test.
|
2008-03-16 14:20:35 -07:00 |
|
dbaron@dbaron.org
|
ce89f4930f
|
Add reftest for CSS 2.1, section 10.3.3.
|
2008-03-16 14:13:00 -07:00 |
|
reed@reedloden.com
|
adc33685ef
|
Bug 422614 - "CVS remove old stuff from layout/tools" [p=alfredkayser@gmail.com (Alfred Kayser) r=roc a1.9=beltzner]
|
2008-03-16 14:08:00 -07:00 |
|
bzbarsky@mit.edu
|
b607f1de90
|
Invalidate tables a little harder. Bug 421632, r+sr=roc
|
2008-03-16 13:32:48 -07:00 |
|
karlt+@karlt.net
|
dfa2f4c0f0
|
mi elements for which default values for mathvariant should have no effect
|
2008-03-15 19:26:32 -07:00 |
|
karlt+@karlt.net
|
7647ac9bdc
|
Only change the style of default mathvariant <mi> elements to italic when there is a corresponding italic Mathematical Alphanumeric Symbol. Accept non-BMP characters in nsMathMLOperator::LookupInvariantChar. Update the mathvariant entries in mathfont.properties from PUA characters to their Plane 1 Unicode assignments (remainder of bug 289938). b=413115, r+sr=roc.
|
2008-03-15 19:10:47 -07:00 |
|
jruderman@hmc.edu
|
5300fa0e04
|
Add crashtest
|
2008-03-15 04:14:04 -07:00 |
|
mats.palmgren@bredband.net
|
baa6fb0fd0
|
Fix a compile warning. b=399694 r+sr=dbaron a1.9=damons
|
2008-03-15 02:01:36 -07:00 |
|
mats.palmgren@bredband.net
|
1b90e26ff7
|
Make nsStyleChangeList own a reference to nsIContent pointers in its list. b=399694 r+sr=dbaron a1.9=damons
|
2008-03-15 02:01:18 -07:00 |
|
jonas@sicking.cc
|
da4cab3b75
|
Bug 401155: Make it safe to create a wrapper for an object at any time by making sure wrapping doesn't write script. Also set up a service that tries to keep track of when it's safe to execute script. r=bz sr=jst
|
2008-03-14 16:08:57 -07:00 |
|
bzbarsky@mit.edu
|
7b83e29004
|
Don't use fieldset pref widths as min widths, since pref widths can be unconstrained. Incidentally makes it possible for text to legends to wrap if the page wants it to. Bug 404123 and bug 354502, r+sr=dbaron, a=beltzner.
|
2008-03-14 13:48:23 -07:00 |
|
reed@reedloden.com
|
170c0984dc
|
Bug 395454 - "[Mac] Have one file, scrollbars.css" [p=mozcbarrett@gmail.com (Colin Barrett [cbarrett]) r=Enn r=Neil sr=roc a1.9=damons]
|
2008-03-14 08:24:50 -07:00 |
|
reed@reedloden.com
|
f7bade2b02
|
Bug 311366 - "should make custom elements able to contain blocks (<section>)" [p=mrbkap@gmail.com (Blake Kaplan) r=sicking sr=jst a1.9=beltzner]
|
2008-03-14 08:15:29 -07:00 |
|
martijn.martijn@gmail.com
|
e8ea49f32b
|
Modified test for bug 396024, this should not cause problems anymore now that bug 407080 is fixed
|
2008-03-14 08:12:20 -07:00 |
|
smontagu@smontagu.org
|
7c4c877c83
|
Testcase for bug 128896.
|
2008-03-14 08:03:33 -07:00 |
|
jwatt@jwatt.org
|
ca6acd6147
|
Bug 421780. NPOB. Add public domain dedication comment to two tests for Joe Drew (his tests).
|
2008-03-14 07:49:57 -07:00 |
|
dholbert@cs.stanford.edu
|
dfa358c900
|
Backing out Bug 417356, due to pagination reftest failures.
|
2008-03-14 01:50:13 -07:00 |
|
roc+@cs.cmu.edu
|
43eb2ffe91
|
Bug 404140. Avoid assertions about comparing line iterators from different lists by comparing nsLineBox* pointers. r+sr=dbaron
|
2008-03-14 01:12:25 -07:00 |
|
dholbert@cs.stanford.edu
|
b847cc90cc
|
Bug 417356: Define & use "UnwriteableMargin" PrintSettings pref, to make Linux printing work more like Mac printing (keeping us from printing right up against the edge of the page) r=ventron sr=roc a=blocking1.9+
|
2008-03-14 00:48:04 -07:00 |
|
dholbert@cs.stanford.edu
|
52a3ff9796
|
Bug 421239: Remove broken/brittle optimization of guessing (incorrectly) whether a line might be empty, when we're determining whether we need to mark next line's margin as dirty. r+sr=roc, a=blocking1.9+
|
2008-03-14 00:21:15 -07:00 |
|
karlt+@karlt.net
|
5deea10aba
|
GetIntrinsicWidth for mroot, mfenced, and mfrac. b=363240, r+sr=roc
|
2008-03-13 22:02:49 -07:00 |
|
karlt+@karlt.net
|
2071d69173
|
nsMathMLChar::GetMaxWidth and stretchy <mo> GetIntrinsicWidth implementations. Rename MAXSIZE_IS_EXPLICIT to MAXSIZE_IS_ABSOLUTE. Avoid unsigned/signed warnings with 1<<31. b=363240, r+sr=roc
|
2008-03-13 21:05:43 -07:00 |
|
jst@mozilla.org
|
a5b6672d1f
|
Fixing bug 416953. Do plugin destruction off of an event whenever possible (which is pretty much always). r+sr=jonas@sicking.cc
|
2008-03-13 20:31:35 -07:00 |
|
dholbert@cs.stanford.edu
|
3287a6868e
|
Bug 407080: Disallow print-preview while page is loading. (Re-landing with broken mochitest disabled) r+sr=roc, a=blocking1.9+
|
2008-03-13 14:12:55 -07:00 |
|
stefanh@inbox.com
|
7984e34c0c
|
Bug 421814 - Use HITheme to draw backgrounds for groupboxes. r=josh+Mano, sr=roc, a1.9=dsicore.
|
2008-03-13 13:24:29 -07:00 |
|
dbaron@dbaron.org
|
3bc7dd28e0
|
Fix buggy test; rgb() non-% arguments are required to be integers. a=tests
|
2008-03-13 08:24:22 -07:00 |
|
dbaron@dbaron.org
|
950ba556ce
|
Don't make overflow:-moz-hidden-unscrollable affect layout. b=411213 r+sr=roc a=beltzner
|
2008-03-13 08:23:27 -07:00 |
|
roc+@cs.cmu.edu
|
a5d01c093e
|
Backing out 413027 again.
|
2008-03-13 02:14:16 -07:00 |
|
roc+@cs.cmu.edu
|
69064e9603
|
Bug 413027. The XUL pref and min height for a CSS block should be its height when reflowed at its preferred width, NOT the height of the tallest line. r+sr=dbaron. Relanding with additional XUL box layout fix to increase the frame size to the minimum size required by children even if they don't change size during layout, and a fix to scrollframes so they don't depend on being able to set a size for scrollbars less than their minimum size. r+sr=dbaron
|
2008-03-13 01:40:43 -07:00 |
|
karlt+@karlt.net
|
b64fb6eb32
|
Remove some unused nsGlyphTable methods. b=363240, r+sr=roc
|
2008-03-12 21:50:44 -07:00 |
|
reed@reedloden.com
|
965cbb1d62
|
Bug 192631 - "Animated images stop animating after Print / Print Preview" [p=martijn.martijn@gmail.com (Martijn Wargers) r+sr=roc a1.9=damons]
|
2008-03-12 19:58:34 -07:00 |
|
masayuki@d-toybox.com
|
821cf1156c
|
Bug 417014 Need blacklist system for underline offset adjusting of CJK fonts which have wrong underline offset r=roc+stuart, sr=roc, b1.9=stuart
|
2008-03-12 19:36:58 -07:00 |
|
dbaron@dbaron.org
|
a03c0aa905
|
Don't do floating point assignment from uninitialized data, since it can crash. b=422011 r+sr=bzbarsky a=damon
|
2008-03-12 15:05:27 -07:00 |
|
dbaron@dbaron.org
|
4f711db346
|
Don't let the pres context's visible area get permanently set to an unconstrained height when we call ResizeReflow with an unconstrained height during SizeToContent. b=371508 r+sr=roc a=blocking1.9+
|
2008-03-12 15:04:45 -07:00 |
|
dholbert@cs.stanford.edu
|
ee909b17b6
|
Bug 422484: Add parens around macro if conditions. Patch by David Mandelin <dmandelin@mozilla.com> r=benjamin a1.9=dsicore
|
2008-03-12 14:47:11 -07:00 |
|
dholbert@cs.stanford.edu
|
87e0492872
|
Disabling failing reftest 386339.html. (See Bug 422454)
|
2008-03-12 10:22:49 -07:00 |
|
reed@reedloden.com
|
1c9b9b3e93
|
Bug 421780 - "SVG <image> has stopped working" (reftests for resizing a 1x1 image) [p=joe@drew.ca (Joe Drew [JOEDREW!]) r=longsonr]
|
2008-03-12 10:21:26 -07:00 |
|
reed@reedloden.com
|
235b45658f
|
Bug 421780 - "SVG <image> has stopped working" (use the native size of the current frame instead of its scaled size) [p=joe@drew.ca (Joe Drew [JOEDREW!]) r=longsonr sr=vlad a=blocking1.9+]
|
2008-03-12 10:19:51 -07:00 |
|
smontagu@smontagu.org
|
479ae9823b
|
Enable bidi processing if there are right-to-left characters in print headers or footers. Bug 421690, r+sr=roc, blocking1.9=damon
|
2008-03-12 00:56:38 -07:00 |
|
roc+@cs.cmu.edu
|
60d05a4f07
|
Bug 413027 backed out again
|
2008-03-11 19:01:17 -07:00 |
|
roc+@cs.cmu.edu
|
ea712ce519
|
Bug 413027. The XUL pref and min height for a CSS block should be its height when reflowed at its preferred width, NOT the height of the tallest line. r+sr=dbaron. Relanding with extra instrumentation in the strangely-failing mochitest test_bug199692.xul
|
2008-03-11 18:05:26 -07:00 |
|
roc+@cs.cmu.edu
|
8dfb75f0cd
|
Bug 420351. Don't let empty list-bullets make a line non-empty. r+sr=dbaron
|
2008-03-11 17:46:18 -07:00 |
|
jruderman@hmc.edu
|
736a43a02c
|
Add crashtest
|
2008-03-11 17:44:46 -07:00 |
|
uriber@gmail.com
|
dce1edd834
|
Don't reserve space for start (end) margin on the first- (last-) in-flow if it has a previous (next) bidi continuation. bug=421419 r+sr=dbaron a1.9=dsicore
|
2008-03-11 14:54:34 -07:00 |
|
jruderman@hmc.edu
|
26941b2224
|
Add reftest
|
2008-03-11 11:24:02 -07:00 |
|
roc+@cs.cmu.edu
|
b099594232
|
Backing out 420351
|
2008-03-11 03:44:32 -07:00 |
|
roc+@cs.cmu.edu
|
8a3b8b1390
|
Backing out bug 413027
|
2008-03-11 01:36:01 -07:00 |
|