Bug 216423

Summary: Web Inspector: Timelines: remove "stop requested" marker
Product: WebKit Reporter: Patrick Angle <pangle>
Component: Web InspectorAssignee: Patrick Angle <pangle>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, hi, inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on: 216416    
Bug Blocks:    
Attachments:
Description Flags
Patch
none
Patch ews-feeder: commit-queue-

Description Patrick Angle 2020-09-11 16:19:33 PDT
After b216416 lands, the "stop requested" marker will be redundant now that the recording head stops at the moment the user requests recording to stop. We should clean up behind that change and remove this marker and its associated logic.
Comment 1 Radar WebKit Bug Importer 2020-09-18 16:20:15 PDT
<rdar://problem/69181504>
Comment 2 Patrick Angle 2020-09-21 09:17:37 PDT
Created attachment 409278 [details]
Patch
Comment 3 Devin Rousso 2020-09-21 12:07:20 PDT
Comment on attachment 409278 [details]
Patch

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

r=me, awesome

> Source/WebInspectorUI/UserInterface/Models/TimelineMarker.js:-86
> -    StoppingTime: "stopping-time",

please also remove the CSS inside `Source/WebInspectorUI/UserInterface/Views/TimelineRuler.css` :)
Comment 4 Patrick Angle 2020-09-21 12:46:10 PDT
Created attachment 409302 [details]
Patch
Comment 5 EWS 2020-09-21 13:08:58 PDT
Committed r267360: <https://trac.webkit.org/changeset/267360>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 409302 [details].