WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
186397
Only display refresh monitors having requested display refresh callback should get notified on screen updates.
https://bugs.webkit.org/show_bug.cgi?id=186397
Summary
Only display refresh monitors having requested display refresh callback shoul...
Per Arne Vollan
Reported
2018-06-07 09:20:16 PDT
Since all display refresh monitors in the WebContent process share a single UI process display link, we should make sure that only the monitors having requested callback, are getting notified on screen updates. This does not appear to be a problem currently, but we should safeguard the code for future code changes.
Attachments
Patch
(4.10 KB, patch)
2018-06-07 09:34 PDT
,
Per Arne Vollan
no flags
Details
Formatted Diff
Diff
Patch
(4.07 KB, patch)
2018-06-08 11:34 PDT
,
Per Arne Vollan
bfulgham
: review+
Details
Formatted Diff
Diff
Patch
(4.20 KB, patch)
2018-06-08 14:22 PDT
,
Per Arne Vollan
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Per Arne Vollan
Comment 1
2018-06-07 09:34:57 PDT
Created
attachment 342180
[details]
Patch
Radar WebKit Bug Importer
Comment 2
2018-06-07 09:35:34 PDT
<
rdar://problem/40897835
>
Per Arne Vollan
Comment 3
2018-06-08 11:34:14 PDT
Created
attachment 342300
[details]
Patch
Brent Fulgham
Comment 4
2018-06-08 11:47:12 PDT
Comment on
attachment 342300
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=342300&action=review
I think this seems like a very reasonable approach. We just need to be sure there aren't cases where we were relying on an active monitor (that has not sent a message recently) getting updates. We might find that we need to be more explicit about specifically requesting refresh callback if we encounter animation or other rendering issues.
> Source/WebCore/ChangeLog:4 > +
https://bugs.webkit.org/show_bug.cgi?id=186397
Radar?
> Source/WebCore/ChangeLog:9 > + we should make sure that only the monitors having requested callback, are getting notified on screen
No comma after "callback" please.
> Source/WebCore/platform/graphics/DisplayRefreshMonitorManager.cpp:131 > + if (monitor->hasRequestedRefreshCallback())
How frequently do we have active monitors that have not requested refresh callbacks? I'm curious how much of a benefit this might be...
Per Arne Vollan
Comment 5
2018-06-08 11:54:25 PDT
(In reply to Brent Fulgham from
comment #4
)
> Comment on
attachment 342300
[details]
> Patch > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=342300&action=review
> > I think this seems like a very reasonable approach. We just need to be sure > there aren't cases where we were relying on an active monitor (that has not > sent a message recently) getting updates. > > We might find that we need to be more explicit about specifically requesting > refresh callback if we encounter animation or other rendering issues. > > > Source/WebCore/ChangeLog:4 > > +
https://bugs.webkit.org/show_bug.cgi?id=186397
> > Radar? > > > Source/WebCore/ChangeLog:9 > > + we should make sure that only the monitors having requested callback, are getting notified on screen > > No comma after "callback" please. > > > Source/WebCore/platform/graphics/DisplayRefreshMonitorManager.cpp:131 > > + if (monitor->hasRequestedRefreshCallback()) > > How frequently do we have active monitors that have not requested refresh > callbacks? I'm curious how much of a benefit this might be...
I think this is rare. While inspecting the code, I only found that this is only possible if the window is changing screen while a display refresh monitor is active. Thanks for reviewing!
Per Arne Vollan
Comment 6
2018-06-08 14:22:37 PDT
Created
attachment 342327
[details]
Patch
WebKit Commit Bot
Comment 7
2018-06-08 16:50:19 PDT
Comment on
attachment 342327
[details]
Patch Clearing flags on attachment: 342327 Committed
r232652
: <
https://trac.webkit.org/changeset/232652
>
Ahmad Saleem
Comment 8
2022-10-09 06:06:41 PDT
Checked via GitHub using BugID and it landed in following:
https://github.com/WebKit/WebKit/commit/86295446fc35891e6e5c57909e64023fbc77380f
and didn't backed out. Marking this as "RESOLVED FIXED". Thanks!
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