Merge remote-tracking branch 'origin/main' into wp/mrdimidium/multicontext

This commit is contained in:
Nikolay Govorov
2026-01-29 06:46:50 +00:00
20 changed files with 1906 additions and 58 deletions

View File

@@ -99,7 +99,7 @@ pub fn closeSession(self: *Browser) void {
session.deinit();
self.session = null;
_ = self.session_arena.reset(.{ .retain_with_limit = 1 * 1024 * 1024 });
self.env.lowMemoryNotification();
self.env.memoryPressureNotification(.critical);
}
}