Commit Graph

566 Commits

Author SHA1 Message Date
jruderman@hmc.edu
bee4393a2b Add a crashtest 2008-01-06 16:13:09 -08:00
jruderman@hmc.edu
522d0fa6f1 Add crashtest 2008-01-06 16:11:53 -08:00
jruderman@hmc.edu
d63af929bc Add insane crashtest 2008-01-06 16:06:36 -08:00
jruderman@hmc.edu
a694883ea6 Add crashtest 2008-01-06 15:56:52 -08:00
jruderman@hmc.edu
5cace98a3b Add crashtest 2008-01-06 15:51:58 -08:00
jruderman@hmc.edu
11ec75873f Adding a crashtest. 2008-01-06 15:49:49 -08:00
jruderman@hmc.edu
9790a3d244 Adding crashtests 2008-01-06 15:44:37 -08:00
jruderman@hmc.edu
3c7dbbcb11 Adding crashtest 2008-01-06 15:10:44 -08:00
jruderman@hmc.edu
1106d6c9a4 Add a crashtest 2008-01-06 15:09:10 -08:00
jruderman@hmc.edu
92e350f8f7 Add a crashtest 2008-01-06 15:02:43 -08:00
jruderman@hmc.edu
8d48ec4dd1 Add crashtest 2008-01-05 22:37:19 -08:00
jruderman@hmc.edu
a749ba56c2 Adding crashtest 2008-01-05 22:29:31 -08:00
jruderman@hmc.edu
1713615cf3 Add crashtest 2008-01-05 22:05:09 -08:00
jruderman@hmc.edu
94fbd823e7 Add crashtest 2008-01-05 21:51:32 -08:00
jruderman@hmc.edu
424f199bac Add crashtest 2008-01-05 21:18:00 -08:00
jruderman@hmc.edu
8afd62bab2 Add crashtests for a WFM hang bug 2008-01-05 21:16:15 -08:00
bzbarsky@mit.edu
fc4c66121d Make image controls splittable just like regular images. Bug 409659, r+sr=roc, a=dsicore 2008-01-04 22:44:38 -08:00
jruderman@hmc.edu
7b19a9fcf5 Add crashtests for two related bugs whose bug numbers happen to be permutations of each other. 2008-01-04 21:43:47 -08:00
jruderman@hmc.edu
18d6acc38e Adding a crashtest 2008-01-04 20:56:36 -08:00
jruderman@hmc.edu
4f9f74d76d Add crashtest 2008-01-04 20:18:30 -08:00
jruderman@hmc.edu
408db962cb Add a crashtest 2008-01-04 20:16:31 -08:00
jruderman@hmc.edu
0b85d305aa Add crashtests 2008-01-04 20:12:53 -08:00
dholbert@cs.stanford.edu
d6fc15775d Bug 408656: Make nsPositionedInlineFrame::NeedsView return true (to ensure that abs-positioned frames inside of it will get their views positioned) r+sr=bz a=blocking1.9 2008-01-04 18:11:20 -08:00
jruderman@hmc.edu
1b5464a806 Add crashtest. 2008-01-04 17:44:48 -08:00
jruderman@hmc.edu
4a4b67cfc4 Add crashtest 2008-01-04 17:32:53 -08:00
mats.palmgren@bredband.net
997c7da0d7 Make column layout deal with 'ch' unit for -moz-column-width/gap. b=391979 r+sr=roc a=beltzner 2008-01-04 09:48:19 -08:00
mats.palmgren@bredband.net
5eb8d1615d Update the content offset for existing non-fluid continuations when creating a next-in-flow. b=406380 r+sr=roc a=blocking1.9 2008-01-04 09:09:35 -08:00
uriber@gmail.com
764bd927ef Fix bullet positioning for justified RTL list items. bug=410503 r=smontagu sr=roc a1.9=dsicore 2008-01-04 02:22:38 -08:00
roc+@cs.cmu.edu
fb28ffc853 Bug 407889. Reduce dynamic memory allocations during event handling by having nested invocations of HitTest share a single buffer for reordering display items; this buffer is an nsAutoTArray so it's mostly stack-allocated. r+sr=mats 2008-01-03 18:08:29 -08:00
karlt+@karlt.net
604fec8a96 FinishReflowChild() with the final position for <msqrt> and <mpadded> b=410132, r+sr+a=roc 2008-01-02 20:33:21 -08:00
reed@reedloden.com
1d602b3c42 Bug 105708 - "move nsUnitConversion.h" [p=reg@openpave.org (Jeremy Lea) r+sr+a1.9=roc] 2008-01-01 02:11:02 -08:00
mats.palmgren@bredband.net
56d920eba2 Backing out bug 406380 to fix reftest failure. 2007-12-31 03:32:07 -08:00
mats.palmgren@bredband.net
fc794b3f6c Crash test for bug 406380. 2007-12-31 02:30:58 -08:00
mats.palmgren@bredband.net
4aa25eb7a7 Update content offset for all next-continuations, not just fluid ones. b=406380 r+sr=roc a=blocking1.9 2007-12-31 02:29:20 -08:00
dholbert@cs.stanford.edu
0c193f8134 Whitespace-only change: Clean up indentation for argument list in nsColumnSetFrame::Reflow 2007-12-27 20:00:35 -08:00
jruderman@hmc.edu
68cc33b0e5 Fix these crashtests: rename -moz-intrinsic to -moz-max-content 2007-12-23 20:50:12 -08:00
jruderman@hmc.edu
b3566f6699 Add crashtest. 2007-12-23 19:08:42 -08:00
jruderman@hmc.edu
5775a5419b Add crashtest 2007-12-23 18:19:16 -08:00
jruderman@hmc.edu
a59d58561c Add crashtests. In old builds, these would have shown the problem only when Firefox was running under Valgrind. 2007-12-23 16:54:56 -08:00
jruderman@hmc.edu
8df091207a Add a crashtest 2007-12-23 16:28:28 -08:00
hwaara@gmail.com
730486f134 bug 392040, <select> menu requires multiple clicks to show up in zoom pages, r=bz, sr=roc, a=blocking1.9+. Also checking in a testcase for bug 404872 2007-12-22 13:07:58 -08:00
jwalden@mit.edu
e4026e6bb9 Mr. President, we must not allow a crashtest gap! 2007-12-22 07:20:26 -08:00
roc+@cs.cmu.edu
b56b55c8cf Bug 409337. Discard invalidation requests made by hidden plugins. r=josh,sr=jst,a=beltzner 2007-12-22 00:56:57 -08:00
roc+@cs.cmu.edu
845d626a0d Bug 408749 crashtest 2007-12-20 19:30:32 -08:00
roc+@cs.cmu.edu
677dfbe4d2 Bug 408749. Use a QI check instead of a frame-type check to detect blocks. r+sr=bzbarsky,a=schrep 2007-12-20 19:28:18 -08:00
Olli.Pettay@helsinki.fi
88b19c4b16 Bug 392698, ASSERTION: can't mark frame dirty during reflow, r+sr=roc, a=blocking1.9 2007-12-20 15:49:46 -08:00
smontagu@smontagu.org
c2ccf0f7a0 Collect frames from all block continuations in the buffer for bidi resolution. Bug 408292. r+sr=roc, a=schrep 2007-12-20 02:06:14 -08:00
jruderman@hmc.edu
cdda9fa0f5 Add a crashtest 2007-12-19 15:11:17 -08:00
hwaara@gmail.com
9fc1c6a41c bug 307204, implement support for transparent windows in XUL for Mac OS X. r=josh, sr=roc, approval1.9=damons 2007-12-19 11:40:18 -08:00
bzbarsky@mit.edu
45399ad846 Fix leak bug 408883. r+sr=roc, a=sicking 2007-12-19 09:44:45 -08:00