Bug 164841 - Web Inspector: Background tabs are often updating non-stop because they think they are visible
Summary: Web Inspector: Background tabs are often updating non-stop because they think...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-11-16 15:50 PST by Joseph Pecoraro
Modified: 2016-11-16 17:15 PST (History)
7 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (2.81 KB, patch)
2016-11-16 15:57 PST, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2016-11-16 15:50:27 PST
Summary:
Background tabs are often updating non-stop because they think they are visible

I frequently see Infinite assertions coming from the Network tab, which I never opened, because it is trying to update its graphs with NaN numbers. Likewise if I profile Web Inspector I sometimes see the Timeline tab doing Infinite updates despite the fact that it is not visible.

This is a quick fix for the issue but linking to the bigger fix that should address this.
Comment 1 Radar WebKit Bug Importer 2016-11-16 15:53:29 PST
<rdar://problem/29298658>
Comment 2 Joseph Pecoraro 2016-11-16 15:57:26 PST
Created attachment 294990 [details]
[PATCH] Proposed Fix
Comment 3 Matt Baker 2016-11-16 16:53:57 PST
The long-term fix is here:
https://bugs.webkit.org/show_bug.cgi?id=153634
Comment 4 WebKit Commit Bot 2016-11-16 17:15:49 PST
Comment on attachment 294990 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 294990

Committed r208832: <http://trac.webkit.org/changeset/208832>
Comment 5 WebKit Commit Bot 2016-11-16 17:15:52 PST
All reviewed patches have been landed.  Closing bug.