firefox-102.0.1

This commit is contained in:
Rmys
2022-07-06 21:59:03 +03:00
committed by ayhanyalcinsoy
parent 999d84bedf
commit 5895ba1815
3 changed files with 29 additions and 1 deletions
@@ -0,0 +1,17 @@
Description: Remove an extra constant definition that is now being generated by newer versions of cbindgen (0.24), and causing build failures because it is defined in several places.
Author: Olivier Tilloy <olivier.tilloy@canonical.com>
Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1773259
Forwarded: not-needed
--- a/gfx/webrender_bindings/webrender_ffi.h
+++ b/gfx/webrender_bindings/webrender_ffi.h
@@ -73,8 +73,6 @@ struct WrPipelineInfo;
struct WrPipelineIdAndEpoch;
using WrPipelineIdEpochs = nsTArray<WrPipelineIdAndEpoch>;
-const uint64_t ROOT_CLIP_CHAIN = ~0;
-
} // namespace wr
} // namespace mozilla
@@ -0,0 +1,10 @@
diff --git i/python/sites/mach.txt w/python/sites/mach.txt
index 01f4f8c23da3b..85cfaf2b273ac 100644
--- i/python/sites/mach.txt
+++ w/python/sites/mach.txt
@@ -134,4 +134,4 @@ pypi-optional:glean-sdk==50.1.0:telemetry will not be collected
# We aren't (yet) able to pin packages in automation, so we have to
# support down to the oldest locally-installed version (5.4.2).
pypi-optional:psutil>=5.4.2,<=5.8.0:telemetry will be missing some data
-pypi-optional:zstandard>=0.11.1,<=0.17.0:zstd archives will not be possible to extract
+pypi-optional:zstandard>=0.11.1,<=0.18.0:zstd archives will not be possible to extract
+2 -1
View File
@@ -74,7 +74,8 @@
<Dependency>jack-audio-connection-kit-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">0002-Bug-1745560-Add-missing-stub-for-wl_proxy_marshal_fl.patch</Patch> -->
<Patch level="1">cbindgen-0.24.0.diff</Patch>
<Patch level="1">zstandard-0.18.0.diff</Patch>
</Patches>
</Source>