refactor: rename Firefox related references to their relevant counterparts

This commit is contained in:
Alex Kontos
2022-09-16 15:41:24 +01:00
parent 8252e45d0f
commit e7824895ad
86 changed files with 785 additions and 783 deletions

View File

@@ -1200,7 +1200,7 @@ nsBrowserContentHandler.prototype = {
var urlParam = cmdLine.getArgument(urlFlagIdx + 1);
if (
cmdLine.length != urlFlagIdx + 2 ||
/firefoxurl(-[a-f0-9]+)?:/i.test(urlParam)
/waterfoxurl(-[a-f0-9]+)?:/i.test(urlParam)
) {
throw Components.Exception("", Cr.NS_ERROR_ABORT);
}