Bug 167191

Summary: Add a mechanism to dispatch and listen to an action
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Perf DashboardAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, kling, koivisto, rniwa
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Adds the notion of an action koivisto: review+

Description Ryosuke Niwa 2017-01-18 20:07:45 PST
Right now, various perf dashboard components have methods like setCallback
to do work when some user-initiated or network-initiated events.

Introduce the notion of "action" to standardize this mechanism.
Comment 1 Ryosuke Niwa 2017-01-18 23:23:48 PST
Created attachment 299235 [details]
Adds the notion of an action
Comment 2 Antti Koivisto 2017-01-19 14:58:33 PST
Comment on attachment 299235 [details]
Adds the notion of an action

rs=me
Comment 3 Ryosuke Niwa 2017-01-19 14:59:57 PST
Committed r210938: <http://trac.webkit.org/changeset/210938>