Bug 256669
| Summary: | Always send displayDidRefresh via EventDispatcher | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Matt Woodrow <mattwoodrow> |
| Component: | Layout and Rendering | Assignee: | Matt Woodrow <mattwoodrow> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 232918 | ||
Matt Woodrow
displayDidRefresh is currently sent over EventDispatcher, or WebProcess, depending on which consumers are registered.
Bug 232918 is going to add another consumer that wants the background-thread EventDispatcher behaviour, so it's simpler to just always do that.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Matt Woodrow
Pull request: https://github.com/WebKit/WebKit/pull/13777
Radar WebKit Bug Importer
<rdar://problem/109535049>
Matt Woodrow
This can be a performance regression when we're only using it on the main thread, closing.