WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 209741
REGRESSION(
r258829
): [CoordinatedGraphics] Web view not updated after cross site navigation with PSON enabled
https://bugs.webkit.org/show_bug.cgi?id=209741
Summary
REGRESSION(r258829): [CoordinatedGraphics] Web view not updated after cross s...
Carlos Garcia Campos
Reported
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.
Attachments
Patch
(2.84 KB, patch)
2020-03-30 08:05 PDT
,
Carlos Garcia Campos
zan
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Carlos Garcia Campos
Comment 1
2020-03-30 08:05:01 PDT
Created
attachment 394918
[details]
Patch
Carlos Garcia Campos
Comment 2
2020-03-31 02:11:05 PDT
Committed
r259283
: <
https://trac.webkit.org/changeset/259283
>
Radar WebKit Bug Importer
Comment 3
2020-03-31 02:12:12 PDT
<
rdar://problem/61097420
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug