Commit Graph

123 Commits

Author SHA1 Message Date
L. David Baron
dbc2fcff87 Move wrapping of blocks inside XUL into ProcessChildren to catch more callers. (Bug 421203) r+sr=roc a=blocking1.9.1+
--HG--
rename : layout/reftests/bugs/321402-3.xul => layout/reftests/bugs/421203-3.xul
rename : layout/reftests/bugs/321402-4.xul => layout/reftests/bugs/421203-4.xul
rename : layout/reftests/bugs/321402-5.xul => layout/reftests/bugs/421203-5.xul
rename : layout/reftests/bugs/321402-6.xul => layout/reftests/bugs/421203-6.xul
2008-12-16 16:30:31 -08:00
Simon Montagu
de66e73152 Delete all text frame continuations when deleting first letter frame. Bug 466763, r+sr=roc 2008-12-02 22:56:53 -08:00
Robert O'Callahan
b2b28bfe30 Bug 454751. Use a fresh nsFrameConstructorState when we construct new frames in ReconstructDocElementHierarchyInternal, so internal state pointing to deleted frames is flushed out. r+sr=bzbarsky 2008-11-26 11:12:06 +13:00
L. David Baron
df90903560 Handle some additional codepaths for position: fixed elements inside elements with -moz-transform. (Bug 455171) r+sr=bzbarsky a=blocking1.9.1+ 2008-11-25 13:27:54 -08:00
Jesse Ruderman
58bdc485dc Add crashtest for bug 241300 2008-10-18 16:19:47 -07:00
Mats Palmgren
56de412294 Bug 455063. Make sure we don't lose track of our initial containing block. r+sr=roc 2008-10-08 09:07:04 -04:00
Jesse Ruderman
e3a72c7a94 Add crashtests for bug 429088 2008-09-14 00:02:20 -07:00
Jesse Ruderman
9c927060cc Add crashtest 2008-09-12 17:06:46 -07:00
Jesse Ruderman
b786745df9 Add crashtest 2008-09-12 17:03:43 -07:00
Robert O'Callahan
311213e939 Bug 243519. Rework root element frame construction and the CanvasFrame so that the CanvasFrame is an abs-pos container and the root element frame can be positioned. r=fantasai,sr=dbaron 2008-09-08 20:13:17 +12:00
Jesse Ruderman
86ffa2975b Add bug 428448 testcase as a crashtest. 2008-09-06 13:47:19 -07:00
Robert O'Callahan
36e333a796 Backing out changesets 75919d3eb3d0 and 14ce7619e9c1 due to test failures 2008-09-07 00:35:20 +12:00
Robert O'Callahan
75d693298a Bug 243519. Fix the crashtest so that it doesn't bomb out with a JS error without completing the actual test. And make it (and Acid3) actually pass without screwing up the frame tree. 2008-09-06 22:21:37 +12:00
Robert O'Callahan
c2ca6a7204 Bug 243519. Rework root element frame construction and the CanvasFrame so that the CanvasFrame is an abs-pos container and the root element frame can be positioned. r=fantasai,sr=dbaron 2008-09-06 21:35:05 +12:00
Jesse Ruderman
cee6bb1d8a Add crashtests for some recently-WFM bugs 2008-08-19 15:44:24 -07:00
Robert O'Callahan
edc33b1edc Bug 238072. Make generated content take the normal frame construction path. Relanding with changes so that counter and quote nodes are initialized after their frames are available, more like the old code. r+sr=dbaron,bzbarsky 2008-08-18 13:16:42 +12:00
Robert O'Callahan
e77bdf3d25 Bug 238072 backout 2008-08-07 22:22:08 +12:00
Robert O'Callahan
76992a0f1a Bug 238072. Fix crashtest.list to point to the right file 2008-08-07 16:52:29 +12:00
Robert O'Callahan
94fd81d0a0 Bug 238072, fix test file I forgot to move
--HG--
rename : layout/reftests/bugs/374193-1xbl.xml => layout/base/crashtests/374193-1xbl.xml
2008-08-07 15:08:49 +12:00
Robert O'Callahan
dcf51d2a34 Bug 238072. Rework generated content support to match CSS 2.1, making generated content take the normal frame construction path so supporting any style applied to it (including 'position', 'float', etc). r+sr=bz,r=dbaron 2008-08-07 13:18:24 +12:00
Michael Ventnor
c69e8e2711 Bug 444925 – Crash [@ nsContextBoxBlur::BoxBlurHorizontal] with mathml:munderover and text-shadow. r+sr=roc 2008-07-14 12:35:15 +02:00
jruderman@hmc.edu
5d6a797acb Add crashtest 2008-04-23 19:35:59 -07:00
jruderman@hmc.edu
ca67f9572c Add crashtest 2008-04-22 23:12:13 -07:00
jruderman@hmc.edu
8663fcf577 Add crazy crashtest 2008-04-22 21:47:42 -07:00
jruderman@hmc.edu
62c09afd78 Add crashtest. 2008-04-22 21:32:54 -07:00
jruderman@hmc.edu
125ddbdad8 Adding crashtest 2008-04-22 21:19:35 -07:00
jruderman@hmc.edu
eb50964d0d Add crashtests 2008-04-22 20:56:59 -07:00
jruderman@hmc.edu
56b0de490d Add crashtest 2008-03-26 21:53:01 -07:00
jruderman@hmc.edu
290ef05236 Add crashtest. 2008-03-26 20:55:48 -07:00
jruderman@hmc.edu
2a55bac05b Add a crashtest. 2008-03-26 16:31:18 -07:00
jruderman@hmc.edu
9dc561d040 Add crashtests 2008-02-25 16:54:14 -08:00
jruderman@hmc.edu
d15f9c4206 Add crashtest 2008-02-14 15:41:37 -08:00
jruderman@hmc.edu
7e682389ed Add crashtest 2008-02-03 21:47:23 -08:00
jruderman@hmc.edu
583ca0c20d Add crashtest 2008-02-03 21:18:31 -08:00
smontagu@smontagu.org
4cad3ce24b Tests for bug 409513 and bug 410967 2008-01-30 13:44:31 -08:00
roc+@cs.cmu.edu
5338360abe Bug 411870. nsBidiPresUtils needs to track the current line across block continuation boundaries. r=smontagu 2008-01-29 15:39:39 -08:00
dbaron@dbaron.org
f40f3c6f1a Tweak my previous fix per comment from Jesse. 2008-01-29 01:39:15 -08:00
dbaron@dbaron.org
72916cdf1e Make this test loop until the XBL is loaded, since it fails for me in a debug build from Sunday evening and in a nightly from December (just as it just started doing on the Linux unit test tinderbox). a=jesse 2008-01-29 00:56:13 -08:00
jruderman@hmc.edu
36179bbcd9 Use a data: URL instead of an http: URL so this test can succeed even without network connectivity 2008-01-28 23:32:24 -08:00
roc+@cs.cmu.edu
72c72d1d33 Bug 411870 backout again 2008-01-28 11:10:26 -08:00
roc+@cs.cmu.edu
ef12785f4c Bug 411870. Bidi resolution needs to scan through block continuations when tracking the current line for frames. r=smontagu 2008-01-28 10:16:22 -08:00
roc+@cs.cmu.edu
cc8a28fdd6 backing out 411870 2008-01-27 22:28:31 -08:00
roc+@cs.cmu.edu
2673d00dfe Bug 411870 crashtest 2008-01-27 21:09:33 -08:00
jruderman@hmc.edu
78b43b0a84 Add crashtest 2008-01-17 15:47:04 -08:00
jruderman@hmc.edu
162895b60b Add crashtest 2008-01-07 17:01:01 -08:00
jruderman@hmc.edu
0e80d6f1b5 Adding crashtest 2008-01-06 16:09:27 -08:00
jruderman@hmc.edu
14ccda4bd9 Add crashtest 2008-01-06 15:45:50 -08:00
jruderman@hmc.edu
7d96b6da4e Add crashtest. 2008-01-06 15:42:33 -08:00
jruderman@hmc.edu
a81ad1c33f Add crashtests 2008-01-05 21:49:34 -08:00
jruderman@hmc.edu
47ae87c502 Add crashtest 2008-01-05 21:32:53 -08:00