RESOLVED FIXED 199826
[GTK] No web view updates after swapping web process if AC mode is forced
https://bugs.webkit.org/show_bug.cgi?id=199826
Summary [GTK] No web view updates after swapping web process if AC mode is forced
Carlos Garcia Campos
Reported 2019-07-16 07:23:11 PDT
This can be easily reproduced with MiniBrowser. 1- Start MB with WEBKIT_FORCE_COMPOSITING_MODE=1 2- Wait until webkitgtk.org loads 3- Load google.com (or any other page that make a cross site navigation) This is because when AC mode is forced the provisional page creates a drawing area that is always in AC mode. When swapping processes, the current drawing area is destroyed (which exists AC mode) and the provisional one is set. From that point the web process is in AC mode but the UI process isn't. We need to update the compositing mode when swapping processes.
Attachments
Patch (2.57 KB, patch)
2019-07-16 07:26 PDT, Carlos Garcia Campos
mcatanzaro: review+
Carlos Garcia Campos
Comment 1 2019-07-16 07:26:58 PDT
Carlos Garcia Campos
Comment 2 2019-07-17 01:21:22 PDT
Note You need to log in before you can comment on or make changes to this bug.