layout/build/nsLayoutModule.cpp - Revision 1.60

There were 4 changes made.
Legend
   Added lines
   Changed lines
   Removed lines

layout/build/nsLayoutModule.cpp,1.60
.
Disk File
Skipping to line 48. 
#include "nsILayoutHistoryState.h"
.
#include "nsILayoutHistoryState.h"
#include "nsIPresContext.h"
.
#include "nsIPresContext.h"
#include "nsIPresShell.h"
.
#include "nsIPresShell.h"
#include "nsIPresState.h"
.
#include "nsIPresState.h"
#include "nsIPrintContext.h"
.
#include "nsIPrintContext.h"
 
.
#include "nsIPrintPreviewContext.h"
#include "nsTextTransformer.h"
.
#include "nsTextTransformer.h"
 
.
 
#include "nsXBLAtoms.h"     // to addref/release table
.
#include "nsXBLAtoms.h"     // to addref/release table
#include "nsHTMLAtoms.h"    // to addref/release table
.
#include "nsHTMLAtoms.h"    // to addref/release table
#include "nsLayoutAtoms.h"  // to addref/release table
.
#include "nsLayoutAtoms.h"  // to addref/release table
Skipping to line 207. 
  
.
  
#ifdef DEBUG
.
#ifdef DEBUG
MAKE_CTOR(CreateNewFrameUtil,           nsIFrameUtil,           NS_NewFrameUti
l)
.
MAKE_CTOR(CreateNewFrameUtil,           nsIFrameUtil,           NS_NewFrameUti
l)
MAKE_CTOR(CreateNewLayoutDebugger,      nsILayoutDebugger,      NS_NewLayoutDe
bugger)
.
MAKE_CTOR(CreateNewLayoutDebugger,      nsILayoutDebugger,      NS_NewLayoutDe
bugger)
#endif
.
#endif
 
.
 
MAKE_CTOR(CreateNewPrintPreviewContext, nsIPresContext,         NS_NewPrintPre
viewContext)
.
 
 
MAKE_CTOR(CreateNewCSSFrameConstructor, nsICSSFrameConstructor, NS_CreateCSSFr
ameConstructor)
.
MAKE_CTOR(CreateNewCSSFrameConstructor, nsICSSFrameConstructor, NS_CreateCSSFr
ameConstructor)
MAKE_CTOR(CreateNewFrameTraversal,      nsIFrameTraversal,      NS_CreateFrame
Traversal)
.
MAKE_CTOR(CreateNewFrameTraversal,      nsIFrameTraversal,      NS_CreateFrame
Traversal)
MAKE_CTOR(CreateNewLayoutHistoryState,  nsILayoutHistoryState,  NS_NewLayoutHi
storyState)
.
MAKE_CTOR(CreateNewLayoutHistoryState,  nsILayoutHistoryState,  NS_NewLayoutHi
storyState)
MAKE_CTOR(CreateNewPresShell,           nsIPresShell,           NS_NewPresShel
l)
.
MAKE_CTOR(CreateNewPresShell,           nsIPresShell,           NS_NewPresShel
l)
MAKE_CTOR(CreateNewPresState,           nsIPresState,           NS_NewPresStat
e)
.
MAKE_CTOR(CreateNewPresState,           nsIPresState,           NS_NewPresStat
e)
Skipping to line 219. 
MAKE_CTOR(CreateNewPrintContext,        nsIPrintContext,        NS_NewPrintCon
text)
.
MAKE_CTOR(CreateNewPrintContext,        nsIPrintContext,        NS_NewPrintCon
text)
 
 
.
MAKE_CTOR(CreateNewPrintPreviewContext, nsIPrintPreviewContext, NS_NewPrintPre
viewContext)
MAKE_CTOR(CreateNewBoxObject,           nsIBoxObject,           NS_NewBoxObjec
t)
.
MAKE_CTOR(CreateNewBoxObject,           nsIBoxObject,           NS_NewBoxObjec
t)
MAKE_CTOR(CreateNewTreeBoxObject,       nsIBoxObject,           NS_NewTreeBoxO
bject)
.
MAKE_CTOR(CreateNewTreeBoxObject,       nsIBoxObject,           NS_NewTreeBoxO
bject)
MAKE_CTOR(CreateNewMenuBoxObject,       nsIBoxObject,           NS_NewMenuBoxO
bject)
.
MAKE_CTOR(CreateNewMenuBoxObject,       nsIBoxObject,           NS_NewMenuBoxO
bject)
MAKE_CTOR(CreateNewPopupBoxObject,      nsIBoxObject,           NS_NewPopupBox
Object)
.
MAKE_CTOR(CreateNewPopupBoxObject,      nsIBoxObject,           NS_NewPopupBox
Object)
MAKE_CTOR(CreateNewBrowserBoxObject,    nsIBoxObject,           NS_NewBrowserB
oxObject)
.
MAKE_CTOR(CreateNewBrowserBoxObject,    nsIBoxObject,           NS_NewBrowserB
oxObject)
Skipping to line 281. 
 
.
 
  { "Print context",
.
  { "Print context",
    NS_PRINTCONTEXT_CID,
.
    NS_PRINTCONTEXT_CID,
    nsnull,
.
    nsnull,
    CreateNewPrintContext },
.
    CreateNewPrintContext },
 
.
 
 
.
  { "Print Preview context",
 
.
    NS_PRINTPREVIEWCONTEXT_CID,
 
.
    nsnull,
 
.
    CreateNewPrintPreviewContext },
  // XXX end ick
.
  // XXX end ick
 
.
 
  { "XUL Box Object",
.
  { "XUL Box Object",
    NS_BOXOBJECT_CID,
.
    NS_BOXOBJECT_CID,
    "@mozilla.org/layout/xul-boxobject;1",
.
    "@mozilla.org/layout/xul-boxobject;1",