Bug 216423 - Web Inspector: Timelines: remove "stop requested" marker
Summary: Web Inspector: Timelines: remove "stop requested" marker
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Patrick Angle
URL:
Keywords: InRadar
Depends on: 216416
Blocks:
  Show dependency treegraph
 
Reported: 2020-09-11 16:19 PDT by Patrick Angle
Modified: 2020-09-21 15:37 PDT (History)
4 users (show)

See Also:


Attachments
Patch (5.06 KB, patch)
2020-09-21 09:17 PDT, Patrick Angle
no flags Details | Formatted Diff | Diff
Patch (6.76 KB, patch)
2020-09-21 12:46 PDT, Patrick Angle
ews-feeder: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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].