Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Migrate Performance::resourceTimingBufferFullTimerFired to HTML event…
… loop https://bugs.webkit.org/show_bug.cgi?id=229044 Patch by Alex Christensen <achristensen@webkit.org> on 2021-08-12 Reviewed by Geoff Garen. Covered by existing tests. There should be no change in behavior. * page/Performance.cpp: (WebCore::Performance::Performance): (WebCore::Performance::addResourceTiming): (WebCore::Performance::dispatchResourceTimingBufferFullEvent): (WebCore::Performance::contextDestroyed): Deleted. (WebCore::Performance::resourceTimingBufferFullTimerFired): Deleted. * page/Performance.h: Canonical link: https://commits.webkit.org/240480@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@280977 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
e3995c6
commit 5a8a506c71eb9350f4840a23d26152f81b205172
Showing
3 changed files
with
28 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters