Bug 370185: clean up view header includes (trivial). rs=bzbarsky.

This commit is contained in:
sharparrow1%yahoo.com 2007-02-12 19:17:33 +00:00
Родитель 8ece5e758b
Коммит d19f64369b
46 изменённых файлов: 21 добавлений и 103 удалений

Просмотреть файл

@ -64,8 +64,6 @@
#include "nsIPresShell.h" #include "nsIPresShell.h"
#include "nsPresContext.h" #include "nsPresContext.h"
#include "nsStyleConsts.h" #include "nsStyleConsts.h"
#include "nsIView.h"
#include "nsIViewManager.h"
#include "nsString.h" #include "nsString.h"
#include "nsUnicharUtils.h" #include "nsUnicharUtils.h"
#include "nsIEventStateManager.h" #include "nsIEventStateManager.h"

Просмотреть файл

@ -77,6 +77,8 @@
#include "nsINameSpaceManager.h" #include "nsINameSpaceManager.h"
#include "nsIBaseWindow.h" #include "nsIBaseWindow.h"
#include "nsIScrollableView.h" #include "nsIScrollableView.h"
#include "nsIView.h"
#include "nsIViewManager.h"
#include "nsISelection.h" #include "nsISelection.h"
#include "nsFrameSelection.h" #include "nsFrameSelection.h"
#include "nsIDeviceContext.h" #include "nsIDeviceContext.h"

Просмотреть файл

@ -71,6 +71,8 @@
#include "nsIScrollableFrame.h" #include "nsIScrollableFrame.h"
#include "nsIScrollableView.h" #include "nsIScrollableView.h"
#include "nsIScrollableViewProvider.h" #include "nsIScrollableViewProvider.h"
#include "nsIView.h"
#include "nsIViewManager.h"
#include "nsRange.h" #include "nsRange.h"
#include "nsIPresShell.h" #include "nsIPresShell.h"
#include "nsPresContext.h" #include "nsPresContext.h"

Просмотреть файл

@ -58,9 +58,7 @@
#include "nsIDocShell.h" #include "nsIDocShell.h"
#include "nsIEditorDocShell.h" #include "nsIEditorDocShell.h"
#include "nsCOMPtr.h" #include "nsCOMPtr.h"
#include "nsIView.h"
#include "nsRuleWalker.h" #include "nsRuleWalker.h"
#include "nsIViewManager.h"
//---------------------------------------------------------------------- //----------------------------------------------------------------------

Просмотреть файл

@ -71,7 +71,6 @@
#include "nsRuleData.h" #include "nsRuleData.h"
#include "nsIJSContextStack.h" #include "nsIJSContextStack.h"
#include "nsIView.h"
#include "nsImageMapUtils.h" #include "nsImageMapUtils.h"
#include "nsIDOMHTMLMapElement.h" #include "nsIDOMHTMLMapElement.h"
#include "nsEventDispatcher.h" #include "nsEventDispatcher.h"

Просмотреть файл

@ -82,6 +82,7 @@
#include "nsIPrincipal.h" #include "nsIPrincipal.h"
#include "nsIScriptSecurityManager.h" #include "nsIScriptSecurityManager.h"
#include "nsIScrollableView.h" #include "nsIScrollableView.h"
#include "nsIView.h"
#include "nsAttrName.h" #include "nsAttrName.h"
#include "nsNodeUtils.h" #include "nsNodeUtils.h"

Просмотреть файл

@ -56,6 +56,7 @@
#include "nsIPresShell.h" #include "nsIPresShell.h"
#include "nsPresContext.h" #include "nsPresContext.h"
#include "nsIScrollableView.h" #include "nsIScrollableView.h"
#include "nsIViewManager.h"
#include "nsStyleContext.h" #include "nsStyleContext.h"
#include "nsAutoPtr.h" #include "nsAutoPtr.h"
#include "nsMediaDocument.h" #include "nsMediaDocument.h"

Просмотреть файл

@ -50,11 +50,8 @@
#include "nsSVGPoint.h" #include "nsSVGPoint.h"
#include "nsSVGTransform.h" #include "nsSVGTransform.h"
#include "nsIDOMEventTarget.h" #include "nsIDOMEventTarget.h"
#include "nsIViewManager.h"
#include "nsIBindingManager.h" #include "nsIBindingManager.h"
#include "nsIWidget.h"
#include "nsIFrame.h" #include "nsIFrame.h"
#include "nsIScrollableView.h"
#include "nsISVGSVGFrame.h" //XXX #include "nsISVGSVGFrame.h" //XXX
#include "nsSVGNumber.h" #include "nsSVGNumber.h"
#include "nsSVGRect.h" #include "nsSVGRect.h"

Просмотреть файл

@ -54,7 +54,6 @@
#include "nsIStyleSheetLinkingElement.h" #include "nsIStyleSheetLinkingElement.h"
#include "nsPresContext.h" #include "nsPresContext.h"
#include "nsIPresShell.h" #include "nsIPresShell.h"
#include "nsIViewManager.h"
#include "nsIDOMComment.h" #include "nsIDOMComment.h"
#include "nsIDOMCDATASection.h" #include "nsIDOMCDATASection.h"
#include "nsDOMDocumentType.h" #include "nsDOMDocumentType.h"

Просмотреть файл

@ -69,6 +69,8 @@
#include "nsIBoxObject.h" #include "nsIBoxObject.h"
#include "nsIChromeRegistry.h" #include "nsIChromeRegistry.h"
#include "nsIScrollableView.h" #include "nsIScrollableView.h"
#include "nsIView.h"
#include "nsIViewManager.h"
#include "nsIContentViewer.h" #include "nsIContentViewer.h"
#include "nsGUIEvent.h" #include "nsGUIEvent.h"
#include "nsIDOMNSUIEvent.h" #include "nsIDOMNSUIEvent.h"

Просмотреть файл

@ -100,6 +100,9 @@
#include "nsWidgetsCID.h" #include "nsWidgetsCID.h"
#include "nsDOMJSUtils.h" #include "nsDOMJSUtils.h"
#include "nsIInterfaceRequestorUtils.h" #include "nsIInterfaceRequestorUtils.h"
#include "nsIView.h"
#include "nsIViewManager.h"
#include "nsIScrollableView.h"
// we want to explore making the document own the load group // we want to explore making the document own the load group
// so we can associate the document URI with the load group. // so we can associate the document URI with the load group.

Просмотреть файл

@ -44,8 +44,6 @@
#include "nsIPresShell.h" #include "nsIPresShell.h"
#include "nsIDOMNode.h" #include "nsIDOMNode.h"
#include "nsIDOMNodeList.h" #include "nsIDOMNodeList.h"
#include "nsIViewManager.h"
#include "nsIScrollableView.h"
#include "nsIContentViewer.h" #include "nsIContentViewer.h"
#include "nsIPrefBranch.h" #include "nsIPrefBranch.h"
#include "nsVoidArray.h" #include "nsVoidArray.h"
@ -107,6 +105,8 @@
#include "nsIObserver.h" #include "nsIObserver.h"
#include "nsDocShellLoadTypes.h" #include "nsDocShellLoadTypes.h"
class nsIScrollableView;
/* load commands were moved to nsIDocShell.h */ /* load commands were moved to nsIDocShell.h */
/* load types were moved to nsDocShellLoadTypes.h */ /* load types were moved to nsDocShellLoadTypes.h */

Просмотреть файл

@ -119,6 +119,8 @@
#include "nsIScriptGlobalObjectOwner.h" #include "nsIScriptGlobalObjectOwner.h"
#include "nsIScriptSecurityManager.h" #include "nsIScriptSecurityManager.h"
#include "nsIScrollableView.h" #include "nsIScrollableView.h"
#include "nsIView.h"
#include "nsIViewManager.h"
#include "nsISelectionController.h" #include "nsISelectionController.h"
#include "nsISelection.h" #include "nsISelection.h"
#include "nsIPrompt.h" #include "nsIPrompt.h"

Просмотреть файл

@ -55,8 +55,6 @@
#include "imgIContainer.h" #include "imgIContainer.h"
#include "nsIViewManager.h"
#include "nsStyleContext.h" #include "nsStyleContext.h"
#include "nsGkAtoms.h" #include "nsGkAtoms.h"

Просмотреть файл

@ -43,7 +43,6 @@
#include "nsCOMPtr.h" #include "nsCOMPtr.h"
#include "nsAbsoluteContainingBlock.h" #include "nsAbsoluteContainingBlock.h"
#include "nsContainerFrame.h" #include "nsContainerFrame.h"
#include "nsIViewManager.h"
#include "nsIPresShell.h" #include "nsIPresShell.h"
#include "nsHTMLParts.h" #include "nsHTMLParts.h"
#include "nsPresContext.h" #include "nsPresContext.h"

Просмотреть файл

@ -42,10 +42,8 @@
#include "nsStyleContext.h" #include "nsStyleContext.h"
#include "nsStyleConsts.h" #include "nsStyleConsts.h"
#include "nsPresContext.h" #include "nsPresContext.h"
#include "nsIViewManager.h"
#include "nsINodeInfo.h" #include "nsINodeInfo.h"
#include "nsGkAtoms.h" #include "nsGkAtoms.h"
#include "nsIView.h"
#include "nsHTMLParts.h" #include "nsHTMLParts.h"
#ifdef MOZ_XUL #ifdef MOZ_XUL

Просмотреть файл

@ -49,7 +49,6 @@
#include "nsGUIEvent.h" #include "nsGUIEvent.h"
#include "nsStyleConsts.h" #include "nsStyleConsts.h"
#include "nsIView.h" #include "nsIView.h"
#include "nsIScrollableView.h"
#include "nsHTMLContainerFrame.h" #include "nsHTMLContainerFrame.h"
#include "nsFrameManager.h" #include "nsFrameManager.h"
#include "nsIPresShell.h" #include "nsIPresShell.h"

Просмотреть файл

@ -49,6 +49,7 @@
#include "nsGUIEvent.h" #include "nsGUIEvent.h"
#include "nsThreadUtils.h" #include "nsThreadUtils.h"
#include "nsIScrollableView.h" #include "nsIScrollableView.h"
#include "nsIView.h"
class nsISupportsArray; class nsISupportsArray;
class nsPresContext; class nsPresContext;

Просмотреть файл

@ -63,8 +63,6 @@
#include "nsISupportsPriority.h" #include "nsISupportsPriority.h"
#include "nsIServiceManager.h" #include "nsIServiceManager.h"
#include "nsNetUtil.h" #include "nsNetUtil.h"
#include "nsIView.h"
#include "nsIViewManager.h"
#include "nsHTMLContainerFrame.h" #include "nsHTMLContainerFrame.h"
#include "prprf.h" #include "prprf.h"
#include "nsIFontMetrics.h" #include "nsIFontMetrics.h"

Просмотреть файл

@ -61,7 +61,6 @@
#include "nsIPresShell.h" #include "nsIPresShell.h"
#include "nsIFrame.h" #include "nsIFrame.h"
#include "nsFrameManager.h" #include "nsFrameManager.h"
#include "nsIViewManager.h"
#include "nsCoord.h" #include "nsCoord.h"
#include "nsIImageMap.h" #include "nsIImageMap.h"
#include "nsIConsoleService.h" #include "nsIConsoleService.h"

Просмотреть файл

@ -62,8 +62,6 @@
#include "nsIDocument.h" #include "nsIDocument.h"
#include "nsIHTMLDocument.h" #include "nsIHTMLDocument.h"
#include "nsIContent.h" #include "nsIContent.h"
#include "nsIView.h"
#include "nsIViewManager.h"
#include "nsTextFragment.h" #include "nsTextFragment.h"
#include "nsBidiUtils.h" #include "nsBidiUtils.h"
#include "nsLayoutUtils.h" #include "nsLayoutUtils.h"

Просмотреть файл

@ -46,13 +46,6 @@
#include "nsSimplePageSequence.h" #include "nsSimplePageSequence.h"
#include "nsDisplayList.h" #include "nsDisplayList.h"
#include "nsIView.h"
#if defined(DEBUG_rods) || defined(DEBUG_dcone)
//#define DEBUG_PRINTING
#endif
nsIFrame* nsIFrame*
NS_NewPageContentFrame(nsIPresShell* aPresShell, nsStyleContext* aContext) NS_NewPageContentFrame(nsIPresShell* aPresShell, nsStyleContext* aContext)
{ {
@ -106,18 +99,6 @@ NS_IMETHODIMP nsPageContentFrame::Reflow(nsPresContext* aPresContext,
NS_ASSERTION(aPresContext->IsDynamic() || !NS_FRAME_IS_COMPLETE(aStatus) || NS_ASSERTION(aPresContext->IsDynamic() || !NS_FRAME_IS_COMPLETE(aStatus) ||
!frame->GetNextInFlow(), "bad child flow list"); !frame->GetNextInFlow(), "bad child flow list");
#ifdef DEBUG_PRINTING
nsRect r = frame->GetRect();
printf("PCF: Area Frame %p Bounds: %5d,%5d,%5d,%5d\n", frame, r.x, r.y, r.width, r.height);
nsIView* view = frame->GetView();
if (view) {
r = view->GetBounds();
printf("PCF: Area Frame View Bounds: %5d,%5d,%5d,%5d\n", r.x, r.y, r.width, r.height);
} else {
printf("PCF: Area Frame View Bounds: NO VIEW\n");
}
#endif
} }
// Reflow our fixed frames // Reflow our fixed frames
mFixedContainer.Reflow(this, aPresContext, aReflowState, mFixedContainer.Reflow(this, aPresContext, aReflowState,

Просмотреть файл

@ -63,8 +63,6 @@
#include "nsIFontMetrics.h" #include "nsIFontMetrics.h"
#include "nsIRenderingContext.h" #include "nsIRenderingContext.h"
#include "nsIPresShell.h" #include "nsIPresShell.h"
#include "nsIView.h"
#include "nsIViewManager.h"
#include "nsITimer.h" #include "nsITimer.h"
#include "prtime.h" #include "prtime.h"
#include "nsVoidArray.h" #include "nsVoidArray.h"

Просмотреть файл

@ -64,8 +64,6 @@
#include "nsIFontMetrics.h" #include "nsIFontMetrics.h"
#include "nsIRenderingContext.h" #include "nsIRenderingContext.h"
#include "nsIPresShell.h" #include "nsIPresShell.h"
#include "nsIView.h"
#include "nsIViewManager.h"
#include "nsITimer.h" #include "nsITimer.h"
#include "prtime.h" #include "prtime.h"
#include "nsVoidArray.h" #include "nsVoidArray.h"

Просмотреть файл

@ -50,7 +50,6 @@
#include "nsGenericHTMLElement.h" #include "nsGenericHTMLElement.h"
#include "nsHTMLParts.h" #include "nsHTMLParts.h"
#include "nsGkAtoms.h" #include "nsGkAtoms.h"
#include "nsIView.h"
#include "nsIPresShell.h" #include "nsIPresShell.h"
#include "nsCOMPtr.h" #include "nsCOMPtr.h"
#include "nsIDOMHTMLTableCellElement.h" #include "nsIDOMHTMLTableCellElement.h"

Просмотреть файл

@ -60,7 +60,6 @@
#include "nsPresContext.h" #include "nsPresContext.h"
#include "nsCSSRendering.h" #include "nsCSSRendering.h"
#include "nsStyleConsts.h" #include "nsStyleConsts.h"
#include "nsIView.h"
#include "nsGkAtoms.h" #include "nsGkAtoms.h"
#include "nsCSSAnonBoxes.h" #include "nsCSSAnonBoxes.h"
#include "nsIPresShell.h" #include "nsIPresShell.h"

Просмотреть файл

@ -45,7 +45,6 @@
#include "nsIContent.h" #include "nsIContent.h"
#include "nsTableFrame.h" #include "nsTableFrame.h"
#include "nsTableCellFrame.h" #include "nsTableCellFrame.h"
#include "nsIView.h"
#include "nsCSSRendering.h" #include "nsCSSRendering.h"
#include "nsHTMLParts.h" #include "nsHTMLParts.h"
#include "nsTableColGroupFrame.h" #include "nsTableColGroupFrame.h"

Просмотреть файл

@ -45,7 +45,6 @@
#include "nsStyleContext.h" #include "nsStyleContext.h"
#include "nsStyleConsts.h" #include "nsStyleConsts.h"
#include "nsIContent.h" #include "nsIContent.h"
#include "nsIView.h"
#include "nsGkAtoms.h" #include "nsGkAtoms.h"
#include "nsIPresShell.h" #include "nsIPresShell.h"
#include "nsCSSRendering.h" #include "nsCSSRendering.h"

Просмотреть файл

@ -43,8 +43,6 @@
#include "nsPresContext.h" #include "nsPresContext.h"
#include "nsCOMPtr.h" #include "nsCOMPtr.h"
#include "nsIContent.h" #include "nsIContent.h"
#include "nsIViewManager.h"
#include "nsIView.h"
#include "nsIPresShell.h" #include "nsIPresShell.h"
#include "nsHTMLContainerFrame.h" #include "nsHTMLContainerFrame.h"
#include "nsINameSpaceManager.h" #include "nsINameSpaceManager.h"

Просмотреть файл

@ -47,8 +47,6 @@
#include "nsPresContext.h" #include "nsPresContext.h"
#include "nsCOMPtr.h" #include "nsCOMPtr.h"
#include "nsIContent.h" #include "nsIContent.h"
#include "nsIViewManager.h"
#include "nsIView.h"
#include "nsIPresShell.h" #include "nsIPresShell.h"
#include "nsHTMLContainerFrame.h" #include "nsHTMLContainerFrame.h"
#include "nsIFrame.h" #include "nsIFrame.h"

Просмотреть файл

@ -39,20 +39,15 @@
#include "nsCSSRendering.h" #include "nsCSSRendering.h"
#include "nsIDocument.h" #include "nsIDocument.h"
#include "nsPresContext.h" #include "nsPresContext.h"
#include "nsViewsCID.h"
#include "nsIView.h"
#include "nsIViewManager.h"
#include "nsIWidget.h" #include "nsIWidget.h"
#include "nsPageFrame.h" #include "nsPageFrame.h"
#include "nsIRenderingContext.h" #include "nsIRenderingContext.h"
#include "nsGUIEvent.h" #include "nsGUIEvent.h"
#include "nsIDOMEvent.h" #include "nsIDOMEvent.h"
#include "nsStyleConsts.h" #include "nsStyleConsts.h"
#include "nsIViewManager.h"
#include "nsGkAtoms.h" #include "nsGkAtoms.h"
#include "nsIEventStateManager.h" #include "nsIEventStateManager.h"
#include "nsIDeviceContext.h" #include "nsIDeviceContext.h"
#include "nsIScrollableView.h"
#include "nsIPresShell.h" #include "nsIPresShell.h"
#include "nsBoxFrame.h" #include "nsBoxFrame.h"
#include "nsStackLayout.h" #include "nsStackLayout.h"

Просмотреть файл

@ -67,8 +67,6 @@
#include "nsILinkHandler.h" #include "nsILinkHandler.h"
#include "nsIURL.h" #include "nsIURL.h"
#include "nsILoadGroup.h" #include "nsILoadGroup.h"
#include "nsIView.h"
#include "nsIViewManager.h"
#include "nsHTMLContainerFrame.h" #include "nsHTMLContainerFrame.h"
#include "prprf.h" #include "prprf.h"
#include "nsIFontMetrics.h" #include "nsIFontMetrics.h"

Просмотреть файл

@ -58,6 +58,8 @@
#include "nsIScrollableFrame.h" #include "nsIScrollableFrame.h"
#include "nsIScrollbarFrame.h" #include "nsIScrollbarFrame.h"
#include "nsIScrollableView.h" #include "nsIScrollableView.h"
#include "nsIView.h"
#include "nsIViewManager.h"
#include "nsStyleContext.h" #include "nsStyleContext.h"
#include "nsIRenderingContext.h" #include "nsIRenderingContext.h"
#include "nsIDeviceContext.h" #include "nsIDeviceContext.h"

Просмотреть файл

@ -51,8 +51,6 @@
#include "nsIDOMEventReceiver.h" #include "nsIDOMEventReceiver.h"
#include "nsGkAtoms.h" #include "nsGkAtoms.h"
#include "nsMenuFrame.h" #include "nsMenuFrame.h"
#include "nsIView.h"
#include "nsIViewManager.h"
#include "nsMenuPopupFrame.h" #include "nsMenuPopupFrame.h"
#include "nsGUIEvent.h" #include "nsGUIEvent.h"
#include "nsUnicharUtils.h" #include "nsUnicharUtils.h"
@ -754,17 +752,6 @@ nsMenuBarFrame::GetWidget(nsIWidget **aWidget)
// why we need a widget at all. // why we need a widget at all.
*aWidget = nsnull; *aWidget = nsnull;
return NS_OK; return NS_OK;
#if DONT_WANT_TO_DO_THIS
// Get parent view
nsIView * view = nsnull;
nsMenuPopupFrame::GetNearestEnclosingView(GetPresContext(), this, &view);
if (!view)
return NS_OK;
*aWidget = view->GetWidget();
NS_IF_ADDREF(*aWidget);
#endif
} }
NS_IMETHODIMP NS_IMETHODIMP

Просмотреть файл

@ -58,8 +58,6 @@
#include "nsIEventStateManager.h" #include "nsIEventStateManager.h"
#include "nsIViewManager.h"
#include "nsIView.h"
#include "nsISupportsArray.h" #include "nsISupportsArray.h"
#include "nsContentUtils.h" #include "nsContentUtils.h"

Просмотреть файл

@ -59,8 +59,6 @@
#include "nsIEventStateManager.h" #include "nsIEventStateManager.h"
#include "nsIViewManager.h"
#include "nsIView.h"
#include "nsISupportsArray.h" #include "nsISupportsArray.h"
/* /*

Просмотреть файл

@ -51,8 +51,6 @@
#include "nsINameSpaceManager.h" #include "nsINameSpaceManager.h"
#include "nsGkAtoms.h" #include "nsGkAtoms.h"
#include "nsMenuPopupFrame.h" #include "nsMenuPopupFrame.h"
#include "nsIViewManager.h"
#include "nsIWidget.h"
class nsPopupBoxObject : public nsBoxObject, class nsPopupBoxObject : public nsBoxObject,

Просмотреть файл

@ -72,6 +72,7 @@
#include "nsPIDOMWindow.h" #include "nsPIDOMWindow.h"
#include "nsIInterfaceRequestorUtils.h" #include "nsIInterfaceRequestorUtils.h"
#include "nsIBaseWindow.h" #include "nsIBaseWindow.h"
#include "nsIViewManager.h"
#define NS_MENU_POPUP_LIST_INDEX 0 #define NS_MENU_POPUP_LIST_INDEX 0

Просмотреть файл

@ -52,7 +52,6 @@
#include "nsIDocShellTreeOwner.h" #include "nsIDocShellTreeOwner.h"
#include "nsIBaseWindow.h" #include "nsIBaseWindow.h"
#include "nsPIDOMWindow.h" #include "nsPIDOMWindow.h"
#include "nsIViewManager.h"
#include "nsGUIEvent.h" #include "nsGUIEvent.h"
#include "nsEventDispatcher.h" #include "nsEventDispatcher.h"

Просмотреть файл

@ -34,25 +34,13 @@
* the terms of any one of the MPL, the GPL or the LGPL. * the terms of any one of the MPL, the GPL or the LGPL.
* *
* ***** END LICENSE BLOCK ***** */ * ***** END LICENSE BLOCK ***** */
#include "nsHTMLParts.h" #include "nsHTMLParts.h"
#include "nsContainerFrame.h"
#include "nsCSSRendering.h"
#include "nsIDocument.h" #include "nsIDocument.h"
#include "nsPresContext.h"
#include "nsViewsCID.h"
#include "nsIView.h"
#include "nsIViewManager.h"
#include "nsIWidget.h"
#include "nsPageFrame.h"
#include "nsIRenderingContext.h" #include "nsIRenderingContext.h"
#include "nsGUIEvent.h" #include "nsGUIEvent.h"
#include "nsIDOMEvent.h"
#include "nsStyleConsts.h" #include "nsStyleConsts.h"
#include "nsIViewManager.h"
#include "nsGkAtoms.h" #include "nsGkAtoms.h"
#include "nsIEventStateManager.h"
#include "nsIDeviceContext.h"
#include "nsIScrollableView.h"
#include "nsIPresShell.h" #include "nsIPresShell.h"
#include "nsBoxFrame.h" #include "nsBoxFrame.h"
#include "nsStackLayout.h" #include "nsStackLayout.h"

Просмотреть файл

@ -49,8 +49,6 @@
#include "nsPresContext.h" #include "nsPresContext.h"
#include "nsCOMPtr.h" #include "nsCOMPtr.h"
#include "nsIContent.h" #include "nsIContent.h"
#include "nsIViewManager.h"
#include "nsIView.h"
#include "nsIPresShell.h" #include "nsIPresShell.h"
#include "nsHTMLContainerFrame.h" #include "nsHTMLContainerFrame.h"
#include "nsBoxFrame.h" #include "nsBoxFrame.h"

Просмотреть файл

@ -51,7 +51,6 @@
#include "nsHTMLParts.h" #include "nsHTMLParts.h"
#include "nsIPresShell.h" #include "nsIPresShell.h"
#include "nsCSSRendering.h" #include "nsCSSRendering.h"
#include "nsIViewManager.h"
#include "nsBoxLayoutState.h" #include "nsBoxLayoutState.h"
#include "nsStackLayout.h" #include "nsStackLayout.h"
#include "nsDisplayList.h" #include "nsDisplayList.h"

Просмотреть файл

@ -77,6 +77,7 @@
#include "nsXPIDLString.h" #include "nsXPIDLString.h"
#include "nsHTMLContainerFrame.h" #include "nsHTMLContainerFrame.h"
#include "nsIView.h" #include "nsIView.h"
#include "nsIViewManager.h"
#include "nsWidgetsCID.h" #include "nsWidgetsCID.h"
#include "nsBoxFrame.h" #include "nsBoxFrame.h"
#include "nsBoxObject.h" #include "nsBoxObject.h"

Просмотреть файл

@ -39,12 +39,9 @@
#define nsIScrollableView_h___ #define nsIScrollableView_h___
#include "nsCoord.h" #include "nsCoord.h"
#include "nsIViewManager.h"
#include "nsIView.h"
class nsIView; class nsIView;
class nsIScrollPositionListener; class nsIScrollPositionListener;
struct nsMargin;
struct nsSize; struct nsSize;
// IID for the nsIScrollableView interface // IID for the nsIScrollableView interface

Просмотреть файл

@ -41,14 +41,12 @@
#include "nsCoord.h" #include "nsCoord.h"
#include "nsRect.h" #include "nsRect.h"
#include "nsPoint.h" #include "nsPoint.h"
#include <stdio.h>
#include "nsIWidget.h" #include "nsIWidget.h"
class nsIViewManager; class nsIViewManager;
class nsIScrollableView; class nsIScrollableView;
class nsViewManager; class nsViewManager;
class nsView; class nsView;
struct nsRect;
// Enumerated type to indicate the visibility of a layer. // Enumerated type to indicate the visibility of a layer.
// hide - the layer is not shown. // hide - the layer is not shown.

Просмотреть файл

@ -46,8 +46,6 @@
#include "nsIBaseWindow.h" #include "nsIBaseWindow.h"
#include "nsIContentViewer.h" #include "nsIContentViewer.h"
#include "nsIDocumentViewer.h" #include "nsIDocumentViewer.h"
#include "nsIViewManager.h"
#include "nsIView.h"
#include "nsIWidget.h" #include "nsIWidget.h"
#include "nsIStringBundle.h" #include "nsIStringBundle.h"