Bug 208778

Summary: Bounce displayWasRefreshed() via EventDispatcher
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: koivisto, simon.fraser, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 216296    
Bug Blocks:    
Attachments:
Description Flags
Patch
koivisto: review+
Patch none

Simon Fraser (smfr)
Reported 2020-03-07 16:38:18 PST
Bounce displayWasRefreshed() via EventDispatcher
Attachments
Patch (6.01 KB, patch)
2020-03-07 16:40 PST, Simon Fraser (smfr)
koivisto: review+
Patch (6.82 KB, patch)
2020-04-23 15:46 PDT, Simon Fraser (smfr)
no flags
Simon Fraser (smfr)
Comment 1 2020-03-07 16:40:20 PST
Antti Koivisto
Comment 2 2020-03-07 22:34:47 PST
Comment on attachment 392912 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=392912&action=review > Source/WebKit/WebProcess/WebProcess.h:342 > +#if ENABLE(WEBPROCESS_WINDOWSERVER_BLOCKING) > + void displayWasRefreshed(WebCore::PlatformDisplayID); > +#endif Please remove this and just call DisplayRefreshMonitorManager directly. Also remove the associated WebProcess message.
Radar WebKit Bug Importer
Comment 3 2020-04-23 15:40:47 PDT
Simon Fraser (smfr)
Comment 4 2020-04-23 15:46:18 PDT
EWS
Comment 5 2020-04-23 18:08:41 PDT
Committed r260614: <https://trac.webkit.org/changeset/260614> All reviewed patches have been landed. Closing bug and clearing flags on attachment 397394 [details].
Note You need to log in before you can comment on or make changes to this bug.