| Summary: | Timers are not coalesced during thermal throttling; should match low power mode | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tim Horton <thorton> |
| Component: | WebKit Misc. | Assignee: | Diego Pino <dpino> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | dpino, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Tim Horton
2023-08-30 16:17:30 PDT
Pull request: https://github.com/WebKit/WebKit/pull/17257 Committed 267480@main (30884546903f): <https://commits.webkit.org/267480@main> Reviewed commits have been landed. Closing PR #17257 and removing active labels. https://build.webkit.org/#/builders/596/builds/12635 WPE Ubuntu 20.04 started failing after this patch. There was a unified sources build error due to duplicated enum 'None' (conflicts with X Window headers). ``` FAILED: In file included from /usr/include/X11/Xlib.h:44, from /usr/include/EGL/eglplatform.h:128, from /usr/include/epoxy/egl_generated.h:11, from /usr/include/epoxy/egl.h:46, from ../../Source/WebCore/platform/graphics/epoxy/EpoxyEGL.h:28, from ../../Source/WebCore/platform/graphics/egl/GLContext.cpp:30, from WebCore/DerivedSources/unified-sources/UnifiedSource-3c72abbe-43.cpp:1: ../../Source/WebCore/platform/graphics/filters/FEConvolveMatrix.h:36:5: error: expected identifier before numeric constant 36 | None | ^~~~ ``` Re-opening for pull request https://github.com/webkit/webkit/pull/17272 Committed 267487@main (07585903a5d3): <https://commits.webkit.org/267487@main> Reviewed commits have been landed. Closing PR #17272 and removing active labels. |