Bug 1768189 - Part 46: Apply modernize-concat-nested-namespaces to dom/xslt/xpath/XPathResult.h ... r=andi

Depends on D145781

Differential Revision: https://phabricator.services.mozilla.com/D145782
This commit is contained in:
Kagami Sascha Rosylight 2022-05-09 20:41:21 +00:00
parent f08333eddf
commit d0bdf18a0b
25 changed files with 50 additions and 100 deletions

View File

@ -19,8 +19,7 @@
class txAExprResult;
namespace mozilla {
namespace dom {
namespace mozilla::dom {
/**
* A class for evaluating an XPath expression string
@ -152,7 +151,6 @@ class XPathResult final : public nsStubMutationObserver, public nsWrapperCache {
nsString mStringResult;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif /* mozilla_dom_XPathResult_h */

View File

@ -14,13 +14,11 @@
class nsITransformObserver;
class nsIContent;
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class Document;
class DocumentFragment;
class Element;
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
class txMozillaTextOutput : public txAOutputXMLEventHandler {
public:

View File

@ -21,13 +21,11 @@ class nsITransformObserver;
class nsNodeInfoManager;
class nsINode;
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class Document;
class DocumentFragment;
class Element;
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
class txTransformNotifier final : public nsIScriptLoaderObserver,
public nsICSSLoaderObserver {

View File

@ -13,11 +13,9 @@
#define kTXWrapper "transformiix:result"
class txOutputFormat;
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class Document;
}
} // namespace mozilla
} // namespace mozilla::dom
/**
* An interface for handling XML documents, loosely modeled

View File

@ -19,8 +19,7 @@
#include "mozilla/dom/MutationEventBinding.h"
#include "nsXULElement.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
NS_IMPL_ISUPPORTS(ChromeObserver, nsIMutationObserver)
@ -234,5 +233,4 @@ nsresult ChromeObserver::HideWindowChrome(bool aShouldHide) {
return NS_OK;
}
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom

View File

@ -11,8 +11,7 @@
class nsIWidget;
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class Document;
class ChromeObserver final : public nsStubMutationObserver {
@ -39,7 +38,6 @@ class ChromeObserver final : public nsStubMutationObserver {
Document* MOZ_NON_OWNING_REF mDocument;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // mozilla_dom_ChromeObserver_h

View File

@ -60,8 +60,7 @@ static bool CanBroadcast(int32_t aNameSpaceID, nsAtom* aAttribute) {
return true;
}
namespace mozilla {
namespace dom {
namespace mozilla::dom {
static LazyLogModule sXULBroadCastManager("XULBroadcastManager");
class XULBroadcastManager::nsDelayedBroadcastUpdate {
@ -590,5 +589,4 @@ nsresult XULBroadcastManager::RemoveListener(Element* aElement) {
return UpdateListenerHookup(aElement, eHookupRemove);
}
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom

View File

@ -15,8 +15,7 @@
#include "mozilla/dom/XULFrameElement.h"
#include "mozilla/dom/XULFrameElementBinding.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
NS_IMPL_CYCLE_COLLECTION_CLASS(XULFrameElement)
@ -199,5 +198,4 @@ nsresult XULFrameElement::AfterSetAttr(int32_t aNamespaceID, nsAtom* aName,
aSubjectPrincipal, aNotify);
}
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom

View File

@ -16,8 +16,7 @@
#include "mozilla/dom/XULMenuElementBinding.h"
#include "nsXULPopupManager.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
JSObject* XULMenuElement::WrapNode(JSContext* aCx,
JS::Handle<JSObject*> aGivenProto) {
@ -96,5 +95,4 @@ bool XULMenuElement::OpenedWithKey() {
return false;
}
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom

View File

@ -9,8 +9,7 @@
#include "nsXULElement.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class KeyboardEvent;
@ -31,7 +30,6 @@ class XULMenuElement final : public nsXULElement {
nsIFrame* GetFrame();
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // XULMenuElement_h

View File

@ -18,8 +18,7 @@
#include "nsContentUtils.h"
#include "nsIAppWindow.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
static bool IsRootElement(Element* aElement) {
return aElement->OwnerDoc()->GetRootElement() == aElement;
@ -318,5 +317,4 @@ nsresult XULPersist::ApplyPersistentAttributesToElements(
return NS_OK;
}
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom

View File

@ -16,8 +16,7 @@ class nsIXULStore;
template <typename T>
class nsCOMArray;
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class XULPersist final : public nsStubDocumentObserver {
public:
@ -48,7 +47,6 @@ class XULPersist final : public nsStubDocumentObserver {
Document* MOZ_NON_OWNING_REF mDocument;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // mozilla_dom_XULPersist_h

View File

@ -18,8 +18,7 @@
#include "mozilla/dom/XULPopupElement.h"
#include "mozilla/dom/XULPopupElementBinding.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
nsXULElement* NS_NewXULPopupElement(
already_AddRefed<mozilla::dom::NodeInfo>&& aNodeInfo) {
@ -289,5 +288,4 @@ void XULPopupElement::SetConstraintRect(dom::DOMRectReadOnly& aRect) {
}
}
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom

View File

@ -13,13 +13,11 @@
#include "mozilla/dom/XULTextElement.h"
#include "mozilla/dom/XULTextElementBinding.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
JSObject* XULTextElement::WrapNode(JSContext* aCx,
JS::Handle<JSObject*> aGivenProto) {
return XULTextElement_Binding::Wrap(aCx, this, aGivenProto);
}
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom

View File

@ -9,8 +9,7 @@
#include "nsXULElement.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class XULTextElement final : public nsXULElement {
public:
@ -39,7 +38,6 @@ class XULTextElement final : public nsXULElement {
JSObject* WrapNode(JSContext* aCx, JS::Handle<JSObject*> aGivenProto) final;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // XULTextElement_h

View File

@ -16,8 +16,7 @@
#include "nsServiceManagerUtils.h"
#include "nsThreadUtils.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
nsXULElement* NS_NewXULTooltipElement(
already_AddRefed<mozilla::dom::NodeInfo>&& aNodeInfo) {
@ -103,5 +102,4 @@ nsresult XULTooltipElement::PostHandleEvent(EventChainPostVisitor& aVisitor) {
return NS_OK;
}
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom

View File

@ -9,8 +9,7 @@
#include "XULPopupElement.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
nsXULElement* NS_NewXULTooltipElement(
already_AddRefed<mozilla::dom::NodeInfo>&& aNodeInfo);
@ -33,7 +32,6 @@ class XULTooltipElement final : public XULPopupElement {
virtual ~XULTooltipElement() = default;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // XULPopupElement_h

View File

@ -17,8 +17,7 @@
#include "mozilla/dom/XULTreeElement.h"
#include "mozilla/dom/XULTreeElementBinding.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
NS_IMPL_ISUPPORTS_CYCLE_COLLECTION_INHERITED_0(XULTreeElement, nsXULElement)
NS_IMPL_CYCLE_COLLECTION_INHERITED(XULTreeElement, nsXULElement, mView)
@ -409,5 +408,4 @@ void XULTreeElement::RemoveImageCacheEntry(int32_t aRowIndex,
}
}
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom

View File

@ -23,12 +23,10 @@
class nsPIDOMWindowOuter;
class nsPIWindowRoot;
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class Document;
class Element;
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
class nsXULCommandDispatcher : public nsIDOMXULCommandDispatcher,
public nsSupportsWeakReference {

View File

@ -17,12 +17,10 @@
class nsIContent;
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class Element;
class MouseEvent;
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
class nsXULPopupListener : public nsIDOMEventListener {
public:

View File

@ -16,8 +16,7 @@
class gfxFontEntry;
class gfxFontGroup;
namespace mozilla {
namespace dom {
namespace mozilla::dom {
/**
* Information on font face usage by a given DOM Range, as returned by
@ -72,7 +71,6 @@ class InspectorFontFace final : public NonRefcountedDOMObject {
nsTArray<RefPtr<nsRange>> mRanges;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // mozilla_InspectorFontFace_h

View File

@ -11,8 +11,7 @@
#include "mozilla/css/Rule.h"
#include "nsWrapperCache.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class CSSRuleList : public nsISupports, public nsWrapperCache {
public:
@ -35,7 +34,6 @@ class CSSRuleList : public nsISupports, public nsWrapperCache {
virtual ~CSSRuleList() = default;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif /* mozilla_dom_CSSRuleList_h */

View File

@ -17,8 +17,7 @@ namespace mozilla {
class ErrorResult;
} // namespace mozilla
namespace mozilla {
namespace dom {
namespace mozilla::dom {
/**
* CSSValue - a DOM object representing values in DOM computed style.
@ -50,7 +49,6 @@ class CSSValue : public RefCounted<CSSValue> {
inline nsROCSSPrimitiveValue* AsPrimitiveValue();
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif

View File

@ -32,8 +32,7 @@ class UTF8StringOrArrayBufferOrArrayBufferView;
} // namespace dom
} // namespace mozilla
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class FontFace final : public nsISupports, public nsWrapperCache {
friend class mozilla::PostTraversalTask;
@ -316,7 +315,6 @@ class FontFace final : public nsISupports, public nsWrapperCache {
bool mInFontFaceSet;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // !defined(mozilla_dom_FontFace_h)

View File

@ -32,8 +32,7 @@ class Promise;
} // namespace dom
} // namespace mozilla
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class FontFaceSet final : public DOMEventTargetHelper,
public nsIDOMEventListener,
@ -406,7 +405,6 @@ class FontFaceSet final : public DOMEventTargetHelper,
bool mPrivateBrowsing;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // !defined(mozilla_dom_FontFaceSet_h)