RESOLVED FIXED 128342
Remove ChildProcess::m_activeTasks
https://bugs.webkit.org/show_bug.cgi?id=128342
Summary Remove ChildProcess::m_activeTasks
Gavin Barraclough
Reported 2014-02-06 16:20:35 PST
Currently we funnel a number of different user activities to a single UserActivity object, which requires a call down from WebCore to WebKit2. Split these out so we can track them separately.
Attachments
Fix (14.23 KB, patch)
2014-02-06 16:28 PST, Gavin Barraclough
andersca: review+
Gavin Barraclough
Comment 1 2014-02-06 16:28:25 PST
Anders Carlsson
Comment 2 2014-02-06 16:30:58 PST
Comment on attachment 223402 [details] Fix View in context: https://bugs.webkit.org/attachment.cgi?id=223402&action=review > Source/WebKit2/PluginProcess/PluginProcess.cpp:63 > + , m_connectionActivity("PluginProcess conection activity.") Typo conection. > Source/WebKit2/Shared/ActivityAssertion.h:37 > + ActivityAssertion(UserActivity&); I'd make this explicit.
Gavin Barraclough
Comment 3 2014-02-06 17:52:52 PST
Transmitting file data ............... Committed revision 163591.
Note You need to log in before you can comment on or make changes to this bug.