Bug 209741

Summary: REGRESSION(r258829): [CoordinatedGraphics] Web view not updated after cross site navigation with PSON enabled
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, cmarcelo, ews-watchlist, gyuyoung.kim, koivisto, luiz, noam, ryuan.choi, sergio, webkit-bug-importer, youennf, zan, zeno
Priority: P2 Keywords: Gtk, InRadar, Regression
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=209232
Attachments:
Description Flags
Patch zan: review+

Description Carlos Garcia Campos 2020-03-30 08:01:16 PDT
Since r258829, the drawing area proxy of a provisional page ignores all messages until the load is committed. This is causing 2 problems for coordinated graphics drawing area. When not in accelerated compositing mode, Update message is sent before the commit is loaded, and the web process keeps waiting for the DidUpdate response message forever. When accelerated compositing mode is forced, the EnterAcceleratedCompositing message is also sent before the load is committed and ignored, so the UI process doesn't know it's in accelerated mode.
Comment 1 Carlos Garcia Campos 2020-03-30 08:05:01 PDT
Created attachment 394918 [details]
Patch
Comment 2 Carlos Garcia Campos 2020-03-31 02:11:05 PDT
Committed r259283: <https://trac.webkit.org/changeset/259283>
Comment 3 Radar WebKit Bug Importer 2020-03-31 02:12:12 PDT
<rdar://problem/61097420>