Bug 208778 - Bounce displayWasRefreshed() via EventDispatcher
Summary: Bounce displayWasRefreshed() via EventDispatcher
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on: 216296
Blocks:
  Show dependency treegraph
 
Reported: 2020-03-07 16:38 PST by Simon Fraser (smfr)
Modified: 2020-09-08 17:06 PDT (History)
4 users (show)

See Also:


Attachments
Patch (6.01 KB, patch)
2020-03-07 16:40 PST, Simon Fraser (smfr)
koivisto: review+
Details | Formatted Diff | Diff
Patch (6.82 KB, patch)
2020-04-23 15:46 PDT, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2020-03-07 16:38:18 PST
Bounce displayWasRefreshed() via EventDispatcher
Comment 1 Simon Fraser (smfr) 2020-03-07 16:40:20 PST
Created attachment 392912 [details]
Patch
Comment 2 Antti Koivisto 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.
Comment 3 Radar WebKit Bug Importer 2020-04-23 15:40:47 PDT
<rdar://problem/62266522>
Comment 4 Simon Fraser (smfr) 2020-04-23 15:46:18 PDT
Created attachment 397394 [details]
Patch
Comment 5 EWS 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].