Bug 164286 - Add IsAudible, IsLoading to ActivityState
Summary: Add IsAudible, IsLoading to ActivityState
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gavin Barraclough
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-01 12:50 PDT by Gavin Barraclough
Modified: 2016-11-01 13:41 PDT (History)
2 users (show)

See Also:


Attachments
Fix (5.84 KB, patch)
2016-11-01 13:07 PDT, Gavin Barraclough
ggaren: 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 2016-11-01 12:50:38 PDT
By computing these values in the UIProcess and passing them to WebContent we can more closely unify iOS & macOS throttling, and remove the PageThrottler class.
Comment 1 Gavin Barraclough 2016-11-01 13:07:21 PDT
Created attachment 293577 [details]
Fix
Comment 2 Geoffrey Garen 2016-11-01 13:30:51 PDT
Comment on attachment 293577 [details]
Fix

r=me
Comment 3 Gavin Barraclough 2016-11-01 13:41:57 PDT
Committed revision 208237.