Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: cb526dfd05c472e2f04d6988a2ed8ab2d66bd7f5 https://github.com/WebKit/WebKit/commit/cb526dfd05c472e2f04d6988a2ed8ab2d66bd7f5 Author: Luke Warlow <lwar...@igalia.com> Date: 2025-01-24 (Fri, 24 Jan 2025)
Changed paths: M LayoutTests/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-requestclose-expected.txt M Source/WebCore/html/HTMLDialogElement.cpp M Source/WebCore/html/HTMLDialogElement.h M Source/WebCore/html/HTMLDialogElement.idl Log Message: ----------- Implement dialog.requestClose() https://bugs.webkit.org/show_bug.cgi?id=285989 Reviewed by Darin Adler. This patch implements the dialog.requestClose() function. Spec: https://html.spec.whatwg.org/multipage/interactive-elements.html#dom-dialog-requestclose * LayoutTests/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-requestclose-expected.txt: * Source/WebCore/html/HTMLDialogElement.cpp: (WebCore::HTMLDialogElement::requestClose): * Source/WebCore/html/HTMLDialogElement.h: * Source/WebCore/html/HTMLDialogElement.idl: Canonical link: https://commits.webkit.org/289352@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes