[webkit-changes] [WebKit/WebKit] 9c5a4c: Implement window.clientInformation in terms of win...
Anne van Kesteren
noreply at github.com
Tue Sep 5 06:17:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9c5a4cd46f158158b19ff013a2bcd1e49b488e12
https://github.com/WebKit/WebKit/commit/9c5a4cd46f158158b19ff013a2bcd1e49b488e12
Author: Anne van Kesteren <annevk at annevk.nl>
Date: 2023-09-05 (Tue, 05 Sep 2023)
Changed paths:
M Source/WebCore/page/LocalDOMWindow.h
M Source/WebCore/page/LocalDOMWindow.idl
Log Message:
-----------
Implement window.clientInformation in terms of window.navigator
https://bugs.webkit.org/show_bug.cgi?id=261142
rdar://114971280
Reviewed by Tim Nguyen.
Do so via IDL and as it has since been standardized, move it next to
navigator where it is in the HTML Standard. Filed
https://github.com/whatwg/html/issues/9687 to standardize the
Replaceable attribute.
* Source/WebCore/page/LocalDOMWindow.h:
* Source/WebCore/page/LocalDOMWindow.idl:
Canonical link: https://commits.webkit.org/267625@main
More information about the webkit-changes
mailing list