commit 141a27ea8b444c2224168c4c57ca9ab21242b7a1
parent 9f7cc5351f2eccfe7f15c8157b4a834dce785c9d
Author: Nika Layzell <nika@thelayzells.com>
Date: Tue, 16 Dec 2025 04:53:46 +0000
Bug 1927599 - Part 3: Enable extended virtual addressing for the WebContent process, r=glandium
Web content can allocate large contiguous memory regions, and we often use a
larger address space as part of features such as WebAssembly.
Differential Revision: https://phabricator.services.mozilla.com/D227289
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/mobile/ios/GeckoTestBrowser/WebContent/WebContent.entitlements b/mobile/ios/GeckoTestBrowser/WebContent/WebContent.entitlements
@@ -8,5 +8,7 @@
<true/>
<key>com.apple.developer.memory.transfer-accept</key>
<string>org.mozilla.ios.GeckoTestBrowser</string>
+ <key>com.apple.developer.kernel.extended-virtual-addressing</key>
+ <true/>
</dict>
</plist>