Bug 254180
| Summary: | Avoid unnecessary work in DocumentTimelinesController::updateAnimationsAndSendEvents() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | WebCore Misc. | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Chris Dumez
Avoid unnecessary work in DocumentTimelinesController::updateAnimationsAndSendEvents() when there are no listeners for those events.
In many cases, there are no listeners for those animation events and we still spend a significant amount of time in DocumentTimelinesController::updateAnimationsAndSendEvents() dealing with these events.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/11731
Radar WebKit Bug Importer
<rdar://problem/107281878>
Chris Dumez
*** This bug has been marked as a duplicate of bug 254454 ***