[Webkit-unassigned] [Bug 137078] New: Web Inspector: support replaying to time-indexed outputs
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 24 15:48:16 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137078
Summary: Web Inspector: support replaying to time-indexed
outputs
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: burg at cs.washington.edu
CC: timothy at apple.com, joepeck at webkit.org,
webkit-bug-importer at group.apple.com,
graouts at webkit.org
Blocks: 136292
The idea of time-indexed outputs is that the user often wants to navigate a recording by console outputs or probe samples gathered during the playback. We can do that using replay and breakpoints.
<brrian> Given a position in a recording and a source code position and a count, the replayToIndexedStatement(PlaybackPosition, url, SourcePosition, count) command replays to the count'th execution of the statement at that position starting from the recording position. count is relative to the combination of PlaybackPosition+SourceCodeLocation.
<brrian> So, if you can tag outputs with a counter value that resets for each replay input, you can replay to any output that's tagged.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list