Bug 1768189 - Part 39: Apply modernize-concat-nested-namespaces to dom/vr/XRPose.h ... r=andi

Depends on D145774

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

View File

@ -13,8 +13,7 @@
#include "gfxVR.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class XRRigidTransform;
class XRView;
@ -44,7 +43,6 @@ class XRPose : public nsISupports, public nsWrapperCache {
bool mEmulatedPosition;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // mozilla_dom_XRPose_h_

View File

@ -8,8 +8,7 @@
#include "mozilla/dom/XRRigidTransform.h"
#include "VRDisplayClient.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
XRReferenceSpace::XRReferenceSpace(nsIGlobalObject* aParent,
XRSession* aSession,
@ -43,5 +42,4 @@ JSObject* XRReferenceSpace::WrapObject(JSContext* aCx,
return XRReferenceSpace_Binding::Wrap(aCx, this, aGivenProto);
}
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom

View File

@ -13,8 +13,7 @@
#include "gfxVR.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
enum class XRReferenceSpaceType : uint8_t;
class XRRigidTransform;
@ -43,7 +42,6 @@ class XRReferenceSpace : public XRSpace {
XRReferenceSpaceType mType;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // mozilla_dom_XRReferenceSpace_h_

View File

@ -9,8 +9,7 @@
#include "nsIObserverService.h"
#include "nsISupportsPrimitives.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE(XRRenderState, mParent, mSession,
mBaseLayer, mOutputCanvas)
@ -90,5 +89,4 @@ void XRRenderState::SessionEnded() {
mOutputCanvas = nullptr;
}
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom

View File

@ -12,8 +12,7 @@
#include "gfxVR.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class XRWebGLLayer;
class XRRenderState final : public nsWrapperCache {
@ -61,7 +60,6 @@ class XRRenderState final : public nsWrapperCache {
bool mCompositionDisabled;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // mozilla_dom_XRRenderState_h_

View File

@ -10,8 +10,7 @@
#include "mozilla/dom/DOMPointBinding.h"
#include "mozilla/HoldDropJSObjects.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
NS_IMPL_CYCLE_COLLECTION_CLASS(XRRigidTransform)
@ -183,5 +182,4 @@ already_AddRefed<XRRigidTransform> XRRigidTransform::Inverse() {
return inverse.forget();
}
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom

View File

@ -12,8 +12,7 @@
#include "gfxVR.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class VRFrameData;
@ -63,7 +62,6 @@ class XRRigidTransform final : public nsWrapperCache {
bool mNeedsUpdate;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // mozilla_dom_XRRigidTransform_h_

View File

@ -37,8 +37,7 @@
*/
const uint32_t kMaxPoolSize = 16;
namespace mozilla {
namespace dom {
namespace mozilla::dom {
NS_IMPL_CYCLE_COLLECTION_CLASS(XRSession)
@ -527,5 +526,4 @@ RefPtr<XRFrame> XRSession::PooledFrame() {
return frame;
}
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom

View File

@ -8,8 +8,7 @@
#include "mozilla/dom/XRRigidTransform.h"
#include "VRDisplayClient.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
NS_IMPL_CYCLE_COLLECTION_CLASS(XRSpace)
@ -79,5 +78,4 @@ bool XRSpace::IsPositionEmulated() const {
gfx::VRDisplayCapabilityFlags::Cap_None);
}
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom

View File

@ -13,8 +13,7 @@
#include "gfxVR.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class XRRigidTransform;
class XRSession;
@ -52,7 +51,6 @@ class XRSpace : public DOMEventTargetHelper {
gfx::QuaternionDouble mOriginOffsetOrientation;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // mozilla_dom_XRSpace_h_

View File

@ -20,8 +20,7 @@
#include "VRDisplayClient.h"
#include "VRManagerChild.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
using namespace gfx;
@ -707,5 +706,4 @@ NS_IMPL_CYCLE_COLLECTION(RequestSessionRequest, mPromise)
NS_IMPL_CYCLE_COLLECTION_ROOT_NATIVE(RequestSessionRequest, AddRef)
NS_IMPL_CYCLE_COLLECTION_UNROOT_NATIVE(RequestSessionRequest, Release)
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom

View File

@ -14,8 +14,7 @@
#include "gfxVR.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
struct XRSessionCreationOptions;
@ -170,7 +169,6 @@ class XRSystem final : public DOMEventTargetHelper,
mRequestSessionRequestsWaitingForEnumeration;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // mozilla_dom_XRsystem_h_

View File

@ -10,8 +10,7 @@
#include "mozilla/dom/XRRigidTransform.h"
#include "mozilla/dom/Pose.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
NS_IMPL_CYCLE_COLLECTION_CLASS(XRView)
@ -93,5 +92,4 @@ already_AddRefed<XRRigidTransform> XRView::GetTransform(ErrorResult& aRv) {
return transform.forget();
}
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom

View File

@ -12,8 +12,7 @@
#include "gfxVR.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
enum class XREye : uint8_t;
class XRRigidTransform;
@ -52,7 +51,6 @@ class XRView final : public nsWrapperCache {
RefPtr<XRRigidTransform> mTransform;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // mozilla_dom_XRView_h_

View File

@ -7,8 +7,7 @@
#include "mozilla/dom/XRViewerPose.h"
#include "mozilla/dom/XRView.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
NS_IMPL_CYCLE_COLLECTION_CLASS(XRViewerPose)
@ -42,5 +41,4 @@ void XRViewerPose::GetViews(nsTArray<RefPtr<XRView>>& aResult) {
aResult = mViews.Clone();
}
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom

View File

@ -13,8 +13,7 @@
#include "gfxVR.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class XRRigidTransform;
class XRView;
@ -41,7 +40,6 @@ class XRViewerPose final : public XRPose {
nsTArray<RefPtr<XRView>> mViews;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // mozilla_dom_XRViewerPose_h_

View File

@ -6,8 +6,7 @@
#include "mozilla/dom/XRViewport.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE(XRViewport, mParent)
NS_IMPL_CYCLE_COLLECTION_ROOT_NATIVE(XRViewport, AddRef)
@ -29,5 +28,4 @@ int32_t XRViewport::Width() { return mRect.Width(); }
int32_t XRViewport::Height() { return mRect.Height(); }
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom

View File

@ -13,8 +13,7 @@
#include "gfxVR.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class XRViewport final : public nsWrapperCache {
public:
@ -43,7 +42,6 @@ class XRViewport final : public nsWrapperCache {
gfx::IntRect mRect;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // mozilla_dom_XRViewport_h_

View File

@ -8,8 +8,7 @@
#include "mozilla/dom/AuthenticatorAssertionResponse.h"
#include "mozilla/HoldDropJSObjects.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
NS_IMPL_CYCLE_COLLECTION_CLASS(AuthenticatorAssertionResponse)
NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN_INHERITED(AuthenticatorAssertionResponse,
@ -108,5 +107,4 @@ nsresult AuthenticatorAssertionResponse::SetUserHandle(CryptoBuffer& aBuffer) {
return NS_OK;
}
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom

View File

@ -15,8 +15,7 @@
#include "nsCycleCollectionParticipant.h"
#include "nsWrapperCache.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class AuthenticatorAssertionResponse final : public AuthenticatorResponse {
public:
@ -55,7 +54,6 @@ class AuthenticatorAssertionResponse final : public AuthenticatorResponse {
JS::Heap<JSObject*> mUserHandleCachedObj;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // mozilla_dom_AuthenticatorAssertionResponse_h

View File

@ -9,8 +9,7 @@
#include "mozilla/HoldDropJSObjects.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
NS_IMPL_CYCLE_COLLECTION_CLASS(AuthenticatorAttestationResponse)
NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN_INHERITED(
@ -67,5 +66,4 @@ nsresult AuthenticatorAttestationResponse::SetAttestationObject(
return NS_OK;
}
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom

View File

@ -15,8 +15,7 @@
#include "nsCycleCollectionParticipant.h"
#include "nsWrapperCache.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class AuthenticatorAttestationResponse final : public AuthenticatorResponse {
public:
@ -43,7 +42,6 @@ class AuthenticatorAttestationResponse final : public AuthenticatorResponse {
JS::Heap<JSObject*> mAttestationObjectCachedObj;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // mozilla_dom_AuthenticatorAttestationResponse_h

View File

@ -8,8 +8,7 @@
#include "nsPIDOMWindow.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
NS_IMPL_CYCLE_COLLECTION_CLASS(AuthenticatorResponse)
NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN(AuthenticatorResponse)
@ -61,5 +60,4 @@ nsresult AuthenticatorResponse::SetClientDataJSON(CryptoBuffer& aBuffer) {
return NS_OK;
}
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom

View File

@ -16,8 +16,7 @@
#include "nsCOMPtr.h"
#include "nsPIDOMWindow.h"
namespace mozilla {
namespace dom {
namespace mozilla::dom {
class AuthenticatorResponse : public nsISupports, public nsWrapperCache {
public:
@ -44,7 +43,6 @@ class AuthenticatorResponse : public nsISupports, public nsWrapperCache {
JS::Heap<JSObject*> mClientDataJSONCachedObj;
};
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom
#endif // mozilla_dom_AuthenticatorResponse_h

View File

@ -19,8 +19,7 @@
# include "mozilla/java/WebAuthnTokenManagerWrappers.h"
#endif
namespace mozilla {
namespace dom {
namespace mozilla::dom {
NS_IMPL_CYCLE_COLLECTION_CLASS(PublicKeyCredential)
NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN_INHERITED(PublicKeyCredential, Credential)
@ -155,5 +154,4 @@ void PublicKeyCredential::SetClientExtensionResultHmacSecret(
mClientExtensionOutputs.mHmacCreateSecret.Value() = aHmacCreateSecret;
}
} // namespace dom
} // namespace mozilla
} // namespace mozilla::dom