mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +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
|
|
@ -98,13 +98,8 @@ Logger::Logger(const nsACString& aLeafBaseName)
|
|||
rv = NS_GetSpecialDirectory(NS_OS_TEMP_DIR, getter_AddRefs(logFileName));
|
||||
} else if (procType == GeckoProcessType_Content) {
|
||||
leafName.AppendLiteral("-Content-");
|
||||
#if defined(MOZ_CONTENT_SANDBOX)
|
||||
rv = NS_GetSpecialDirectory(NS_APP_CONTENT_PROCESS_TEMP_DIR,
|
||||
getter_AddRefs(logFileName));
|
||||
#else
|
||||
rv = NS_GetSpecialDirectory(NS_OS_TEMP_DIR,
|
||||
getter_AddRefs(logFileName));
|
||||
#endif // defined(MOZ_CONTENT_SANDBOX)
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue