dbaron@dbaron.org
|
d741ff81b0
|
Fix comment describing nsBlockFrame.
|
2007-12-12 13:49:14 -08:00 |
|
roc+@cs.cmu.edu
|
6512139327
|
Bug 400244. Remove UndoSplitPlaceholders which is not only unnecessary but actually harmful/crashy. r=fantasai,sr=dbaron
|
2007-12-01 02:51:56 -08:00 |
|
reed@reedloden.com
|
8c4eb4e25f
|
Bug 398101 - Be more diligent about invalidating textruns for lines [p=roc r+sr=dbaron a=blocking1.9+]
|
2007-11-08 22:55:32 -08:00 |
|
dholbert@cs.stanford.edu
|
f90fee0b0b
|
Bug 399384: Make first-letter frames use nearest ancestor blockFrame's content node, instead of direct parent's. r=bzbarsky, r+a=roc
|
2007-10-19 10:41:29 -07:00 |
|
roc+@cs.cmu.edu
|
036806699a
|
Bug 397518. Wrap inline non-MathML children of MathML frames in anonymous blocks. r+sr=bzbarsky
|
2007-10-12 01:30:54 -07:00 |
|
smontagu@smontagu.org
|
251bc05568
|
Change the usage of NEEDS_BIDI_RESOLUTION so that it is either set on every block in a continuation chain or none of them. Bug 394805, r+sr+b=roc
|
2007-10-11 04:41:04 -07:00 |
|
mats.palmgren@bredband.net
|
b61d4af97e
|
Take into account that |line| can be an overflow line when accessing the previous line. Patch by roc and me. b=397007 r+sr=me/roc blocking1.9=roc
|
2007-10-07 10:32:07 -07:00 |
|
smontagu@smontagu.org
|
47796d6787
|
Previous checkin was for bug 382422
|
2007-09-03 00:00:10 -07:00 |
|
smontagu@smontagu.org
|
ba9c0ad3c2
|
Bug 394222: Optimize calls to Bidi resolution. r=dbaron, sr+a=roc
|
2007-09-02 23:51:11 -07:00 |
|
roc+@cs.cmu.edu
|
1131fb1665
|
Bug 390050. Scan all blocks in a flow-chain, and their overflow lines, when iterating through lines to build text runs. r=smontagu,mats,sr=mats,a=bz
|
2007-08-22 02:08:13 -07:00 |
|
masayuki@d-toybox.com
|
9affd989eb
|
Bug 365336 text-decoration width should be rounded to the device pixels r+sr=roc
|
2007-08-06 01:15:00 -07:00 |
|
jwalden@mit.edu
|
bf1a450729
|
Bug 386801 - nsAbsoluteContainingBlock doesn't need to store a child list name; this shaves four bytes off nsViewportFrame, nsBlockFrame, and nsPositionedInlineFrame. r+sr+a=dbaron
|
2007-08-02 15:44:36 -07:00 |
|
roc+@cs.cmu.edu
|
a28eeaaafd
|
Bug 379349. Add support for 'overflow containers' --- special frame continuations that do not map any content of their own, but serve only as containers for laying out children that overflowed their parents' content height. patch by fantasai, r+sr=eli,roc
|
2007-07-25 21:03:29 -07:00 |
|
sharparrow1@yahoo.com
|
2c2399e327
|
Bug 381385: get rid of unneeded members of nsFloatCache (saves about 50 bytes footprint per float). r+sr=roc.
|
2007-06-16 13:27:46 -07:00 |
|
smontagu@smontagu.org
|
5318673346
|
Do bidi resolution during GetPrefWidth() and GetMinWidth() as well as Reflow(). Bug 365130, r+sr=roc
|
2007-05-28 07:40:56 -07:00 |
|
bzbarsky@mit.edu
|
1b5f6b30b6
|
Change the FrameNeedsReflow API to pass the dirty flags to be added directly tothe method, instead of setting them before calling the method. That way we canavoid reflowing the ancestor of a reflow root which is not itself dirty but hasdirty children. This also makes it harder to set dirty bits inconsistentlywith the FrameNeedsReflow call. Bug 378784, r+sr=dbaron, pending rbs' reviewon the mathml parts.
|
2007-05-06 12:16:51 -07:00 |
|
roc+@cs.cmu.edu
|
31b42ee9c8
|
Bug 368863. Reparent floats properly when placeholders move between inline continuations. r+sr=dbaron
|
2007-04-20 17:42:58 -07:00 |
|
bzbarsky@mit.edu
|
884eb773c8
|
Improve detection of blocks with first-letter style. Bug 372550, r+sr=dbaron
|
2007-04-15 17:42:54 -07:00 |
|
bzbarsky%mit.edu
|
ad75d79f05
|
Make blocks whose ancestors are not blocks have the NS_BLOCK_MARGIN_ROOT and
NS_BLOCK_SPACE_MGR bits as necessary. Bug 354600, r+sr=roc
|
2007-02-18 23:53:25 +00:00 |
|
smontagu%smontagu.org
|
b21d2d6a35
|
Bug 369236: Move IsBidiFormControl from nsHTMLReflowState to nsBlockFrame. r+sr=roc
|
2007-02-11 07:19:09 +00:00 |
|
cvshook%sicking.cc
|
a39ff30284
|
Kill remainders of ns(XBL|HTML|XUL|Layout)Atoms. r/sr=jst b=368128
|
2007-01-30 00:06:41 +00:00 |
|
dbaron%dbaron.org
|
f6245f0ed9
|
Change the bulk of ascent (baseline) computation to happen on a virtual method on nsIFrame, and remove the redundant descent member from nsHTMLReflowMetrics, primarily to support having both first-line and last-line baselines. b=367332 r+sr=roc
|
2007-01-23 04:06:56 +00:00 |
|
mats.palmgren%bredband.net
|
79090c0f4b
|
Rename IsSplittable() to GetSplittableType(). b=349973 r+sr=bzbarsky
|
2006-12-20 03:52:34 +00:00 |
|
dbaron%dbaron.org
|
31f1898810
|
Bug 300030: Move intrinsic width computation out of nsIFrame::Reflow and into its own methods on nsIFrame. Replace reflow reasons, types, and commands with dirty bits/notifications. Thanks to bzbarsky for almost all of the HTML form controls (mozilla/layout/forms) changes, and many others for help testing and patching. For detailed commit logs, see REFLOW_YYYYMMDD_BRANCH, where YYYYMMDD is one of 20061031, 20060830, 20060603, 20060302, 20060119, 20051011, 20050804, 20050429, 20050315, 20050111, and 20041213.
|
2006-12-08 05:38:33 +00:00 |
|
bzbarsky%mit.edu
|
b856b2c477
|
Back out bug 354600 to fix regressions.
|
2006-11-19 20:23:56 +00:00 |
|
bzbarsky%mit.edu
|
cbcaad14b4
|
Make block frames that are not kids of blocks automatically have space managers
(and margin roots, except in the columns case) so we don't have to play
whack-a-framestate-flag. Bug 354600, r+sr=roc
|
2006-11-16 17:51:53 +00:00 |
|
roc+%cs.cmu.edu
|
ae80e3d181
|
Bug 312963. Apply aTryPull to pulls of inline frames as well as lines. r+sr=dbaron
|
2006-09-22 02:04:56 +00:00 |
|
roc+%cs.cmu.edu
|
a42c58298b
|
relanding fix for bug 317278 :-(
|
2006-06-29 01:19:48 +00:00 |
|
roc+%cs.cmu.edu
|
1621ac24bd
|
Bug 237085. Move string subdivision code to gfx so we can efficiently make it metrics-dependent. r=smontagu,sr=rbs
|
2006-06-26 22:18:23 +00:00 |
|
roc+%cs.cmu.edu
|
ab87d3edb5
|
Bug 317278. Reland patch that reflows lines again if we detect some already-placed floats need to move to the next line. This time, with changes to nsSpaceManager's PushState/PopState infrastructure so that dynamic allocations are never required; the saved state is always stack-allocated by callers. r+sr=dbaron
|
2006-06-19 23:06:59 +00:00 |
|
roc+%cs.cmu.edu
|
ed0bc93ff0
|
Backing out patch for 317278 due to Tp regression
|
2006-06-19 01:29:07 +00:00 |
|
roc+%cs.cmu.edu
|
cc52ece1a1
|
Bug 317278. In some cases we push float placeholders from one line to the next after we have already placed their floats on the line. In such situations, reset the space manager and force the line to reflow again so those floats don't get placed. r+sr=dbaron
|
2006-06-19 00:02:49 +00:00 |
|
roc+%cs.cmu.edu
|
597d8bc582
|
Bug 339889. Propagate invalidation through the frame hierarchy to topmost widgets. r+sr=bzbarsky
|
2006-06-08 01:11:43 +00:00 |
|
roc+%cs.cmu.edu
|
a7f03736a9
|
Bug 328926. Remove aPresContext parameter from nsIFrame::Destroy, nsIFrame::SetInitialChildList and nsIFrame::RemovedAsPrimaryFrame. patch by Marc Liddell, r+sr=roc
|
2006-04-10 00:16:29 +00:00 |
|
roc+%cs.cmu.edu
|
6428e72efd
|
Bug 282173. Remove BuildFloatList. r+sr=dbaron
|
2006-04-09 22:56:27 +00:00 |
|
dbaron%dbaron.org
|
0e88f73bc6
|
Single line comments to describe files (helpful in LXR)
|
2006-03-29 18:29:03 +00:00 |
|
roc+%cs.cmu.edu
|
0a10a79f62
|
Bug 330934. Set a nsIFrame's stylecontext in its constructor, to ensure that there's always one available for GetPresContext() to use even if Init hasn't been called. Patch by Marc Liddell, r+sr=roc
|
2006-03-26 21:30:36 +00:00 |
|
pavlov%pavlov.net
|
131e8794e2
|
backing out roc's patch for bug 328926 due to crash running tests on vc8 machines.
|
2006-03-15 06:43:36 +00:00 |
|
roc+%cs.cmu.edu
|
557b089a47
|
Bug 328926. Remove aPresContext parameter from Destroy and SetInitialChildList. patch by Marc Liddell, r+sr=roc
|
2006-03-15 03:14:02 +00:00 |
|
roc+%cs.cmu.edu
|
c2801ebbd7
|
Bug 328926. Remove aPresContext from nsIFrame::Init and nsIFrame::DidSetStyleContext. r+sr=roc, patch by Marc Liddell
|
2006-03-09 18:55:21 +00:00 |
|
roc+%cs.cmu.edu
|
f132edee94
|
Bug 256311. Improve block reflow performance in the presence of many empty lines, by being more aggressive about caching block and line emptiness state, and by stashing a reference to a line that we know has nothing but empty lines above it. Relanding because I accidentally backed it out. r+sr=dbaron
|
2006-02-27 04:15:05 +00:00 |
|
roc+%cs.cmu.edu
|
1fac9c6d76
|
Backing out changes for bug 326944, really this time\!
|
2006-02-27 04:13:51 +00:00 |
|
roc+%cs.cmu.edu
|
bde356f1f5
|
Backing out changes for bug 326944.
|
2006-02-27 03:22:03 +00:00 |
|
roc+%cs.cmu.edu
|
e344f390f8
|
Bug 256311. Improve block reflow performance in the presence of many empty lines, by being more aggressive about caching block and line emptiness state, and by stashing a reference to a line that we know has nothing but empty lines above it. r+sr=dbaron
|
2006-02-27 02:51:57 +00:00 |
|
roc+%cs.cmu.edu
|
b7126ee8e0
|
Bug 326944. Remove nsIComboboxControlFrame. r+sr=roc, patch by Marc Liddell
|
2006-02-27 02:33:26 +00:00 |
|
uriber%gmail.com
|
c7032d59bb
|
Bug 299065: Bidi resolution needs to split inlines in addition to text frames. r+sr=dbaron
|
2006-02-21 21:33:47 +00:00 |
|
roc+%cs.cmu.edu
|
77bca74243
|
Bug 317375. Reorganize frame painting and mouse event targeting around frame display lists. Some review from dbaron, lots of testing help from Martijn, Julien and others
|
2006-01-26 02:29:17 +00:00 |
|
roc+%cs.cmu.edu
|
a710fcd15d
|
Bug 316281. Rework GetContentAndOffsetsFromPoint. r=uriber,sr=roc,patch by Eli Friedman
|
2005-12-07 23:08:39 +00:00 |
|
timeless%mozdev.org
|
1c34e68034
|
Bug 106386 Correct misspellings in source code
patch by mats.palmgren@bredband.net r=dbaron sr=dbaron
|
2005-11-20 22:05:24 +00:00 |
|
roc+%cs.cmu.edu
|
520b30a7f7
|
Bug 313817. DeCOMtaminate more NS_New*Frame functions. r+sr=roc, patch by Marc Liddell
|
2005-11-04 02:38:33 +00:00 |
|