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

5867 Коммитов

Автор SHA1 Сообщение Дата
reed%reedloden.com 6302c7807e Bug 340510 - "nsIDOMNSDocument.getBoxObjectFor (standard way to use Mozilla) does not work with --disable-xul" [p=romaxa@gmail.com (romaxa) r+sr=roc a1.9=schrep] 2008-01-16 01:27:54 +00:00
dholbert%cs.stanford.edu 54e30dc065 Backing out 399852 due to mac mochitest failures 2008-01-16 00:56:43 +00:00
dholbert%cs.stanford.edu cd4c00120b Bug 399852 ��� Crash [@ nsCSSFrameConstructor::FindFrameWithContent] with position: fixed, focusing and contenteditable, patch by Chris Pearce <chris@pearce.org.nz>, r+sr=roc, a=blocking1.9+ (re-landing; mochitest failures should be fixed) 2008-01-16 00:19:47 +00:00
mats.palmgren%bredband.net b83f398c79 Try all continuations of the block when looking for a letter frame. b=408493 r+sr=bzbarsky a=blocking1.9 2008-01-15 09:25:18 +00:00
vladimir%pobox.com 846e5ffd93 b=397303, thebes rendering of inset/outset borders slow, bandaid; r+sr=roc 2008-01-14 22:36:30 +00:00
vladimir%pobox.com 609a568f25 b=406782, double rendering of bullets on wikimo, r+sr=roc 2008-01-10 22:10:38 +00:00
dwitte%stanford.edu 0751a915ec get rid of nsStyleStruct base type. b=408933, r+sr=dbaron, a=beltzner 2008-01-10 20:56:50 +00:00
ted.mielczarek%gmail.com 9b06ef5e75 bug 410364 - use PR_STATIC_ASSERT in nsStyleSheetService::nsStyleSheetService. r+sr=dbaron 2008-01-10 17:59:48 +00:00
roc+%cs.cmu.edu c15e738540 Backing out 410489 to fix test failures 2008-01-10 00:40:08 +00:00
roc+%cs.cmu.edu a9d9adc764 Bug 406784. Do more presentation setup in the SetDOMDocument path to fix regressions mainly in Camino. r+sr=bzbarsky 2008-01-09 22:41:43 +00:00
martijn.martijn%gmail.com e032c1a5a9 Bug 399852 � Crash [@ nsCSSFrameConstructor::FindFrameWithContent] with position: fixed, focusing and contenteditable, patch by Chris Pearce, r+sr=roc, a=blocking1.9+ 2008-01-09 21:44:59 +00:00
uriber%gmail.com a63b687ff0 Look at all continuations, not just in-flows, when tracking frames sharing a background image. bug=411046, r+sr=roc 2008-01-09 19:19:49 +00:00
roc+%cs.cmu.edu 9435c53623 Bug 355548. Clean up MathML's font handling by moving most of it to the style system. Creates nsMathMLElement to put functionality there. Tightens MathML attribute parsing and introduces full support for 'scriptsizemultiplier', 'scriptminsize' and their interactions with CSS font-size. r+sr=dbaron 2008-01-09 09:38:32 +00:00
karlt+%karlt.net b64bba3d55 Bug 348577 ��� Implement MathML <mtable> with display:inline-table
(mtable has incorrect baseline).
Patch by Bill Gianopoulos <wgianopoulos@yahoo.com>, r=rbs, sr=bzbarsky.
2008-01-09 02:14:35 +00:00
roc+%cs.cmu.edu c43fe7d97d backing out bug 355548 due to test failures 2008-01-08 23:11:30 +00:00
roc+%cs.cmu.edu 3c173c5ce5 Bug 355548. Clean up MathML's font handling by moving most of it to the style system. Creates nsMathMLElement to put functionality there. Tightens MathML attribute parsing and introduces full support for 'scriptsizemultiplier', 'scriptminsize' and their interactions with CSS font-size. r+sr=dbaron 2008-01-08 22:36:56 +00:00
jruderman%hmc.edu b8cb84d5a0 Add crashtest 2008-01-08 01:01:01 +00:00
jruderman%hmc.edu 4f7f102106 Adding crashtest 2008-01-07 00:09:27 +00:00
jruderman%hmc.edu 4c0a1fefcd Add crashtest 2008-01-06 23:47:03 +00:00
jruderman%hmc.edu 6632408b8a Add crashtest. 2008-01-06 23:47:02 +00:00
jruderman%hmc.edu 920d3436ce Add crashtests 2008-01-06 05:49:34 +00:00
jruderman%hmc.edu 3cfe63715f Add crashtest 2008-01-06 05:32:53 +00:00
jruderman%hmc.edu 7600bc7f24 Add a crashtest 2008-01-06 05:27:17 +00:00
bzbarsky%mit.edu 7d1ff000b1 Make image controls splittable just like regular images. Bug 409659, r+sr=roc,
a=dsicore
2008-01-05 06:44:38 +00:00
jruderman%hmc.edu 30e070c18d Add crashtest 2008-01-05 05:32:18 +00:00
jruderman%hmc.edu 7d3d445642 Add a crashtest 2008-01-05 05:11:27 +00:00
jruderman%hmc.edu a2b41c0f74 Add crashtest 2008-01-05 04:26:48 +00:00
mats.palmgren%bredband.net a4cd65c88c Fix typo in assertion. b=386575 r+sr=roc a=mtschrep 2008-01-04 23:14:50 +00:00
mats.palmgren%bredband.net e8061f7e50 Don't try to draw 'border-style:hidden' borders. b=389196 r+sr+a=vladimir 2008-01-04 18:11:10 +00:00
neil%parkwaycc.co.uk 2c5e140d6a Make XUL elements really native anonymous b=410119 r=smaug sr+a=sicking 2008-01-04 11:24:42 +00:00
roc+%cs.cmu.edu eba7de326d 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-04 02:08:30 +00:00
roc+%cs.cmu.edu 7f1fa0ab38 Bug 407889. Reduce dynamic memory allocations by putting nsDisplayListBuilder's per-presshell state in an nsAutoTArray. r+sr=mats 2008-01-04 01:53:01 +00:00
roc+%cs.cmu.edu 1365a04cf1 Bug 410229. Handle IB special-siblings when we're finding all the CSS boxes for an element for getBoundingClientRect/getClientRects. r+sr=mats 2008-01-04 01:50:32 +00:00
dtownsend%oxymoronical.com e3344fe165 Backout of bug 409383 to correct test failure on fxdbug-win32-tb. 2008-01-03 20:19:22 +00:00
longsonr%gmail.com 9e05da2268 Bug 409383 - Switch sometimes ends up with multiple child frames. r+sr=roc,a1.9=beltzner 2008-01-03 14:30:03 +00:00
ginn.chen%sun.com 0d376ccf00 Bug 398362 First menuitem is not selected when opening a menu for the first time
r=enndeakin sr=bzbarsky
2008-01-02 05:33:30 +00:00
jruderman%hmc.edu 6c98f94556 Add crashtests 2007-12-24 03:01:26 +00:00
jruderman%hmc.edu 9d86755ef3 Add crashtest 2007-12-24 02:38:25 +00:00
jruderman%hmc.edu 22e03976eb Add crashtest 2007-12-24 00:25:14 +00:00
roc+%cs.cmu.edu 65581ec373 Bug 408749. Use a QI check instead of a frame-type check to detect blocks. r+sr=bzbarsky,a=schrep 2007-12-21 03:28:19 +00:00
enndeakin%sympatico.ca 59e7e0b727 Bug 400185, crash with popupgroup, disallow using popupgroups and only create a frame for the native anonymous one, r+sr=bz 2007-12-20 14:46:12 +00:00
smontagu%smontagu.org 513cd47114 testcases for bug 408292 2007-12-20 10:18:19 +00:00
smontagu%smontagu.org 475eccb11c Collect frames from all block continuations in the buffer for bidi resolution. Bug 408292. r+sr=roc, a=schrep 2007-12-20 10:06:14 +00:00
jruderman%hmc.edu 2afb406c57 To prepare for landing, please place your crashtests in the upright, locked position. 2007-12-20 00:08:13 +00:00
jruderman%hmc.edu a43df8eb59 Remove stray onload attribute 2007-12-20 00:07:45 +00:00
jruderman%hmc.edu 5ef146d419 Do not inhale crashtest. 2007-12-20 00:02:52 +00:00
jruderman%hmc.edu 350d70a693 Add crashtest 2007-12-19 23:14:45 +00:00
jruderman%hmc.edu d72edc50ed Never underestimate the power of the crashtest. 2007-12-19 23:13:13 +00:00
jruderman%hmc.edu 0d5097132f How many crashtests does it take to change a light bulb? [commit message suggested by Neil] 2007-12-19 23:07:14 +00:00
jruderman%hmc.edu 6c452b2d66 This crashtest has not been evaluated by the FDA. It is not intended to diagnose, treat, cure, or prevent any disease. 2007-12-19 22:55:55 +00:00