1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-29 04:17:41 +02:00
bitwarden-browser/apps
Oscar Hinton 7cfa38e344
[PM-3996] Scaffolding for preload script (#6065)
This PR wires up a polyfill for window.ipc which allows us to progressively migrate the codebase to a format which supports context bridge. This avoids a big bang effort where every non sandboxed call has to be migrated before we can run the code.

Once all calls to node modules are removed from the renderer and only exists in preload.ts. We will turn on context isolation and use the context bridge for communication instead.
2023-10-12 11:50:17 +02:00
..
browser Add lint to try to limit reappearance of Safari memory leaks (#6382) 2023-10-10 19:13:50 +02:00
cli Bumped cli version to 2023.9.2 (#6492) 2023-10-03 11:01:11 -07:00
desktop [PM-3996] Scaffolding for preload script (#6065) 2023-10-12 11:50:17 +02:00
web [PM-4016] Address feedback on [PM-2014] (#6532) 2023-10-11 16:09:01 +02:00