dholbert@cs.stanford.edu
|
89e526b6da
|
Bug 430878: Call PositionChildViews after sliding selection to top of page, to fix mispositioned scrollframes in print selection. r+sr=roc a=dsicore
|
2008-04-28 15:55:04 -07:00 |
jruderman@hmc.edu
|
99282eb735
|
Add crashtest
|
2008-04-27 00:15:54 -07:00 |
roc+@cs.cmu.edu
|
84a91c083e
|
Bug 430412. Don't bother showing a scrollbar if there's less than one device pixel to scroll into view. r+sr=bzbarsky,a=beltzner
|
2008-04-24 01:14:06 -07:00 |
reed@reedloden.com
|
51723efe1a
|
Bug 240463 - "We need up-to-date artwork for the icons of loading-images and broken-images" [p=Iconfactory ui-r=faaborg ui-r+a1.9=beltzner]
|
2008-04-23 22:53:41 -07:00 |
gavin@gavinsharp.com
|
7bd74eae4a
|
Bug 277067: Mozilla mistimes changing QuickDraw plugin visibility when switching tabs, patch by patch by Matthew Gregan <kinetik@flim.org>, r=josh, sr=roc, a=damon
|
2008-04-23 15:56:40 -07:00 |
gavin@gavinsharp.com
|
908c443de8
|
Bug 423523: Caret can leave div w/ contenteditable = true with repeated arrow keys, patch by Chris Pearce <chris@pearce.org.nz>, r+sr=peterv, a=beltzner
|
2008-04-23 15:33:14 -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 |
fantasai.cvs@inkedblade.net
|
c211162a35
|
prevent fixed frames from trying to split reflow roots in print mode b=408602 r+sr=roc a=disicore
|
2008-04-22 10:24:28 -07:00 |
bzbarsky@mit.edu
|
669868b0c3
|
Don't try to include the selection area in our text-decoration overflow if we're not selected. Bug 429595, r+sr=roc, a=beltzner
|
2008-04-21 20:28:14 -07:00 |
dholbert@cs.stanford.edu
|
53026c6433
|
Bug 429337: re-landing patch, with bustage fix. (bustage fix initializes nsPrintSettingsGTK::mPrintSelectionOnly to false in default constructor. Wasn't getting initialized before.)
|
2008-04-21 18:18:26 -07:00 |
dholbert@cs.stanford.edu
|
eb3eec51c9
|
Backing out bug 429337 to fix broken printing reftests on linux test box.
|
2008-04-21 17:48:12 -07:00 |
dholbert@cs.stanford.edu
|
054feb2357
|
Crashtests for bug 404219. a=tests-only
|
2008-04-21 17:23:59 -07:00 |
dholbert@cs.stanford.edu
|
b0920a520c
|
Bug 429337: During print-selection, don't use an unconstrained page height everywhere -- just on the reflowSize (where we need it, to catch selections on pages beyond the first). r+sr=roc a=beltzner
|
2008-04-21 15:36:26 -07:00 |
timeless@mozdev.org
|
24e63f7a5e
|
Bug 351687 [@ nsBlockFrame::GetAccessible] mContent null check comes after we use mContent r=aaronl sr=dbaron a=beltzner
|
2008-04-21 10:19:32 -07:00 |
smontagu@smontagu.org
|
d4bc85074f
|
Assert that the nsContinuingTextFrame is not a first continuation. Bug 414760, r+sr=roc
|
2008-04-21 00:17:04 -07:00 |
peterv@propagandism.org
|
72957354f8
|
Fix for bug 388659 (Links become undraggable when document contains contenteditable element). r/sr=roc, a=beltzner.
|
2008-04-18 06:27:02 -07:00 |
roc+@cs.cmu.edu
|
a091e3d5c6
|
Bug 428156. Relanding. Make ComputeRepaintRegionForCopy handle non-moving frames that clip moving frames. r+sr=dbaron
|
2008-04-18 02:21:21 -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 |
jst@mozilla.org
|
4b69a276d4
|
Landing fix for bug 419716. Make us consistently deal how we're pass param tags to object tags when parsing XHTML. Patch by mrbkap@gmail.com and bent.mozilla@gmail.com, r+sr=jonas@sicking.cc, a=beltzner
|
2008-04-17 15:30:51 -07:00 |
roc+@cs.cmu.edu
|
fe6c3d833b
|
Bug 428156 backout
|
2008-04-17 04:52:32 -07:00 |
roc+@cs.cmu.edu
|
ae2ff1b3c0
|
Bug 428156. ComputeRepaintRegionForCopy needs to handle non-moving frames that clip moving content. r+sr=dbaron,a=beltzner
|
2008-04-17 01:15:14 -07:00 |
mats.palmgren@bredband.net
|
6bf782cd21
|
Stop QuickTime and Flip4Mac plugins directly when requested (not off an event). b=426524 r+sr=jst a1.9=beltzner
|
2008-04-16 13:06:48 -07:00 |
masayuki@d-toybox.com
|
6112db9666
|
Bug 428846 Using underline hint at painting the strikeout line of Quirks mode r+sr=roc, a1.9=beltzner
|
2008-04-14 23:47:59 -07:00 |
dbaron@dbaron.org
|
f8dcd3c29e
|
Fix bug 427129 / 377664: When displacing blocks that don't interact with floats around floats, displace the border box rather than the margin box. Fix bug 427782: Simultaneously, only displace when the width actually won't go down to an amount that fits (i.e., if it will go to an amount smaller than the intrinsic minimum width, let it). b=427129 r+sr=roc a=schrep
|
2008-04-14 18:05:17 -07:00 |
dbaron@dbaron.org
|
4589e85ab3
|
Backout bug 157546 (making the delete key delete by clusters) to fix blockers bug 419217 and bug 419406. Instead of removing the added test, mark now-failing tests as todo. a=damons
|
2008-04-14 18:04:18 -07:00 |
mats.palmgren@bredband.net
|
062a5aa2bb
|
Don't delay stopping the Quicktime plugin. b=425157 r+sr=jst a1.9=beltzner
|
2008-04-14 16:39:59 -07:00 |
mats.palmgren@bredband.net
|
e85cc637ce
|
The position of an outside bullet should not be affected by floats inside the principal block (this fixes most cases). b=427370 r+sr=dbaron a1.9=beltzner
|
2008-04-13 10:43:12 -07:00 |
dholbert@cs.stanford.edu
|
b7a5c89466
|
Bug 427017: Disable page-break-before/after for fixed- & absolutely-positioned elements. Also, fix assertion during an iterator-comparison by handling case where lineBox is in overflow-lines. r=fantasai sr=roc a1.9=beltzner
|
2008-04-11 22:32:49 -07:00 |
bent.mozilla@gmail.com
|
c54db3bb3c
|
Bug 425551 - "Fix async DOM events from keeping link elements alive past unlink". r+sr=sicking, a=beltzner.
|
2008-04-11 10:29:06 -07:00 |
masayuki@d-toybox.com
|
a383f49809
|
Bug 426772 Floated first-letter generates too tall box r+sr=roc, a1.9=beltzner
|
2008-04-11 01:44:58 -07:00 |
dholbert@cs.stanford.edu
|
14370ae359
|
Bug 402264: When we're scaling printed content, don't scale unconstrained heights. r+sr=roc a=damons
|
2008-04-10 15:34:38 -07:00 |
roc+@cs.cmu.edu
|
bbd877cbef
|
Bug 425253 crashtest
|
2008-04-09 22:29:53 -07:00 |
roc+@cs.cmu.edu
|
0a70ba3e53
|
Bug 425253. Propagate reflow-depth tracking through XUL box layout. r+sr=dbaron,a=damon
|
2008-04-09 21:39:41 -07:00 |
reed@reedloden.com
|
d0b18c15d7
|
Bug 426852 - "flash object disappear after going back" [p=mats.palmgren@bredband.net (Mats Palmgren) r+sr=jst a=blocking1.9+]
|
2008-04-08 23:28:23 -07:00 |
jonas@sicking.cc
|
f6bc46eb38
|
Backing out due to test failures
|
2008-04-08 20:20:39 -07:00 |
jonas@sicking.cc
|
aedea05d90
|
Bug 425551: Improve script blocker code and use it to prevent async DOM events from keeping link elements alive past CC. Patch by bent. r/sr=sicking
|
2008-04-08 19:06:27 -07:00 |
dholbert@cs.stanford.edu
|
6c8b71ce5d
|
Bug 421710: Replace a call to CreateContinuationFor with calls to SplitPlaceholder & SplitLine, to make sure that we don't lose the real frame for which we've made a placeholder. Patch by Michal Novotny <michal@allpeers.com> r+sr=roc a=blocking1.9+
|
2008-04-08 07:42:52 -07:00 |
roc+@cs.cmu.edu
|
d5a1dc86da
|
Bug 411585. Traverse all pages after the current page when painting a page, to locate placeholders that we need to traverse in order to paint out-of-flows on the current page. r+sr=dbaron
|
2008-04-08 06:06:12 -07:00 |