- May 25, 2022
-
-
Ben Hearsum authored
For posterity, these were signed through our adhoc-signing system. Relevant links: https://github.com/mozilla-releng/adhoc-signing/commit/0acb7a37c217bbc1f6d50265db715cd58c524bba https://firefox-ci-tc.services.mozilla.com/tasks/VxWxraRRRbuHwOpKvxW8lg https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VxWxraRRRbuHwOpKvxW8lg/runs/0/artifacts/public%2Fbuild%2Fnsis-plugins-signed.zip Differential Revision: https://phabricator.services.mozilla.com/D147302
-
Ben Hearsum authored
For posterity, these were signed through our adhoc-signing system. Relevant links: https://github.com/mozilla-releng/adhoc-signing/commit/0acb7a37c217bbc1f6d50265db715cd58c524bba https://firefox-ci-tc.services.mozilla.com/tasks/VxWxraRRRbuHwOpKvxW8lg https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VxWxraRRRbuHwOpKvxW8lg/runs/0/artifacts/public%2Fbuild%2Fnsis-plugins-signed.zip Differential Revision: https://phabricator.services.mozilla.com/D147302
-
- Oct 01, 2021
-
-
Mike Hommey authored
Bug 1733545 - Remove REQUIRES_UNIFIED_BUILD from third-party directories that don't need it. r=firefox-build-system-reviewers,andi Differential Revision: https://phabricator.services.mozilla.com/D127229
-
- Aug 25, 2021
-
-
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
-
- May 26, 2021
-
-
Morgan Reschenberg authored
Differential Revision: https://phabricator.services.mozilla.com/D115841
-
- Feb 16, 2021
-
-
Emilio Cobos Álvarez authored
They include system headers inside extern "C", which seems wrong and causes the issue. This is the minimal patch. Differential Revision: https://phabricator.services.mozilla.com/D105217
-
- Feb 11, 2021
-
-
Petr Sumbera authored
Bug 1691957 - Snappy 1.1.8 now requires SNAPPY_IS_BIG_ENDIAN on big endian systems r=dom-storage-reviewers,sg Differential Revision: https://phabricator.services.mozilla.com/D104686
-
- Jan 26, 2021
-
-
ssengupta authored
Add a static assertion in IndexedDB to detect future updates. Differential Revision: https://phabricator.services.mozilla.com/D56708
-
- Oct 20, 2020
-
-
Adam Gashlin authored
Differential Revision: https://phabricator.services.mozilla.com/D93717
-
- Sep 09, 2020
-
-
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
-
- Oct 20, 2020
-
-
Adam Gashlin authored
Differential Revision: https://phabricator.services.mozilla.com/D93717
-
- May 05, 2020
-
-
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
-
- Apr 29, 2020
-
-
Adam Gashlin authored
Depends on D72993 Differential Revision: https://phabricator.services.mozilla.com/D72994
-
Adam Gashlin authored
The second argument to `ExecuteCodeSegment` is for a progress bar, not the parent window. Differential Revision: https://phabricator.services.mozilla.com/D72993
-
- Apr 24, 2020
-
-
Molly Howell authored
Differential Revision: https://phabricator.services.mozilla.com/D72415
-
- Apr 20, 2020
-
-
Molly Howell authored
Depends on D56577 Differential Revision: https://phabricator.services.mozilla.com/D56579
-
Molly Howell authored
This is all the code and build files for an NSIS plugin that enables rendering a web page as the content of an NSIS dialog. Documentation and the compiled binary are in later commits in this series. Depends on D56576 Differential Revision: https://phabricator.services.mozilla.com/D56577
-
Molly Howell authored
Minify this file by removing the dialogs we don't need and hiding all the unnecessary controls in the one we do need, so the stub installer code doesn't have to do that manually (I would have removed those controls altogether, but the NSIS compiler errors out if you do that). The dialog resources were edited directly in-place using Resource Hacker <http://angusj.com/resourcehacker/>. Differential Revision: https://phabricator.services.mozilla.com/D56576
-
- Apr 14, 2020
-
-
Kristen Wright authored
This is the most recent version of ply to still support python 3.5. Differential Revision: https://phabricator.services.mozilla.com/D70720 --HG-- extra : moz-landing-system : lando
-
- Mar 17, 2020
-
-
Chris Fronk authored
Differential Revision: https://phabricator.services.mozilla.com/D64511 --HG-- rename : mfbt/Pair.h => mfbt/CompactPair.h extra : moz-landing-system : lando
-
- Mar 11, 2020
-
-
shindli authored
Backed out changeset a08637fb30c8 (bug 1143478) for causing bustages in /builds/worker/checkouts/gecko/ipc/mscom/Registration.cpp CLOSED TREE --HG-- rename : mfbt/CompactPair.h => mfbt/Pair.h
-
Chris Fronk authored
Differential Revision: https://phabricator.services.mozilla.com/D64511 --HG-- rename : mfbt/Pair.h => mfbt/CompactPair.h extra : moz-landing-system : lando
-
- Feb 27, 2020
-
-
Marco Zehe authored
Differential Revision: https://phabricator.services.mozilla.com/D64337 --HG-- extra : moz-landing-system : lando
-
Marco Zehe authored
Differential Revision: https://phabricator.services.mozilla.com/D64287 --HG-- extra : moz-landing-system : lando
-
- Jan 07, 2020
-
-
Csoregi Natalia authored
-
- Dec 12, 2019
-
-
Tom Ritter authored
The changes made to CityHash are no longer necessary with mingw-clang, so we can revert them to the original upstream implementation. Differential Revision: https://phabricator.services.mozilla.com/D56991 --HG-- extra : moz-landing-system : lando
-
- Sep 23, 2019
-
-
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
-
- Jul 11, 2019
-
-
Tom Prince authored
Differential Revision: https://phabricator.services.mozilla.com/D24229 --HG-- extra : moz-landing-system : lando
-
- Jun 25, 2019
-
-
Matt Howell authored
Depends on D33844 Differential Revision: https://phabricator.services.mozilla.com/D33845 --HG-- extra : moz-landing-system : lando
-
- Jul 01, 2019
-
-
Matt Howell authored
Bug 1553537 Part 1 - Close our WinInet handles before terminating the file transfer thread. r=agashlin Also reduce the timeout for terminating the thread to 5 seconds, because 10 seconds is too long to be completely hanging the UI. Differential Revision: https://phabricator.services.mozilla.com/D33844 --HG-- extra : moz-landing-system : lando
-
- Apr 30, 2019
-
-
Adam Gashlin authored
Differential Revision: https://phabricator.services.mozilla.com/D22442 --HG-- extra : moz-landing-system : lando
-
- Apr 10, 2019
-
-
Daniel Varga authored
Backed out changeset 09338587b68e (bug 1458385) Backed out changeset f7791b680d46 (bug 1458385) Backed out changeset cc06a7beb3d1 (bug 1458385) Backed out changeset 3b10487587c3 (bug 1458385)
-
- Apr 06, 2019
-
-
Tom Prince authored
Differential Revision: https://phabricator.services.mozilla.com/D24229 --HG-- extra : moz-landing-system : lando
-
- Mar 28, 2019
-
-
Oana Pop Rus authored
Backed out changeset 8036c03c3b51 (bug 1458385) Backed out changeset 99fa5539c2bd (bug 1458385) Backed out changeset 9a5f255979c2 (bug 1458385)
-
- Mar 27, 2019
-
-
Tom Prince authored
Differential Revision: https://phabricator.services.mozilla.com/D24229 --HG-- extra : moz-landing-system : lando
-
- Apr 02, 2019
-
-
Petr Sumbera authored
Differential Revision: https://phabricator.services.mozilla.com/D25442 --HG-- extra : moz-landing-system : lando
-
- Jan 26, 2019
-
-
Samuel Thibault authored
-
- Jan 22, 2019
-
-
Matt Howell authored
Differential Revision: https://phabricator.services.mozilla.com/D15982 --HG-- extra : moz-landing-system : lando
-
Matt Howell authored
Differential Revision: https://phabricator.services.mozilla.com/D15980 --HG-- extra : moz-landing-system : lando
-
Matt Howell authored
Bug 1514806 Part 2 - Add build files necessary for compiling a 7-zip SFX stub for AArch64. r=agashlin Differential Revision: https://phabricator.services.mozilla.com/D15979 --HG-- extra : moz-landing-system : lando
-