diff browse annotate |
f54747d3a9087414d41d7c8894b8c67fa52c4474 created 2011-04-07 18:04 -0700 pushed 2011-05-24 18:03 +0000 |
Jan Küchler | Jan Küchler - Bug 266236 part 3: Mechanical rename of nsIRenderingContext and nsThebesRenderingContext to nsRenderingContext. Mechanical substitution of nsRefPtr<nsRenderingContext> for nsCOMPtr<nsRenderingContext>. |
diff browse annotate |
c39ab74a7da1ee3fed89fd41477df084682e4f26 created 2010-06-28 21:02 +0900 pushed 2011-08-10 03:39 +0000 |
Alexander Surkov | Alexander Surkov - Bug 573706 - make frame based accessible creation more pellucid, r=davidb, sr=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 |
1e37be566afa2f59aae7a09e8571f0350bc14542 created 2009-12-24 00:21 -0500 pushed 2011-08-10 03:39 +0000 |
fantasai | fantasai - Bug 508473 part III: Pass destruction root to frame destruction methods r=bz sr=roc |
diff browse annotate |
824e6be7a97288f8ff8686a2555897b789f2ce73 created 2009-12-22 18:59 -0800 pushed 2011-08-10 03:39 +0000 |
Daniel Holbert | Daniel Holbert - Bug 536463: Rename nsTableOuterFrame::GetMargin to 'GetChildMargin', so it won't hide unrelated inherited method. r=dbaron |
diff browse annotate |
daac462ec71816005dbc9c90d45a4d0e4a1d7c9c created 2009-11-16 23:49 -0600 pushed 2011-08-10 03:39 +0000 |
Chris Jones | Chris Jones - Backout b68f602ce949 |
diff browse annotate |
b68f602ce9499195c1d340838ae6c64f96efac7b created 2009-11-16 17:57 -0600 pushed 2011-08-10 03:39 +0000 |
Chris Jones | Chris Jones - bug 527590: make it an error to hide a virtual method declaration by overloading it in a derived class. (use |using base::method;| if you really mean to do that). rs=bsmedberg |
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 |
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 |
ae5133c2c8658c15d0078f2a7fc97275859203c4 created 2009-07-28 08:53 -0400 pushed 2011-08-10 03:39 +0000 |
Boris Zbarsky | Boris Zbarsky - Bug 504221 part 12. Switch SetInitialChildList to nsFrameList. r=fantasai, r+sr=roc |
diff browse annotate |
6ecb093df4d09ffb2e3cb1a00fde604985ded502 created 2009-07-28 08:51 -0400 pushed 2011-08-10 03:39 +0000 |
Boris Zbarsky | Boris Zbarsky - Bug 504221 part 5. Switch from GetFirstChild to GetChildList (returning an nsFrameList). For now, keep a GetFirstChild shim so callers don't have to be updated. r=fantasai, r+sr=roc |
diff browse annotate |
21085f6713149b1f9f616fd588601693bb2a6466 created 2009-07-27 10:05 +1200 pushed 2011-08-10 03:39 +0000 |
Robert O'Callahan | Robert O'Callahan - Bug 371839. Simplify SetSelected signature and semantics, and reimplement it in nsTextFrame much more efficiently. r=bzbarsky |
diff browse annotate |
5ef612c5cad9186cf52d3d5bc31d8fb07d71bc24 created 2009-05-12 12:03 -0700 pushed 2011-08-10 03:39 +0000 |
Daniel Holbert | Daniel Holbert - Bug 490909: Remove old layout debugging code, patch #2: remove 'VerifyTree' & related code. r+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 |
b7385c2a17eba906c789cb8a6c094dade41e3f20 created 2008-10-26 10:24 +0100 pushed 2011-08-10 03:39 +0000 |
Bernd | Bernd - bug 360422 remove obsolete code r/sr=bzbarsky |
diff browse annotate |
6cbd63d2a897c4319ca54f6dff31613e77cd0064 created 2008-09-07 16:12 +0200 pushed 2011-08-10 03:39 +0000 |
Graeme McCutcheon | Graeme McCutcheon - Bug 451252 - "Highlight All" find selection not visible in elements that have -moz-user-select: none set; r+sr=roc |
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 |
ccac2951875630258654d9b4b37274674752fe6e created 2008-04-01 14:53 -0700 pushed 2011-08-10 03:39 +0000 |
bzbarsky | bzbarsky - Invalidate things correctly when the caption or inner table is resized. Bug 424465, r=bernd, sr=roc |
diff browse annotate |
e56591cd45442e3cea5c37986dc90addd45ec359 created 2008-02-26 18:02 -0800 pushed 2011-08-10 03:39 +0000 |
dbaron | dbaron - Make 'top' and 'bottom' captions follow the CSS2.1 behavior and put the old behavior into 'top-outside' and 'bottom-outside'. b=363248,386704 r+sr=roc a=blocking1.9+ |
diff browse annotate |
cb136f670ea866f08ccd8a9a4c56a0b8640f0108 created 2008-02-26 18:01 -0800 pushed 2011-08-10 03:39 +0000 |
dbaron | dbaron - Split nsTableOuterFrame::OuterReflowChild. b=363248,386704 r+sr=roc a=blocking1.9+ |
diff browse annotate |
3a6c4e3c25836d4df6feab419fac7eac9b998968 created 2008-02-06 23:03 -0800 pushed 2011-08-10 03:39 +0000 |
surkov alexander | surkov alexander - Bug 410052 - Fix our nsHTMLAccessibleTable class so GetIndexAt and GetRowAtIndex and GetColumnAtIndex behave consistently, patch=me, marcoz, r=marcoz, me, bernd, sr=roc, blocking1.9+=dsicore |
diff browse annotate |
c5a6603a7c695f85187538c1dff3b5ea4265da82 created 2008-01-19 22:34 -0800 pushed 2011-08-10 03:39 +0000 |
bmlk | bmlk - remove dead code, bug 282009 r/sr=roc a=mtschrep |
diff browse annotate |
c72c50e6cd8565fcd08aafdc4e4e7ced054ecdc9 created 2007-07-05 08:39 -0700 pushed 2011-08-10 03:39 +0000 |
aaronleventhal | aaronleventhal - Bug 377783. Fix crash and clean up table a11y. r=evan.yan |
diff browse annotate |
e5b5a0cc1d5ec8baf9cfa4a57120d7604b7dd06c created 2007-04-22 12:15 -0700 pushed 2011-08-10 03:39 +0000 |
bzbarsky | bzbarsky - Give captions the right style context parent when dynamically restyling. Bug378240, r=bernd, sr=dbaron |
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, |