Bug 139687 - Introduce PageActivityState
Summary: Introduce PageActivityState
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gavin Barraclough
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-16 11:32 PST by Gavin Barraclough
Modified: 2014-12-16 11:49 PST (History)
1 user (show)

See Also:


Attachments
Fix (5.73 KB, patch)
2014-12-16 11:34 PST, Gavin Barraclough
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2014-12-16 11:32:51 PST
Add a bitfield to track each of the activities on the page separately. Split the hysteresis & counters so we can track these separately.
Comment 1 Gavin Barraclough 2014-12-16 11:34:46 PST
Created attachment 243370 [details]
Fix
Comment 2 WebKit Commit Bot 2014-12-16 11:37:24 PST
Attachment 243370 [details] did not pass style-queue:


ERROR: Source/WebCore/page/PageThrottler.cpp:34:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
Total errors found: 1 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Gavin Barraclough 2014-12-16 11:49:55 PST
Committed revision 177378.