mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +09:00
Issue #1390 - Get rid of the Presentation API
This commit is contained in:
parent
b244d44891
commit
eda1d47bc7
180 changed files with 0 additions and 29305 deletions
|
|
@ -43,7 +43,6 @@ include protocol PJavaScript;
|
|||
include protocol PRemoteSpellcheckEngine;
|
||||
include protocol PWebBrowserPersistDocument;
|
||||
include protocol PWebrtcGlobal;
|
||||
include protocol PPresentation;
|
||||
include protocol PVideoDecoderManager;
|
||||
include protocol PFlyWebPublishedServer;
|
||||
include DOMTypes;
|
||||
|
|
@ -260,7 +259,6 @@ nested(upto inside_cpow) sync protocol PContent
|
|||
manages PRemoteSpellcheckEngine;
|
||||
manages PWebBrowserPersistDocument;
|
||||
manages PWebrtcGlobal;
|
||||
manages PPresentation;
|
||||
manages PFlyWebPublishedServer;
|
||||
|
||||
both:
|
||||
|
|
@ -480,18 +478,6 @@ child:
|
|||
*/
|
||||
async UpdateWindow(uintptr_t aChildId);
|
||||
|
||||
/**
|
||||
* Notify the child that presentation receiver has been launched with the
|
||||
* correspondent iframe.
|
||||
*/
|
||||
async NotifyPresentationReceiverLaunched(PBrowser aIframe, nsString aSessionId);
|
||||
|
||||
/**
|
||||
* Notify the child that the info about a presentation receiver needs to be
|
||||
* cleaned up.
|
||||
*/
|
||||
async NotifyPresentationReceiverCleanUp(nsString aSessionId);
|
||||
|
||||
/**
|
||||
* Notify the child that cache is emptied.
|
||||
*/
|
||||
|
|
@ -682,8 +668,6 @@ parent:
|
|||
|
||||
async PWebrtcGlobal();
|
||||
|
||||
async PPresentation();
|
||||
|
||||
async PFlyWebPublishedServer(nsString name, FlyWebPublishOptions params);
|
||||
|
||||
// Services remoting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue