dbaron@dbaron.org
|
2e1eeca242
|
Fix bustage. b=363524
|
2006-12-13 04:21:05 +00:00 |
|
dbaron@dbaron.org
|
33f00dfb32
|
Reflow all of the table structure (although not its descendants) when frame structure within the table is changed. b=363524 r=bernd sr=bzbarsky
|
2006-12-13 03:45:28 +00:00 |
|
bmlk@gmx.de
|
71164b1521
|
report frames currently on the overflow list as frames on a additional childlist to get their views reparented if a frame higher in the tree needs to reparent the views bug 362724 r/sr=roc
|
2006-12-10 06:46:17 +00:00 |
|
dbaron@dbaron.org
|
d21cb374bd
|
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 |
|
bmlk@gmx.de
|
0ad3950017
|
Revert a old design decision how to expand zero colspans in the cellmap. Once a cellmap hole was hit via the GetDataAt function the old code tried to repair this cellmap position by walking up and left till a possible origin of a zero span was hit. The new code uses a mark and sweep approach, which should remove the burden that ordinary tables without zero spans but large cellmap holes have to pay. bug 351942 r/sr=bzbarsky
|
2006-10-20 07:37:24 +00:00 |
|
roc+@cs.cmu.edu
|
f24eeb6edd
|
Bug 241796. Fix comments and handle OOM in SetProperty. Followup to the real fix. r+sr=bzbarsky
|
2006-09-22 01:56:04 +00:00 |
|
roc+@cs.cmu.edu
|
2c52178879
|
Bug 241796. Use a row cursor to speed up painting and event handling in large tables, similar to what we do for large blocks already. r+sr=bzbarsky
|
2006-09-19 21:39:33 +00:00 |
|
bmlk@gmx.de
|
2a8349412f
|
match the numer of columnss in the cellmap and the col cache bug 350081 r/sr=bzbarsky
|
2006-08-28 17:39:36 +00:00 |
|
bmlk@gmx.de
|
cb671c1899
|
take special care when tfoot are manipulated and the cellmap changes rather drastical bug 343087 r/sr=bzbarsky
|
2006-08-04 19:15:50 +00:00 |
|
bmlk@gmx.de
|
dd0ad9172e
|
reset row indices if rowgroups may have moved bug 342559 r/sr=bzbarsky
|
2006-06-28 19:00:01 +00:00 |
|
roc+@cs.cmu.edu
|
8303f09eae
|
Bug 333481. Sort table-part event-handling display items to ensure that the table comes before all row-groups, which come before all rows, which come before all cells. r=bernd
|
2006-04-17 22:16:24 +00:00 |
|
roc+@cs.cmu.edu
|
24f6f0ed12
|
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
|
54d3415318
|
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
|
93222d8d4f
|
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
|
c92e50faf4
|
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
|
79c7894a78
|
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 |
|
bmlk@gmx.de
|
c7b4ceaaab
|
Make visibility:collapse work again after the display list change. Implement overflow handling and view synchronization for collapsed frames. bug 326551 r/sr=roc
|
2006-03-04 05:26:57 +00:00 |
|
roc+@cs.cmu.edu
|
a1b6a30f14
|
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 |
|
timeless@mozdev.org
|
71ed8bc863
|
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 |
|
bmlk@gmx.de
|
cb6d5f88a6
|
limit search for real table cells to place where they can be expected, bug 313295 r/sr=bzbarsky
|
2005-11-04 18:41:32 +00:00 |
|
roc+@cs.cmu.edu
|
2a82ee651e
|
Bug 313817. DeCOMtaminate more NS_New*Frame functions. r+sr=roc, patch by Marc Liddell
|
2005-11-04 02:38:33 +00:00 |
|
bmlk@gmx.de
|
bea2fa55b9
|
handle baseline for empty table cells closer to the new description in CSS2.1, bug 291060 r/sr=dbaron
|
2005-10-04 15:47:21 +00:00 |
|
roc+@cs.cmu.edu
|
5d1b988569
|
Bug 108310. Make GetFrameForPoint take frame-relative coordinates, not bogus relative-to-some-view-or-other, and simplify the signature. r+sr=roc, patch by Eli Friedman.
|
2005-09-19 02:15:54 +00:00 |
|
dbaron@dbaron.org
|
2c9284cd03
|
Fix too-much-overflow regression by making border-collapse cells store the full width of the border rather than just the inside half of it. Also make BCPixelSize 16-bit instead of 8-bit and use it in more places, and a little other cleanup. b=286794 r=bernd sr=roc a=brendan
|
2005-04-07 18:04:38 +00:00 |
|
bmlk@gmx.de
|
d3a9411e7a
|
make colframe cache nonpublic bug 278644 r/sr=bzbarsky
|
2005-03-05 16:43:07 +00:00 |
|
roc+@cs.cmu.edu
|
a4911b98e0
|
Bug 274516. Tables should use the ordered rowgroup array to decide which children to push, not just follow the sibling list. Also, repeating footers should not be pushed. r=bernd, sr=bzbarsky, a=choffman
|
2005-02-16 20:02:14 +00:00 |
|
bzbarsky@mit.edu
|
9e69ad849c
|
Remove prescontext args for some nsIFrame methods
(Append/Insert/Remove/ReplaceFrames) and for some methods in table land. Patch
by Vidar Braut Haarr <bugmail@q1n.org>, r+sr=bzbarsky
|
2005-02-07 01:58:25 +00:00 |
|
cvshook@sicking.cc
|
0215f40fbf
|
Bug 236476: Change GetHTMLAttribute to GetParsedAttr. Also fixes bug 232706 by removing final uses of nsHTMLValue.
r=bz sr=jst
|
2005-01-25 00:02:58 +00:00 |
|
neil@parkwaycc.co.uk
|
ab8be2367d
|
Bug 276100 GetOriginToView has unused PresContext argument p=bugmail@q1n.org r+sr=dbaron
|
2005-01-01 17:26:29 +00:00 |
|
bmlk@gmx.de
|
f40ef13c32
|
remove unused prescontext from PlaceFrameView, PlaceChildsView, ConsiderChildOverflow bug 276092 r/sr=dbaron
|
2004-12-27 15:05:18 +00:00 |
|
bmlk@gmx.de
|
6f4df0b56d
|
change ref to pointer to catch spurious crash bug=264733 r/sr=bzbarsky
|
2004-10-29 17:44:29 +00:00 |
|
bmlk@gmx.de
|
3b69913532
|
CalcDesiredHeight might change the overflow area, so it needs to be included in the reflowmetrics bug=231275 r/sr=dbaron
|
2004-09-13 18:21:03 +00:00 |
|
bryner@brianryner.com
|
6cde4639f0
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
|
bryner@brianryner.com
|
15745b0b06
|
Consolidate PresContext classes into a single nsIPresContext implementation, and finish deCOMtaminating it. Bug 253470, r+sr=roc.
|
2004-07-29 19:41:39 +00:00 |
|
bmlk@gmx.de
|
5c64a18ba3
|
reset the cell offset when a row becomes again visible, order the rowgroups before collapsing the rows bug 242253 r/sr=dbaron
|
2004-05-08 05:11:29 +00:00 |
|
bmlk@gmx.de
|
92b95b0cf6
|
add colframe documentation, fix a colframe renumbering problem, bug 238999 r/sr=bzbarsky
|
2004-05-03 18:31:34 +00:00 |
|
bmlk@gmx.de
|
a84d3e7ea8
|
make visibility collapse work during incr reflows bug 77019 r= bzbarsky sr=dbaron
|
2004-04-28 16:42:59 +00:00 |
|
gerv@gerv.net
|
a1ec040a65
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:30:37 +00:00 |
|
bmlk@gmx.de
|
096e71f160
|
move HasMoreThanOneCell from nsTableRowGroupFrame.cpp into nsCellMap.cpp where it belongs. Don't try to repair the cellmap on every reflow, this might help with with large table rendering performance, bug 240318 r/sr=bzbarsky
|
2004-04-13 06:21:16 +00:00 |
|
dbaron@dbaron.org
|
92743fad12
|
DeCOMify nsIFrame::IsPercentageBase and rename to IsContainingBlock. b=237169 r+sr=bzbarsky a=brendan
|
2004-03-12 04:40:17 +00:00 |
|
bmlk@gmx.de
|
7ebe25986f
|
implement standards compliant (CSS2.1) table background rendering patch by fantasai@escape.com r=bernd sr=bz, dbaron
|
2004-03-09 06:48:35 +00:00 |
|
sicking@bigfoot.com
|
74a1417368
|
Bug 232706: Remove unneccesary datatypes from nsHTMLValue and cleanup AttributeToString.
r=caillon sr=jst
|
2004-02-11 00:38:12 +00:00 |
|
bmlk@gmx.de
|
8459e03c4a
|
remove unneccesary prescontext arguments bug 230923 r/sr=roc
|
2004-01-18 10:28:40 +00:00 |
|
roc+@cs.cmu.edu
|
d8fd3d5bb4
|
Bug 190735. deCOMtaminate nsIFrame::FirstChild and nsIFrame::GetAdditionalChildListName. r+sr=bz
|
2004-01-09 14:20:53 +00:00 |
|
bmlk@gmx.de
|
af8832a6e5
|
reduce prescontext usage in basic layout strategy bug 229457 r/sr=roc
|
2003-12-28 17:02:40 +00:00 |
|
bryner@brianryner.com
|
640685cbe9
|
Change all callers of nsIPresContext::GetShell() to use the non-refcounting versions. Most callers now use PresShell(), a few that were checking for null conditions are using GetPresShell() -- this will be remedied once we can ensure that a prescontext never has a null pres shell. Bug 227690, r+sr=bzbarsky.
|
2003-12-21 05:36:36 +00:00 |
|
uid502
|
4fc4723244
|
Bug 190735. DeCOMtaminate nsIFrame::GetFrameType. r+sr=bzbarsky
|
2003-10-31 20:19:18 +00:00 |
|
bmlk@gmx.de
|
474757012f
|
overflow area implementation for table frames, bug 173277 r=jkeiser sr=dbaron
|
2003-09-13 16:26:30 +00:00 |
|
bmlk@gmx.de
|
27bbab1bb0
|
change table cell width to content width, bug 119100 r=jkeiser sr=bzbarsky
|
2003-03-21 19:35:36 +00:00 |
|
dbaron@dbaron.org
|
834096485c
|
Remove nsISizeOfHandler and associated SizeOf methods. b=106792 r=bzbarsky sr=jst
|
2003-02-22 15:34:38 +00:00 |
|