Граф коммитов

132 Коммитов

Автор SHA1 Сообщение Дата
Jesse Ruderman fb85a3d7a8 Add crashtest for bug 225868. The setTimeout seems to be necessary to get the second onload to fire. 2008-10-21 20:50:14 -07:00
Robert O'Callahan 7211ccf1cd Bug 428263. Don't treat continuations of blocks as 'continuations' for setting zeroEffectiveSpanBox, since they're not span-continuations which is all we care about here. r+sr=dbaron 2008-10-16 09:57:27 +13:00
Jesse Ruderman 40828aed11 Add crashtests for several bugs 2008-10-09 14:20:44 -07:00
Jesse Ruderman 11904cab6b Add crashtest 2008-10-09 14:17:40 -07:00
Jesse Ruderman 6aa08e5c1a Add crashtest 2008-09-14 00:18:19 -07:00
Jesse Ruderman 3770f02527 Add crashtest 2008-09-13 23:59:06 -07:00
Jesse Ruderman fbbaa969b3 Add crashtest 2008-09-13 18:28:03 -07:00
Jesse Ruderman 56803f6079 Add crashtest 2008-09-12 16:59:39 -07:00
Jesse Ruderman b5bd437fe2 Add bug 382131's testcase (changed slightly) as a crashtest 2008-09-06 21:36:13 -07:00
Jesse Ruderman 4b42aee5b2 Add bug 302260's testcase as a crashtest. 2008-09-06 18:23:09 -07:00
Robert O'Callahan dd26ad1004 Bug 422283. Make sure that an overflow container's next-in-flows are always also overflow containers. This means that when we convert a normal frame into an overflow container, we need to scan through its next-in-flows and make them overflow containers too. r=fantasai,sr=mats 2008-09-06 20:48:09 +12:00
Robert O'Callahan de4be1cb93 Bug 413048. Disable float breaking in columns. r+sr=dbaron 2008-08-12 21:32:10 +12:00
Michael Ventnor ef199d50e6 Bug 448903. Fix bounds checking in blur code. r+sr=roc 2008-08-04 14:18:46 +12:00
Boris Zbarsky f2557d6bff Bug 430352. Use the same border throughout. r+sr=roc 2008-07-17 09:32:49 -04:00
Robert O'Callahan 9619dadcbe Bug 367246. When the scrolled frame's width exceeds its available width (because its padding alone is greater than the available width) and the direction is RTL, the scrolled frame should be positioned with its right edge at the right edge of the scrollport. r+sr=dbaron 2008-07-14 09:50:35 +12:00
jruderman@hmc.edu 99282eb735 Add crashtest 2008-04-27 00:15:54 -07:00
jruderman@hmc.edu b4e892dce4 Adding crashtest 2008-04-22 21:44:09 -07:00
jruderman@hmc.edu 595bc2024c Add a crashtest 2008-04-22 21:43:19 -07:00
jruderman@hmc.edu 0afd018fea Add crashtest 2008-04-22 21:42:25 -07:00
jruderman@hmc.edu 4a17677e29 Adding crashtest 2008-04-22 21:41:28 -07:00
jruderman@hmc.edu cde0cb1b73 Adding a crashtest. 2008-04-22 21:38:41 -07:00
jruderman@hmc.edu 7590956f46 Add crashtest 2008-04-22 21:35:50 -07:00
jruderman@hmc.edu 0786e2ca8f Add crashtest 2008-04-22 21:35:50 -07:00
jruderman@hmc.edu cbc2c78001 Add a crashtest 2008-04-22 21:34:53 -07:00
jruderman@hmc.edu 40a804164f Adding crashtest 2008-04-22 21:24:35 -07:00
jruderman@hmc.edu 1ba9ce2f1a Add crashtest. 2008-04-22 21:21:06 -07:00
jruderman@hmc.edu f82e0a511a Add crashtest 2008-04-22 21:06:07 -07:00
jruderman@hmc.edu 7632c8d3b8 Add a crashtest 2008-04-22 21:04:55 -07:00
jruderman@hmc.edu cee1f0e23a Add crashtest 2008-04-22 21:02:09 -07:00
dholbert@cs.stanford.edu 054feb2357 Crashtests for bug 404219. a=tests-only 2008-04-21 17:23:59 -07:00
fantasai.cvs@inkedblade.net c799e1aaed consider relevant overflow when balancing columns (fixes various crashes and hangs) b=404215 r+sr=roc a=beltzner 2008-04-18 00:40:35 -07:00
roc+@cs.cmu.edu bbd877cbef Bug 425253 crashtest 2008-04-09 22:29:53 -07:00
jruderman@hmc.edu 84b97585e3 Add crashtests 2008-03-26 21:09:57 -07:00
jruderman@hmc.edu f5d41d93a4 Add crashtest 2008-03-26 21:06:24 -07:00
jruderman@hmc.edu db6b028d1f Add a crashtest. 2008-03-26 20:59:36 -07:00
jruderman@hmc.edu 4e5d38b3e6 Add crashtest 2008-03-26 20:52:06 -07:00
jruderman@hmc.edu 492d3c524e Add crashtest 2008-03-26 20:33:09 -07:00
jruderman@hmc.edu e97fa90e5d Add crashtests 2008-03-26 20:23:23 -07:00
jruderman@hmc.edu a89249c5ae Adding a crashtest. 2008-03-26 19:57:55 -07:00
jruderman@hmc.edu 63ed639cf1 Adding crashtest 2008-03-26 18:03:02 -07:00
jruderman@hmc.edu 01ae6d2ae8 Add crashtest 2008-03-26 17:28:43 -07:00
jruderman@hmc.edu 979580cbb8 Add crashtests 2008-03-26 17:24:55 -07:00
jruderman@hmc.edu a3285a34f1 Add crashtest 2008-03-26 16:27:23 -07:00
jruderman@hmc.edu c2850c77ee Add crashtest. 2008-03-26 15:03:26 -07:00
jruderman@hmc.edu 502276276f Add crashtest 2008-03-15 04:14:04 -07:00
roc+@cs.cmu.edu 54be39edc6 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
jruderman@hmc.edu e187655349 Add crashtest 2008-03-11 17:44:46 -07:00
bzbarsky@mit.edu 21dee34a41 Make sure to do saturating adds on possibly-unconstrained nscoords. Bug 421404, r=dholbert, sr=roc, a=beltzner 2008-03-07 13:20:03 -08:00
bzbarsky@mit.edu 95b51909df Adding crashtest 2008-02-14 20:17:09 -08:00
mats.palmgren@bredband.net 8d6b926236 Remove assertion test for bug 414740 since there's something wrong with the test. 2008-02-06 12:01:03 -08:00