This code has been sitting around a long time :)
<rdar://problem/18447807>
Created attachment 238618 [details] WIP
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 (+)?
Closing web replay-related bugs until we resume working on the feature again.