Zack Weinberg
|
145a79dd39
|
Bug 651017, part 1: minimize inclusion of ns*DeviceContext.h; move the printing error codes to nsIDeviceContextSpec.h; os2 small widget cleanup.
|
2011-04-16 18:22:41 -07:00 |
|
Jonathan Watt
|
be79dfa52e
|
Bug 649726 - Move nsHTMLContainerFrame static view methods to nsContainerFrame. r=bz.
|
2011-04-19 12:55:11 +01:00 |
|
Jan Küchler
|
8774547613
|
Bug 266236 part 3: Mechanical rename of nsIRenderingContext and nsThebesRenderingContext to nsRenderingContext. Mechanical substitution of nsRefPtr<nsRenderingContext> for nsCOMPtr<nsRenderingContext>.
|
2011-04-07 18:04:40 -07:00 |
|
L. David Baron
|
77b20c65b1
|
Change callers to use new nsIFrame overflow APIs. (Bug 542595, patch 20) r=roc a2.0=blocking2.0:beta8
|
2010-10-06 21:25:47 -07:00 |
|
L. David Baron
|
913a31cc5c
|
Fix miscellaneous reflow methods to use new overflow area APIs. (Bug 542595, patch 19) r=roc a2.0=blocking2.0:beta8
|
2010-10-06 21:25:46 -07:00 |
|
L. David Baron
|
4df6cb15f6
|
Make ReflowOverflowContainerChildren handle split overflow areas. (Bug 542595, patch 3) r=roc a2.0=blocking2.0:beta8
|
2010-10-06 21:25:45 -07:00 |
|
L. David Baron
|
36133921e8
|
Use split overflow areas in nsAbsoluteContainer::Reflow. Fixes overflow handling bug in nsPositionedInlineFrame where non-positioned overflow was ignored. (Bug 542595, patch 2) r=roc a2.0=blocking2.0:beta8
|
2010-10-06 21:25:45 -07:00 |
|
Robert O'Callahan
|
3f1563fde4
|
Bug 579323. Part 1.8: Rename InvalidateOverflowRect to InvalidateFrameSubtree. r=tnikkel
|
2010-08-31 12:49:12 +12:00 |
|
Robert O'Callahan
|
b2f6635dcb
|
Bug 584282. Use nsDisplayItem::ToReferenceFrame() instead of calling nsDisplayListBuilder::ToReferenceFrame, wherever possible. r=tnikkel,a=dbaron
|
2010-08-13 22:01:58 +12:00 |
|
Robert O'Callahan
|
6994544c46
|
Bug 584282. Add nsDisplayItem::mToReferenceFrame and initialize it in the constructor. r=tnikkel,a=dbaron
|
2010-08-13 22:01:13 +12:00 |
|
Boris Zbarsky
|
23e32c6cf0
|
Bug 582037. When computing intrinsic widths, take the viewport's dimensions into account when it has percent-height descendants. r=dbaron
|
2010-08-05 17:59:36 -04:00 |
|
Robert O'Callahan
|
489811bac1
|
Bug 564991. Part 44: Move IsFixedAndCoveringViewport implementation to nsDisplayBackground so it can work on any frame, not just the canvas background. r=tnikkel
|
2010-07-16 09:08:12 +12:00 |
|
Robert O'Callahan
|
01e45fd5a2
|
Bug 564991. Part 26: Put background-attachment:fixed backgrounds that propagated to the canvas in their own layer. r=mats,sr=dbaron
|
2010-07-16 09:08:06 +12:00 |
|
Robert O'Callahan
|
ffbfe8b480
|
Bug 572613. Avoid creating a SolidColor display item when possible by poking the color into the canvas background display item. r=tnikkel
|
2010-07-16 09:07:53 +12:00 |
|
Michael Ventnor
|
c40f8edbb0
|
Bug 564991. Part 3: Create unique nsDisplayItem types for every single display item. r=tnikkel
|
2010-07-16 09:07:49 +12:00 |
|
Jesse Ruderman
|
d60fbae677
|
Bug 573202 - annotate nsDisplayCanvasFocus for trace-refcnt. r=roc
|
2010-06-21 09:19:46 -07:00 |
|
Robert O'Callahan
|
cd6eccd5f1
|
Bug 559499. Don't need to put the children of nsCanvasFrame in a psuedo-stacking-context. r=mats
|
2010-06-01 11:22:50 +12:00 |
|
L. David Baron
|
21c8a7d37e
|
Make PaintBackgroundWithSC and related methods operate on nsStyleContext* rather than const nsStyleBackground*. (Bug 147777) r=zweinberg
|
2010-04-02 18:58:26 -07:00 |
|
Robert O'Callahan
|
f2b68f7fad
|
Bug 551635. Don't crash if we focus the root element and there's no root scroll frame. r=mats
|
2010-03-11 18:37:27 +13:00 |
|
Craig Topper
|
c898504113
|
Bug 253889: DeCOMtaminate nsIPresShell r=roc
|
2010-03-20 17:54:19 -04:00 |
|
Robert O'Callahan
|
13e961e723
|
Bug 546033. AddScrollPositionListener lazily in nsCanvasFrame to ensure that it's not added during frame construction when the root scroll frame might not be set up yet. r=enndeakin
|
2010-03-05 13:10:41 +13:00 |
|
Timothy Nikkel
|
d5f081c0a3
|
Bug 488771. Stop nsIScrollPositionListener from inheriting from nsISupports. r=roc
|
2010-01-28 18:03:42 -06:00 |
|
Robert O'Callahan
|
3fe68af34a
|
Bug 526394. Part 19: Remove view paramters from nsIScrollPositionListener. r=mats
|
2009-09-09 17:40:01 +12:00 |
|
Robert O'Callahan
|
f3b7e90c94
|
Bug 526394. Part 15: Convert various random chunks of layout code. r=mats
|
2009-09-03 16:26:00 +12:00 |
|
Robert O'Callahan
|
cfb85feb33
|
Bug 526394. Part 13: Convert nsCanvasFrame. r=mats
|
2009-09-03 16:10:13 +12:00 |
|
fantasai
|
f76a01be55
|
Bug 508473 part III: Pass destruction root to frame destruction methods r=bz sr=roc
|
2009-12-24 00:21:15 -05:00 |
|
Jeff Walden
|
645b258f09
|
Bug 509329 - Various issues with invalidation of backgrounds propagated from body to the canvas, and with sized backgrounds. r=dbaron
|
2009-10-22 16:46:08 -07:00 |
|
Timothy Nikkel
|
76314dbadd
|
Bug 520425. (nsI)CanvasFrame related cleanup. r=roc
|
2009-10-08 01:18:18 -05:00 |
|