Skip to content
Snippets Groups Projects
  1. May 25, 2022
  2. Oct 01, 2021
  3. Aug 25, 2021
    • Andi-Bogdan Postelnicu's avatar
      Bug 1725145 - Preparation for the hybrid build env.... · 2fc4f70e
      Andi-Bogdan Postelnicu authored
      Bug 1725145 - Preparation for the hybrid build env. r=necko-reviewers,firefox-build-system-reviewers,valentin,glandium
      
      Automatically generated path that adds flag `REQUIRES_UNIFIED_BUILD = True` to `moz.build`
      when the module governed by the build config file is not buildable outside on the unified environment.
      
      This needs to be done in order to have a hybrid build system that adds the possibility of combing
      unified build components with ones that are built outside of the unified eco system.
      
      Differential Revision: https://phabricator.services.mozilla.com/D122345
      2fc4f70e
  4. May 26, 2021
  5. Feb 16, 2021
  6. Feb 11, 2021
  7. Jan 26, 2021
  8. Oct 20, 2020
  9. Sep 09, 2020
    • Chris Peterson's avatar
      Bug 1663217 - Remove MOZ_MUST_USE comment from NSIS BitsUtils.cpp. r=agashlin · 35d27dc9
      Chris Peterson authored
      The MOZ_MUST_USE macro is defined as clang's and gcc's nonstandard __attribute__((warn_unused_result)). Now that we compile as C++17 by default (bug 1560664), we can replace MOZ_MUST_USE with C++17's standard [[nodiscard]] attribute.
      
      BitsUtils.cpp only references MOZ_MUST_USE in a comment about forking a copy of mozilla::ScopeExit to remove some dependencies on other Mozilla header files (including MOZ_MUST_USE from mfbt/Attributes.h). [[nodiscard]] doesn't require a header file, so we can just remove this comment about MOZ_MUST_USE.
      
      Differential Revision: https://phabricator.services.mozilla.com/D89296
      35d27dc9
  10. Oct 20, 2020
  11. May 05, 2020
    • Ricky Stewart's avatar
      Bug 1634535 - Move ply to third_party/python r=glandium · ab55fb68
      Ricky Stewart authored
      The license used to be LGPL so the code lived in other-licenses, but it was changed to BSD eleven years ago. Let's move it over to third_party/python/ply where it belongs.
      
          ./mach vendor python ply==3.10
      
      `diff -r` between the original `ply` directory and the new one only comes up with the new file `third_party/python/ply/CHANGES` which isn't relevant to the functionality of the code, so this should be a no-op all told.
      
      Differential Revision: https://phabricator.services.mozilla.com/D73341
      ab55fb68
  12. Apr 29, 2020
  13. Apr 24, 2020
  14. Apr 20, 2020
  15. Apr 14, 2020
  16. Mar 17, 2020
  17. Mar 11, 2020
  18. Feb 27, 2020
  19. Jan 07, 2020
  20. Dec 12, 2019
  21. Sep 23, 2019
    • Matt Howell's avatar
      Bug 1578489 - New Windows installer icon. r=agashlin · dd5dc8ca
      Matt Howell authored
      This patch includes:
      * The new icon file itself
      * A modified Win32 SFX binary with the icon resource replaced and no other changes
      * A rebuilt ARM64 binary (because rebuilding it is just as easy as resource hacking it)
      * And I also took the opportunity to update the VC project to the 2019 toolchain
        and removed the requirement for a particular Windows 10 SDK version.
      
      Differential Revision: https://phabricator.services.mozilla.com/D46846
      
      --HG--
      extra : moz-landing-system : lando
      dd5dc8ca
  22. Jul 11, 2019
  23. Jun 25, 2019
  24. Jul 01, 2019
  25. Apr 30, 2019
  26. Apr 10, 2019
  27. Apr 06, 2019
  28. Mar 28, 2019
  29. Mar 27, 2019
  30. Apr 02, 2019
  31. Jan 26, 2019
  32. Jan 22, 2019
Loading