- Dec 13, 2023
-
-
-
Pier Angelo Vendrame authored
This commit was once part of "Bug 4234: Use the Firefox Update Process for Tor Browser.". However, some parts of it were not needed for Base Browser and some derivative browsers. Therefore, we extracted from that commit the parts for Tor Browser legacy, and we add them back to the patch set with this commit.
-
- Nov 20, 2023
-
-
Mozilla Releng Treescript authored
-
- Oct 23, 2023
-
-
Mozilla Releng Treescript authored
-
- Sep 25, 2023
-
-
Mozilla Releng Treescript authored
-
- Sep 11, 2023
-
-
Henri Sivonen authored
Differential Revision: https://phabricator.services.mozilla.com/D187876
-
- Aug 24, 2023
-
-
Mike Hommey authored
On clang trunk, lld recently changed its behavior wrt linking wasm files, whereas it now always puts a module name in the output, while it didn't before. This leads wasm2c to use that module name in a way that is not compatible with the rlbox code. Thus we force wasm2c to use the module name it was defaulting to before. Differential Revision: https://phabricator.services.mozilla.com/D186828
-
- Jun 07, 2023
-
-
Mike Hommey authored
This moves the creation of both rlbox.wasm.c and rlbox.wasm.h to pre-compile, which allows static-analysis to create both files (but more importantly the .h) without also compiling rlbox.wasm.c, which takes forever. Differential Revision: https://phabricator.services.mozilla.com/D180173
-
- Aug 28, 2023
-
-
Mozilla Releng Treescript authored
-
- Jul 31, 2023
-
-
Mozilla Releng Treescript authored
-
- Jul 04, 2023
-
-
Mozilla Releng Treescript authored
-
- Jun 20, 2023
-
-
Mozilla Releng Treescript authored
-
- Jun 05, 2023
-
-
Mozilla Releng Treescript authored
-
- Jun 09, 2023
-
-
Mozilla Releng Treescript authored
-
- Jun 06, 2023
-
-
Mozilla Releng Treescript authored
-
- May 29, 2023
-
-
serge-sans-paille authored
When rustc generates its dependency file, it takes into account current version of the codebase. If an update of the code then happens, with, say an ipdl file being removed, the corresponding .h is no longer generated and make rightfully complains about missing dependency. Allow this kind of transition by providing a dummy rule for each dependency generated by rustc. Differential Revision: https://phabricator.services.mozilla.com/D178617
-
- May 25, 2023
-
-
André Bargull authored
Depends on D176264 Differential Revision: https://phabricator.services.mozilla.com/D176265
-
André Bargull authored
Depends on D176263 Differential Revision: https://phabricator.services.mozilla.com/D176264
-
- May 24, 2023
-
-
serge-sans-paille authored
Instead of duplicating the flag location, use a single place to pass either lto or lto=fat. Differential Revision: https://phabricator.services.mozilla.com/D178841
-
- May 23, 2023
-
-
Mozilla Releng Treescript authored
-
Noemi Erli authored
-
serge-sans-paille authored
When rustc generates its dependency file, it takes into account current version of the codebase. If an update of the code then happens, with, say an ipdl file being removed, the corresponding .h is no longer generated and make rightfully complains about missing dependency. Allow this kind of transition by providing a dummy rule for each dependency generated by rustc. Differential Revision: https://phabricator.services.mozilla.com/D178617
-
- May 10, 2023
-
-
serge-sans-paille authored
This combines the effect of full LTO for C/C++ code with rust cross LTO capability. Differential Revision: https://phabricator.services.mozilla.com/D172266
-
Sandor Molnar authored
-
serge-sans-paille authored
This combines the effect of full LTO for C/C++ code with rust cross LTO capability. Differential Revision: https://phabricator.services.mozilla.com/D172266
-
- May 08, 2023
-
-
Shravan Narayan authored
Differential Revision: https://phabricator.services.mozilla.com/D177123
-
Mike Hommey authored
Bug 1829050 - Enable STL wrapping (and thus infallible new) for wasm-sandboxed code. r=firefox-build-system-reviewers,shravanrn,andi Differential Revision: https://phabricator.services.mozilla.com/D175981
-
Mozilla Releng Treescript authored
-
- May 12, 2023
-
-
Mozilla Releng Treescript authored
-
- May 08, 2023
-
-
Mozilla Releng Treescript authored
-
- May 04, 2023
-
-
Shravan Narayan authored
Differential Revision: https://phabricator.services.mozilla.com/D176949
-
- May 09, 2023
-
-
Mozilla Releng Treescript authored
-
- May 03, 2023
-
-
Noemi Erli authored
-
Noemi Erli authored
-
Noemi Erli authored
Backed out changeset e06349a5b0f2 (bug 1829050) for causing build bustages in rlbox_wasm2c_sandbox.hpp
-
Mike Hommey authored
Bug 1829050 - Enable STL wrapping (and thus infallible new) for wasm-sandboxed code. r=firefox-build-system-reviewers,shravanrn,andi Differential Revision: https://phabricator.services.mozilla.com/D175981
-
Norisz Fay authored
-
Mike Hommey authored
Bug 1829050 - Enable STL wrapping (and thus infallible new) for wasm-sandboxed code. r=firefox-build-system-reviewers,shravanrn,andi Differential Revision: https://phabricator.services.mozilla.com/D175981
-
- May 02, 2023
-
-
Shravan Narayan authored
Differential Revision: https://phabricator.services.mozilla.com/D176567
-
- May 01, 2023
-
-
Gabriele Svelto authored
Differential Revision: https://phabricator.services.mozilla.com/D176805
-