mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +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
|
|
@ -44,7 +44,6 @@ include protocol PRemoteSpellcheckEngine;
|
|||
include protocol PWebBrowserPersistDocument;
|
||||
include protocol PWebrtcGlobal;
|
||||
include protocol PVideoDecoderManager;
|
||||
include protocol PFlyWebPublishedServer;
|
||||
include DOMTypes;
|
||||
include JavaScriptTypes;
|
||||
include InputStreamParams;
|
||||
|
|
@ -87,7 +86,6 @@ using class mozilla::dom::ipc::StructuredCloneData from "mozilla/dom/ipc/Structu
|
|||
using mozilla::DataStorageType from "ipc/DataStorageIPCUtils.h";
|
||||
using mozilla::DocShellOriginAttributes from "mozilla/ipc/BackgroundUtils.h";
|
||||
using struct mozilla::layers::TextureFactoryIdentifier from "mozilla/layers/CompositorTypes.h";
|
||||
using struct mozilla::dom::FlyWebPublishOptions from "mozilla/dom/FlyWebPublishOptionsIPCSerializer.h";
|
||||
|
||||
union ChromeRegistryItem
|
||||
{
|
||||
|
|
@ -259,7 +257,6 @@ nested(upto inside_cpow) sync protocol PContent
|
|||
manages PRemoteSpellcheckEngine;
|
||||
manages PWebBrowserPersistDocument;
|
||||
manages PWebrtcGlobal;
|
||||
manages PFlyWebPublishedServer;
|
||||
|
||||
both:
|
||||
// Depending on exactly how the new browser is being created, it might be
|
||||
|
|
@ -668,8 +665,6 @@ parent:
|
|||
|
||||
async PWebrtcGlobal();
|
||||
|
||||
async PFlyWebPublishedServer(nsString name, FlyWebPublishOptions params);
|
||||
|
||||
// Services remoting
|
||||
|
||||
async StartVisitedQuery(URIParams uri);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue