mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
parent
9195e9e4e3
commit
b586913598
53 changed files with 60 additions and 750 deletions
|
|
@ -19,12 +19,6 @@ nsresult
|
|||
nsNSSDialogHelper::openDialog(mozIDOMWindowProxy* window, const char* url,
|
||||
nsISupports* params, bool modal)
|
||||
{
|
||||
#ifdef MOZ_WIDGET_GONK
|
||||
// On b2g devices, we need to proxy the dialog creation & management
|
||||
// to Gaia.
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
#endif
|
||||
|
||||
nsresult rv;
|
||||
nsCOMPtr<nsIWindowWatcher> windowWatcher =
|
||||
do_GetService(NS_WINDOWWATCHER_CONTRACTID, &rv);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue