mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
242b6db563
This makes page-worker load its pages in the remote process. It does so by creating a single frame in the hidden window used to ensure we have a remote process when necessary and then a module in the remote process is used to create windowless browsers to load the pages. This does break one API, getActiveView, but I don't think we should be maintaining that and it has been unstable since its inception anyway. Once downside, the l10n module now has to use the observer service to detect documents rather than the DOM event, this might be causing more CPOW traffic since that observer notification is shimmed so we may need to use the shim waiver there. |
||
---|---|---|
.. | ||
source | ||
test | ||
mach_commands.py | ||
Makefile.in | ||
moz.build | ||
mozbuild.template |