Merge remote-tracking branch 'origin/tracking' into custom

This commit is contained in:
roytam1 2023-08-31 22:43:48 +08:00
commit 92d9218cf1
28 changed files with 239 additions and 72 deletions

View file

@ -3090,7 +3090,8 @@ nsLocalFile::IsExecutable(bool* aResult)
"ws",
"wsc",
"wsf",
"wsh"
"wsh",
"xll" // MS Excel dynamic link library
};
nsDependentSubstring ext = Substring(path, dotIdx + 1);
for (size_t i = 0; i < ArrayLength(executableExts); ++i) {