Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3010259df13c8904c7e8e97b4d308467110bce41
https://github.com/WebKit/WebKit/commit/3010259df13c8904c7e8e97b4d308467110bce41
Author: Phinehas Fuachie <[email protected]>
Date: 2025-10-31 (Fri, 31 Oct 2025)
Changed paths:
M
Source/WebCore/Modules/modern-media-controls/controls/macos-inline-media-controls.js
M Source/WebCore/rendering/cocoa/RenderThemeCocoa.mm
Log Message:
-----------
The audio player UI on inline audio controls is gigantic and clipped
https://bugs.webkit.org/show_bug.cgi?id=301718
rdar://163643539
Reviewed by Jer Noble.
Add :not(.audio) selector in the macOSInlineMediaControlsStyleSheet and
macos-inline-media-controls.js to avoid changing the appearnace of the mac
inline audio controls.
*
Source/WebCore/Modules/modern-media-controls/controls/macos-inline-media-controls.js:
(MacOSInlineMediaControls.prototype._setupVolumeSliderConfiguration):
(MacOSInlineMediaControls.prototype.layout):
(MacOSInlineMediaControls.prototype.handleEvent):
(MacOSInlineMediaControls.prototype.rightContainerButtons):
(MacOSInlineMediaControls):
* Source/WebCore/rendering/cocoa/RenderThemeCocoa.mm:
(WebCore::macOSInlineMediaControlsStyleSheet):
Canonical link: https://commits.webkit.org/302396@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications