Boris Zbarsky
|
b1f152d8fb
|
Bug 479114. Create page-break frames only after we know our final parent.
|
2009-03-01 10:16:29 -05:00 |
|
Boris Zbarsky
|
64c2cf9736
|
Adding tests
|
2009-02-27 20:25:16 -05:00 |
|
Jesse Ruderman
|
f25f92b98a
|
Add crashtests
|
2009-02-20 19:38:16 -08:00 |
|
Jesse Ruderman
|
f154077a31
|
Add crashtests
|
2009-02-13 14:54:17 -08:00 |
|
Jesse Ruderman
|
30f91b6262
|
The test I added yesterday for bug 150431 timed out just now. Disable it for slowness.
|
2009-02-11 15:54:06 -08:00 |
|
Jesse Ruderman
|
68344d4b52
|
Add a bunch of crashtests
|
2009-02-10 22:18:05 -08:00 |
|
Jesse Ruderman
|
c9eb6349ac
|
Add some crashtests
|
2009-02-10 16:36:04 -08:00 |
|
Jesse Ruderman
|
5f1cc5c3ce
|
Add a bunch of crashtests
|
2009-02-10 00:09:40 -08:00 |
|
Jesse Ruderman
|
96e8a77574
|
Skip the crashtest for bug 403175 due to timeouts (see bug 473680)
|
2009-02-10 00:03:48 -08:00 |
|
Jesse Ruderman
|
2e1fda752f
|
Add crashtests for the following bugs: https://bugzilla.mozilla.org/buglist.cgi?quicksearch=328944+401042+413085+416461+431705+437142+449006+463741+465651+472782+474744
|
2009-02-07 21:33:31 -08:00 |
|
Boris Zbarsky
|
e753880b7c
|
Bug 307394 part 2. Fix the indexing in ContentInserted to work correctly even when XBL is around. r+sr=dbaron. Also fixes bug 232990, bug 261826 , bug 272646, bug 386310, bug 468546
|
2009-01-29 14:46:20 -05:00 |
|
Mats Palmgren
|
4cf4b246fc
|
Test for bug 446328.
|
2009-01-23 18:15:36 +01:00 |
|
Boris Zbarsky
|
833d1664d3
|
Adding some tests
|
2009-01-15 14:49:33 -05:00 |
|
Robert O'Callahan
|
f708c8026e
|
Bug 425981. Make first-letter frame wrapping build its own frame constructor state to ensure it's for the correct place in the frame tree. r+sr=bzbarsky
--HG--
extra : rebase_source : 7dd5de3f6b2a9e83994d7023d4cfafce205e9376
|
2009-01-08 21:07:51 +13:00 |
|
Jesse Ruderman
|
cf4b91bb09
|
Add 19 crashtests
|
2009-01-01 14:18:58 -08:00 |
|
L. David Baron
|
d0d2117def
|
Add crashtests for bug 468645.
|
2008-12-29 10:07:37 -05:00 |
|
L. David Baron
|
3e5f6435ab
|
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
|
3363523acc
|
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
|
98a52f5f6c
|
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
|
dc119e5622
|
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
|
4c1097b866
|
Add crashtest for bug 241300
|
2008-10-18 16:19:47 -07:00 |
|
Mats Palmgren
|
104954097b
|
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
|
95efda0dc7
|
Add crashtests for bug 429088
|
2008-09-14 00:02:20 -07:00 |
|
Jesse Ruderman
|
b88514c4c5
|
Add crashtest
|
2008-09-12 17:06:46 -07:00 |
|
Jesse Ruderman
|
f27af6654d
|
Add crashtest
|
2008-09-12 17:03:43 -07:00 |
|
Robert O'Callahan
|
cddb22d87c
|
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
|
95f73479ae
|
Add bug 428448 testcase as a crashtest.
|
2008-09-06 13:47:19 -07:00 |
|
Robert O'Callahan
|
ea7596e60c
|
Backing out changesets 75919d3eb3d0 and 14ce7619e9c1 due to test failures
|
2008-09-07 00:35:20 +12:00 |
|
Robert O'Callahan
|
521ac66ad9
|
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
|
f7339a0460
|
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
|
615bc78ff6
|
Add crashtests for some recently-WFM bugs
|
2008-08-19 15:44:24 -07:00 |
|
Robert O'Callahan
|
0f9e4e319d
|
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
|
e6245e9ce2
|
Bug 238072 backout
|
2008-08-07 22:22:08 +12:00 |
|
Robert O'Callahan
|
dae9b67cc2
|
Bug 238072. Fix crashtest.list to point to the right file
|
2008-08-07 16:52:29 +12:00 |
|
Robert O'Callahan
|
da39ecdce6
|
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
|
8ad3721594
|
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
|
71040cae9a
|
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
|
da69092b2a
|
Add crashtest
|
2008-04-23 19:35:59 -07:00 |
|
jruderman@hmc.edu
|
aaa0927dc5
|
Add crashtest
|
2008-04-22 23:12:13 -07:00 |
|
jruderman@hmc.edu
|
66feb7a581
|
Add crazy crashtest
|
2008-04-22 21:47:42 -07:00 |
|
jruderman@hmc.edu
|
e856af4441
|
Add crashtest.
|
2008-04-22 21:32:54 -07:00 |
|
jruderman@hmc.edu
|
251b042f5f
|
Adding crashtest
|
2008-04-22 21:19:35 -07:00 |
|
jruderman@hmc.edu
|
350ea2a794
|
Add crashtests
|
2008-04-22 20:56:59 -07:00 |
|
jruderman@hmc.edu
|
7f27919501
|
Add crashtest
|
2008-03-26 21:53:01 -07:00 |
|
jruderman@hmc.edu
|
d928e86923
|
Add crashtest.
|
2008-03-26 20:55:48 -07:00 |
|
jruderman@hmc.edu
|
1b8ebfc7ac
|
Add a crashtest.
|
2008-03-26 16:31:18 -07:00 |
|
jruderman@hmc.edu
|
ddae8e0524
|
Add crashtests
|
2008-02-25 16:54:14 -08:00 |
|
jruderman@hmc.edu
|
55689189b1
|
Add crashtest
|
2008-02-14 15:41:37 -08:00 |
|
jruderman@hmc.edu
|
355f64800c
|
Add crashtest
|
2008-02-03 21:47:23 -08:00 |
|
jruderman@hmc.edu
|
054f7cc95b
|
Add crashtest
|
2008-02-03 21:18:31 -08:00 |
|
smontagu@smontagu.org
|
09c83f4346
|
Tests for bug 409513 and bug 410967
|
2008-01-30 13:44:31 -08:00 |
|
roc+@cs.cmu.edu
|
2032b542bf
|
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
|
b89d0b2672
|
Tweak my previous fix per comment from Jesse.
|
2008-01-29 01:39:15 -08:00 |
|
dbaron@dbaron.org
|
3740fea60b
|
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
|
70521d9ed1
|
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
|
dea0868d56
|
Bug 411870 backout again
|
2008-01-28 11:10:26 -08:00 |
|
roc+@cs.cmu.edu
|
6ac78d0700
|
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
|
d0b43fea97
|
backing out 411870
|
2008-01-27 22:28:31 -08:00 |
|
roc+@cs.cmu.edu
|
fedbf200d4
|
Bug 411870 crashtest
|
2008-01-27 21:09:33 -08:00 |
|
jruderman@hmc.edu
|
14872d01af
|
Add crashtest
|
2008-01-17 15:47:04 -08:00 |
|
jruderman@hmc.edu
|
547be9ed6b
|
Add crashtest
|
2008-01-07 17:01:01 -08:00 |
|
jruderman@hmc.edu
|
a93750cea6
|
Adding crashtest
|
2008-01-06 16:09:27 -08:00 |
|
jruderman@hmc.edu
|
998486143c
|
Add crashtest
|
2008-01-06 15:45:50 -08:00 |
|
jruderman@hmc.edu
|
dbf379481b
|
Add crashtest.
|
2008-01-06 15:42:33 -08:00 |
|
jruderman@hmc.edu
|
0cfa0a4597
|
Add crashtests
|
2008-01-05 21:49:34 -08:00 |
|
jruderman@hmc.edu
|
626262d9f7
|
Add crashtest
|
2008-01-05 21:32:53 -08:00 |
|
jruderman@hmc.edu
|
70dafbffa7
|
Add a crashtest
|
2008-01-05 21:27:17 -08:00 |
|
jruderman@hmc.edu
|
e3caba8762
|
Add crashtest
|
2008-01-04 21:32:18 -08:00 |
|
jruderman@hmc.edu
|
9a10ef75a3
|
Add a crashtest
|
2008-01-04 21:11:27 -08:00 |
|
jruderman@hmc.edu
|
2a8a486314
|
Add crashtest
|
2008-01-04 20:26:48 -08:00 |
|
jruderman@hmc.edu
|
b041eaf47d
|
Add crashtests
|
2007-12-23 19:01:26 -08:00 |
|
jruderman@hmc.edu
|
87289cdea7
|
Add crashtest
|
2007-12-23 18:38:25 -08:00 |
|
jruderman@hmc.edu
|
5bdd500249
|
Add crashtest
|
2007-12-23 16:25:14 -08:00 |
|
smontagu@smontagu.org
|
67f32663a9
|
testcases for bug 408292
|
2007-12-20 02:18:19 -08:00 |
|
jruderman@hmc.edu
|
054f3f2a4b
|
To prepare for landing, please place your crashtests in the upright, locked position.
|
2007-12-19 16:08:13 -08:00 |
|
jruderman@hmc.edu
|
78f6bd89c4
|
Remove stray onload attribute
|
2007-12-19 16:07:45 -08:00 |
|
jruderman@hmc.edu
|
d4c71d6421
|
Do not inhale crashtest.
|
2007-12-19 16:02:52 -08:00 |
|
jruderman@hmc.edu
|
32359a4e84
|
Add crashtest
|
2007-12-19 15:14:45 -08:00 |
|
jruderman@hmc.edu
|
3a0d1ea5fa
|
Never underestimate the power of the crashtest.
|
2007-12-19 15:13:13 -08:00 |
|
jruderman@hmc.edu
|
1d99f18fc2
|
How many crashtests does it take to change a light bulb? [commit message suggested by Neil]
|
2007-12-19 15:07:14 -08:00 |
|
jruderman@hmc.edu
|
d29314969d
|
This crashtest has not been evaluated by the FDA. It is not intended to diagnose, treat, cure, or prevent any disease.
|
2007-12-19 14:55:55 -08:00 |
|
jruderman@hmc.edu
|
f34ed9b88c
|
Add crashtest
|
2007-12-19 14:51:44 -08:00 |
|
jruderman@hmc.edu
|
594d74db5f
|
What is the airspeed velocity of an unladen crashtest?
|
2007-12-17 22:27:27 -08:00 |
|
jruderman@hmc.edu
|
edcfa0db92
|
Add crashtest
|
2007-12-17 22:17:47 -08:00 |
|
jruderman@hmc.edu
|
f1ee9de406
|
Crashtest cat... is testing for crashes.
|
2007-12-17 17:42:35 -08:00 |
|
jruderman@hmc.edu
|
65a8f1f0e0
|
Add a crashtest.
|
2007-12-17 17:41:39 -08:00 |
|
jruderman@hmc.edu
|
033ec38aa0
|
Add crashtest
|
2007-12-17 17:40:23 -08:00 |
|
jruderman@hmc.edu
|
23e5d948ad
|
Waiter, there's a crashtest in my soup.
|
2007-12-17 17:38:55 -08:00 |
|
jruderman@hmc.edu
|
8e7f6122ad
|
Add crashtest
|
2007-12-17 17:37:36 -08:00 |
|
jruderman@hmc.edu
|
19d8885f08
|
Excuse me, sir, but your crashtest is showing.
|
2007-12-17 17:12:11 -08:00 |
|
jruderman@hmc.edu
|
abbe7bd62b
|
Add crashtest
|
2007-12-17 17:06:32 -08:00 |
|
jruderman@hmc.edu
|
919dcaa3ba
|
One crashtest, please. Shaken, not stirred.
|
2007-12-16 22:40:38 -08:00 |
|
jruderman@hmc.edu
|
b7721b7615
|
In crashtests we trust.
|
2007-12-16 22:25:36 -08:00 |
|
jruderman@hmc.edu
|
3ed28f2971
|
Now, you can have your crashtest and eat it too!
|
2007-12-16 22:08:43 -08:00 |
|
jruderman@hmc.edu
|
556ce6bb2e
|
Add crashtest
|
2007-12-16 22:07:00 -08:00 |
|
jruderman@hmc.edu
|
3fb22844b3
|
Add crashtest
|
2007-12-16 22:00:06 -08:00 |
|
jruderman@hmc.edu
|
81f8932632
|
The crashtests hung in the sky in much the same way that bricks don't.
|
2007-12-16 21:58:31 -08:00 |
|
jruderman@hmc.edu
|
ae60e78fdf
|
Add crashtest
|
2007-12-16 19:03:59 -08:00 |
|
jruderman@hmc.edu
|
7bda132b47
|
Add a crashtest
|
2007-12-16 19:01:57 -08:00 |
|
jruderman@hmc.edu
|
5796045801
|
Add crashtest
|
2007-12-16 18:59:57 -08:00 |
|
jruderman@hmc.edu
|
ca07cf2453
|
Add crashtests
|
2007-12-16 18:58:35 -08:00 |
|
jruderman@hmc.edu
|
ccb5305d40
|
Add crashtests
|
2007-12-16 18:45:30 -08:00 |
|
jruderman@hmc.edu
|
162833e323
|
Add crashtest
|
2007-12-16 18:25:31 -08:00 |
|
jruderman@hmc.edu
|
34ec38862d
|
Add a crashtest
|
2007-12-16 17:44:18 -08:00 |
|
jruderman@hmc.edu
|
bbdc38fb77
|
Add crashtest
|
2007-12-16 17:03:33 -08:00 |
|
jruderman@hmc.edu
|
4f8d2983e2
|
Add crashtest
|
2007-12-16 14:00:37 -08:00 |
|
jruderman@hmc.edu
|
1ab3a4f661
|
Will you be my crashtest?
|
2007-12-15 21:51:03 -08:00 |
|
jruderman@hmc.edu
|
104577ad84
|
Oops
|
2007-12-15 21:45:14 -08:00 |
|
jruderman@hmc.edu
|
3c72a5aca3
|
Add some crashtests.
|
2007-12-15 21:42:37 -08:00 |
|
jruderman@hmc.edu
|
9ce4b428ef
|
Add crashtest (testcase by Mats Palmgren)
|
2007-12-15 21:33:01 -08:00 |
|
jruderman@hmc.edu
|
0e151b0e2b
|
Two hundred crashtests can't be wrong.
|
2007-12-15 21:30:15 -08:00 |
|
jruderman@hmc.edu
|
9c298d786f
|
Add a crashtest.
|
2007-12-15 20:33:04 -08:00 |
|
jruderman@hmc.edu
|
159c656095
|
Add crashtests
|
2007-12-15 20:30:11 -08:00 |
|
jruderman@hmc.edu
|
10232f886a
|
My name is Inigo Montoya. You crashed my browser. Prepare to hang.
|
2007-12-15 20:28:25 -08:00 |
|
jruderman@hmc.edu
|
805771b9a9
|
I love the smell of crashtests in the morning.
|
2007-12-15 20:08:03 -08:00 |
|
jruderman@hmc.edu
|
5e96bead55
|
Add martijn's testcase as a crashtest
|
2007-12-15 20:04:15 -08:00 |
|
jruderman@hmc.edu
|
bc4b275a27
|
Fasten your crashtests!
|
2007-12-15 20:01:48 -08:00 |
|
jruderman@hmc.edu
|
00cd420373
|
May the crashtest be with you.
|
2007-12-15 19:57:15 -08:00 |
|
jruderman@hmc.edu
|
cb7af2385f
|
Fix lack of crashtest. ----------------------------------------------------------------------
|
2007-12-15 19:54:08 -08:00 |
|
jruderman@hmc.edu
|
15be8a2574
|
Add crashtest
|
2007-12-15 19:50:19 -08:00 |
|
jruderman@hmc.edu
|
8770368a00
|
Add crashtest
|
2007-12-15 18:54:06 -08:00 |
|
jruderman@hmc.edu
|
826e12dd83
|
Add crashtest
|
2007-12-15 18:45:34 -08:00 |
|
jruderman@hmc.edu
|
2eea467574
|
What is this crashtest of which you speak?
|
2007-12-15 16:59:33 -08:00 |
|
jruderman@hmc.edu
|
4a13e2a632
|
That's no moon. It's a crashtest!
|
2007-12-15 16:53:30 -08:00 |
|
jruderman@hmc.edu
|
d5e7374994
|
This is not your daddy's crashtest.
|
2007-12-15 16:51:22 -08:00 |
|
jruderman@hmc.edu
|
42f8f57fcc
|
This is your browser. This is your browser running crashtests.
|
2007-12-15 16:18:35 -08:00 |
|
jruderman@hmc.edu
|
0472842b3c
|
Add crashtest for the right bug this time.
|
2007-12-15 15:52:30 -08:00 |
|
jruderman@hmc.edu
|
6ad4866ded
|
Dude, where's my crashtest?
|
2007-12-15 15:48:27 -08:00 |
|
jruderman@hmc.edu
|
cb3a5cc82e
|
I can has crashtest?
|
2007-12-15 15:37:52 -08:00 |
|
jruderman@hmc.edu
|
ad94f4843d
|
Holy crashtest, Batman!
|
2007-12-15 15:34:25 -08:00 |
|
jruderman@hmc.edu
|
e71198916f
|
Is that a crashtest in your pocket, or are you just happy to see me?
|
2007-12-15 15:07:08 -08:00 |
|
jruderman@hmc.edu
|
38b1b21159
|
Add crashtest
|
2007-12-15 14:38:49 -08:00 |
|
jruderman@hmc.edu
|
b88537c7db
|
1. Add crashtest 2. ??? 3. Profit
|
2007-12-15 14:34:09 -08:00 |
|
jruderman@hmc.edu
|
b0ff77569d
|
Add a crashtest.
|
2007-12-15 14:09:35 -08:00 |
|
jruderman@hmc.edu
|
bb554b3d0d
|
Add crashtest
|
2007-12-15 14:08:15 -08:00 |
|
jruderman@hmc.edu
|
d80643d40f
|
Add crashtests
|
2007-12-15 14:02:42 -08:00 |
|
jruderman@hmc.edu
|
98206bd355
|
Add crashtests
|
2007-12-15 13:57:29 -08:00 |
|
jruderman@hmc.edu
|
c11a5c3f7e
|
Add a few crashtests.
|
2007-12-12 22:44:00 -08:00 |
|
jruderman@hmc.edu
|
51ade1ac12
|
Add crashtest for bug 306940.
|
2007-12-11 20:49:28 -08:00 |
|