Bug 1768189 - Part 6: Apply modernize-concat-nested-namespaces to dom/bindings/RootedDictionary.h ... r=andi

Depends on D145739

Differential Revision: https://phabricator.services.mozilla.com/D145740
This commit is contained in:
Kagami Sascha Rosylight 2022-05-09 20:41:05 +00:00
Родитель ccd8a17bd4
Коммит 2b5d45e396
25 изменённых файлов: 52 добавлений и 120 удалений

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

@ -10,8 +10,7 @@
#include "mozilla/dom/Nullable.h"
#include "jsapi.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
template <typename T>
class MOZ_RAII RootedDictionary final : public T, private JS::CustomAutoRooter {
@ -37,7 +36,6 @@ class MOZ_RAII NullableRootedDictionary final : public Nullable<T>,
}
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif /* mozilla_dom_RootedDictionary_h__ */

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

@ -11,8 +11,7 @@
#include "js/RootingAPI.h"
#include "js/TracingAPI.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
/*
* Class that just handles the JSObject storage and tracing for spidermonkey
@ -110,7 +109,6 @@ class MOZ_RAII RootedSpiderMonkeyInterface final
SpiderMonkeyInterfaceRooter<InterfaceType>(cx, this) {}
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif /* mozilla_dom_SpiderMonkeyInterface_h */

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

@ -31,8 +31,7 @@
#include "nsTArrayForwardDeclare.h"
#include "xpcObjectHelper.h" // for xpcObjectHelper
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class CallbackObject;
class Promise;
@ -452,7 +451,6 @@ template <typename T>
return ToJSValue(aCx, aArgument.Value(), aValue);
}
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif /* mozilla_dom_ToJSValue_h */

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

@ -22,8 +22,7 @@
#include "nsWrapperCache.h"
#include "nsWrapperCacheInlines.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
/*
* Various typed array classes for argument conversion. We have a base class
@ -286,7 +285,6 @@ class TypedArrayCreator {
const ArrayType& mArray;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif /* mozilla_dom_TypedArray_h */

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

@ -12,8 +12,7 @@
#include "mozilla/Alignment.h"
#include "mozilla/Attributes.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
// The union type has an enum to keep track of which of its UnionMembers has
// been constructed.
@ -48,7 +47,6 @@ class UnionMember {
void Destroy() { mStorage.addr()->~T(); }
} MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS;
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // mozilla_dom_UnionMember_h

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

@ -13,16 +13,13 @@
class JSLinearString;
namespace mozilla {
namespace dom {
namespace mozilla::dom {
enum class BindingNamesOffset : uint16_t;
namespace constructors {
namespace id {
namespace constructors::id {
enum ID : uint16_t;
} // namespace id
} // namespace constructors
} // namespace constructors::id
struct WebIDLNameTableEntry {
// Check whether a constructor should be enabled for the given object.
@ -90,7 +87,6 @@ class WebIDLGlobalNameHash {
static const WebIDLNameTableEntry sEntries[];
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // mozilla_dom_WebIDLGlobalNameHash_h__

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

@ -28,12 +28,10 @@
JSCLASS_FOREGROUND_FINALIZE, \
&xpc::XrayExpandoObjectClassOps}
namespace mozilla {
namespace dom {
namespace mozilla::dom {
extern const JSClass DefaultXrayExpandoObjectClass;
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif /* mozilla_dom_XrayExpandoClass_h */

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

@ -15,8 +15,7 @@
# undef PostMessage
#endif
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class BroadcastChannelParent;
class MessageData;
@ -43,7 +42,6 @@ class BroadcastChannelService final {
nsClassHashtable<nsStringHashKey, nsTArray<BroadcastChannelParent*>> mAgents;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // mozilla_dom_BroadcastChannelService_h

8
dom/cache/Action.h поставляемый
Просмотреть файл

@ -14,9 +14,7 @@
class mozIStorageConnection;
namespace mozilla {
namespace dom {
namespace cache {
namespace mozilla::dom::cache {
class Action : public SafeRefCounted<Action> {
public:
@ -99,8 +97,6 @@ class Action : public SafeRefCounted<Action> {
Atomic<bool> mCanceled;
};
} // namespace cache
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom::cache
#endif // mozilla_dom_cache_Action_h

8
dom/cache/ActorChild.h поставляемый
Просмотреть файл

@ -9,9 +9,7 @@
#include "mozilla/dom/SafeRefPtr.h"
namespace mozilla {
namespace dom {
namespace cache {
namespace mozilla::dom::cache {
class CacheWorkerRef;
@ -35,8 +33,6 @@ class ActorChild {
SafeRefPtr<CacheWorkerRef> mWorkerRef;
};
} // namespace cache
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom::cache
#endif // mozilla_dom_cache_ActioChild_h

6
dom/cache/ActorUtils.h поставляемый
Просмотреть файл

@ -16,8 +16,7 @@ class PBackgroundParent;
class PrincipalInfo;
} // namespace ipc
namespace dom {
namespace cache {
namespace dom::cache {
class PCacheChild;
class PCacheParent;
@ -47,8 +46,7 @@ void DeallocPCacheStorageChild(PCacheStorageChild* aActor);
void DeallocPCacheStorageParent(PCacheStorageParent* aActor);
} // namespace cache
} // namespace dom
} // namespace dom::cache
} // namespace mozilla
#endif // mozilla_dom_cache_ActorUtils_h

6
dom/cache/CacheChild.h поставляемый
Просмотреть файл

@ -13,8 +13,7 @@
class nsIAsyncInputStream;
class nsIGlobalObject;
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class Promise;
@ -82,7 +81,6 @@ class CacheChild final : public PCacheChild, public ActorChild {
};
} // namespace cache
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // mozilla_dom_cache_CacheChild_h

6
dom/cache/CacheOpChild.h поставляемый
Просмотреть файл

@ -14,8 +14,7 @@
class nsIGlobalObject;
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class Promise;
@ -70,7 +69,6 @@ class CacheOpChild final : public PCacheOpChild,
};
} // namespace cache
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // mozilla_dom_cache_CacheOpChild_h

6
dom/cache/CacheOpParent.h поставляемый
Просмотреть файл

@ -16,8 +16,7 @@ namespace mozilla {
namespace ipc {
class PBackgroundParent;
} // namespace ipc
namespace dom {
namespace cache {
namespace dom::cache {
class CacheOpParent final : public PCacheOpParent,
public PrincipalVerifier::Listener,
@ -68,8 +67,7 @@ class CacheOpParent final : public PCacheOpParent,
NS_DECL_OWNINGTHREAD
};
} // namespace cache
} // namespace dom
} // namespace dom::cache
} // namespace mozilla
#endif // mozilla_dom_cache_CacheOpParent_h

8
dom/cache/CacheParent.h поставляемый
Просмотреть файл

@ -11,9 +11,7 @@
#include "mozilla/dom/cache/PCacheParent.h"
#include "mozilla/dom/cache/Types.h"
namespace mozilla {
namespace dom {
namespace cache {
namespace mozilla::dom::cache {
class Manager;
@ -41,8 +39,6 @@ class CacheParent final : public PCacheParent {
const CacheId mCacheId;
};
} // namespace cache
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom::cache
#endif // mozilla_dom_cache_CacheParent_h

6
dom/cache/CacheStorageChild.h поставляемый
Просмотреть файл

@ -13,8 +13,7 @@
class nsIGlobalObject;
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class Promise;
@ -72,7 +71,6 @@ class CacheStorageChild final : public PCacheStorageChild, public ActorChild {
};
} // namespace cache
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // mozilla_dom_cache_CacheStorageChild_h

8
dom/cache/CacheStorageParent.h поставляемый
Просмотреть файл

@ -11,9 +11,7 @@
#include "mozilla/dom/cache/PrincipalVerifier.h"
#include "mozilla/dom/cache/Types.h"
namespace mozilla {
namespace dom {
namespace cache {
namespace mozilla::dom::cache {
class ManagerId;
@ -49,8 +47,6 @@ class CacheStorageParent final : public PCacheStorageParent,
SafeRefPtr<ManagerId> mManagerId;
};
} // namespace cache
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom::cache
#endif // mozilla_dom_cache_CacheStorageParent_h

6
dom/cache/CacheStreamControlChild.h поставляемый
Просмотреть файл

@ -16,8 +16,7 @@ namespace mozilla {
namespace ipc {
class AutoIPCStream;
} // namespace ipc
namespace dom {
namespace cache {
namespace dom::cache {
class ReadStream;
@ -62,8 +61,7 @@ class CacheStreamControlChild final : public PCacheStreamControlChild,
bool mDestroyDelayed;
};
} // namespace cache
} // namespace dom
} // namespace dom::cache
} // namespace mozilla
#endif // mozilla_dom_cache_CacheStreamControlChild_h

6
dom/cache/CacheStreamControlParent.h поставляемый
Просмотреть файл

@ -16,8 +16,7 @@ namespace mozilla {
namespace ipc {
class AutoIPCStream;
} // namespace ipc
namespace dom {
namespace cache {
namespace dom::cache {
class ReadStream;
class StreamList;
@ -74,8 +73,7 @@ class CacheStreamControlParent final : public PCacheStreamControlParent,
NS_INLINE_DECL_THREADSAFE_REFCOUNTING(CacheStreamControlParent, override)
};
} // namespace cache
} // namespace dom
} // namespace dom::cache
} // namespace mozilla
#endif // mozilla_dom_cache_CacheStreamControlParent_h

6
dom/cache/CacheWorkerRef.h поставляемый
Просмотреть файл

@ -11,8 +11,7 @@
#include "nsISupportsImpl.h"
#include "nsTArray.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class IPCWorkerRef;
class StrongWorkerRef;
@ -63,7 +62,6 @@ class CacheWorkerRef final : public SafeRefCounted<CacheWorkerRef> {
};
} // namespace cache
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // mozilla_dom_cache_CacheWorkerRef_h

8
dom/cache/Connection.h поставляемый
Просмотреть файл

@ -10,9 +10,7 @@
#include "mozIStorageConnection.h"
#include "nsCOMPtr.h"
namespace mozilla {
namespace dom {
namespace cache {
namespace mozilla::dom::cache {
class Connection final : public mozIStorageConnection {
public:
@ -29,8 +27,6 @@ class Connection final : public mozIStorageConnection {
NS_DECL_MOZISTORAGECONNECTION
};
} // namespace cache
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom::cache
#endif // mozilla_dom_cache_Connection_h

6
dom/cache/Context.h поставляемый
Просмотреть файл

@ -19,8 +19,7 @@
class nsIEventTarget;
class nsIThread;
namespace mozilla {
namespace dom {
namespace mozilla::dom {
namespace quota {
@ -220,7 +219,6 @@ class Context final : public SafeRefCounted<Context> {
};
} // namespace cache
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // mozilla_dom_cache_Context_h

8
dom/cache/DBAction.h поставляемый
Просмотреть файл

@ -14,9 +14,7 @@
class mozIStorageConnection;
class nsIFile;
namespace mozilla {
namespace dom {
namespace cache {
namespace mozilla::dom::cache {
Result<nsCOMPtr<mozIStorageConnection>, nsresult> OpenDBConnection(
const CacheDirectoryMetadata& aDirectoryMetadata, nsIFile& aDBFile);
@ -69,8 +67,6 @@ class SyncDBAction : public DBAction {
mozIStorageConnection* aConn) override;
};
} // namespace cache
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom::cache
#endif // mozilla_dom_cache_DBAction_h

8
dom/cache/DBSchema.h поставляемый
Просмотреть файл

@ -16,9 +16,7 @@
class mozIStorageConnection;
struct nsID;
namespace mozilla {
namespace dom {
namespace cache {
namespace mozilla::dom::cache {
class CacheQueryParams;
class CacheRequest;
@ -94,8 +92,6 @@ nsresult IncrementalVacuum(mozIStorageConnection& aConn);
extern const int32_t kFirstShippedSchemaVersion;
} // namespace db
} // namespace cache
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom::cache
#endif // mozilla_dom_cache_DBSchema_h

8
dom/cache/FileUtils.h поставляемый
Просмотреть файл

@ -17,9 +17,7 @@
struct nsID;
class nsIFile;
namespace mozilla {
namespace dom {
namespace cache {
namespace mozilla::dom::cache {
#define PADDING_FILE_NAME u".padding"
#define PADDING_TMP_FILE_NAME u".padding-tmp"
@ -150,8 +148,6 @@ Result<int64_t, nsresult> DirectoryPaddingRestore(nsIFile& aBaseDir,
nsresult DirectoryPaddingDeleteFile(nsIFile& aBaseDir,
DirPaddingFile aPaddingFileType);
} // namespace cache
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom::cache
#endif // mozilla_dom_cache_FileUtils_h