<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Web Inspector: Timeline Dead time timeout not behaving as expected"
href="https://bugs.webkit.org/show_bug.cgi?id=158712">158712</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Web Inspector: Timeline Dead time timeout not behaving as expected
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>Product</th>
<td>WebKit
</td>
</tr>
<tr>
<th>Version</th>
<td>WebKit Nightly Build
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>Normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P2
</td>
</tr>
<tr>
<th>Component</th>
<td>Web Inspector
</td>
</tr>
<tr>
<th>Assignee</th>
<td>webkit-unassigned@lists.webkit.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>joepeck@webkit.org
</td>
</tr>
<tr>
<th>CC</th>
<td>bburg@apple.com, joepeck@webkit.org, mattbaker@apple.com, nvasilyev@apple.com, timothy@apple.com, webkit-bug-importer@group.apple.com
</td>
</tr></table>
<p>
<div>
<pre>Summary:
Timeline Dead time timeout not behaving as expected.
On very short page loads that continue to run JavaScript after unload, the auto-recording stops after 2 seconds instead of an expected longer time.
Test:
<body>Test
<script>
window.onload = function() {
setInterval(function() {
console.log("Tickle"),
}, 1000);
}
</script>
Steps To Reproduce:
1. Inspect test page
2. Show Timeline Tab
3. Reload
=> Expected recording to last more than 2 seconds
Notes:
1. The TimelineManager _addRecord tickle is not happening because its condition is wrong.
2. The TimelineManager _addRecord should bail if the auto capturing main resource is not set.
3. There may be other remaining issues.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>