[webkit-changes] [WebKit/WebKit] e57b85: Incorrect documentation for webkit-cookie-manager-...
Michael Catanzaro
noreply at github.com
Wed Nov 1 09:21:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e57b85e56c4c6c0e7b6664645c18a6439eae6da6
https://github.com/WebKit/WebKit/commit/e57b85e56c4c6c0e7b6664645c18a6439eae6da6
Author: Michael Catanzaro <mcatanzaro at redhat.com>
Date: 2023-11-01 (Wed, 01 Nov 2023)
Changed paths:
M Source/WebKit/UIProcess/API/glib/WebKitCookieManager.cpp
Log Message:
-----------
Incorrect documentation for webkit-cookie-manager-get-cookies-finish
https://bugs.webkit.org/show_bug.cgi?id=263967
Reviewed by Carlos Garcia Campos.
This fixes a serious typo. GSList and GList are entirely separate,
incompatible types. This tricked the Eclipse developers and now they
have a type confusion problem because they trusted our incorrect
documentation. See also: eclipse-platform/eclipse.platform.swt#842
* Source/WebKit/UIProcess/API/glib/WebKitCookieManager.cpp:
Canonical link: https://commits.webkit.org/270058@main
More information about the webkit-changes
mailing list