mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 20:01:50 +00:00
Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null), remove some includes. Patch by sicking, updated by peterv, r=bz, sr=peterv.
This commit is contained in:
parent
6555099b06
commit
a91a09cd13
@ -42,7 +42,6 @@
|
||||
#include "nsContentErrors.h"
|
||||
#include "nsIContent.h"
|
||||
#include "nsIDocument.h"
|
||||
#include "nsINodeInfo.h"
|
||||
#include "nsIScriptGlobalObject.h"
|
||||
#include "nsIDOMWindow.h"
|
||||
#include "nsServiceManagerUtils.h"
|
||||
|
@ -79,7 +79,6 @@
|
||||
#endif
|
||||
#include "nsINameSpaceManager.h"
|
||||
#include "nsIContent.h"
|
||||
#include "nsINodeInfo.h"
|
||||
#include "nsIFrame.h"
|
||||
#include "nsIView.h"
|
||||
#include "nsIViewManager.h"
|
||||
|
@ -88,7 +88,6 @@
|
||||
#include "nsIAuthPrompt.h"
|
||||
#include "nsIScriptGlobalObjectOwner.h"
|
||||
#include "nsIJSContextStack.h"
|
||||
#include "nsNodeInfoManager.h"
|
||||
#include "nsContentCreatorFunctions.h"
|
||||
|
||||
// XXX The XML world depends on the html atoms
|
||||
|
@ -75,7 +75,6 @@
|
||||
#include "nsIDOMNSEvent.h"
|
||||
#include "nsIDOMKeyEvent.h"
|
||||
#include "nsIDOMEventListener.h"
|
||||
#include "nsINodeInfo.h"
|
||||
#include "nsContentUtils.h"
|
||||
|
||||
// Window scriptable helper includes
|
||||
|
@ -36,7 +36,6 @@
|
||||
#include "nsContentBlocker.h"
|
||||
#include "nsIDocument.h"
|
||||
#include "nsIContent.h"
|
||||
#include "nsINodeInfo.h"
|
||||
#include "nsIURI.h"
|
||||
#include "nsIServiceManager.h"
|
||||
#include "nsIScriptGlobalObject.h"
|
||||
|
@ -106,7 +106,6 @@
|
||||
#include "nsILineIterator.h"
|
||||
#include "nsILocalFile.h"
|
||||
#include "nsINameSpaceManager.h"
|
||||
#include "nsINodeInfo.h"
|
||||
#include "nsIObserver.h"
|
||||
#include "nsIPrefBranchInternal.h"
|
||||
#include "nsIPrefService.h"
|
||||
|
@ -42,7 +42,6 @@
|
||||
|
||||
// content includes
|
||||
#include "nsIContent.h"
|
||||
#include "nsINodeInfo.h"
|
||||
#include "nsIDOMDocument.h"
|
||||
#include "nsIDOM3Node.h"
|
||||
|
||||
|
@ -50,7 +50,6 @@
|
||||
#include "nsXFormsAtoms.h"
|
||||
#include "nsINameSpaceManager.h"
|
||||
#include "nsIServiceManager.h"
|
||||
#include "nsINodeInfo.h"
|
||||
#include "nsIDOMEvent.h"
|
||||
#include "nsIDOMDOMImplementation.h"
|
||||
#include "nsIDOMXMLDocument.h"
|
||||
|
@ -44,7 +44,6 @@
|
||||
#include "nsIDOMNSHTMLElement.h"
|
||||
#include "nsIDocument.h"
|
||||
#include "nsINameSpaceManager.h"
|
||||
#include "nsINodeInfo.h"
|
||||
#include "nsIDOMNodeList.h"
|
||||
#include "nsIXFormsXPathEvaluator.h"
|
||||
#include "nsIDOMXPathResult.h"
|
||||
|
@ -178,7 +178,6 @@ static const char sPrintOptionsContractID[] = "@mozilla.org/gfx/printset
|
||||
#endif // NS_PRINTING
|
||||
|
||||
// FrameSet
|
||||
#include "nsINodeInfo.h"
|
||||
#include "nsIDocument.h"
|
||||
#include "nsHTMLAtoms.h"
|
||||
|
||||
|
@ -46,7 +46,6 @@
|
||||
#include "nsIScriptGlobalObject.h"
|
||||
#include "nsIDocShell.h"
|
||||
#include "nsIURI.h"
|
||||
#include "nsINodeInfo.h"
|
||||
|
||||
//-----------------------------------------------------
|
||||
// PR LOGGING
|
||||
|
@ -47,7 +47,6 @@
|
||||
#include "nsIDOMWindowInternal.h"
|
||||
#include "nsIDocShell.h"
|
||||
#include "nsIURI.h"
|
||||
#include "nsINodeInfo.h"
|
||||
|
||||
// Print Options
|
||||
#include "nsIPrintSettings.h"
|
||||
@ -101,7 +100,6 @@ static const char kPrintingPromptService[] = "@mozilla.org/embedcomp/printingpro
|
||||
#include "nsPagePrintTimer.h"
|
||||
|
||||
// FrameSet
|
||||
#include "nsINodeInfo.h"
|
||||
#include "nsIDocument.h"
|
||||
#include "nsHTMLAtoms.h"
|
||||
|
||||
|
@ -71,7 +71,6 @@
|
||||
#include "nsIXBLService.h"
|
||||
#include "nsIServiceManager.h"
|
||||
#include "nsHTMLContainerFrame.h"
|
||||
#include "nsINodeInfo.h"
|
||||
#include "nsGUIEvent.h"
|
||||
#include "nsAutoPtr.h"
|
||||
#include "nsContentCID.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user