Bug 153615 - Tab suspension code hits asserts
Summary: Tab suspension code hits asserts
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-28 14:14 PST by Antti Koivisto
Modified: 2016-01-28 15:31 PST (History)
6 users (show)

See Also:


Attachments
patch (6.57 KB, patch)
2016-01-28 14:23 PST, Antti Koivisto
cdumez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2016-01-28 14:14:50 PST
Enabling tab suspension and navigating around in a few tabs hits assert in ScriptExecutionContext::suspendActiveDOMObject. This is because suspend/resume reasons don't pair properly.
Comment 1 Antti Koivisto 2016-01-28 14:23:36 PST
Created attachment 270145 [details]
patch
Comment 2 Chris Dumez 2016-01-28 14:59:09 PST
Comment on attachment 270145 [details]
patch

r=me
Comment 3 Antti Koivisto 2016-01-28 15:31:18 PST
https://trac.webkit.org/r195790