Bug 137083

Summary: Web Inspector: persist probe samples in the probe details section across subsequent replays
Product: WebKit Reporter: Brian Burg <burg>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED LATER    
Severity: Normal CC: inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 137162    
Bug Blocks: 137078    
Attachments:
Description Flags
WIP none

Description Brian Burg 2014-09-24 16:10:01 PDT
This code has been sitting around a long time :)
Comment 1 Radar WebKit Bug Importer 2014-09-24 16:11:04 PDT
<rdar://problem/18447807>
Comment 2 Brian Burg 2014-09-24 16:11:33 PDT
Created attachment 238618 [details]
WIP
Comment 3 Timothy Hatcher 2014-09-24 21:37:20 PDT
Comment on attachment 238618 [details]
WIP

View in context: https://bugs.webkit.org/attachment.cgi?id=238618&action=review

> Source/WebInspectorUI/UserInterface/Models/ProbeSetReplayDataFrame.js:54
> +        return "%d,%d,%d".format(this.position.segmentOffset, this.position.inputOffset, this.counterValue);

Eh. Just use concat (+)?
Comment 4 BJ Burg 2017-07-10 14:01:27 PDT
Closing web replay-related bugs until we resume working on the feature again.