[Media Controls] Add an option for having no scrubber on the time control and parameterize margin
<rdar://problem/81314458>
Created attachment 434611 [details] Patch
Comment on attachment 434611 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=434611&action=review > Source/WebCore/Modules/modern-media-controls/controls/slider.js:147 > + if (style === Slider.KnobStyle.Bar) Normally I would say "use `case` so you force people adding new styles to come back here and make a decision", but JavaScript is all loosey goosey so it doesn't really matter? > Source/WebCore/Modules/modern-media-controls/controls/slider.js:225 > + None: "none" maintain the trailing comma? :D
Committed r280477 (240112@main): <https://commits.webkit.org/240112@main>