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

139 Коммитов

Автор SHA1 Сообщение Дата
Boris Zbarsky e291896fc6 Bug 479114. Create page-break frames only after we know our final parent. 2009-03-01 10:16:29 -05:00
Boris Zbarsky 387aaadf5e Adding tests 2009-02-27 20:25:16 -05:00
Jesse Ruderman 1ad38ac6a7 Add crashtests 2009-02-20 19:38:16 -08:00
Jesse Ruderman ea905567dc Add crashtests 2009-02-13 14:54:17 -08:00
Jesse Ruderman ac41244ed5 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 397e21afab Add a bunch of crashtests 2009-02-10 22:18:05 -08:00
Jesse Ruderman e6ffd994a3 Add some crashtests 2009-02-10 16:36:04 -08:00
Jesse Ruderman 313514226b Add a bunch of crashtests 2009-02-10 00:09:40 -08:00
Jesse Ruderman 8e9fbe876a Skip the crashtest for bug 403175 due to timeouts (see bug 473680) 2009-02-10 00:03:48 -08:00
Jesse Ruderman 4d5ffd6842 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 4905383347 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 0bff11e674 Test for bug 446328. 2009-01-23 18:15:36 +01:00
Boris Zbarsky 52e1e57640 Adding some tests 2009-01-15 14:49:33 -05:00
Robert O'Callahan 13ddb2b9d8 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 e7ff093116 Add 19 crashtests 2009-01-01 14:18:58 -08:00
L. David Baron 9c71e61143 Add crashtests for bug 468645. 2008-12-29 10:07:37 -05:00
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