Bug 147516 - Drop dummy Timer callbacks
Summary: Drop dummy Timer callbacks
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-31 17:07 PDT by Chris Dumez
Modified: 2015-07-31 20:41 PDT (History)
2 users (show)

See Also:


Attachments
Patch (30.41 KB, patch)
2015-07-31 17:10 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (30.47 KB, patch)
2015-07-31 17:17 PDT, 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 2015-07-31 17:07:21 PDT
Drop dummy Timer callbacks in the code base. A lot of Timer callbacks do nothing else beside calling a particular method. In such case, we can use the called method as Timer callback instead.
Comment 1 Chris Dumez 2015-07-31 17:10:52 PDT
Created attachment 257980 [details]
Patch
Comment 2 Chris Dumez 2015-07-31 17:17:50 PDT
Created attachment 257981 [details]
Patch
Comment 3 WebKit Commit Bot 2015-07-31 20:41:16 PDT
Comment on attachment 257981 [details]
Patch

Clearing flags on attachment: 257981

Committed r187706: <http://trac.webkit.org/changeset/187706>
Comment 4 WebKit Commit Bot 2015-07-31 20:41:21 PDT
All reviewed patches have been landed.  Closing bug.