#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_SERVICE_WORKER_SERVICE_WORKER_MOJOM_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_SERVICE_WORKER_SERVICE_WORKER_MOJOM_H_
#include <stdint.h>
#include <limits>
#include <optional>
#include <type_traits>
#include <utility>
#include "base/types/cxx23_to_underlying.h"
#include "mojo/public/cpp/bindings/clone_traits.h"
#include "mojo/public/cpp/bindings/equals_traits.h"
#include "mojo/public/cpp/bindings/lib/serialization.h"
#include "mojo/public/cpp/bindings/struct_ptr.h"
#include "mojo/public/cpp/bindings/struct_traits.h"
#include "mojo/public/cpp/bindings/union_traits.h"
#include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h"
#include "third_party/blink/public/mojom/service_worker/service_worker.mojom-features.h"
#include "third_party/blink/public/mojom/service_worker/service_worker.mojom-shared.h"
#include "third_party/blink/public/mojom/service_worker/service_worker.mojom-forward.h"
#include "mojo/public/mojom/base/read_only_buffer.mojom.h"
#include "mojo/public/mojom/base/string16.mojom.h"
#include "mojo/public/mojom/base/time.mojom.h"
#include "mojo/public/mojom/base/values.mojom.h"
#include "services/network/public/mojom/cookie_manager.mojom.h"
#include "services/network/public/mojom/url_loader_factory.mojom-forward.h"
#include "third_party/blink/public/mojom/associated_interfaces/associated_interfaces.mojom-forward.h"
#include "third_party/blink/public/mojom/background_fetch/background_fetch.mojom-forward.h"
#include "third_party/blink/public/mojom/devtools/console_message.mojom-forward.h"
#include "third_party/blink/public/mojom/fetch/fetch_api_response.mojom-forward.h"
#include "third_party/blink/public/mojom/frame/reporting_observer.mojom-forward.h"
#include "third_party/blink/public/mojom/loader/url_loader_factory_bundle.mojom-forward.h"
#include "third_party/blink/public/mojom/messaging/transferable_message.mojom.h"
#include "third_party/blink/public/mojom/notifications/notification.mojom.h"
#include "third_party/blink/public/mojom/payments/payment_app.mojom-forward.h"
#include "third_party/blink/public/mojom/push_messaging/push_messaging.mojom-forward.h"
#include "third_party/blink/public/mojom/service_worker/dispatch_fetch_event_params.mojom-forward.h"
#include "third_party/blink/public/mojom/service_worker/service_worker_ancestor_frame_type.mojom-forward.h"
#include "third_party/blink/public/mojom/service_worker/service_worker_client.mojom.h"
#include "third_party/blink/public/mojom/service_worker/service_worker_error_type.mojom-forward.h"
#include "third_party/blink/public/mojom/service_worker/service_worker_event_status.mojom-forward.h"
#include "third_party/blink/public/mojom/service_worker/service_worker_fetch_response_callback.mojom-forward.h"
#include "third_party/blink/public/mojom/service_worker/service_worker_object.mojom.h"
#include "third_party/blink/public/mojom/service_worker/service_worker_registration.mojom-forward.h"
#include "third_party/blink/public/mojom/service_worker/service_worker_router_rule.mojom.h"
#include "third_party/blink/public/mojom/storage_key/storage_key.mojom.h"
#include "url/mojom/origin.mojom.h"
#include "url/mojom/url.mojom.h"
#include <string>
#include <vector>
#include "mojo/public/cpp/bindings/lib/control_message_handler.h"
#include "mojo/public/cpp/bindings/lib/message_size_estimator.h"
#include "mojo/public/cpp/bindings/raw_ptr_impl_ref_traits.h"
#include "third_party/blink/public/common/common_export.h"
namespace blink::mojom {
class ServiceWorkerHostProxy;
template <typename ImplRefTraits>
class ServiceWorkerHostStub;
class ServiceWorkerHostRequestValidator;
class ServiceWorkerHostResponseValidator;
class BLINK_COMMON_EXPORT ServiceWorkerHost
: public ServiceWorkerHostInterfaceBase { … };
class ServiceWorkerProxy;
template <typename ImplRefTraits>
class ServiceWorkerStub;
class ServiceWorkerRequestValidator;
class ServiceWorkerResponseValidator;
class BLINK_COMMON_EXPORT ServiceWorker
: public ServiceWorkerInterfaceBase { … };
class BLINK_COMMON_EXPORT ServiceWorkerHostProxy
: public ServiceWorkerHost { … };
class BLINK_COMMON_EXPORT ServiceWorkerProxy
: public ServiceWorker { … };
class BLINK_COMMON_EXPORT ServiceWorkerHostStubDispatch { … };
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<ServiceWorkerHost>>
class ServiceWorkerHostStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
ServiceWorkerHostStub() = default;
~ServiceWorkerHostStub() override = default;
void set_sink(ImplPointerType sink) { … }
ImplPointerType& sink() { … }
bool Accept(mojo::Message* message) override { … }
bool AcceptWithResponder(
mojo::Message* message,
std::unique_ptr<mojo::MessageReceiverWithStatus> responder) override { … }
private:
ImplPointerType sink_;
};
class BLINK_COMMON_EXPORT ServiceWorkerStubDispatch { … };
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<ServiceWorker>>
class ServiceWorkerStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
ServiceWorkerStub() = default;
~ServiceWorkerStub() override = default;
void set_sink(ImplPointerType sink) { … }
ImplPointerType& sink() { … }
bool Accept(mojo::Message* message) override { … }
bool AcceptWithResponder(
mojo::Message* message,
std::unique_ptr<mojo::MessageReceiverWithStatus> responder) override { … }
private:
ImplPointerType sink_;
};
class BLINK_COMMON_EXPORT ServiceWorkerHostRequestValidator : public mojo::MessageReceiver { … };
class BLINK_COMMON_EXPORT ServiceWorkerRequestValidator : public mojo::MessageReceiver { … };
class BLINK_COMMON_EXPORT ServiceWorkerHostResponseValidator : public mojo::MessageReceiver { … };
class BLINK_COMMON_EXPORT ServiceWorkerResponseValidator : public mojo::MessageReceiver { … };
class BLINK_COMMON_EXPORT ExtendableMessageEvent { … };
template <typename T, ExtendableMessageEvent::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, ExtendableMessageEvent::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, ExtendableMessageEvent::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, ExtendableMessageEvent::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
ExtendableMessageEventPtr ExtendableMessageEvent::Clone() const { … }
template <typename T, ExtendableMessageEvent::EnableIfSame<T>*>
bool ExtendableMessageEvent::Equals(const T& other_struct) const { … }
template <typename T, ExtendableMessageEvent::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
}
namespace mojo {
template <>
struct BLINK_COMMON_EXPORT StructTraits<::blink::mojom::ExtendableMessageEvent::DataView,
::blink::mojom::ExtendableMessageEventPtr> { … };
}
#endif