Commit Graph

130 Commits

Author SHA1 Message Date
roc+@cs.cmu.edu
a3e8f70e08 Bug 395130 reftests. Patch by Jesse and Boris. 2007-09-18 16:26:57 -07:00
bzbarsky@mit.edu
65e44633c8 Fix bug 396286. r+sr+a=roc 2007-09-17 18:16:39 -07:00
bzbarsky@mit.edu
97c97d8a5f Process XBL constructors after processing style reresolves. In particular, this makes sure that we process the former even if there were none of the latter. Bug 394676 and bug 394014, r=smaug, sr=sicking, a=roc 2007-09-14 12:15:44 -07:00
gavin@gavinsharp.com
608ee419ec Check the test for bug 394534 back in 2007-09-11 11:57:32 -07:00
gavin@gavinsharp.com
b2559c4796 Remove missing reftest 2007-09-11 09:40:39 -07:00
jst@mozilla.org
fcb5325595 Fixing bug 394534. Make first attribute win in misplaced content. Patch by bzbarsky@mit.edu, r=mrbkap@gmail.com, sr=peterv@propagandism.org, a=jonas@sicking.cc/dsicore@mozilla.com 2007-09-10 16:50:16 -07:00
roc+@cs.cmu.edu
5038231661 Bug 392435. Reftest... 2007-09-05 18:54:50 -07:00
bzbarsky@mit.edu
fb39157dcc Fix bug 394111. r+sr+a=bzbarsky 2007-09-02 18:28:08 -07:00
bzbarsky@mit.edu
19d08a1057 Adding test. 2007-08-31 19:35:08 -07:00
bzbarsky@mit.edu
8f471f19e2 Fix bug 393671. r+sr+a=roc 2007-08-26 19:48:43 -07:00
bzbarsky@mit.edu
4f488c5b7c Fix filename. 2007-08-26 18:08:15 -07:00
bzbarsky@mit.edu
7a3fbf7681 Adding tests 2007-08-26 17:28:09 -07:00
smontagu@smontagu.org
2e35b4b546 Mark reftest for bug 391045 passing on Linux 2007-08-26 15:44:30 -07:00
smontagu@smontagu.org
716d1f9961 Mark reftest for bug 391045 passing on Mac 2007-08-26 15:05:17 -07:00
smontagu@smontagu.org
2363989855 Reftest for bug 391045 2007-08-26 14:24:48 -07:00
bzbarsky@mit.edu
82d377683c Make line-height specified in ch units work. Bug 391909, r+sr+a+dbaron 2007-08-24 15:20:24 -07:00
bzbarsky@mit.edu
32444ff39f Make maxlength not affect initial values or scripted sets. Bug 345267, r+sr=mats, a=dbaron 2007-08-21 20:22:21 -07:00
bzbarsky@mit.edu
e234beb50d Make auto-height abs-pos textfields with top and bottom offsets both set use their intrinsic height, per spec. Bug 385870, r+sr+a=dbaron 2007-08-21 20:07:25 -07:00
bzbarsky@mit.edu
b20e634109 Don't make getting .selected change what .selected returns in the future. Bug 391994, r+sr+a=sicking 2007-08-20 20:24:11 -07:00
sharparrow1@yahoo.com
5ce6586b57 Reftests for bug 383883 and dependencies 2007-08-20 13:26:55 -07:00
bzbarsky@mit.edu
406edd85f0 Adding test. 2007-08-17 21:47:41 -07:00
bzbarsky@mit.edu
f1faedd0f6 Adding tests 2007-08-13 09:27:50 -07:00
bzbarsky@mit.edu
cc4ab43659 Adding test. 2007-08-12 22:03:51 -07:00
bzbarsky@mit.edu
65ea334fb9 Adding test. 2007-08-12 19:40:35 -07:00
bzbarsky@mit.edu
b39ebf2258 Don;t process pseudo-frames if we're not going to actually create a replaced element frame (or in fact any frame at all, in this case!). Bug 391140, r=bernd, sr+a=roc 2007-08-10 10:18:11 -07:00
bzbarsky@mit.edu
a7f9c8f9e0 Adding tests 2007-08-10 10:11:55 -07:00
vladimir@pobox.com
103b1d6c81 b=382049, mac native form controls draw at incorrect positions in offscreen surfaces, patch from jdaggett@mozilla.com, r/a=vlad 2007-08-07 12:36:40 -07:00
bzbarsky@mit.edu
d85872ea5d Hoist the code for handling class and id up from nsGenericHTMLElement to the newly-created nsStyledElement so that it can be reused by MathML and to some extent by SVG. Bug 379178, patch by Daniel Kraft <domob@daniel-kraft.net>, r=jwatt for the SVG changes, r+sr=sicking for the rest, a=dsicore 2007-08-06 08:27:19 -07:00
jruderman@hmc.edu
434c1f2e9b Add reftests for bug 387201. 2007-08-02 21:22:58 -07:00
dbaron@dbaron.org
1dfc2637bf Prefer distributing the width of a column-spanning cell to columns without specified widths, and make a specified width on a column-spanning cell not cause the column to be considered to have a specified width. b=379361 Patch by Daniel Holbert <dholbert@mozilla.com>. r+sr=dbaron 2007-08-02 17:07:29 -07:00
bzbarsky@mit.edu
ed733059c6 Add the tests too. 2007-08-02 14:36:59 -07:00
bzbarsky@mit.edu
590e445e10 Make ContentInserted for captions more like ContentAppended and normal frame construction. Bug 386014, r=bernd, sr=roc, a=dbaron 2007-08-02 14:29:51 -07:00
bzbarsky@mit.edu
21fd3a72bb Fix EOF handling after an !important. Bug 390318, r+sr+a=dbaron 2007-08-02 14:20:11 -07:00
roc+@cs.cmu.edu
61373b8418 Bug 379349. Add support for 'overflow containers' --- special frame continuations that do not map any content of their own, but serve only as containers for laying out children that overflowed their parents' content height. patch by fantasai, r+sr=eli,roc 2007-07-25 21:03:29 -07:00
bzbarsky@mit.edu
7ab1fb826f Adding tests that make sure bug 352980 doesn't regress anything. 2007-07-25 14:47:22 -07:00
sharparrow1@yahoo.com
6c6be80405 Reftest for bug 386147 2007-07-23 17:08:33 -07:00
martijn.martijn@gmail.com
1776b80002 Reftests for bug 386470, r=peterv 2007-07-23 16:40:17 -07:00
bzbarsky@mit.edu
3407fd227a Adding test. 2007-07-22 13:30:09 -07:00
sharparrow1@yahoo.com
8f6c4e99eb Reftest for bug 384762 2007-07-20 13:09:08 -07:00
sharparrow1@yahoo.com
30716ccda9 Reftest for bug 384876 2007-07-20 11:39:36 -07:00
roc+@cs.cmu.edu
536f449de3 Bug 388591. Make reftests/bugs/368020-5.html random on Linux until someone can figure out why it fails on centos5. 2007-07-18 14:31:08 -07:00
bzbarsky@mit.edu
ffdfeb8219 Adding test. 2007-07-18 12:56:20 -07:00
roc+@cs.cmu.edu
21751c06e8 Bug 386920 reftests. 2007-07-16 16:02:00 -07:00
bzbarsky@mit.edu
4e0e5d2463 Fix regression in sizing of tables with scrollable rowgroups. Bug 387344,
r=bernd, sr=roc
2007-07-12 13:54:18 -07:00
db48x@yahoo.com
b3cd97da9b Bug 384576 - adding -moz-border-radius to an element causes the background to be drawn without dpi scaling
r=sharparrow1, sr=roc
2007-07-11 21:04:33 -07:00
dbaron@dbaron.org
3045247d28 Reftests for bug 311822. Patch by <arno.@no-log.org>. r=dbaron 2007-07-11 16:26:29 -07:00
bzbarsky@mit.edu
0da7e5d679 Fix bug 387154 -- rendering of narrow buttons (for which we need to scoot the
text over to the left) regressed.  r+sr=dbaron
2007-07-06 17:48:29 -07:00
bzbarsky@mit.edu
feee7d10ba Mark test as failing for now until I can figure out what's going on 2007-07-06 11:16:51 -07:00
bzbarsky@mit.edu
98ce8d7dfc Adding test. 2007-07-06 09:03:27 -07:00
roc+@cs.cmu.edu
1e18e91cd6 Bug 375827. Regression test. 2007-07-04 19:57:32 -07:00