gecko-dev/toolkit
Mike Hommey 3da3b13f2a Bug 1766359 - Fix unreachable-code-return warnings in Windows builds. r=emilio,mhowell,nika,rkraesig
dom/system/PathUtils.cpp(77,10): error: 'return' will never be executed [-Werror,-Wunreachable-code-return]
  return false;
         ^~~~~
ipc/chromium/src/chrome/common/ipc_channel_win.cc(479,10): error: 'return' will never be executed [-Werror,-Wunreachable-code-return]
  return true;
         ^~~~
mozglue/misc/PreXULSkeletonUI.cpp(1263,10): error: 'return' will never be executed [-Werror,-Wunreachable-code-return]
  return 0;
         ^
mozglue/tests/TestPEExportSection.cpp(348,12): error: 'return' will never be executed [-Werror,-Wunreachable-code-return]
    return 0;
           ^
security/manager/ssl/OSReauthenticator.cpp(428,10): error: 'return' will never be executed [-Werror,-Wunreachable-code-return]
  return NS_OK;
         ^~~~~
toolkit/components/maintenanceservice/maintenanceservice.cpp(214,10): error: 'return' will never be executed [-Werror,-Wunreachable-code-return]
  return 0;
         ^
widget/windows/WindowsUIUtils.cpp(383,10): error: 'return' will never be executed [-Werror,-Wunreachable-code-return]
  return false;
         ^~~~~

Differential Revision: https://phabricator.services.mozilla.com/D144661
2022-04-26 21:44:54 +00:00
..
actors Bug 1749795 - create documentation for adding and testing site-specific wrappers. r=mhowell 2022-04-22 20:46:11 +00:00
components Bug 1766359 - Fix unreachable-code-return warnings in Windows builds. r=emilio,mhowell,nika,rkraesig 2022-04-26 21:44:54 +00:00
content Bug 1654054 - Port videocontrols to Fluent. r=mconley,fluent-reviewers,pip-reviewers,flod 2022-04-25 14:21:18 +00:00
crashreporter Bug 1740078 - Do not allocate memory in Breakpad's minidump generation callbacks to prevent deadlocks r=KrisWright 2022-04-26 19:15:09 +00:00
docs
library Bug 1765969 - Update cubeb-coreaudio-rs to 44eca958. r=cubeb-reviewers,chunmin 2022-04-22 15:54:12 +00:00
locales Bug 1654054 - Port videocontrols to Fluent. r=mconley,fluent-reviewers,pip-reviewers,flod 2022-04-25 14:21:18 +00:00
modules Bug 1608276 - Part 1: Do not use global this when loading subprocess scripts. r=mossop 2022-04-26 12:48:05 +00:00
mozapps Backed out 2 changesets (bug 1765418, bug 1765427) for causing bc failures in browser_doorhanger_bc_check_unsupported. 2022-04-26 20:10:12 +03:00
profile Bug 1519200 - Remove `NS_ERROR_FILE_TARGET_DOES_NOT_EXIST` in favor of `NS_ERROR_FILE_NOT_FOUND`. r=xpcom-reviewers,nika,dom-storage-reviewers,jstutte 2022-04-05 15:17:03 +00:00
system Bug 1756209: add support for pulling campaignid out of builds installed through the Microsoft Store r=mhowell 2022-04-26 15:55:33 +00:00
themes Bug 1765639 - removed rule for .pictureInPictureToggleButton r=kpatenio 2022-04-25 20:59:40 +00:00
xre Bug 1763989. Remove the PPrinting and nsPrintingProxy code. r=bobowen 2022-04-26 14:30:29 +00:00
.eslintrc.js
l10n-registry.manifest
moz.build Bug 1743465: add XPCOM component for interacting with Windows PackageManager r=mhowell 2022-01-20 23:34:51 +00:00
moz.configure Bug 1661450 - 1/2 Make webrtc depend on MOZ_X11 r=ng 2022-04-20 09:32:10 +00:00
toolkit.mozbuild Bug 1742437 - Move module loader files into a central folder; r=jonco 2022-02-21 15:39:08 +00:00