Bug 218828 - Add RunLoop::Timer constructor taking in a WTF::Function
Summary: Add RunLoop::Timer constructor taking in a WTF::Function
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-11-11 16:30 PST by Chris Dumez
Modified: 2020-11-11 18:54 PST (History)
8 users (show)

See Also:


Attachments
Patch (4.73 KB, patch)
2020-11-11 16:31 PST, Chris Dumez
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
Patch (4.86 KB, patch)
2020-11-11 16:45 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2020-11-11 16:30:02 PST
Add RunLoop::Timer constructor taking in a WTF::Function instead of a function pointer. This is similar to what was done for WebCore::Timer.
Comment 1 Chris Dumez 2020-11-11 16:31:43 PST
Created attachment 413884 [details]
Patch
Comment 2 Darin Adler 2020-11-11 16:38:33 PST
Comment on attachment 413884 [details]
Patch

I’m jumping the gun and reviewing now. I know you won’t commit before EWS confirms this works.
Comment 3 Chris Dumez 2020-11-11 16:45:39 PST
Created attachment 413886 [details]
Patch
Comment 4 EWS 2020-11-11 18:53:34 PST
Committed r269714: <https://trac.webkit.org/changeset/269714>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 413886 [details].
Comment 5 Radar WebKit Bug Importer 2020-11-11 18:54:18 PST
<rdar://problem/71309284>