[Webkit-unassigned] [Bug 158712] New: Web Inspector: Timeline Dead time timeout not behaving as expected
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 13 16:52:48 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=158712
Bug ID: 158712
Summary: Web Inspector: Timeline Dead time timeout not behaving
as expected
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: joepeck at webkit.org
CC: bburg at apple.com, joepeck at webkit.org,
mattbaker at apple.com, nvasilyev at apple.com,
timothy at apple.com, webkit-bug-importer at group.apple.com
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160613/df67314a/attachment.html>
More information about the webkit-unassigned
mailing list