kherron%fmailbox.com
|
383cfeb720
|
Bug 381631 - Cannot print pages in Landscape mode. r=pavlov, sr=roc.
|
2007-06-30 12:02:37 +00:00 |
vladimir%pobox.com
|
47f95e7e98
|
Put back the reftest like it was
|
2007-06-30 10:18:59 +00:00 |
vladimir%pobox.com
|
91c67f51f7
|
Attempt to disable reftest that's causing failure on linux due to linux platform (really disabled)
|
2007-06-30 09:20:28 +00:00 |
vladimir%pobox.com
|
d813e108b8
|
Attempt to disable reftest that's causing failure on linux due to linux platform
|
2007-06-30 08:59:49 +00:00 |
enndeakin%sympatico.ca
|
74130084f7
|
Bug 279703, backing out the popup changes due to performance regressions. sigh.
|
2007-06-29 22:39:50 +00:00 |
enndeakin%sympatico.ca
|
d6cdd07569
|
Bug 279703, backing out the popup changes due to performance regressions. sigh.
|
2007-06-29 22:16:06 +00:00 |
enndeakin%sympatico.ca
|
250695914b
|
Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, r=bz,neil,sr=bz
|
2007-06-29 19:04:52 +00:00 |
mconnor%steelgryphon.com
|
fde07e07ff
|
backing out bug 347743 due to major crasher in 386332
|
2007-06-29 17:25:41 +00:00 |
sharparrow1%yahoo.com
|
61b4d44bf2
|
Update reftest documentation for printing reftests. NPOTB.
|
2007-06-29 16:57:07 +00:00 |
peterv%propagandism.org
|
b188226d8f
|
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
|
2007-06-28 02:48:22 +00:00 |
jst%mozilla.org
|
d514bd490c
|
Fixing bug 347743. Delay plugin destruction on windows to get it out of layout frame destruction. r+sr=roc@ocallahan.org
|
2007-06-28 00:15:12 +00:00 |
peterv%propagandism.org
|
3aef5b4f41
|
Backing out to fix orange.
|
2007-06-27 23:21:09 +00:00 |
peterv%propagandism.org
|
c08e0c73cb
|
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
|
2007-06-27 22:29:54 +00:00 |
sharparrow1%yahoo.com
|
48a96484b3
|
Bug 386108: remove nsIDrawingSurface. rs=pavlov
|
2007-06-27 21:53:35 +00:00 |
sharparrow1%yahoo.com
|
dcd42a5a84
|
Bug 385862: View usage cleanups. r+sr=roc
|
2007-06-27 16:37:51 +00:00 |
sharparrow1%yahoo.com
|
094f4f3d98
|
Bug 285608: hangs when page with float printed. r+sr=roc.
|
2007-06-27 16:35:31 +00:00 |
roc+%cs.cmu.edu
|
fdcb16906c
|
Bug 384836. Relanding fix to pass around gfxContexts a bit more instead of hanging on to one in nsTransformedTextRun. r=smontagu,pavlov
|
2007-06-27 04:22:21 +00:00 |
roc+%cs.cmu.edu
|
b32d43bbcb
|
Bug 383551. Adding reftest.
|
2007-06-27 04:09:12 +00:00 |
roc+%cs.cmu.edu
|
f625471ba6
|
Bug 383551. Clean up IsInlineFrame, nsStyleDisplay::IsBlockLevel and related methods. r+sr=dbaron
|
2007-06-27 02:31:35 +00:00 |
roc+%cs.cmu.edu
|
6741d15725
|
Bug 385293. Silence warnings about textrun recreation that aren't really problems, just informational. r=smontagu
|
2007-06-27 02:21:34 +00:00 |
flamingice%sourmilk.net
|
8fd3c590f2
|
Bug 384965, use const nsEvent* aEvent in nsLayoutUtils::GetEventCoordinatesRelativeTo, Patch by Karl Tomlinson, r+sr=roc
|
2007-06-27 00:30:21 +00:00 |
dbaron%dbaron.org
|
a483d6b35e
|
Back out bug 384836 to diagnose Tp/Tp2 regression bug 385957.
|
2007-06-26 22:16:35 +00:00 |
benjamin%smedbergs.us
|
42c7e1c6b1
|
Reverting bug 383167 again for linux test bustage :-(
|
2007-06-26 19:22:55 +00:00 |
sharparrow1%yahoo.com
|
4f045240b6
|
Bug 385936: Remove nsLayoutUtils::CreateOffscreenContext. r+sr=dbaron
|
2007-06-26 18:46:35 +00:00 |
benjamin%smedbergs.us
|
b60c196e68
|
Bug 383167 trying again, reviews by luser and biesi, sr=jst
|
2007-06-26 16:35:05 +00:00 |
roc+%cs.cmu.edu
|
d770f6750b
|
Bug 384836. Avoid using a stale gfxContext, by not holding onto one in nsTransformedTextRun, passing in a gfxContext when required instead. r=pavlov,smontagu
|
2007-06-26 04:25:01 +00:00 |
mrbkap%gmail.com
|
6ddc8e39bc
|
Don't depend on undefined behavior (sign extension on right shift). bug 385259, r=mats.palmgren sr=jst
|
2007-06-25 21:53:21 +00:00 |
dbaron%dbaron.org
|
564958fdf2
|
Remove a few Windows newlines that snuck in recently.
|
2007-06-25 20:35:17 +00:00 |
dbaron%dbaron.org
|
009fd710cf
|
Only do special height reflows for percentage-height children of table cells when there is a specified height on the table, row group, row, or cell in the row. b=370525 Patch by Daniel Holbert <dholbert@mozilla.com>. r+sr=dbaron
|
2007-06-25 20:34:48 +00:00 |
tor%cs.brown.edu
|
b10693b5be
|
Bug 305859 - em and ex units not implemented for SVGLength.
Patch by taken.spc@gmail.com, r=longsonr, sr=tor
|
2007-06-25 16:12:36 +00:00 |
jwatt%jwatt.org
|
17b5ecb1cf
|
Fixing bug 385246. Negative width attribute on <svg:foreignObject> causes "ASSERTION: reflow state made child wrong size" and more. r=tor@acm.org, sr=roc@ocallahan.org
|
2007-06-25 08:31:31 +00:00 |
roc+%cs.cmu.edu
|
8f1fb18de5
|
Bug 385344. Always reconstruct textruns for next-in-flows of firstline/firstletter frames. Also, be more careful looping over text in AddInlinePrefWidthForFlow. r=smontagu
|
2007-06-25 03:41:07 +00:00 |
kherron%fmailbox.com
|
ced1906123
|
Back out patch for bug 381361 due to ref test failures on Windows.
|
2007-06-24 15:13:25 +00:00 |
kherron%fmailbox.com
|
8631fed5b4
|
Bug 381631 - Cannot print pages in Landscape mode. r=pavlov, sr=roc.
|
2007-06-24 11:20:35 +00:00 |
smontagu%smontagu.org
|
d834f45849
|
Remove unused argument 'aAttribute' in nsCSSFrameConstructor::StyleChangeReflow. Bug 382244, r+sr=dbaron
|
2007-06-24 09:35:23 +00:00 |
bmlk%gmx.de
|
21a30e29bb
|
reducing timeout to make reftest for bug 363370 pass
|
2007-06-23 17:35:47 +00:00 |
bmlk%gmx.de
|
b9ae5361fe
|
figuring first out why 363370 fails
|
2007-06-23 16:53:20 +00:00 |
bmlk%gmx.de
|
0e86c59945
|
reftests for bugs 363370, 364318, 368651 369975
|
2007-06-23 16:25:04 +00:00 |
mats.palmgren%bredband.net
|
e8617c3e50
|
Don't ref-count nsIScrollableViewProvider. b=385286 r+sr=roc
|
2007-06-23 07:39:40 +00:00 |
jwatt%jwatt.org
|
59d52c6f16
|
Commit reminder comments that I need to follow up on so they don't get in the way of my current patch juggling.
|
2007-06-23 02:06:07 +00:00 |
roc+%cs.cmu.edu
|
84fb1e155c
|
Bug 385234. Iterate through textframe continuations properly in AddInlinePref/MinWidth. r=smontagu
|
2007-06-22 00:17:30 +00:00 |
roc+%cs.cmu.edu
|
cc164e9991
|
Bug 382105. Clean up PeekOffsetWord to exit early without setting *aOffset if there is nowhere to go in the requested direction. Also, ignore *aSawBeforeType when we're checking for punctuation. r=smontagu
|
2007-06-22 00:13:05 +00:00 |
jwatt%jwatt.org
|
61fa6b97e8
|
Fixing bug 384591. Make nsSVGForeignObjectFrame.cpp easier to understand. r+sr=tor@acm.org
|
2007-06-21 23:01:10 +00:00 |
dbaron%dbaron.org
|
20432d9242
|
Add reftest for bug 368155 from Ryan VanderMeulen <ryanvm@gmail.com>. r+sr=dbaron
|
2007-06-21 22:34:27 +00:00 |
dbaron%dbaron.org
|
ad71819fa6
|
Make text-indent contribute to intrinsic widths, and handle negative text-indent and negative margin properly by distinguishing forced and optional breaks when accumulating minimum widths. b=368155 r+sr=roc
|
2007-06-21 22:33:10 +00:00 |
tor%cs.brown.edu
|
ca475e8ef2
|
Bug 384391 - maks sure outer svg is constructed only for svg:svg. r=bz, sr=roc
|
2007-06-21 15:05:05 +00:00 |
tor%cs.brown.edu
|
6b55ead66d
|
Bug 382333 - update filter invalidation region before use. r=longsonr, sr=roc
|
2007-06-21 15:03:30 +00:00 |
longsonr%gmail.com
|
d0e9707af1
|
Bug 384637 - Self-referencing svg:mask causes stack overflow crash. r+sr=tor
|
2007-06-21 11:01:41 +00:00 |
neil%parkwaycc.co.uk
|
a1a7bad5a7
|
Bug 384874 Fix regression from previous patch for bug 382746 r=Enn sr=bz
|
2007-06-21 10:25:07 +00:00 |
Olli.Pettay%helsinki.fi
|
542d7f2166
|
Bug 384491, remove assertion when <xul:listboxbody style='overflow: hidden' />, r+sr=roc
|
2007-06-21 09:35:41 +00:00 |