Bug 209741 - REGRESSION(r258829): [CoordinatedGraphics] Web view not updated after cross site navigation with PSON enabled
Summary: REGRESSION(r258829): [CoordinatedGraphics] Web view not updated after cross s...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, InRadar, Regression
Depends on:
Blocks:
 
Reported: 2020-03-30 08:01 PDT by Carlos Garcia Campos
Modified: 2020-03-31 02:12 PDT (History)
13 users (show)

See Also:


Attachments
Patch (2.84 KB, patch)
2020-03-30 08:05 PDT, Carlos Garcia Campos
zan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>