зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1768189 - Part 1: Apply modernize-concat-nested-namespaces to docshell/base/BrowsingContextWebProgress.h ... r=andi
Differential Revision: https://phabricator.services.mozilla.com/D145735
This commit is contained in:
Родитель
6035e48afd
Коммит
93477884e9
|
@ -11,8 +11,7 @@
|
|||
#include "nsWeakReference.h"
|
||||
#include "nsCycleCollectionParticipant.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
namespace mozilla::dom {
|
||||
|
||||
class CanonicalBrowsingContext;
|
||||
|
||||
|
@ -94,7 +93,6 @@ class BrowsingContextWebProgress final : public nsIWebProgress,
|
|||
bool mIsLoadingDocument = false;
|
||||
};
|
||||
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
} // namespace mozilla::dom
|
||||
|
||||
#endif // mozilla_dom_BrowsingContextWebProgress_h
|
||||
|
|
|
@ -16,8 +16,7 @@
|
|||
#include "nsIChannel.h"
|
||||
#include "mozilla/ipc/BackgroundUtils.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
namespace mozilla::dom {
|
||||
|
||||
class ChildProcessChannelListener final {
|
||||
NS_INLINE_DECL_REFCOUNTING(ChildProcessChannelListener)
|
||||
|
@ -50,7 +49,6 @@ class ChildProcessChannelListener final {
|
|||
nsTHashMap<nsUint64HashKey, CallbackArgs> mChannelArgs;
|
||||
};
|
||||
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
} // namespace mozilla::dom
|
||||
|
||||
#endif // !defined(mozilla_dom_ChildProcessChannelListener_h)
|
||||
|
|
|
@ -30,8 +30,7 @@
|
|||
class nsISHEntry;
|
||||
class nsISHistory;
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
namespace mozilla::dom {
|
||||
|
||||
class BrowsingContext;
|
||||
|
||||
|
@ -145,7 +144,6 @@ class ChildSHistory : public nsISupports, public nsWrapperCache {
|
|||
bool mPendingEpoch = false;
|
||||
};
|
||||
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
} // namespace mozilla::dom
|
||||
|
||||
#endif /* mozilla_dom_ChildSHistory_h */
|
||||
|
|
|
@ -12,8 +12,7 @@
|
|||
#include "nsTObserverArray.h"
|
||||
#include "mozilla/WeakPtr.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
namespace mozilla::dom {
|
||||
|
||||
class AbortSignal;
|
||||
class AbortSignalImpl;
|
||||
|
@ -86,7 +85,6 @@ class AbortSignalImpl : public nsISupports, public SupportsWeakPtr {
|
|||
bool mAborted;
|
||||
};
|
||||
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
} // namespace mozilla::dom
|
||||
|
||||
#endif // mozilla_dom_AbortFollower_h
|
||||
|
|
|
@ -10,8 +10,7 @@
|
|||
#include "mozilla/dom/AbortFollower.h"
|
||||
#include "mozilla/DOMEventTargetHelper.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
namespace mozilla::dom {
|
||||
|
||||
// AbortSignal the spec concept includes the concept of a child signal
|
||||
// "following" a parent signal -- internally, adding abort steps to the parent
|
||||
|
@ -63,7 +62,6 @@ class AbortSignal : public DOMEventTargetHelper,
|
|||
~AbortSignal();
|
||||
};
|
||||
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
} // namespace mozilla::dom
|
||||
|
||||
#endif // mozilla_dom_AbortSignal_h
|
||||
|
|
|
@ -17,8 +17,7 @@
|
|||
#include "nsIGlobalObject.h"
|
||||
#include "nsTHashSet.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
namespace mozilla::dom {
|
||||
|
||||
class Animation;
|
||||
class Document;
|
||||
|
@ -122,7 +121,6 @@ class AnimationTimeline : public nsISupports, public nsWrapperCache {
|
|||
LinkedList<dom::Animation> mAnimationOrder;
|
||||
};
|
||||
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
} // namespace mozilla::dom
|
||||
|
||||
#endif // mozilla_dom_AnimationTimeline_h
|
||||
|
|
|
@ -14,8 +14,7 @@
|
|||
#include "nsCSSPseudoElements.h"
|
||||
#include "nsWrapperCache.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
namespace mozilla::dom {
|
||||
|
||||
class Animation;
|
||||
class Element;
|
||||
|
@ -69,7 +68,6 @@ class CSSPseudoElement final : public nsWrapperCache {
|
|||
PseudoStyleType mPseudoType;
|
||||
};
|
||||
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
} // namespace mozilla::dom
|
||||
|
||||
#endif // mozilla_dom_CSSPseudoElement_h
|
||||
|
|
|
@ -18,8 +18,7 @@
|
|||
|
||||
struct JSContext;
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
namespace mozilla::dom {
|
||||
|
||||
class DocumentTimeline final : public AnimationTimeline,
|
||||
public nsARefreshObserver,
|
||||
|
@ -91,7 +90,6 @@ class DocumentTimeline final : public AnimationTimeline,
|
|||
TimeDuration mOriginTime;
|
||||
};
|
||||
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
} // namespace mozilla::dom
|
||||
|
||||
#endif // mozilla_dom_DocumentTimeline_h
|
||||
|
|
|
@ -15,8 +15,7 @@
|
|||
class nsPIDOMWindowInner;
|
||||
class nsPIDOMWindowOuter;
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
namespace mozilla::dom {
|
||||
|
||||
class AudioPlaybackConfig;
|
||||
|
||||
|
@ -75,7 +74,6 @@ class AudioChannelAgent : public nsIAudioChannelAgent {
|
|||
bool mIsRegToService;
|
||||
};
|
||||
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
} // namespace mozilla::dom
|
||||
|
||||
#endif
|
||||
|
|
|
@ -21,8 +21,7 @@
|
|||
class nsPIDOMWindowOuter;
|
||||
struct PRLogModuleInfo;
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
namespace mozilla::dom {
|
||||
|
||||
class AudioPlaybackConfig {
|
||||
public:
|
||||
|
@ -241,7 +240,6 @@ const char* AudibleStateToStr(
|
|||
const char* AudibleChangedReasonToStr(
|
||||
const AudioChannelService::AudibleChangedReasons& aReason);
|
||||
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
} // namespace mozilla::dom
|
||||
|
||||
#endif
|
||||
|
|
|
@ -23,8 +23,7 @@ class nsIContent;
|
|||
class nsINode;
|
||||
struct JSContext;
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
namespace mozilla::dom {
|
||||
|
||||
class Document;
|
||||
|
||||
|
@ -126,7 +125,6 @@ class AbstractRange : public nsISupports, public nsWrapperCache {
|
|||
static bool sHasShutDown;
|
||||
};
|
||||
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
} // namespace mozilla::dom
|
||||
|
||||
#endif // #ifndef mozilla_dom_AbstractRange_h
|
||||
|
|
|
@ -19,8 +19,7 @@
|
|||
#include "nsIContentInlines.h"
|
||||
#include "FilteredNodeIterator.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
namespace mozilla::dom {
|
||||
|
||||
#ifdef DEBUG
|
||||
# define MUTATION_GUARD(class_name_) \
|
||||
|
@ -74,8 +73,7 @@ DEFINE_ANCESTOR_ITERATOR(FlatTreeAncestors, GetFlattenedTreeParentNode)
|
|||
|
||||
#undef MUTATION_GUARD
|
||||
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
} // namespace mozilla::dom
|
||||
|
||||
template <typename T>
|
||||
inline mozilla::dom::AncestorsOfTypeIterator<T> nsINode::AncestorsOfType()
|
||||
|
|
|
@ -14,8 +14,7 @@
|
|||
#include "mozilla/dom/ShadowRoot.h"
|
||||
#include "nsINode.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
namespace mozilla::dom {
|
||||
|
||||
class Document;
|
||||
|
||||
|
@ -97,7 +96,6 @@ struct MOZ_STACK_CLASS BindContext final {
|
|||
const bool mSubtreeRootChanges;
|
||||
};
|
||||
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
} // namespace mozilla::dom
|
||||
|
||||
#endif
|
||||
|
|
|
@ -15,8 +15,7 @@
|
|||
|
||||
class nsIThread;
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
namespace mozilla::dom {
|
||||
|
||||
class Promise;
|
||||
class ThreadSafeWorkerRef;
|
||||
|
@ -133,7 +132,6 @@ class BodyConsumer final : public nsIObserver,
|
|||
bool mShuttingDown;
|
||||
};
|
||||
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
} // namespace mozilla::dom
|
||||
|
||||
#endif // mozilla_dom_BodyConsumer_h
|
||||
|
|
|
@ -12,8 +12,7 @@
|
|||
class nsAttrName;
|
||||
class nsAttrValue;
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
namespace mozilla::dom {
|
||||
|
||||
/**
|
||||
* Struct that stores info on an attribute. The name and value must either both
|
||||
|
@ -36,6 +35,5 @@ struct BorrowedAttrInfo {
|
|||
explicit operator bool() const { return mName != nullptr; }
|
||||
};
|
||||
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
} // namespace mozilla::dom
|
||||
#endif
|
||||
|
|
|
@ -20,12 +20,10 @@
|
|||
#include "nsError.h"
|
||||
#include "nsCycleCollectionParticipant.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
namespace mozilla::dom {
|
||||
class Element;
|
||||
class HTMLSlotElement;
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
} // namespace mozilla::dom
|
||||
|
||||
#define CHARACTER_DATA_FLAG_BIT(n_) \
|
||||
NODE_FLAG_BIT(NODE_TYPE_SPECIFIC_BITS_OFFSET + (n_))
|
||||
|
|
|
@ -22,8 +22,7 @@
|
|||
|
||||
class nsIContent;
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
namespace mozilla::dom {
|
||||
|
||||
// This class iterates normal DOM child nodes of a given DOM node with
|
||||
// <xbl:children> nodes replaced by the elements that have been filtered into
|
||||
|
@ -259,7 +258,6 @@ class MOZ_NEEDS_MEMMOVABLE_MEMBERS StyleChildrenIterator
|
|||
using AllChildrenIterator::Seek;
|
||||
};
|
||||
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
} // namespace mozilla::dom
|
||||
|
||||
#endif
|
||||
|
|
|
@ -11,8 +11,7 @@
|
|||
#include "mozilla/dom/MessageManagerBinding.h"
|
||||
#include "mozilla/HoldDropJSObjects.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
namespace mozilla::dom {
|
||||
|
||||
class ChildProcessMessageManager final : public SyncMessageSender {
|
||||
public:
|
||||
|
@ -31,7 +30,6 @@ class ChildProcessMessageManager final : public SyncMessageSender {
|
|||
virtual ~ChildProcessMessageManager() { mozilla::DropJSObjects(this); }
|
||||
};
|
||||
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
} // namespace mozilla::dom
|
||||
|
||||
#endif // mozilla_dom_ChildProcessMessageManager_h
|
||||
|
|
|
@ -9,8 +9,7 @@
|
|||
|
||||
#include "mozilla/dom/MessageBroadcaster.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
namespace mozilla::dom {
|
||||
|
||||
/**
|
||||
* Implementation for the WebIDL ChromeMessageBroadcaster interface. Used for
|
||||
|
@ -51,7 +50,6 @@ class ChromeMessageBroadcaster final : public MessageBroadcaster {
|
|||
aFlags | MessageManagerFlags::MM_CHROME) {}
|
||||
};
|
||||
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
} // namespace mozilla::dom
|
||||
|
||||
#endif // mozilla_dom_ChromeMessageBroadcaster_h
|
||||
|
|
|
@ -9,8 +9,7 @@
|
|||
|
||||
#include "mozilla/dom/MessageSender.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
namespace mozilla::dom {
|
||||
|
||||
class MessageBroadcaster;
|
||||
|
||||
|
@ -40,7 +39,6 @@ class ChromeMessageSender final : public MessageSender {
|
|||
}
|
||||
};
|
||||
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
} // namespace mozilla::dom
|
||||
|
||||
#endif // mozilla_dom_ChromeMessageSender_h
|
||||
|
|
|
@ -10,8 +10,7 @@
|
|||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/dom/CharacterData.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
namespace mozilla::dom {
|
||||
|
||||
class Comment final : public CharacterData {
|
||||
private:
|
||||
|
@ -58,7 +57,6 @@ class Comment final : public CharacterData {
|
|||
JS::Handle<JSObject*> aGivenProto) override;
|
||||
};
|
||||
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
} // namespace mozilla::dom
|
||||
|
||||
#endif // mozilla_dom_Comment_h
|
||||
|
|
|
@ -12,8 +12,7 @@
|
|||
#include "nsContentUtils.h"
|
||||
#include "xpcpublic.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
namespace mozilla::dom {
|
||||
|
||||
template <typename>
|
||||
struct Nullable;
|
||||
|
@ -58,7 +57,6 @@ class ContentFrameMessageManager : public DOMEventTargetHelper,
|
|||
NS_DEFINE_STATIC_IID_ACCESSOR(ContentFrameMessageManager,
|
||||
NS_CONTENTFRAMEMESSAGEMANAGER_IID)
|
||||
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
} // namespace mozilla::dom
|
||||
|
||||
#endif // mozilla_dom_ContentFrameMessageManager_h
|
||||
|
|
|
@ -19,8 +19,7 @@
|
|||
|
||||
class nsFrameMessageManager;
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
namespace mozilla::dom {
|
||||
|
||||
namespace ipc {
|
||||
class SharedMap;
|
||||
|
@ -100,7 +99,6 @@ class ContentProcessMessageManager : public nsIMessageSender,
|
|||
static bool sWasCreated;
|
||||
};
|
||||
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
} // namespace mozilla::dom
|
||||
|
||||
#endif // mozilla_dom_ContentProcessMessageManager_h
|
||||
|
|
|
@ -29,8 +29,7 @@
|
|||
} \
|
||||
}
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
namespace mozilla::dom {
|
||||
|
||||
class DOMArena {
|
||||
public:
|
||||
|
@ -51,6 +50,5 @@ class DOMArena {
|
|||
~DOMArena() { moz_dispose_arena(mArenaId); }
|
||||
arena_id_t mArenaId;
|
||||
};
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
} // namespace mozilla::dom
|
||||
#endif
|
||||
|
|
|
@ -15,8 +15,7 @@
|
|||
#include "nsTArray.h"
|
||||
#include "nsTHashSet.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
namespace mozilla::dom {
|
||||
|
||||
class DOMIntersectionObserver;
|
||||
|
||||
|
@ -162,7 +161,6 @@ class DOMIntersectionObserver final : public nsISupports,
|
|||
NS_DEFINE_STATIC_IID_ACCESSOR(DOMIntersectionObserver,
|
||||
NS_DOM_INTERSECTION_OBSERVER_IID)
|
||||
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
} // namespace mozilla::dom
|
||||
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче