mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 01:47:31 +09:00
Revert "Issue #756 - Remove Contextual Identity from UnifiedComplete"
This reverts commit 50bf383712.
This commit is contained in:
parent
393112bc29
commit
979a96c49a
6 changed files with 116 additions and 40 deletions
|
|
@ -116,8 +116,10 @@ interface mozIPlacesAutoComplete : nsISupports
|
|||
*
|
||||
* @param aURI
|
||||
* The URI to register as an open page.
|
||||
* @param aUserContextId
|
||||
* The Container Id of the tab.
|
||||
*/
|
||||
void registerOpenPage(in nsIURI aURI);
|
||||
void registerOpenPage(in nsIURI aURI, in uint32_t aUserContextId);
|
||||
|
||||
/**
|
||||
* Mark a page as no longer being open (either by closing the window or tab,
|
||||
|
|
@ -129,6 +131,8 @@ interface mozIPlacesAutoComplete : nsISupports
|
|||
*
|
||||
* @param aURI
|
||||
* The URI to unregister as an open page.
|
||||
* @param aUserContextId
|
||||
* The Container Id of the tab.
|
||||
*/
|
||||
void unregisterOpenPage(in nsIURI aURI);
|
||||
void unregisterOpenPage(in nsIURI aURI, in uint32_t aUserContextId);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue