diff browse annotate |
061f5e6d58be7d05492d55048d4cd38ba7f354b4 created 2010-10-06 21:25 -0700 pushed 2011-08-10 03:39 +0000 |
L. David Baron | L. David Baron - Fix all ReflowChildren methods in table code to avoid unnecessary NS_METHOD and NS_IMETHOD, and one that takes an overflow area to handle it correctly. (Bug 542595, patch 18) r=roc a2.0=blocking2.0:beta8 |
diff browse annotate |
40788d629f3c99c53acd9af080e3ec745e3e963e created 2010-10-06 21:25 -0700 pushed 2011-08-10 03:39 +0000 |
L. David Baron | L. David Baron - Make parameters to nsTableFrame::InvalidateFrame, nsTableFrame::PlaceChild, and nsTableRowGroupFrame::PlaceChild be the visual overflow rect. (Bug 542595, patch 17) r=roc a2.0=blocking2.0:beta8 |
diff browse annotate |
ebc6875a1ec4d9c195541647e88d753def3a1180 created 2010-06-08 22:28 -0700 pushed 2011-08-10 03:39 +0000 |
L. David Baron | L. David Baron - Use macros for frame state so that it's easy to change the size and easier to read the constants. (Bug 570837) r=roc |
diff browse annotate |
fcff7673a6ae09ae763fc094a55b8141ee100deb created 2010-05-13 16:15 +0200 pushed 2011-08-10 03:39 +0000 |
Bernd | Bernd - bug 558574 - fix issues with table footer placement and missed page breaks inside of row groups r=roc |
diff browse annotate |
13504a5fc0742c0922b548dce200febd06e358fa created 2010-04-03 07:36 -0400 pushed 2011-08-10 03:39 +0000 |
Ehren Metcalfe | Ehren Metcalfe - Bug 556446: Remove dead code in layout. r=roc,bz |
diff browse annotate |
e8350654c9bca73cd0919ad563517ab739eadffb created 2010-01-16 17:05 +0100 pushed 2011-08-10 03:39 +0000 |
Bernd | Bernd - bug 28800 remove support for scrollable rowgroups moa=roc r=bzbarsky |
diff browse annotate |
ce8bd3c552cc7a61f462fcc50308e5defea14428 created 2009-10-29 17:17 -0400 pushed 2011-08-10 03:39 +0000 |
Boris Zbarsky | Boris Zbarsky - Bug 525295. Rename nsStyleContext::GetPseudoType to GetPseudo. r=dbaron |
diff browse annotate |
ffb5ea9c48c70c75b125909be20036cb35e4cfe7 created 2009-09-18 13:09 +0200 pushed 2011-08-10 03:39 +0000 |
Mats Palmgren | Mats Palmgren - Bug 233463, patch 1 - Minor cleanup of frame list related code in nsTableRowGroupFrame. r=bzbarsky |
diff browse annotate |
7df4c375164fd13c2290e178f0e11dc5559b81b0 created 2009-09-12 17:49 +0100 pushed 2011-08-10 03:39 +0000 |
Zack Weinberg | Zack Weinberg - Bug 497495 part 3: Add methods to every nsFrame subclass that expose the as-allocated identity of every frame object. Also some cleanups to the QueryFrame implementation. r=dbaron sr=roc |
diff browse annotate |
f5cff6af5a6b5195e99b094241db00b6b643a4ec created 2009-08-26 14:49 -0700 pushed 2011-08-10 03:39 +0000 |
Robert O'Callahan | Robert O'Callahan - Backed out changeset e2927bb26412 |
diff browse annotate |
e2927bb264129e21ef1e27c699707f06cef50c4d created 2009-08-26 09:27 -0700 pushed 2011-08-10 03:39 +0000 |
Zack Weinberg | Zack Weinberg - Bug 497495 part 3a: rationalize the queryframe-implementation macro naming scheme, restructure the implementation to detect duplicate entries, and a couple fixes to the frame ID enumeration. r=dbaron sr=roc |
diff browse annotate |
0a0b0c3f614bd114bd8d7ff6cb58d609c1d8a4b1 created 2009-07-30 13:23 -0400 pushed 2011-08-10 03:39 +0000 |
Boris Zbarsky | Boris Zbarsky - Bug 281387. Make nsIFrame::Append/InsertFrames use nsFrameList. r=bernd,roc, sr=dbaron |
diff browse annotate |
96e707a8f72a0648f733fae074c6a81c0badef42 created 2009-04-08 12:56 -0400 pushed 2011-08-10 03:39 +0000 |
Boris Zbarsky | Boris Zbarsky - Bug 484448. Fix handling of whitespace kids of table-related frames. r=bernd, sr=roc |
diff browse annotate |
3c7cd3a8f785ec9a09fb4b5244f1c095f26c6fc1 created 2009-04-08 15:56 -0400 pushed 2011-08-10 03:39 +0000 |
Boris Zbarsky | Boris Zbarsky - Backed out changeset 0ea22856b5d9 (bug 484448). |
diff browse annotate |
0ea22856b5d9e25e2b687e3fb6f3da557274f42a created 2009-04-08 12:56 -0400 pushed 2011-08-10 03:39 +0000 |
Boris Zbarsky | Boris Zbarsky - Bug 484448. Fix handling of whitespace kids of table-related frames. r=bernd, sr=roc |
diff browse annotate |
61ca5667346845391496df48802cb4a83a8f87e0 created 2009-01-12 14:20 -0500 pushed 2011-08-10 03:39 +0000 |
Benjamin Smedberg | Benjamin Smedberg - Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports: |
diff browse annotate |
864061941ee1bd4ae34deec261b8440e4a3a720d created 2009-01-09 11:35 -0500 pushed 2011-08-10 03:39 +0000 |
Benjamin Smedberg | Benjamin Smedberg - Backed out changeset 4c4df6ed1b41 - Bug 396185 - Make nsIFrame not inherit from nsISupports due to mochitest failures... these appear to be crashes in nsGenericHTMLElement::GetEditorInternal. |
diff browse annotate |
4c4df6ed1b41131568d4659d62908214e8c81b7b created 2008-11-05 14:25 -0500 pushed 2011-08-10 03:39 +0000 |
Benjamin Smedberg | Benjamin Smedberg - Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports: |
diff browse annotate |
e54c086f0507590285d147082e6d3ef9138e8edd created 2008-10-30 12:17 -0700 pushed 2011-08-10 03:39 +0000 |
Benjamin Smedberg | Benjamin Smedberg - Relanding bug 461410 - nsILineIterator is never used outside of layout - set nsresults to replicate the existing code more correctly, which fixes the mochitest failures, r+sr=roc with nits noted by Mats Palmgren |
diff browse annotate |
66c23339bd12aca0833a922b63d10477ea5b224b created 2008-10-28 02:49 -0400 pushed 2011-08-10 03:39 +0000 |
Benjamin Smedberg | Benjamin Smedberg - Backed out changeset d4c9a0776667 (deCOM nsILineEnumerator) due to regression from it or bug 461212 |
diff browse annotate |
d4c9a0776667d05b8a1f62ec693c995ef4e327b3 created 2008-10-28 00:47 -0400 pushed 2011-08-10 03:39 +0000 |
Benjamin Smedberg | Benjamin Smedberg - Bug 461410 - nsILineIterator is never used outside of layout, and doesn't need to be refcounted: the callers can just destroy it when they're done with it. We can't do this with a virtual destructor, however, because nsTableRowGroupFrame implements the interface directly, while nsLineIterator is a separately-allocated class. So clients are expected to call DisposeLineIterator when they're done with it. |
diff browse annotate |
0dd32fac8d1a7776e8ac5914c7add5bb33ae239c created 2008-10-26 11:11 +0100 pushed 2011-08-10 03:39 +0000 |
Bernd | Bernd - bug 258377, make border collapsed tables to listen for dynamic border style changes r/sr=bzbarsky |
diff browse annotate |
36c88ee6e809eb014b11873643ee8809f6fc98ca created 2008-08-16 21:10 +1200 pushed 2011-08-10 03:39 +0000 |
Robert O'Callahan | Robert O'Callahan - Bug 423823. Clip overflowing background when tbody is scrollable. r=fantasai,sr=dbaron |
diff browse annotate |
5dbb5d495a5cd632da8b76883967953aa1c33b46 created 2008-07-14 10:41 +1200 pushed 2011-08-10 03:39 +0000 |
Robert O'Callahan | Robert O'Callahan - Bug 444688. Use an IsFrameOfType check instead of a frame state bit to detect whether a frame excludes ignorable whitespace children. r+sr=dbaronlayout |
diff browse annotate |
67d202334284bcf501e1bc5dab929374ff6f2ab2 created 2008-04-02 14:52 -0700 pushed 2011-08-10 03:39 +0000 |
dholbert | dholbert - Whitespace-only change: clean up parameter indentation in nsTableRowGroupFrame |
diff browse annotate |
bf1e867422cf43e36ec352b377861f1ab9452d4b created 2008-03-16 13:32 -0700 pushed 2011-08-10 03:39 +0000 |
bzbarsky | bzbarsky - Invalidate tables a little harder. Bug 421632, r+sr=roc |
diff browse annotate |
d9f5acbb461900c67ad34af735e3c2c16d0b9c4f created 2008-02-20 12:22 -0800 pushed 2011-08-10 03:39 +0000 |
bmlk | bmlk - make the lineiterator interface for tables a little more sane bug 388700 r/sr=roc a=mtschrep |
diff browse annotate |
f9c93b8192819a434b625e63f356b80f6e8b7e32 created 2008-02-09 09:10 -0800 pushed 2011-08-10 03:39 +0000 |
bmlk | bmlk - document the lineiterator interface and all its current flaws. Make :GetNextSiblingOnLine more efficient. bug 388700 r/sr=roc a=mtschrep |
diff browse annotate |
277c4bcb59c4332ef3f9df085c0671f409be9f21 created 2008-02-08 01:36 -0800 pushed 2011-08-10 03:39 +0000 |
bzbarsky | bzbarsky - Fix bug 416073: invalidate more things as needed during table reflow to prevent glitches. r+sr=roc |
diff browse annotate |
fcae522d50ee88cbc9d1bf4c2ebecb649df4d895 created 2007-12-02 11:19 -0800 pushed 2011-08-10 03:39 +0000 |
bmlk | bmlk - when splitting rowgroups the space that is left on the page is computed from relative to the bottom, bug 373400 r=sharparrow1 sr=dbaron a=blocking 1.9+ |
diff browse annotate |
bf26dee46a0a67175575b2ff6897dae6123ebf8d created 2007-04-23 07:21 -0700 pushed 2011-08-10 03:39 +0000 |
benjamin | benjamin - Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me |
diff browse annotate |
9b2a99adc05e53cd4010de512f50118594756650 created 2007-03-22 10:30 -0700 pushed 2011-08-10 03:39 +0000 |
hg | hg - Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, |