Make --disable-xul work (bug 69995). We build enough XUL to support

scrollbars unconditionally, but can now leave out heavyweight widgets like
grid, listbox, and tree.  r=bzbarsky, sr=alecf.


git-svn-id: svn://10.0.0.236/trunk@141016 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%netscape.com
2003-04-11 00:56:27 +00:00
parent 38ba53b615
commit 0c66a2052e
103 changed files with 491 additions and 534 deletions

View File

@@ -328,6 +328,7 @@ nsresult NS_NewFrameUtil(nsIFrameUtil** aResult);
nsresult NS_NewLayoutDebugger(nsILayoutDebugger** aResult);
#endif
#ifdef MOZ_XUL
nsresult NS_NewBoxObject(nsIBoxObject** aResult);
nsresult NS_NewListBoxObject(nsIBoxObject** aResult);
nsresult NS_NewScrollBoxObject(nsIBoxObject** aResult);
@@ -337,6 +338,9 @@ nsresult NS_NewPopupBoxObject(nsIBoxObject** aResult);
nsresult NS_NewBrowserBoxObject(nsIBoxObject** aResult);
nsresult NS_NewIFrameBoxObject(nsIBoxObject** aResult);
nsresult NS_NewTreeBoxObject(nsIBoxObject** aResult);
nsresult NS_NewXULElementFactory(nsIElementFactory** aResult);
#endif
nsresult NS_CreateFrameTraversal(nsIFrameTraversal** aResult);
nsresult NS_CreateCSSFrameConstructor(nsICSSFrameConstructor** aResult);
nsresult NS_NewLayoutHistoryState(nsILayoutHistoryState** aResult);
@@ -367,10 +371,7 @@ nsresult NS_NewSyncLoadDOMService(nsISyncLoadDOMService** aResult);
nsresult NS_NewDOMEventGroup(nsIDOMEventGroup** aResult);
nsresult NS_NewXPointerResult(nsIXPointerResult **aResult);
#ifdef MOZ_XUL
nsresult NS_NewXULElementFactory(nsIElementFactory** aResult);
NS_IMETHODIMP NS_NewXULControllers(nsISupports* aOuter, REFNSIID aIID, void** aResult);
#endif
#ifdef MOZ_MATHML
nsresult NS_NewMathMLElementFactory(nsIElementFactory** aResult);