mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
Issue #1395 - Remove FlyWeb Service
This commit is contained in:
parent
bb4519ea4f
commit
146d0aa2d2
20 changed files with 0 additions and 244 deletions
|
|
@ -39,8 +39,6 @@ class WakeLock;
|
|||
class ArrayBufferViewOrBlobOrStringOrFormData;
|
||||
class ServiceWorkerContainer;
|
||||
class DOMRequest;
|
||||
struct FlyWebPublishOptions;
|
||||
struct FlyWebFilter;
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
|
||||
|
|
@ -140,9 +138,6 @@ public:
|
|||
Geolocation* GetGeolocation(ErrorResult& aRv);
|
||||
Promise* GetBattery(ErrorResult& aRv);
|
||||
|
||||
already_AddRefed<Promise> PublishServer(const nsAString& aName,
|
||||
const FlyWebPublishOptions& aOptions,
|
||||
ErrorResult& aRv);
|
||||
static void AppName(nsAString& aAppName, bool aUsePrefOverriddenValue);
|
||||
|
||||
static nsresult GetPlatform(nsAString& aPlatform,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue