Skip to content

Instantly share code, notes, and snippets.

@jviereck
Created May 17, 2012 22:25
Show Gist options
  • Save jviereck/53db12a182bb87a221a8 to your computer and use it in GitHub Desktop.
Save jviereck/53db12a182bb87a221a8 to your computer and use it in GitHub Desktop.
nsPrintEngine::SetupToPrintContent - BeginReflow 2
Update initial reflow
###!!! ASSERTION: Why are we being called?: '!mDidInitialReflow', file /Users/jviereck/develop/moz/pdfjs/ff_hg_callback/layout/base/nsPresShell.cpp, line 1606
###!!! ASSERTION: How did that happen, exactly?: '!rootFrame', file /Users/jviereck/develop/moz/pdfjs/ff_hg_callback/layout/base/nsPresShell.cpp, line 1637
###!!! ASSERTION: asked to construct a frame for a node that already has a frame: '!child->GetPrimaryFrame() || child->GetPrimaryFrame()->GetContent() != child', file /Users/jviereck/develop/moz/pdfjs/ff_hg_callback/layout/base/nsCSSFrameConstructor.cpp, line 6813
###!!! ASSERTION: root element frame already created: 'nsnull == mRootElementFrame', file /Users/jviereck/develop/moz/pdfjs/ff_hg_callback/layout/base/nsCSSFrameConstructor.cpp, line 6861
###!!! ASSERTION: Unexpected mFixedContainingBlock: 'mFixedContainingBlock == GetRootFrame()', file /Users/jviereck/develop/moz/pdfjs/ff_hg_callback/layout/base/nsCSSFrameConstructor.cpp, line 2296
###!!! ASSERTION: Shouldn't have a doc element containing block here: '!mDocElementContainingBlock', file /Users/jviereck/develop/moz/pdfjs/ff_hg_callback/layout/base/nsCSSFrameConstructor.cpp, line 2298
###!!! ASSERTION: asked to create frame construction item for a node that already has a frame: 'Error', file /Users/jviereck/develop/moz/pdfjs/ff_hg_callback/layout/base/nsCSSFrameConstructor.cpp, line 5015
###!!! ASSERTION: Already have an undisplayed context entry for aContent: '!GetUndisplayedContent(aContent)', file /Users/jviereck/develop/moz/pdfjs/ff_hg_callback/layout/base/nsFrameManager.cpp, line 371
###!!! ASSERTION: Losing track of existing primary frame: '!aFrame || !mPrimaryFrame || aFrame == mPrimaryFrame', file ../../dist/include/nsIContent.h, line 858
###!!! ASSERTION: unexpected mRootElementFrame: 'processChildren ? !mRootElementFrame : mRootElementFrame == contentFrame', file /Users/jviereck/develop/moz/pdfjs/ff_hg_callback/layout/base/nsCSSFrameConstructor.cpp, line 2504
Update initial reflow
###!!! ASSERTION: Why are we being called?: '!mDidInitialReflow', file /Users/jviereck/develop/moz/pdfjs/ff_hg_callback/layout/base/nsPresShell.cpp, line 1606
###!!! ASSERTION: How did that happen, exactly?: '!rootFrame', file /Users/jviereck/develop/moz/pdfjs/ff_hg_callback/layout/base/nsPresShell.cpp, line 1637
###!!! ASSERTION: asked to construct a frame for a node that already has a frame: '!child->GetPrimaryFrame() || child->GetPrimaryFrame()->GetContent() != child', file /Users/jviereck/develop/moz/pdfjs/ff_hg_callback/layout/base/nsCSSFrameConstructor.cpp, line 6813
###!!! ASSERTION: root element frame already created: 'nsnull == mRootElementFrame', file /Users/jviereck/develop/moz/pdfjs/ff_hg_callback/layout/base/nsCSSFrameConstructor.cpp, line 6861
###!!! ASSERTION: Shouldn't have a doc element containing block here: '!mDocElementContainingBlock', file /Users/jviereck/develop/moz/pdfjs/ff_hg_callback/layout/base/nsCSSFrameConstructor.cpp, line 2298
###!!! ASSERTION: asked to create frame construction item for a node that already has a frame: 'Error', file /Users/jviereck/develop/moz/pdfjs/ff_hg_callback/layout/base/nsCSSFrameConstructor.cpp, line 5015
###!!! ASSERTION: Already have an undisplayed context entry for aContent: '!GetUndisplayedContent(aContent)', file /Users/jviereck/develop/moz/pdfjs/ff_hg_callback/layout/base/nsFrameManager.cpp, line 371
###!!! ASSERTION: Losing track of existing primary frame: '!aFrame || !mPrimaryFrame || aFrame == mPrimaryFrame', file ../../dist/include/nsIContent.h, line 858
###!!! ASSERTION: unexpected mRootElementFrame: 'processChildren ? !mRootElementFrame : mRootElementFrame == contentFrame', file /Users/jviereck/develop/moz/pdfjs/ff_hg_callback/layout/base/nsCSSFrameConstructor.cpp, line 2504
WARNING: Unable to test style tree integrity -- no content node: file /Users/jviereck/develop/moz/pdfjs/ff_hg_callback/layout/base/nsCSSFrameConstructor.cpp, line 8017
###!!! ASSERTION: Why is the root in mDirtyRoots already?: '!mDirtyRoots.Contains(rootFrame)', file /Users/jviereck/develop/moz/pdfjs/ff_hg_callback/layout/base/nsPresShell.cpp, line 1703
nsPrintEngine::SetupToPrintContent - EndReflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment