[webkit-changes] [WebKit/WebKit] 1c1403: Alias webkitPreservesPitch as preservesPitch
Anne van Kesteren
noreply at github.com
Sun Aug 27 23:04:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1c1403188ee9c4a31f52ffe5db7036874f6c4913
https://github.com/WebKit/WebKit/commit/1c1403188ee9c4a31f52ffe5db7036874f6c4913
Author: Anne van Kesteren <annevk at annevk.nl>
Date: 2023-08-27 (Sun, 27 Aug 2023)
Changed paths:
M LayoutTests/imported/w3c/web-platform-tests/html/dom/idlharness.https_include=HTML._-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/preserves-pitch-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/preserves-pitch.html
M LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https_include=HTML._-expected.txt
M LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/html/dom/idlharness.https_include=HTML._-expected.txt
M Source/WebCore/html/HTMLMediaElement.cpp
M Source/WebCore/html/HTMLMediaElement.h
M Source/WebCore/html/HTMLMediaElement.idl
M Source/WebKitLegacy/mac/DOM/DOMHTMLMediaElement.mm
Log Message:
-----------
Alias webkitPreservesPitch as preservesPitch
https://bugs.webkit.org/show_bug.cgi?id=214922
rdar://66579074
Reviewed by Tim Nguyen.
Alias webkitPreservesPitch as preservesPitch so web developers won't
have to branch anymore. We'll keep webkitPreservesPitch around for now
for compatibility.
* LayoutTests/imported/w3c/web-platform-tests/html/dom/idlharness.https_include=HTML._-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/preserves-pitch-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/preserves-pitch.html:
* LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https_include=HTML._-expected.txt:
* LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/html/dom/idlharness.https_include=HTML._-expected.txt:
* Source/WebCore/html/HTMLMediaElement.cpp:
(WebCore::HTMLMediaElement::loadResource):
(WebCore::HTMLMediaElement::preservesPitch const):
(WebCore::HTMLMediaElement::setPreservesPitch):
(WebCore::HTMLMediaElement::webkitPreservesPitch const): Deleted.
(WebCore::HTMLMediaElement::setWebkitPreservesPitch): Deleted.
* Source/WebCore/html/HTMLMediaElement.h:
* Source/WebCore/html/HTMLMediaElement.idl:
* Source/WebKitLegacy/mac/DOM/DOMHTMLMediaElement.mm:
(-[DOMHTMLMediaElement webkitPreservesPitch]):
(-[DOMHTMLMediaElement setWebkitPreservesPitch:]):
Canonical link: https://commits.webkit.org/267341@main
More information about the webkit-changes
mailing list