mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Remove content process sandbox code.
This commit is contained in:
parent
d87cc84005
commit
369378d566
41 changed files with 1 additions and 1823 deletions
|
|
@ -738,14 +738,6 @@ GetSpecialSystemDirectory(SystemDirectories aSystemSystemDirectory,
|
|||
}
|
||||
return rv;
|
||||
}
|
||||
#if defined(MOZ_CONTENT_SANDBOX)
|
||||
case Win_LocalAppdataLow: {
|
||||
// This should only really fail on versions pre-Vista, in which case this
|
||||
// shouldn't have been used in the first place.
|
||||
GUID localAppDataLowGuid = FOLDERID_LocalAppDataLow;
|
||||
return GetKnownFolder(&localAppDataLowGuid, aFile);
|
||||
}
|
||||
#endif
|
||||
case Win_Documents: {
|
||||
return GetLibrarySaveToPath(CSIDL_MYDOCUMENTS,
|
||||
FOLDERID_DocumentsLibrary,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue