Closed
Bug 5680
Opened 26 years ago
Closed 26 years ago
Assertion in background rendering code (image tiling)
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: peterl-retired, Assigned: troy)
References
()
Details
After all style sheets are loaded:
(This is a major test page for us, please handle soon)
NTDLL! 77f76148()
nsDebug::PostCondition(char * 0x0075daf4, char * 0x0075da84, char * 0x0075da50,
int 1715) line 130 + 13 bytes
ComputeBackgroundAnchorPoint(const nsStyleColor & {...}, const nsRect & {x=0 y=0
width=8525 height=16867}, int 1008, int 994, nsPoint & {x=0 y=15873}) line 1715
+ 74 bytes
nsCSSRendering::PaintBackground(nsIPresContext & {...}, nsIRenderingContext &
{...}, nsIFrame * 0x02f57870, const nsRect & {x=0 y=0 width=1023 height=159},
const nsRect & {x=0 y=0 width=8525 height=16867}, const nsStyleColor & {...},
const nsStyleSpacing & {...}, int 0, int 0) line 1888 + 75 bytes
nsBlockFrame::Paint(nsBlockFrame * const 0x02f57870, nsIPresContext & {...},
nsIRenderingContext & {...}, const nsRect & {x=0 y=0 width=1023 height=159},
nsFramePaintLayer eFramePaintLayer_Underlay) line 4886 + 37 bytes
nsAreaFrame::Paint(nsAreaFrame * const 0x02f57870, nsIPresContext & {...},
nsIRenderingContext & {...}, const nsRect & {x=0 y=0 width=1023 height=159},
nsFramePaintLayer eFramePaintLayer_Underlay) line 158 + 25 bytes
nsContainerFrame::PaintChild(nsIPresContext & {...}, nsIRenderingContext &
{...}, const nsRect & {x=0 y=0 width=1023 height=159}, nsIFrame * 0x02f57870,
nsFramePaintLayer eFramePaintLayer_Underlay) line 297
nsContainerFrame::PaintChildren(nsIPresContext & {...}, nsIRenderingContext &
{...}, const nsRect & {x=0 y=0 width=1023 height=159}, nsFramePaintLayer
eFramePaintLayer_Underlay) line 236
nsHTMLContainerFrame::Paint(nsHTMLContainerFrame * const 0x02ea8ab0,
nsIPresContext & {...}, nsIRenderingContext & {...}, const nsRect & {x=0 y=0
width=1023 height=159}, nsFramePaintLayer eFramePaintLayer_Underlay) line 79
PresShell::Paint(PresShell * const 0x02ecdf54, nsIView * 0x02ea8b60,
nsIRenderingContext & {...}, const nsRect & {x=0 y=0 width=1023 height=159})
line 1952 + 29 bytes
nsView::Paint(nsView * const 0x02ea8b60, nsIRenderingContext & {...}, const
nsRect & {x=0 y=0 width=1023 height=159}, unsigned int 128, int & 0) line 286
nsViewManager::RenderView(nsIView * 0x02ea8b60, nsIRenderingContext & {...},
const nsRect & {x=0 y=0 width=1023 height=159}, nsRect & {x=0 y=0 width=8525
height=16867}, int & 0) line 1279
nsViewManager::RenderViews(nsIView * 0x02ea81f0, nsIRenderingContext & {...},
const nsRect & {x=0 y=0 width=1023 height=159}, int & 0) line 812
nsViewManager::Refresh(nsIView * 0x02ea81f0, nsIRenderingContext * 0x02eb3c80,
const nsRect * 0x0012fc40 {x=0 y=0 width=1023 height=159}, unsigned int 1) line
521
nsViewManager::DispatchEvent(nsViewManager * const 0x02ecb650, nsGUIEvent *
0x0012fcc8, nsEventStatus & nsEventStatus_eIgnore) line 1643
HandleEvent(nsGUIEvent * 0x0012fcc8) line 67
nsWindow::DispatchEvent(nsWindow * const 0x02ea82c4, nsGUIEvent * 0x0012fcc8,
nsEventStatus & nsEventStatus_eIgnore) line 414 + 10 bytes
nsWindow::DispatchWindowEvent(nsGUIEvent * 0x0012fcc8) line 435
nsWindow::OnPaint() line 2811 + 24 bytes
nsWindow::ProcessMessage(unsigned int 15, unsigned int 0, long 0, long *
0x0012fe98) line 2181 + 17 bytes
nsWindow::WindowProc(void * 0x045e056e, unsigned int 15, unsigned int 0, long 0)
line 478 + 27 bytes
USER32! 77e7145b()
USER32! 77e71d91()
NTDLL! 77f7624f()
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
QA: low-level bug that you can't verify
Moved some assertion checking that was specific to tiled images so it didn't
fire for images that aren't repeated
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•